From e863c43ea2a8086f387623f46504ef3fdd624323 Mon Sep 17 00:00:00 2001 From: mattdfuchs Date: Mon, 3 Aug 2020 10:05:34 -0700 Subject: [PATCH 01/12] moving stuff out of the way --- package-lock.json | 106 +++++++++++++++--- package.json | 9 +- src/main/bindings/BindingsPlugin.ts | 3 +- src/main/bindings/CIMBindingsPlugin.ts | 2 +- .../APIConttractBindingsPlugin.test.ts | 95 ---------------- src/test/resources/model.jsonld | 12 +- tsconfig.json | 2 +- 7 files changed, 110 insertions(+), 119 deletions(-) delete mode 100644 src/test/bindings/APIConttractBindingsPlugin.test.ts diff --git a/package-lock.json b/package-lock.json index 9fcb6f0..23c2741 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "model-bindings", + "name": "@api-modeling/model-bindings", "version": "0.0.1", "lockfileVersion": 1, "requires": true, @@ -373,6 +373,19 @@ "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.4.tgz", "integrity": "sha512-WGZCqBZZ0mXN2RxvLHL6/7RCu+OWs28jgQMP04LWfpyJlQUMTR6YU9CNJAKDgbw+EV/u687INXuLUc7FuML/4g==" }, + "File": { + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/File/-/File-0.10.2.tgz", + "integrity": "sha1-6Jn3dtJz4iQ7qGEFuzsFbQ+5VgQ=", + "requires": { + "mime": ">= 0.0.0" + } + }, + "FileList": { + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/FileList/-/FileList-0.10.2.tgz", + "integrity": "sha1-YAOxqXFZNBZLZ8Q0rWqHQaHNFHo=" + }, "aggregate-error": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz", @@ -506,8 +519,12 @@ "buffer-from": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", - "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", - "dev": true + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" + }, + "bufferjs": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/bufferjs/-/bufferjs-3.0.1.tgz", + "integrity": "sha1-BpLoKcsQoQVQ5kc5CwNesGw46O8=" }, "caching-transform": { "version": "4.0.0", @@ -829,6 +846,31 @@ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" }, + "file-api": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/file-api/-/file-api-0.10.4.tgz", + "integrity": "sha1-LxASJttyfMAXKg3WiPL2iD1SiD0=", + "requires": { + "File": ">= 0.10.0", + "FileList": ">= 0.10.0", + "bufferjs": "> 0.2.0", + "file-error": ">= 0.10.0", + "filereader": ">= 0.10.3", + "formdata": ">= 0.10.0", + "mime": ">= 1.2.11", + "remedial": ">= 1.0.7" + } + }, + "file-error": { + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/file-error/-/file-error-0.10.2.tgz", + "integrity": "sha1-ljtIuSc7PUuEtADuVxvHixc5cko=" + }, + "filereader": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/filereader/-/filereader-0.10.3.tgz", + "integrity": "sha1-x0fUos2PYeVBinwH/hJXpD8KzbE=" + }, "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -867,6 +909,11 @@ "is-buffer": "~2.0.3" } }, + "foreachasync": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/foreachasync/-/foreachasync-3.0.0.tgz", + "integrity": "sha1-VQKYfchxS+M5IJfzLgBxyd7gfPY=" + }, "foreground-child": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", @@ -877,6 +924,26 @@ "signal-exit": "^3.0.2" } }, + "formdata": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/formdata/-/formdata-0.10.4.tgz", + "integrity": "sha1-liH9wMw2H0oBEd5dJbNfanjcVaA=", + "requires": { + "File": "^0.10.2", + "FileList": "^0.10.2", + "bufferjs": "^2.0.0", + "filereader": "^0.10.3", + "foreachasync": "^3.0.0", + "remedial": "^1.0.7" + }, + "dependencies": { + "bufferjs": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/bufferjs/-/bufferjs-2.0.0.tgz", + "integrity": "sha1-aF5x7VwGAOPXA/+b0BK7MnCjnig=" + } + } + }, "fromentries": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.2.0.tgz", @@ -1405,6 +1472,11 @@ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", "dev": true }, + "mime": { + "version": "2.4.6", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.6.tgz", + "integrity": "sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==" + }, "minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", @@ -1910,6 +1982,11 @@ "es6-error": "^4.0.1" } }, + "remedial": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/remedial/-/remedial-1.0.8.tgz", + "integrity": "sha512-/62tYiOe6DzS5BqVsNpH/nkGlX45C/Sp6V+NtiN6JQNS1Viay7cWkazmRkrQrdFj2eshDe96SIQNIoMxqhzBOg==" + }, "require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -1997,10 +2074,9 @@ "dev": true }, "source-map-support": { - "version": "0.5.16", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz", - "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==", - "dev": true, + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", "requires": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -2009,8 +2085,7 @@ "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" } } }, @@ -2175,15 +2250,15 @@ "integrity": "sha512-emODogvKGWi1KO1l9c6YxLMBn6CEH3VrH5mVPIyOtxBG52BvV4jP3GWz6bOZCz61nLgBc3ffQYE4+EHfCD+V7w==" }, "ts-node": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.8.2.tgz", - "integrity": "sha512-duVj6BpSpUpD/oM4MfhO98ozgkp3Gt9qIp3jGxwU2DFvl/3IRaEAvbLa8G60uS7C77457e/m5TMowjedeRxI1Q==", + "version": "8.10.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", + "integrity": "sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==", "dev": true, "requires": { "arg": "^4.1.0", "diff": "^4.0.1", "make-error": "^1.1.1", - "source-map-support": "^0.5.6", + "source-map-support": "^0.5.17", "yn": "3.1.1" }, "dependencies": { @@ -2327,6 +2402,11 @@ "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", "dev": true }, + "yaml": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz", + "integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==" + }, "yargs": { "version": "13.3.2", "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", diff --git a/package.json b/package.json index 1298e9f..4e5830a 100644 --- a/package.json +++ b/package.json @@ -16,17 +16,22 @@ "chai": "^4.2.0", "mocha": "^7.1.1", "nyc": "^15.0.1", - "ts-node": "^8.8.2", + "ts-node": "^8.10.2", "typescript": "^3.8.3" }, "dependencies": { "@api-modeling/amf-client-js": "^4.1.8", "@api-modeling/api-modeling-metadata": "^0.0.3", + "@api-modeling/metadata-store": "^0.1.14", "@types/n3": "^1.1.5", "@types/uuid": "^7.0.2", "cross-fetch": "^3.0.4", + "file-api": "^0.10.4", + "filereader": "^0.10.3", "jsonld-streaming-parser": "^2.0.0", "n3": "^1.3.5", - "ts-md5": "^1.2.7" + "source-map-support": "^0.5.19", + "ts-md5": "^1.2.7", + "yaml": "^1.10.0" } } diff --git a/src/main/bindings/BindingsPlugin.ts b/src/main/bindings/BindingsPlugin.ts index 47b490c..f0c6fae 100644 --- a/src/main/bindings/BindingsPlugin.ts +++ b/src/main/bindings/BindingsPlugin.ts @@ -5,7 +5,7 @@ import * as meta from "@api-modeling/api-modeling-metadata"; */ export interface Resource { url: string - text: string + text?: string } /** @@ -20,6 +20,7 @@ export interface ConfigurationParameter { * Common interface for all bindings plugins */ export abstract class BindingsPlugin { + constructor(){} /** * Imports resources into DialectWrappers containing the native model graphs * @param configuration diff --git a/src/main/bindings/CIMBindingsPlugin.ts b/src/main/bindings/CIMBindingsPlugin.ts index 4130466..1c99376 100644 --- a/src/main/bindings/CIMBindingsPlugin.ts +++ b/src/main/bindings/CIMBindingsPlugin.ts @@ -97,7 +97,7 @@ export class CIMBindingsPlugin extends BindingsPlugin { } protected async parseGlobalFile(resource: Resource, store?: n3.N3Store): Promise { - return await graph.loadGraph(resource.text, store); + return await graph.loadGraph(resource.text ? resource.text : '', store); } } diff --git a/src/test/bindings/APIConttractBindingsPlugin.test.ts b/src/test/bindings/APIConttractBindingsPlugin.test.ts deleted file mode 100644 index 27b10a5..0000000 --- a/src/test/bindings/APIConttractBindingsPlugin.test.ts +++ /dev/null @@ -1,95 +0,0 @@ -import { describe } from 'mocha' -import { assert } from 'chai'; -import {APIContractBindingsPlugin} from "../../main/bindings/APIContractBindingsPlugin"; -import * as fs from 'fs'; -import { Module, DataModel, BindingsModel, ModularityDialect, DataModelDialect, ModelBindingsDialect } from "@api-modeling/api-modeling-metadata" -import {ApiParser} from "../../main/bindings/utils/apiParser"; -import exp from "constants"; - -describe('APIBindingsPlugin', function() { - this.timeout(5000); - it('should parse RAML specs and generate matching modules', async function () { - const apiPlugin = new APIContractBindingsPlugin(); - const textUrl = "src/test/resources/library.raml"; - const textData = fs.readFileSync(textUrl).toString(); - const parsed = await apiPlugin.import( - [{name: "format", value: ApiParser.RAML1}, {name: "syntax", value: ApiParser.YAML}], - [{ url: "file://"+ textUrl, text: textData}] - ); - assert.equal(parsed.length, 4); // all the models: modules, entities, bindings - - const modules = parsed.filter((parsed) => parsed instanceof ModularityDialect) - const dataModels = parsed.filter((parsed) => parsed instanceof DataModelDialect) - const bindingsModels = parsed.filter((parsed) => parsed instanceof ModelBindingsDialect) - - const allModules = modules.map((module) => (module.encodesWrapper!).dataModels!.length ).reduce((acc, i) => { return acc + i }, 0) - const allEntities = dataModels.map((module) => (module.encodesWrapper!).entities!.length ).reduce((acc, i) => { return acc + i }, 0) - const allBindings = bindingsModels.map((module) => (module.encodesWrapper!).bindings!.length ).reduce((acc, i) => { return acc + i }, 0) - - assert.equal(allModules, 2) - assert.equal(dataModels.length, 2) - assert.equal(allEntities, 8) - assert.equal(allBindings, dataModels.length) - }); - - it ('should export API models to RAML specs', async function() { - const apiPlugin = new APIContractBindingsPlugin(); - const textUrl = "src/test/resources/library2.raml"; - const textData = fs.readFileSync(textUrl).toString(); - const config = [{name: "format", value: ApiParser.RAML1}, {name: "syntax", value: ApiParser.YAML}]; - const parsed = await apiPlugin.import(config,[{ url: "file://"+ textUrl, text: textData}]); - - const generated = await apiPlugin.export(config, parsed); - - const parsedLibrary2 = "#%RAML 1.0 Library\n" + - "types:\n" + - " Person:\n" + - " description: a human being\n" + - " type: library3_raml.Animal\n" + - " properties:\n" + - " name:\n" + - " type: string\n" + - " gender:\n" + - " type: string\n" + - " age:\n" + - " type: integer\n" + - " Family:\n" + - " description: a human molecule\n" + - " properties:\n" + - " parents:\n" + - " items: Person\n" + - " children:\n" + - " items: Person\n" + - " AliveThings:\n" + - " type: library3_raml.Animal | library3_raml.Vegetable\n" + - "uses:\n" + - " library3_raml: data_model_7a5862da7f051870bf9f1e65903c49f4.raml\n"; - - const parsedLibrary3 = "#%RAML 1.0 Library\n" + - "types:\n" + - " Animal:\n" + - " description: not a plant, not a fungus\n" + - " properties:\n" + - " size:\n" + - " type: number\n" + - " format: float\n" + - " birthDate:\n" + - " type: datetime\n" + - " Vegetable:\n" + - " description: Green organic matter\n" + - " properties:\n" + - " height:\n" + - " type: number\n" + - " format: float\n"; - - const expected: {[url: string]: string } = { - "data_model_2b5cfe8bf55d68d44943b00af096f7b4.raml": parsedLibrary2, - "data_model_7a5862da7f051870bf9f1e65903c49f4.raml": parsedLibrary3 - } - generated.forEach((g) => { - const expectedText = expected[g.url]; - assert.isNotNull(expectedText) - assert.equal(g.text, expectedText) - }); - }); -}); \ No newline at end of file diff --git a/src/test/resources/model.jsonld b/src/test/resources/model.jsonld index 1e435f9..df34a68 100644 --- a/src/test/resources/model.jsonld +++ b/src/test/resources/model.jsonld @@ -11343,7 +11343,7 @@ "description": "Standardized methods for transferring purchased products or services to the destination of fulfillment. Delivery methods are characterized by the means of transportation used, and by the delivering organization or group." }, { - "@id": "ProductRelationshipType", + "@id": "ProductRelationshipType2", "name": "Sales Order Product Relationship Type", "@type": "Class", "description": "Reasons why products are related such as bundle, option or covering" @@ -11473,7 +11473,7 @@ "@id": "parentProductRole", "@type": "Property", "domain": [ - "ProductRelationshipType" + "ProductRelationshipType2" ] }, { @@ -12308,7 +12308,7 @@ "SalesOrderType", "SalesChannel", "SalesOrderProductNote", - "ProductRelationshipType", + "ProductRelationshipType2", "SalesOrderSegment", "SalesOrderPriceAdjustmentType", "SalesOrderProductReason", @@ -12446,7 +12446,7 @@ "@id": "childProductRole", "@type": "Property", "domain": [ - "ProductRelationshipType" + "ProductRelationshipType2" ] }, { @@ -15188,7 +15188,7 @@ }, { "@type": "Shape", - "@id": "ProductRelationshipType", + "@id": "ProductRelationshipType2", "properties": [ { "path": "childProductRole", @@ -23523,7 +23523,7 @@ "@type": "Property", "description": "What is the relation between product 1 and 2 e.g. consist of/component of", "name": "Product Relationship Type", - "range": "ProductRelationshipType" + "range": "ProductRelationshipType2" }, { "@id": "fromDate", diff --git a/tsconfig.json b/tsconfig.json index b94111c..d5bc942 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ // "incremental": true, /* Enable incremental compilation */ "target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ - "lib": ["es6"], /* Specify library files to be included in the compilation. */ + "lib": ["es6","DOM"], /* Specify library files to be included in the compilation. */ "allowJs": true, /* Allow javascript files to be compiled. */ // "checkJs": true, /* Report errors in .js files. */ // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ From c3083a7b0dba2833e0d4c275f3f4e5aa7448b97f Mon Sep 17 00:00:00 2001 From: mattdfuchs Date: Thu, 13 Aug 2020 11:46:16 -0700 Subject: [PATCH 02/12] bindings in store, find items needing a binding --- .gitignore | 1 + bindings/api_contract_bindings.yaml | 54 + bindings/cim_bindings.yaml | 52 + ...el_14e2cde9b2b9ba7fe550301444b9bff0.jsonld | 18019 ++++++++++++++++ ...odel_14e2cde9b2b9ba7fe550301444b9bff0.yaml | 2784 +++ out/aml-canonical-web-api/modules.jsonld | 53 + out/aml-canonical-web-api/modules.yaml | 5 + ...el_99820d7a024bf3d5b4ce8e07a6c0e57d.jsonld | 1549 ++ ...odel_99820d7a024bf3d5b4ce8e07a6c0e57d.yaml | 210 + ...el_b2ccd0bfb812919773b944370134b17b.jsonld | 1723 ++ ...odel_b2ccd0bfb812919773b944370134b17b.yaml | 226 + out/aml-modeling-tool/modules.jsonld | 56 + out/aml-modeling-tool/modules.yaml | 6 + package-lock.json | 12529 ++++++++++- package.json | 8 +- src/main/AMLImporter.ts | 24 + src/main/bindings/AMLBindingsPlugin.ts | 69 + src/main/bindings/CIMBindingsPlugin.ts | 119 +- src/main/bindings/aml/importer.ts | 265 + src/main/bindings/api_contract/exporter.ts | 10 +- src/main/bindings/api_contract/importer.ts | 14 +- src/main/bindings/cim/constants.ts | 65 +- src/main/bindings/cim/exporter.ts | 221 +- src/main/bindings/cim/importer.ts | 20 +- src/main/bindings/utils/N3Graph.ts | 10 +- src/main/bindings/utils/amlParser.ts | 31 + src/main/index.ts | 450 + src/test/bindings/CIMBindingsPlugin.test.ts | 48 +- .../aml/api-federation/containers/source.yaml | 24 + .../api-federation/containers/source_acl.yaml | 20 + .../aml/api-federation/dialects/source.yaml | 540 + .../examples/source-1.flatten.json | 2297 ++ .../aml/api-federation/examples/source-1.json | 3710 ++++ .../aml/api-federation/examples/source-2.json | 641 + .../aml/api-federation/examples/source-3.json | 3709 ++++ .../aml/api-federation/examples/source-4.json | 9288 ++++++++ .../schema/bindingsProfileDialect.yaml | 165 + .../bindings/schema/modelBindingsDialect.yaml | 122 + .../vocabulary/bindingsVocabulary.yaml | 211 + .../containers/asset-documentation.yaml | 23 + .../containers/asset-documentation_acl.yaml | 24 + .../containers/asset-major-versions.yaml | 33 + .../containers/asset-major-versions_acl.yaml | 24 + .../containers/asset-minor-versions.yaml | 53 + .../containers/asset-minor-versions_acl.yaml | 24 + .../aml/catalog/containers/assets.yaml | 28 + .../aml/catalog/containers/assets_acl.yaml | 24 + .../catalog/containers/customer-metadata.yaml | 20 + .../containers/customer-metadata_acl.yaml | 24 + .../public-asset-minor-versions.yaml | 29 + .../catalog/containers/system-metadata.yaml | 19 + .../containers/system-metadata_acl.yaml | 24 + .../aml/catalog/containers/webapi-spec.yaml | 59 + .../catalog/containers/webapi-spec_acl.yaml | 24 + .../resources/aml/catalog/dialects/asset.yaml | 614 + .../dialects/canonical-webapi-spec.yaml | 2051 ++ .../aml/catalog/examples/asset-0.yaml | 21 + .../aml/catalog/examples/asset-1.yaml | 14 + .../catalog/examples/asset-documentation.yaml | 10 + .../aml/catalog/examples/asset-major-1.yaml | 12 + .../aml/catalog/examples/asset-minor-0.yaml | 62 + .../aml/catalog/examples/asset-minor-1.yaml | 58 + .../catalog/examples/customer-metadata.yaml | 31 + .../catalog/examples/public-asset-minor.yaml | 8 + .../aml/catalog/examples/system-metadata.yaml | 9 + .../catalog/examples/webapi-spec.flatten.json | 252 + .../views/asset-minor-versions-view.yaml | 139 + .../public-asset-minor-versions-view.yaml | 105 + .../resources/aml/common/vocabulary/core.yaml | 133 + .../vocabulary/containersVocabulary.yaml | 15 + .../aml/modeling/schema/apiModelDialect.yaml | 171 + .../aml/modeling/schema/dataModelDialect.yaml | 46 + .../modeling/schema/dataModelingLibrary.yaml | 162 + .../vocabulary/modelingVocabulary.yaml | 234 + .../aml/modularity/schema/modularDialect.yaml | 43 + .../modularity/vocabulary/modularVocab.yaml | 45 + .../aml/project/schema/projectDialect.yaml | 35 + .../project/vocabulary/projectVocabulary.yaml | 28 + .../aml/system/dialects/test-eng-demos.yaml | 76 + .../resources/aml/vocabulary/aml-doc.yaml | 198 + .../resources/aml/vocabulary/aml-meta.yaml | 200 + .../resources/aml/vocabulary/anypoint.yaml | 64 + .../resources/aml/vocabulary/api-binding.yaml | 213 + .../aml/vocabulary/api-contract.yaml | 310 + src/test/resources/aml/vocabulary/core.yaml | 133 + .../resources/aml/vocabulary/data-model.yaml | 48 + .../resources/aml/vocabulary/data-shapes.yaml | 205 + .../aml/vocabulary/digital-repository.yaml | 216 + .../resources/aml/vocabulary/security.yaml | 115 + src/test/resources/model.json | 11008 ++++++++++ 90 files changed, 76591 insertions(+), 273 deletions(-) create mode 100644 bindings/api_contract_bindings.yaml create mode 100644 bindings/cim_bindings.yaml create mode 100644 out/aml-canonical-web-api/data_model_14e2cde9b2b9ba7fe550301444b9bff0.jsonld create mode 100644 out/aml-canonical-web-api/data_model_14e2cde9b2b9ba7fe550301444b9bff0.yaml create mode 100644 out/aml-canonical-web-api/modules.jsonld create mode 100644 out/aml-canonical-web-api/modules.yaml create mode 100644 out/aml-modeling-tool/data_model_99820d7a024bf3d5b4ce8e07a6c0e57d.jsonld create mode 100644 out/aml-modeling-tool/data_model_99820d7a024bf3d5b4ce8e07a6c0e57d.yaml create mode 100644 out/aml-modeling-tool/data_model_b2ccd0bfb812919773b944370134b17b.jsonld create mode 100644 out/aml-modeling-tool/data_model_b2ccd0bfb812919773b944370134b17b.yaml create mode 100644 out/aml-modeling-tool/modules.jsonld create mode 100644 out/aml-modeling-tool/modules.yaml create mode 100644 src/main/AMLImporter.ts create mode 100644 src/main/bindings/AMLBindingsPlugin.ts create mode 100644 src/main/bindings/aml/importer.ts create mode 100644 src/main/bindings/utils/amlParser.ts create mode 100644 src/main/index.ts create mode 100644 src/test/resources/aml/api-federation/containers/source.yaml create mode 100644 src/test/resources/aml/api-federation/containers/source_acl.yaml create mode 100644 src/test/resources/aml/api-federation/dialects/source.yaml create mode 100644 src/test/resources/aml/api-federation/examples/source-1.flatten.json create mode 100644 src/test/resources/aml/api-federation/examples/source-1.json create mode 100644 src/test/resources/aml/api-federation/examples/source-2.json create mode 100644 src/test/resources/aml/api-federation/examples/source-3.json create mode 100644 src/test/resources/aml/api-federation/examples/source-4.json create mode 100644 src/test/resources/aml/bindings/schema/bindingsProfileDialect.yaml create mode 100644 src/test/resources/aml/bindings/schema/modelBindingsDialect.yaml create mode 100644 src/test/resources/aml/bindings/vocabulary/bindingsVocabulary.yaml create mode 100644 src/test/resources/aml/catalog/containers/asset-documentation.yaml create mode 100644 src/test/resources/aml/catalog/containers/asset-documentation_acl.yaml create mode 100644 src/test/resources/aml/catalog/containers/asset-major-versions.yaml create mode 100644 src/test/resources/aml/catalog/containers/asset-major-versions_acl.yaml create mode 100644 src/test/resources/aml/catalog/containers/asset-minor-versions.yaml create mode 100644 src/test/resources/aml/catalog/containers/asset-minor-versions_acl.yaml create mode 100644 src/test/resources/aml/catalog/containers/assets.yaml create mode 100644 src/test/resources/aml/catalog/containers/assets_acl.yaml create mode 100644 src/test/resources/aml/catalog/containers/customer-metadata.yaml create mode 100644 src/test/resources/aml/catalog/containers/customer-metadata_acl.yaml create mode 100644 src/test/resources/aml/catalog/containers/public-asset-minor-versions.yaml create mode 100644 src/test/resources/aml/catalog/containers/system-metadata.yaml create mode 100644 src/test/resources/aml/catalog/containers/system-metadata_acl.yaml create mode 100644 src/test/resources/aml/catalog/containers/webapi-spec.yaml create mode 100644 src/test/resources/aml/catalog/containers/webapi-spec_acl.yaml create mode 100644 src/test/resources/aml/catalog/dialects/asset.yaml create mode 100644 src/test/resources/aml/catalog/dialects/canonical-webapi-spec.yaml create mode 100644 src/test/resources/aml/catalog/examples/asset-0.yaml create mode 100644 src/test/resources/aml/catalog/examples/asset-1.yaml create mode 100644 src/test/resources/aml/catalog/examples/asset-documentation.yaml create mode 100644 src/test/resources/aml/catalog/examples/asset-major-1.yaml create mode 100644 src/test/resources/aml/catalog/examples/asset-minor-0.yaml create mode 100644 src/test/resources/aml/catalog/examples/asset-minor-1.yaml create mode 100644 src/test/resources/aml/catalog/examples/customer-metadata.yaml create mode 100644 src/test/resources/aml/catalog/examples/public-asset-minor.yaml create mode 100644 src/test/resources/aml/catalog/examples/system-metadata.yaml create mode 100644 src/test/resources/aml/catalog/examples/webapi-spec.flatten.json create mode 100644 src/test/resources/aml/catalog/views/asset-minor-versions-view.yaml create mode 100644 src/test/resources/aml/catalog/views/public-asset-minor-versions-view.yaml create mode 100644 src/test/resources/aml/common/vocabulary/core.yaml create mode 100644 src/test/resources/aml/containers/vocabulary/containersVocabulary.yaml create mode 100644 src/test/resources/aml/modeling/schema/apiModelDialect.yaml create mode 100644 src/test/resources/aml/modeling/schema/dataModelDialect.yaml create mode 100644 src/test/resources/aml/modeling/schema/dataModelingLibrary.yaml create mode 100644 src/test/resources/aml/modeling/vocabulary/modelingVocabulary.yaml create mode 100644 src/test/resources/aml/modularity/schema/modularDialect.yaml create mode 100644 src/test/resources/aml/modularity/vocabulary/modularVocab.yaml create mode 100644 src/test/resources/aml/project/schema/projectDialect.yaml create mode 100644 src/test/resources/aml/project/vocabulary/projectVocabulary.yaml create mode 100644 src/test/resources/aml/system/dialects/test-eng-demos.yaml create mode 100644 src/test/resources/aml/vocabulary/aml-doc.yaml create mode 100644 src/test/resources/aml/vocabulary/aml-meta.yaml create mode 100644 src/test/resources/aml/vocabulary/anypoint.yaml create mode 100644 src/test/resources/aml/vocabulary/api-binding.yaml create mode 100644 src/test/resources/aml/vocabulary/api-contract.yaml create mode 100644 src/test/resources/aml/vocabulary/core.yaml create mode 100644 src/test/resources/aml/vocabulary/data-model.yaml create mode 100644 src/test/resources/aml/vocabulary/data-shapes.yaml create mode 100644 src/test/resources/aml/vocabulary/digital-repository.yaml create mode 100644 src/test/resources/aml/vocabulary/security.yaml create mode 100644 src/test/resources/model.json diff --git a/.gitignore b/.gitignore index 8c66b81..2a57d8c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ project/target/ target dist node_modules +*.jar diff --git a/bindings/api_contract_bindings.yaml b/bindings/api_contract_bindings.yaml new file mode 100644 index 0000000..d5ab32f --- /dev/null +++ b/bindings/api_contract_bindings.yaml @@ -0,0 +1,54 @@ +#%Bindings Profile 0.1 + +name: api_contract +version: 0.1.0 + +importParameters: + - uuid: api-contracts-import-format + name: format + dataType: string + required: true + enum: + - RAML 1.0 (application/yaml) + - OAS 3.0.0 (application/yaml) + - OAS 3.0.0 (application/json) + - OAS 2.0 (application/yaml) + - OAS 2.0 (application/json) + - JSON Schema (application/json) + - AMF Graph (application/ld+json) + +exportParameters: + - uuid: api-contracts-export-format + name: format + dataType: string + required: true + enum: + - RAML 1.0 (application/yaml) + - OAS 3.0.0 (application/yaml) + - OAS 3.0.0 (application/json) + - OAS 2.0 (application/yaml) + - OAS 2.0 (application/json) + - JSON Schema (application/json) + - AMF Graph (application/ld+json) + +dataModelBindings: + - name: DocumentTypeBinding + label: API specification document type + profile: api_contract + description: Selects the type of API spec file that will be used to export a model inside a module + canBeGlobal: false + parameters: + - name: API spec documents + description: type of document selected for a module + uuid: api-contract-bindings-document-type-param + type: Scalar + range: string + enum: + - JSON Schema / RAML Library + - JSON Schema / RAML Fragment + - Open API Specification / RAML API Specification + - name: Target entity + description: By default, all entities in the data model. This parameter can be used to select by name a single entity to export from the data model. + uuid: api-contract-bindings-document-target-entity + type: Scalar + range: string \ No newline at end of file diff --git a/bindings/cim_bindings.yaml b/bindings/cim_bindings.yaml new file mode 100644 index 0000000..91d4805 --- /dev/null +++ b/bindings/cim_bindings.yaml @@ -0,0 +1,52 @@ +#%Bindings Profile 0.1 + +name: cim +version: 0.1.0 + +exportParameters: + - name: outputFile + dataType: string + required: true + - name: cimVersion + dataType: string + required: true + +moduleBindings: + + - name: SubjectAreaBinding + label: Subject Area Module + profile: cim + description: Marks a module as a CIM subject Area + canBeGlobal: false + +dataModelBindings: + + - name: EntityGroupBinding + label: Entity Group Module + profile: cim + description: Marks a data mdoel as a cim Entity Group + canBeGlobal: false + +attributeBindings: + + - name: CustomScalarBinding + label: Custom Scalar + profile: cim + description: Selects an optional CIM custom scalar for an entity attribute + canBeGlobal: false + parameters: + - name: Custom CIM scalar type + description: type of custom scalar to use + uuid: cim-bindings-custom-scalar-type-param + type: Scalar + range: string + enum: + - Phone + - Number + - Latitude + - Longitude + - Percentage + - Amount + - URL + - Html + - Email \ No newline at end of file diff --git a/out/aml-canonical-web-api/data_model_14e2cde9b2b9ba7fe550301444b9bff0.jsonld b/out/aml-canonical-web-api/data_model_14e2cde9b2b9ba7fe550301444b9bff0.jsonld new file mode 100644 index 0000000..1c8b75b --- /dev/null +++ b/out/aml-canonical-web-api/data_model_14e2cde9b2b9ba7fe550301444b9bff0.jsonld @@ -0,0 +1,18019 @@ +[ + { + "@id": "http://mulesoft.com/modeling/instances/14e2cde9b2b9ba7fe550301444b9bff0", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "http://mulesoft.com/modeling/instances/14e2cde9b2b9ba7fe550301444b9bff0", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "http://a.ml/vocabularies/data-model#DataModel", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "14e2cde9b2b9ba7fe550301444b9bff0" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "canonical-webapi-spec.yaml" + } + ], + "http://a.ml/vocabularies/data-model#entities": [ + { + "@id": "http://mulesoft.com/modeling/instances/6252ea89fe0b946c0a533e64b2446e0d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6252ea89fe0b946c0a533e64b2446e0d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "PayloadFragment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/81fc3196e43f97570bbd3b3c61b891b3", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "81fc3196e43f97570bbd3b3c61b891b3" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mediaType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/9f20234f4373e14333780ed77aa5df84", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9f20234f4373e14333780ed77aa5df84" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Request" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/606bb148eaae346c687e7ffbdf2ff8be", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "606bb148eaae346c687e7ffbdf2ff8be" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "required" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/bba873f1342e39008621e8e47d83b998", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "bba873f1342e39008621e8e47d83b998" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "parameter" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7384b9d24c818ea51f94caad9b08bcaf", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7384b9d24c818ea51f94caad9b08bcaf" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "queryString" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2315b4d201b351c7215e92eeeaef5bcf", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2315b4d201b351c7215e92eeeaef5bcf" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "uriParameter" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/4a24dc51089b99f58f7740f549f9a74d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4a24dc51089b99f58f7740f549f9a74d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "cookieParameter" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/8b24fe9949d293e2a4898d76db9e6989" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/39cbf94c3f89ce182374c26340371097", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "39cbf94c3f89ce182374c26340371097" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ExternalSourceElement" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0a9b8d9bba415deec855330960e9bf59", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0a9b8d9bba415deec855330960e9bf59" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "raw" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/70aed15f30ac2efd979747829d55f3a1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "70aed15f30ac2efd979747829d55f3a1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "referenceId" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/284e83454720663346b1819d6f938eb5", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "284e83454720663346b1819d6f938eb5" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "location" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/9398211a0f2b1d0984d94389da49d23f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9398211a0f2b1d0984d94389da49d23f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Amqp091OperationBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2a2637f0ffda29ca3dae82f36fd782f8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2a2637f0ffda29ca3dae82f36fd782f8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "expiration" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/4ac93bb274368f8beeed00da718076db", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4ac93bb274368f8beeed00da718076db" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "userId" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2917fe8b5cea9e09ed7623d850daafef", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2917fe8b5cea9e09ed7623d850daafef" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "cc" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7e3eb1b1c70e370b389dd6736b5675b3", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7e3eb1b1c70e370b389dd6736b5675b3" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "priority" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/bde4390966d705dd770c068ad5e46272", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "bde4390966d705dd770c068ad5e46272" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "deliveryMode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/6300c8f0ef3afc789383cd94a1bfd397", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6300c8f0ef3afc789383cd94a1bfd397" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mandatory" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/8330fe81a05ba7509f7b83279dabc2fa", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8330fe81a05ba7509f7b83279dabc2fa" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "bcc" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/95231f2c1ac0b682f17086247773c942", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "95231f2c1ac0b682f17086247773c942" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "replyTo" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a0ff290f82984efa96b2565a61fb74a2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a0ff290f82984efa96b2565a61fb74a2" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "timestamp" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ea1ea139234ec33f00d9bd06a64de032", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ea1ea139234ec33f00d9bd06a64de032" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ack" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/4e72fe2730446a396dc7ac29f1aeaf31", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4e72fe2730446a396dc7ac29f1aeaf31" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "bindingVersion" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/240480b754a8cd5a0b5be7f3c0d26d77" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/3dfed60cd55097249c26059c7e8df3c4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3dfed60cd55097249c26059c7e8df3c4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ArrayShape" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c7f8606adbbbb1f27dda28ce8bc27f74", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c7f8606adbbbb1f27dda28ce8bc27f74" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "uinqueItems" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a8fa2899a1cb868140d27dba65df3c66", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a8fa2899a1cb868140d27dba65df3c66" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "collectionFormat" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0ff4b5a8196a7fc5e0a18d74f02bf1ab", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0ff4b5a8196a7fc5e0a18d74f02bf1ab" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minCount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/68e93cd2f7effe43d43b01bc6b8df368", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "68e93cd2f7effe43d43b01bc6b8df368" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maxCount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b5fcf65cafa4de13855b3e67c2b17540", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b5fcf65cafa4de13855b3e67c2b17540" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "items" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/25914e4eaab1ac8507fef5b1dde717a3", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "25914e4eaab1ac8507fef5b1dde717a3" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "contains" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/1f61ab9636cc3c808d7d2b0880a61328" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/dcd899a0bafeb6626e5aa6bcc8ba045b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "dcd899a0bafeb6626e5aa6bcc8ba045b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "NodeShape" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7f557783b96ed2766c6a95534bae39f2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7f557783b96ed2766c6a95534bae39f2" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minProperties" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/679cba1bfa6bf049f37030159ff8d89f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "679cba1bfa6bf049f37030159ff8d89f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maxProperties" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2d5ecd2c9b1d3577dd3826b6a624f4f4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2d5ecd2c9b1d3577dd3826b6a624f4f4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "discriminator" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/fe9c825a5437ec4f65521458d0a008eb", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "fe9c825a5437ec4f65521458d0a008eb" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "discriminatorValue" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/73a9e3d9a83862abffe16c42996a53ec", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "73a9e3d9a83862abffe16c42996a53ec" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "closed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/bb87ed17cff0a85a0f7d3160a8602fe5", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "bb87ed17cff0a85a0f7d3160a8602fe5" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "discriminatorMapping" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/dcc57e47b05adbc409c44ca746ecca50" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ff0d2cec06ab13ea7f6886d0379c3d4f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ff0d2cec06ab13ea7f6886d0379c3d4f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "dependencies" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/61f8c1732531381d4e4e75951587c8cc" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/64a787c929c3efb160d7eed4fae3d807", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "64a787c929c3efb160d7eed4fae3d807" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "propertyNames" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/20b912e02afa722ab380cd63eee5fabf", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "20b912e02afa722ab380cd63eee5fabf" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "additionalPropertiesSchema" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a315132729ddcf79d7f16743555b5bb1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a315132729ddcf79d7f16743555b5bb1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "property" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/ed9a262aa28026231a7bce6ec9184914" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/1f61ab9636cc3c808d7d2b0880a61328" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/422b17bf2ed1d523e65a1e0a5d039dc8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "422b17bf2ed1d523e65a1e0a5d039dc8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "EndPoint" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/6752833be3d8c21589fab849629890f1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6752833be3d8c21589fab849629890f1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a3fd003c59e33e11ef1ad4c785d04341", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a3fd003c59e33e11ef1ad4c785d04341" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/dee07b37630372094f8c610e7010c5cc", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "dee07b37630372094f8c610e7010c5cc" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "summary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/07bca839c0cb2d0df3d674659c3c5361", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "07bca839c0cb2d0df3d674659c3c5361" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/07724af0-593c-441c-961e-bfe4e6a4a29f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "07724af0-593c-441c-961e-bfe4e6a4a29f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Union 0" + } + ], + "http://a.ml/vocabularies/data-model#disjoint": [ + { + "@id": "http://mulesoft.com/modeling/instances/14835fbf73ad82fcd8975be190af6848" + }, + { + "@id": "http://mulesoft.com/modeling/instances/e6187770a923a6d0c6ada86fd7dbba9a" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7c58d7ce2d97bf57857204acc1050648", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7c58d7ce2d97bf57857204acc1050648" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "supportedOperation" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/34c20f58305fa6567d8ece60e0968f60" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/32039d40fdc02dafbb9eed31235d0ee7", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "32039d40fdc02dafbb9eed31235d0ee7" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "parameter" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/efd49ecd9b908e9d1d3c36cec4e0fd68", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "efd49ecd9b908e9d1d3c36cec4e0fd68" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "payload" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/d0999824453ecf2088ce555942b74ebf" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/52a8e4a31a8cc22c3bd86ad54b0f650c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "52a8e4a31a8cc22c3bd86ad54b0f650c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "servers" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e2d64edb5ea7aaecdfa2bdec929e6f2f" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7a2c0504d764663fe003588279b7e1de", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7a2c0504d764663fe003588279b7e1de" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "security" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e9cc23b4fb33eac3114128eee2867e17" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b06a0319c559740704cfbb3060dfdf31", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b06a0319c559740704cfbb3060dfdf31" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "binding" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/25de7b527b89291364d61e86d70d63b5" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f3e92a2706fa5a459264baeafd5ff958", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f3e92a2706fa5a459264baeafd5ff958" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/7596db1d0afdc919e6388768954c9989", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7596db1d0afdc919e6388768954c9989" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Settings" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/35e9b66cd4398b452eaf4e26453837ed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "35e9b66cd4398b452eaf4e26453837ed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "additionalProperties" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/28579781f9ad6afea1e02a2937cb9621", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "28579781f9ad6afea1e02a2937cb9621" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/36fa810c4f345fbc924040fb9c28aa85", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "36fa810c4f345fbc924040fb9c28aa85" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ShapeExtension" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/8ca4c28560d864ee34fe2b97ed164a99", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8ca4c28560d864ee34fe2b97ed164a99" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "definedBy" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/54a035d51ffe3e7cda79c259d4f78490" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/6b1df7e6721eaf89aa66a09575196f9b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6b1df7e6721eaf89aa66a09575196f9b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "extension" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/faf93f1a0970c0724a87934ec8a5475a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "faf93f1a0970c0724a87934ec8a5475a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "492194778ff72c55f78d7dd0700a8e31" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Parameter" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/be7e244cdb9d45f2acc2d75c5f241a96", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "be7e244cdb9d45f2acc2d75c5f241a96" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e9698cb70eb6b764dfd599f8b9e9f2f8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e9698cb70eb6b764dfd599f8b9e9f2f8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paramName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e0f0d1f913b425e8090cdeb9bb5927d1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e0f0d1f913b425e8090cdeb9bb5927d1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7df21b68dd9fdce59f46b3c04c72faed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7df21b68dd9fdce59f46b3c04c72faed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "required" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0e4cdcd81352417a91e04653ed0c604b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0e4cdcd81352417a91e04653ed0c604b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "deprecated" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2961015b1fc78cb5882d354790a2774f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2961015b1fc78cb5882d354790a2774f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowEmptyValue" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5765e7f370195cddbbeba87f274c4b0d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5765e7f370195cddbbeba87f274c4b0d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "style" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/690b6428b9f57dc7efede3ad38b1f038", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "690b6428b9f57dc7efede3ad38b1f038" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "explode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/864a6b369e223e6afa4a2b106743f70b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "864a6b369e223e6afa4a2b106743f70b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowReserved" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/4622f7fa7102c8367c230a6a2ce277c6", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4622f7fa7102c8367c230a6a2ce277c6" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "binding" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/dae1951ec0c31e003926df46c2c7d77c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "dae1951ec0c31e003926df46c2c7d77c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designLink" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d116b06362cade5b1abe29acc32f2a18", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d116b06362cade5b1abe29acc32f2a18" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0e2d31df514d25a603bc08a92620a99d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0e2d31df514d25a603bc08a92620a99d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "payload" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/d0999824453ecf2088ce555942b74ebf" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/628ddb4799562e5bcdd1e7f547a44c34", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "628ddb4799562e5bcdd1e7f547a44c34" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "examples" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/380139ca32da0851032ab603950be949" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5d12473551a1a939241cba07d024ae3c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5d12473551a1a939241cba07d024ae3c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/b708af51d08cb0b946c17a8740f74aaf", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b708af51d08cb0b946c17a8740f74aaf" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "SecurityScheme" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/bec22b1831ffc8cbb10d421dd068201c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "bec22b1831ffc8cbb10d421dd068201c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/46e3d7ced98a241934d93548d54f8578", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "46e3d7ced98a241934d93548d54f8578" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "type" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2bebb8098dc613c6e7e0b55798057fa7", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2bebb8098dc613c6e7e0b55798057fa7" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a88be4d55ac941c9a2fffa8bc447bff3", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a88be4d55ac941c9a2fffa8bc447bff3" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a740dcbd395126c75f63081a1c73b32f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a740dcbd395126c75f63081a1c73b32f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designLink" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f7823b07bcd9c9b95a9cce9c5c0b0fb2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f7823b07bcd9c9b95a9cce9c5c0b0fb2" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "header" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/8b5005e9e88ecd14e3d2b459a506924e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8b5005e9e88ecd14e3d2b459a506924e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "parameter" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2d8dcd1d9afe33c21432a20e3b582dff", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2d8dcd1d9afe33c21432a20e3b582dff" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "response" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/009453d18fb1305e904091b641b3df3a" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/96f04c44189f47e5ca2238d81acb8bac", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "96f04c44189f47e5ca2238d81acb8bac" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "settings" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/43539710642bc0a3f08f83776cb37867" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f5a3a7205a2f04fd385891619d45fc1a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f5a3a7205a2f04fd385891619d45fc1a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "queryString" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/962c23018eb3fad12a57c1884b9c8e4c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "962c23018eb3fad12a57c1884b9c8e4c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/07cec439-bc66-44cf-9f9d-28c9bcdacf33", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "07cec439-bc66-44cf-9f9d-28c9bcdacf33" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "DataNodeUnion" + } + ], + "http://a.ml/vocabularies/data-model#disjoint": [ + { + "@id": "http://mulesoft.com/modeling/instances/4b092421d85b443468838fa73b70abe7" + }, + { + "@id": "http://mulesoft.com/modeling/instances/ebc3d08a9d457e1c61fdad0f1c14f0ab" + }, + { + "@id": "http://mulesoft.com/modeling/instances/fc27dcc9856e4c93a3cedbffcf8047c8" + }, + { + "@id": "http://mulesoft.com/modeling/instances/d2c48785e9b6b2bd8ba38bce24275dbb" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/a1a589999d9f6ba58d4c8e9602ca8cbc", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a1a589999d9f6ba58d4c8e9602ca8cbc" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "OperationBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/becd43e1501c5bea4fb95998bd5459ca", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "becd43e1501c5bea4fb95998bd5459ca" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Scope" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/aee4bd85ae5332ad77690d960deaf067", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "aee4bd85ae5332ad77690d960deaf067" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/8b0be6f896d2ea3d40b17c5338d0c14f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8b0be6f896d2ea3d40b17c5338d0c14f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d09314cec1eb08ee2dca53845470c85b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d09314cec1eb08ee2dca53845470c85b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/ca1a2026c865019cdd794e54dbfb4b6d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ca1a2026c865019cdd794e54dbfb4b6d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "MqttServerBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/31d4a7339a1c3ded598116492a518d85", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "31d4a7339a1c3ded598116492a518d85" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "clientId" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/90b2a5c705755e6c9861416b1c3345fb", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "90b2a5c705755e6c9861416b1c3345fb" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "cleanSession" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/792600beff069468a59762d459abb182", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "792600beff069468a59762d459abb182" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "keepAlive" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/10e96f8eaf84048be072b67d69ac61a0", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "10e96f8eaf84048be072b67d69ac61a0" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "bindingVersion" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/03216484bbdc675a257bf4243d7ef1d6", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "03216484bbdc675a257bf4243d7ef1d6" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "lastWill" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/4be76ef61e6bf13b14de928793c548cd" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/129bfefb8b787d1ef5f64ce2c95ecaa9" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/b2d5f3b377080ea7349251374f6fc3eb", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b2d5f3b377080ea7349251374f6fc3eb" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "DynamicBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/710ec80163435b8f808b0cb96170b01c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "710ec80163435b8f808b0cb96170b01c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "definition" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a5686496621c6c94e5f2e1541515be4f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a5686496621c6c94e5f2e1541515be4f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/25de7b527b89291364d61e86d70d63b5", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "25de7b527b89291364d61e86d70d63b5" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ChannelBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/e2d64edb5ea7aaecdfa2bdec929e6f2f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e2d64edb5ea7aaecdfa2bdec929e6f2f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Server" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e24ade77e95c9c463feedf0628b4a616", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e24ade77e95c9c463feedf0628b4a616" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a51f78dbf2dbb2002bc6eb236ebdc2c5", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a51f78dbf2dbb2002bc6eb236ebdc2c5" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "urlTemplate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/3dfb7ff4431fa153f738f6b4a9130f83", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3dfb7ff4431fa153f738f6b4a9130f83" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/9db5f36e5a05a94719c6c8cbd095decc", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9db5f36e5a05a94719c6c8cbd095decc" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "protocol" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/962390974a474d8669da059374bc7d20", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "962390974a474d8669da059374bc7d20" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "protocolVersion" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/9e72e3dc2b5487e162fb68ee646f3056", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9e72e3dc2b5487e162fb68ee646f3056" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "variable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a6685b338685661963c6703b1e8e92a7", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a6685b338685661963c6703b1e8e92a7" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "security" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e9cc23b4fb33eac3114128eee2867e17" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/4ae3f557732a289e02b890ac55076937", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4ae3f557732a289e02b890ac55076937" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "binding" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/be9f30ecf91dd9b1af54b0d5e1565698" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/4f17849578706f96482a2b8cf0ed9794", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4f17849578706f96482a2b8cf0ed9794" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/6c4f94dcc597cdb35b8fc9651239b45f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6c4f94dcc597cdb35b8fc9651239b45f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "VariableValue" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/793faaa28926cdadc47048695bc81b2e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "793faaa28926cdadc47048695bc81b2e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cc4fcbaa663a8de0ce841ffc19eab391", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cc4fcbaa663a8de0ce841ffc19eab391" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "value" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b90d01b40f997f716a2d4edd51fdf706", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b90d01b40f997f716a2d4edd51fdf706" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/b0ec51731a388c87aab5e81a4107bd33", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b0ec51731a388c87aab5e81a4107bd33" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ParametrizedDeclaration" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/9911739191723703f6b227804159a7ec", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9911739191723703f6b227804159a7ec" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/d6b254f7-0f35-4823-9704-70d82c32da30", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d6b254f7-0f35-4823-9704-70d82c32da30" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Union 1" + } + ], + "http://a.ml/vocabularies/data-model#disjoint": [ + { + "@id": "http://mulesoft.com/modeling/instances/7c85e887d9c6f4de8ca9a2a56daac491" + }, + { + "@id": "http://mulesoft.com/modeling/instances/9ecb9cf73b8402c2eef2154fc39a05bf" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f1dad4b933dc426ad1eca32e040afa13", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f1dad4b933dc426ad1eca32e040afa13" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "variable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/6c4f94dcc597cdb35b8fc9651239b45f" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b03c9c320b6777f220c2b5033065f11d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b03c9c320b6777f220c2b5033065f11d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/abfc82a7a538a5d701bbbedde36572ae", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "abfc82a7a538a5d701bbbedde36572ae" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "KafkaOperationBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ba38f9a4de918f837bfd14d42bccb5cb", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ba38f9a4de918f837bfd14d42bccb5cb" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "groupId" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/77e60d5c64a9ab658ea472c42ba0183c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "77e60d5c64a9ab658ea472c42ba0183c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "clientId" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/3fcc55d9c95085a8924fbbe54f8c9381", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3fcc55d9c95085a8924fbbe54f8c9381" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "bindingVersion" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/240480b754a8cd5a0b5be7f3c0d26d77" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/eb968365-0f19-48a7-9426-f2291f37ed2e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "eb968365-0f19-48a7-9426-f2291f37ed2e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "DataShapesUnion" + } + ], + "http://a.ml/vocabularies/data-model#disjoint": [ + { + "@id": "http://mulesoft.com/modeling/instances/d791fb90baafed7850a08592bb6d1d49" + }, + { + "@id": "http://mulesoft.com/modeling/instances/b3ac725a0edb4eb7eeed75b70aed3bfd" + }, + { + "@id": "http://mulesoft.com/modeling/instances/dcd899a0bafeb6626e5aa6bcc8ba045b" + }, + { + "@id": "http://mulesoft.com/modeling/instances/3dfed60cd55097249c26059c7e8df3c4" + }, + { + "@id": "http://mulesoft.com/modeling/instances/4b1d9580a91fbf8cea95e3c1470f840c" + }, + { + "@id": "http://mulesoft.com/modeling/instances/5b61c8efdcb818fd8fcbc69be7b9d7b1" + }, + { + "@id": "http://mulesoft.com/modeling/instances/784aafdcfffa56264a67a3600181eb02" + }, + { + "@id": "http://mulesoft.com/modeling/instances/9dce9200805594b6a371f914d4747cba" + }, + { + "@id": "http://mulesoft.com/modeling/instances/d4013271522af4d447dde9a5b539196f" + }, + { + "@id": "http://mulesoft.com/modeling/instances/8f1580ee5528db048402c5efa399dcbe" + }, + { + "@id": "http://mulesoft.com/modeling/instances/5698f0c2b9e0f720f281a77f94ae537f" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/8624a534ff4653d7ac0b547b714cb67b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8624a534ff4653d7ac0b547b714cb67b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ExternalFragment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/b3ac725a0edb4eb7eeed75b70aed3bfd", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b3ac725a0edb4eb7eeed75b70aed3bfd" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "TupleShape" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f54d20b0e778548c1a5306c2cf3cb1c1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f54d20b0e778548c1a5306c2cf3cb1c1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "closedItems" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/27bbb3e12112e16aef3d21b39f007232", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "27bbb3e12112e16aef3d21b39f007232" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "additionalItemsSchema" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/f3de1e8d2ec0a9469871edad95d0c678" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/190948eb29312c0f9e08101f185a58fe", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "190948eb29312c0f9e08101f185a58fe" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "License" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f1089d461dc4bccc0abb6b6391cb3976", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f1089d461dc4bccc0abb6b6391cb3976" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "url" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0ea80edadbd631db1c719f3739b16384", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0ea80edadbd631db1c719f3739b16384" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a92598c77c387f34d7942fb04b114182", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a92598c77c387f34d7942fb04b114182" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/ebc3d08a9d457e1c61fdad0f1c14f0ab", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ebc3d08a9d457e1c61fdad0f1c14f0ab" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ArrayNode" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f6031d3db330a90799ebdc6f708cedeb", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f6031d3db330a90799ebdc6f708cedeb" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "member" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/2e02f5406d75b88a481f61798dec8ef2" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/b97b653910b69b22e9ff6b4f08c19dc8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b97b653910b69b22e9ff6b4f08c19dc8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "DataTypeFragment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/0d202c9d523ea0948735454b0cfe992c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0d202c9d523ea0948735454b0cfe992c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "TemplatedLink" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5e1eae03541df990cd5b28129db56cce", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5e1eae03541df990cd5b28129db56cce" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b3bb33a2f51da37d8f06514336ad3118", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b3bb33a2f51da37d8f06514336ad3118" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "template" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/aa551d93c363ed573c515a86d191a743", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "aa551d93c363ed573c515a86d191a743" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "operationID" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d99ea09b400e55499a5d538ee621f002", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d99ea09b400e55499a5d538ee621f002" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requestBody" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e3a5fc1d311e2fe06fb51caa3c1277c7", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e3a5fc1d311e2fe06fb51caa3c1277c7" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/60517881435fb31c7a5bea9affd8b02d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "60517881435fb31c7a5bea9affd8b02d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designLink" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/55ac637eb09cc9236a35f7e5f4dbac8f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "55ac637eb09cc9236a35f7e5f4dbac8f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mapping" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/dcc57e47b05adbc409c44ca746ecca50" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/839ed958baccb92ebe11b8db24b47e0e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "839ed958baccb92ebe11b8db24b47e0e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "server" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e2d64edb5ea7aaecdfa2bdec929e6f2f" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c74c73f8f74430af358a256781c4101d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c74c73f8f74430af358a256781c4101d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/13cd7a81-c5db-4f60-966c-c488fa00f21b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "13cd7a81-c5db-4f60-966c-c488fa00f21b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ParsedUnitUnion" + } + ], + "http://a.ml/vocabularies/data-model#disjoint": [ + { + "@id": "http://mulesoft.com/modeling/instances/b97b653910b69b22e9ff6b4f08c19dc8" + }, + { + "@id": "http://mulesoft.com/modeling/instances/68384b3cae0de60ff4433ee350741ed0" + }, + { + "@id": "http://mulesoft.com/modeling/instances/0b517c7eb73ce44f62fc82ab0ac93c4d" + }, + { + "@id": "http://mulesoft.com/modeling/instances/fedd4e5b019088c202535f7982a15d45" + }, + { + "@id": "http://mulesoft.com/modeling/instances/a4e9b6cc7b94d55ee89c55e6147d2205" + }, + { + "@id": "http://mulesoft.com/modeling/instances/dea47faefcb797ae3a96194f643fe99d" + }, + { + "@id": "http://mulesoft.com/modeling/instances/0789dc6ddd56df0aff357e49838f2501" + }, + { + "@id": "http://mulesoft.com/modeling/instances/f9b1785f9dd1781549f6c09aae1a7c5a" + }, + { + "@id": "http://mulesoft.com/modeling/instances/b4f279c707b5c3bfacaa8ba08f7df06d" + }, + { + "@id": "http://mulesoft.com/modeling/instances/025c44c8c78398fdddc4931954211b51" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/fedd4e5b019088c202535f7982a15d45", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "fedd4e5b019088c202535f7982a15d45" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ResourceTypeFragment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/4b1d9580a91fbf8cea95e3c1470f840c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4b1d9580a91fbf8cea95e3c1470f840c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "SchemaShape" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/21740b04508f701f9ad5c7b8a00a6c2e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "21740b04508f701f9ad5c7b8a00a6c2e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mediaType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/1f61ab9636cc3c808d7d2b0880a61328" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/2c06707c4a598c481aa1d0abcc9b716e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2c06707c4a598c481aa1d0abcc9b716e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "EmptyBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/3cead7e865a7c9c547458d99b0cf775a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3cead7e865a7c9c547458d99b0cf775a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "type" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a68b61e26c1122976a700912bde26a03", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a68b61e26c1122976a700912bde26a03" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/c699ce7ca58b44d432bb7d6c20af4735", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c699ce7ca58b44d432bb7d6c20af4735" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Amqp091ChannelBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a5527ca86d45eb2ad8a4cd199611d763", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a5527ca86d45eb2ad8a4cd199611d763" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "is" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cc0dce54527a496798a34e083a9b3cf1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cc0dce54527a496798a34e083a9b3cf1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "bindingVersion" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/43ae6059e8c448f770052529932cac51", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "43ae6059e8c448f770052529932cac51" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "exchange" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/dbde08a2174d51a2a0b24d31156fb9f5" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/1a74f7afd237338ba9202945b0b5b5b8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "1a74f7afd237338ba9202945b0b5b5b8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "queue" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/9bd33bc70f06d7e3b02e98a85dc89916" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/012c47bc1075796c1fd28838c184d186" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/9083b8af63b1b1bdd2aa09a20d3aa7f2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9083b8af63b1b1bdd2aa09a20d3aa7f2" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Encoding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/af624f5f9ee19cca191dba819e298967", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "af624f5f9ee19cca191dba819e298967" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "propertyName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/93d21801051dd8f79cb4f17370882ca4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "93d21801051dd8f79cb4f17370882ca4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "contentType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/690aa146b56d081fefb5c8fba563515e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "690aa146b56d081fefb5c8fba563515e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "style" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5377ce544bdf9ce80780c294951f9aef", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5377ce544bdf9ce80780c294951f9aef" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "explode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/fed08e5d775de2eee20a4ef894471b72", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "fed08e5d775de2eee20a4ef894471b72" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowReserved" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7606a12e2995274ab7c79f444388c98b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7606a12e2995274ab7c79f444388c98b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "header" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2e838e2735899b88c7559f3b7b2c681a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2e838e2735899b88c7559f3b7b2c681a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/7c85e887d9c6f4de8ca9a2a56daac491", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7c85e887d9c6f4de8ca9a2a56daac491" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ResourceType" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/6d68cc7636563b48624cf17e68ad00c8" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/301ae5e8ca4ed94af700a65ad4f9b6ca", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "301ae5e8ca4ed94af700a65ad4f9b6ca" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "MessageBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/2d418d1b3386e1203a39e2d4997a39a1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2d418d1b3386e1203a39e2d4997a39a1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "APIKeySettings" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ea07ee50b322bb63529336144537a158", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ea07ee50b322bb63529336144537a158" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c22493ecea0c478d0850a153f12cac2b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c22493ecea0c478d0850a153f12cac2b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "in" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/051526598612cd5ea620bbf2f2a729c7" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/2a1cbfa3d21bca20c30802dfa2470be2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2a1cbfa3d21bca20c30802dfa2470be2" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "OpenIDSettings" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b9f938567731d1d8540e5a1ee9ab47aa", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b9f938567731d1d8540e5a1ee9ab47aa" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "OpenIDConnectURL" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b0aefab57f7c52ab81b89f36a595470c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b0aefab57f7c52ab81b89f36a595470c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "scope" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/becd43e1501c5bea4fb95998bd5459ca" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/051526598612cd5ea620bbf2f2a729c7" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/025c44c8c78398fdddc4931954211b51", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "025c44c8c78398fdddc4931954211b51" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "OverlayModel" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/624f8e46d572e3b1a493099ac0d9be41" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/ed9a262aa28026231a7bce6ec9184914", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ed9a262aa28026231a7bce6ec9184914" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "PropertyShape" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/554ddced61267f7662bea84ad6c93e2f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "554ddced61267f7662bea84ad6c93e2f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "patternName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f824c5f6fccafc54a84429306faa0192", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f824c5f6fccafc54a84429306faa0192" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "min.Count" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/bbb8404ffec29cac581de90d70377110", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "bbb8404ffec29cac581de90d70377110" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "max.Count" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d379fa70c70f6e4f28112c45f9049fc1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d379fa70c70f6e4f28112c45f9049fc1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/aad52e3dd0e09245e355b4dce7aa7348", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "aad52e3dd0e09245e355b4dce7aa7348" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "range" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/c37c64e5fb6f43d058097af7265eecf0" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/d2c48785e9b6b2bd8ba38bce24275dbb", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d2c48785e9b6b2bd8ba38bce24275dbb" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ObjectNode" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d340a944429ef752b1c80adc934c8e5f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d340a944429ef752b1c80adc934c8e5f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "properties" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/ab2b91c07d7fac82202161d407fd31f4" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/2e02f5406d75b88a481f61798dec8ef2" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/8f1580ee5528db048402c5efa399dcbe", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8f1580ee5528db048402c5efa399dcbe" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "AnyShape" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5ebdc0dd8871c59ef3e13a677020618d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5ebdc0dd8871c59ef3e13a677020618d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "comment" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/19cf7c2fe4a3030e1fc142c0e137612b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "19cf7c2fe4a3030e1fc142c0e137612b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "raw" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/45d7e7e7f3d140d7760f19be01cf242c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "45d7e7e7f3d140d7760f19be01cf242c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "referenceId" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cb1bc2dd274d031e0af09d61913cc433", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cb1bc2dd274d031e0af09d61913cc433" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "location" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/54986b359cb23aad71ac97fa6cb161a1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "54986b359cb23aad71ac97fa6cb161a1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "documentation" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/6689a0f6c7ff1358b4a659ae09863b7e" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d0f8c1f1516bf4e5e79857295d54cb04", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d0f8c1f1516bf4e5e79857295d54cb04" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "XMLSerialization" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/26057d12cc681037ca56a0b2eb7e78cc" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/827904888a93007a6408bba81fd5febf", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "827904888a93007a6408bba81fd5febf" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "examples" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/380139ca32da0851032ab603950be949" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/c37c64e5fb6f43d058097af7265eecf0" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/9bd33bc70f06d7e3b02e98a85dc89916", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9bd33bc70f06d7e3b02e98a85dc89916" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Amqp091Queue" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5a4509dab31924aa468d380483b1893a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5a4509dab31924aa468d380483b1893a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/8f2dd44a2620f75458e9764e8c3aaad1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8f2dd44a2620f75458e9764e8c3aaad1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "durable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b53eb8c32cd568f6995dc78332bcec77", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b53eb8c32cd568f6995dc78332bcec77" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "exclusive" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/78e78597f4784c7cdbc00d4d118f7c19", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "78e78597f4784c7cdbc00d4d118f7c19" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "autoDelete" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/6f7b7583dd4783631ca76b156da37fd3", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6f7b7583dd4783631ca76b156da37fd3" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "vhost" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/da6058c8ea0a216314492aab2fa09863", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "da6058c8ea0a216314492aab2fa09863" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/dbde08a2174d51a2a0b24d31156fb9f5", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "dbde08a2174d51a2a0b24d31156fb9f5" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Amqp091ChannelExchange" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b5a34a263bb7042d7b7138089deb45e5", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b5a34a263bb7042d7b7138089deb45e5" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c3ce261b560fef23a9b6ab3b7f48cd71", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c3ce261b560fef23a9b6ab3b7f48cd71" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "type" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/75d02c62341acbbd9c752c74cf051c51", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "75d02c62341acbbd9c752c74cf051c51" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "durable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b2f718447ff98372bf389db9202654d2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b2f718447ff98372bf389db9202654d2" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "autoDelete" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ea822d6098c8868c52a7d6e7928afac1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ea822d6098c8868c52a7d6e7928afac1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "vhost" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/34ca1b2c75a8a4efa77988a5b012b80d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "34ca1b2c75a8a4efa77988a5b012b80d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/e7a61f532ec20cd6eeb3aec47f65543f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e7a61f532ec20cd6eeb3aec47f65543f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "CorrelationId" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/299683060b0b384a0d5034046dfa7178", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "299683060b0b384a0d5034046dfa7178" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/876bb7f97b038e8c4f48ac4ae5b34b86", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "876bb7f97b038e8c4f48ac4ae5b34b86" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/9e10e33d24ebbed7cc0884bc8a6ec304", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9e10e33d24ebbed7cc0884bc8a6ec304" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "location" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/6ee0f0b8aabfcae6678ecb6fe49f3afd", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6ee0f0b8aabfcae6678ecb6fe49f3afd" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designLink" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c61417e031f553f95991ee9e1fd5a20d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c61417e031f553f95991ee9e1fd5a20d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/d4013271522af4d447dde9a5b539196f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d4013271522af4d447dde9a5b539196f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ScalarShape" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/6a53213767cd87cf82ce5722c1730c17", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6a53213767cd87cf82ce5722c1730c17" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "format" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/44a209a6a1196e2ad5d68ad86d140539", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "44a209a6a1196e2ad5d68ad86d140539" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "multipleOf" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/float", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Float", + "http://a.ml/vocabularies/data-model#Float", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c67f867dcf85bb004e58e667457b9020", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c67f867dcf85bb004e58e667457b9020" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "max.Length" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d63a96ab59b554f8d22608182b231d01", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d63a96ab59b554f8d22608182b231d01" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "min.Exclusive" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/8f4c7f8ab39e30e1bb46cf5e439927ad", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8f4c7f8ab39e30e1bb46cf5e439927ad" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "max.Inclusive" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/float", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Float", + "http://a.ml/vocabularies/data-model#Float", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/9255507def0ce87020a5ccaea959529e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9255507def0ce87020a5ccaea959529e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "min.Length" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ffccfbfe557f994b8fa068df94a9cc24", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ffccfbfe557f994b8fa068df94a9cc24" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "pattern" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5f154eadc3c1ae5674f40af60ed68e6b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5f154eadc3c1ae5674f40af60ed68e6b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "min.Inclusive" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/float", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Float", + "http://a.ml/vocabularies/data-model#Float", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e1465cd9385c44ac0ba02e174953e388", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e1465cd9385c44ac0ba02e174953e388" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "max.Exclusive" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d9b5e882a545af1185b36cb450c67d50", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d9b5e882a545af1185b36cb450c67d50" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "datatype" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/1f61ab9636cc3c808d7d2b0880a61328" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/5698f0c2b9e0f720f281a77f94ae537f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5698f0c2b9e0f720f281a77f94ae537f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "RecursiveShape" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/067f621931339806073d97b05e0efa14", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "067f621931339806073d97b05e0efa14" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "fixpoint" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/c37c64e5fb6f43d058097af7265eecf0" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/34c20f58305fa6567d8ece60e0968f60", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "34c20f58305fa6567d8ece60e0968f60" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Operation" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/3b1686eed1aa33f6d3a7f7894f5f4fd4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3b1686eed1aa33f6d3a7f7894f5f4fd4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "method" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/86040d7a35a14e6c69e5dbd046c7ad76", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "86040d7a35a14e6c69e5dbd046c7ad76" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f1d07bfc0e5b90fb6d01f05e9a89901b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f1d07bfc0e5b90fb6d01f05e9a89901b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/959eec0d5cdd49bedad78b3fe0aa176c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "959eec0d5cdd49bedad78b3fe0aa176c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "deprecated" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7248cc2cd3b9ac525b35cc81a9bb2506", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7248cc2cd3b9ac525b35cc81a9bb2506" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "guiSummary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/1bf4ace4f30efad6740ce87e6cdf4756", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "1bf4ace4f30efad6740ce87e6cdf4756" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "scheme" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/756f4d5767dbc3c26554af618ec6076f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "756f4d5767dbc3c26554af618ec6076f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "accepts" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0088b0a1ef2f02f3a88b240a59f89532", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0088b0a1ef2f02f3a88b240a59f89532" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mediaType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/6c01d81a16c653da3e53006e24c7a7f2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6c01d81a16c653da3e53006e24c7a7f2" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isAbstract" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/23ab8350c5c17b43f87ac857304a8ba1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "23ab8350c5c17b43f87ac857304a8ba1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designLink" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2c537bf9856a307f3fa8751788aae78e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2c537bf9856a307f3fa8751788aae78e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "extends" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e6187770a923a6d0c6ada86fd7dbba9a" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d80997dd70beeca151494e60166a3bb3", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d80997dd70beeca151494e60166a3bb3" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "documentation" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/6689a0f6c7ff1358b4a659ae09863b7e" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/fa9b5b0e6fbdbc34eca560835e1af5f3", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "fa9b5b0e6fbdbc34eca560835e1af5f3" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "expects" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/9f20234f4373e14333780ed77aa5df84" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/bdf7b85e409c8cf9bddd7d08dce8597b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "bdf7b85e409c8cf9bddd7d08dce8597b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "returns" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/009453d18fb1305e904091b641b3df3a" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5a98102d4556bc160d454aacb0274e62", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5a98102d4556bc160d454aacb0274e62" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "security" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e9cc23b4fb33eac3114128eee2867e17" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/715f1117ccf64a5e1b383ddf44a8c056", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "715f1117ccf64a5e1b383ddf44a8c056" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "tag" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/1c2f22230c742b18bdb47277bed6f95d" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/9e3a7816b164ec6f75efe5b9d0f89121", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9e3a7816b164ec6f75efe5b9d0f89121" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "callback" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/78c98035d26b20ba9c563b6c5bb6e4d2" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c13efe2243b6feec034a147a40e2956f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c13efe2243b6feec034a147a40e2956f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "server" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e2d64edb5ea7aaecdfa2bdec929e6f2f" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/3a24c2cbab2376867dda457f08c1ab90", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3a24c2cbab2376867dda457f08c1ab90" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "binding" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/a1a589999d9f6ba58d4c8e9602ca8cbc" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/1e8d27cd959025bb22b037ba610f78c0", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "1e8d27cd959025bb22b037ba610f78c0" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/46dd7a54a932cf6914136e3c0dbace8f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "46dd7a54a932cf6914136e3c0dbace8f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "HttpOperationBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/3a81046bb6a13259e702fbe57eb940ac", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3a81046bb6a13259e702fbe57eb940ac" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "type" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5895a4b41ec14e603d4cb4c4218d367b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5895a4b41ec14e603d4cb4c4218d367b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "method" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/1b1410203c3f3f54931cd38d25955d08", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "1b1410203c3f3f54931cd38d25955d08" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "bindingVersion" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/552c4d254ab75c093424160a4396ab43", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "552c4d254ab75c093424160a4396ab43" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "query" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/240480b754a8cd5a0b5be7f3c0d26d77" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/87dc05d4cc9f0d9aa56e6e39cd66276c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "87dc05d4cc9f0d9aa56e6e39cd66276c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "HTTPSettings" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0383c67262fc82cb78670be687b58769", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0383c67262fc82cb78670be687b58769" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "scheme" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a58ec481d3ab39e6ecbd3ed6f9ddd896", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a58ec481d3ab39e6ecbd3ed6f9ddd896" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "bearerFormat" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/051526598612cd5ea620bbf2f2a729c7" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "62101687ac890c3379fd8c81d84fd674" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "DomainExtension" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/eee19082b009747cf1e3b2557d50289b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "eee19082b009747cf1e3b2557d50289b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/4a0f0f7616c874b1bbb1316a02b79b1b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4a0f0f7616c874b1bbb1316a02b79b1b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "element" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/77b5811b097b0419f03c318affe793ac", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "77b5811b097b0419f03c318affe793ac" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "definedBy" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/54a035d51ffe3e7cda79c259d4f78490" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f30d4b6b81d620958ecb682bc0c01455", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f30d4b6b81d620958ecb682bc0c01455" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "extension" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ad725fe7c59aedb0170f2a0c7fe92bc4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ad725fe7c59aedb0170f2a0c7fe92bc4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/a4e9b6cc7b94d55ee89c55e6147d2205", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a4e9b6cc7b94d55ee89c55e6147d2205" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "TraitFragment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/3cbda87ae84fb8b615a06abc7f1df8c6", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3cbda87ae84fb8b615a06abc7f1df8c6" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "MqttMessageBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/372857769d02e56d97ac7bbb51a76b00", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "372857769d02e56d97ac7bbb51a76b00" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "bindingVersion" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/803060dbcf6a4cda67c309e94d539156" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/24adb77824d057700f9135eafe1bdea0", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "24adb77824d057700f9135eafe1bdea0" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Shape" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7a8d3f9632780c42eba6e23a14c65fcb", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7a8d3f9632780c42eba6e23a14c65fcb" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d9b5a46081df15fc42d6f8b5f5baa093", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d9b5a46081df15fc42d6f8b5f5baa093" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0565e595d0fc69a23734bde60b63cce5", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0565e595d0fc69a23734bde60b63cce5" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "inheritanceClosure" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/03da74033fe33fba302090c36cb6e66b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "03da74033fe33fba302090c36cb6e66b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "readOnly" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f3f33bacd2114824b2804306154c9e24", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f3f33bacd2114824b2804306154c9e24" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "writeOnly" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c511917d63a5289cfadaeff45ec631b5", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c511917d63a5289cfadaeff45ec631b5" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "deprecated" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c0e599b2b262895f358ffccdde64779e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c0e599b2b262895f358ffccdde64779e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designLink" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d73e5bfe9ff558c59f73e97d9cfef3f6", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d73e5bfe9ff558c59f73e97d9cfef3f6" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "defaultValueString" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/be4d5ebcd4ba0951e1b43cbf9c77440f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "be4d5ebcd4ba0951e1b43cbf9c77440f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/bbcbb4a702b03eaa9d0a2c1dc48f45bb", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "bbcbb4a702b03eaa9d0a2c1dc48f45bb" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "inherits" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5607c80b39d47a1c14c77425a2c40176", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5607c80b39d47a1c14c77425a2c40176" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/18b5253db1156098f78d319531975cbc", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "18b5253db1156098f78d319531975cbc" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "defaultValue" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/435485561d0071aa823f516478113366", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "435485561d0071aa823f516478113366" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "not" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/59bec3c968d5dea851cc278b0c6fa33d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "59bec3c968d5dea851cc278b0c6fa33d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "exclusiveOr" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/67dcea5b252d2bdcf24206421d273a1e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "67dcea5b252d2bdcf24206421d273a1e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "else" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/02c276e6c3ef3a59d42f16a932fd8ee5", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "02c276e6c3ef3a59d42f16a932fd8ee5" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "or" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2f99390a1fe8cd7cca457cae58eaebaf", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2f99390a1fe8cd7cca457cae58eaebaf" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "and" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/de814783765a1d511f52bbc39f0fc70e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "de814783765a1d511f52bbc39f0fc70e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "if" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/907c1a61b0fd574fad8db3950c452d9b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "907c1a61b0fd574fad8db3950c452d9b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "then" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/dd748bddf06754a337f2010435c2e6ad", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "dd748bddf06754a337f2010435c2e6ad" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "in" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/8c6d919b1cd9abed10fbbc2f48565830", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8c6d919b1cd9abed10fbbc2f48565830" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "BaseUnit" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/fced77da0a527e7c98a9a26b25abc902", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "fced77da0a527e7c98a9a26b25abc902" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "tenantId" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b836331b15e6a6a13ee27ee4271db25c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b836331b15e6a6a13ee27ee4271db25c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "organizationId" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/6dd7f28b091d7b39f4cd478165f292fc", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6dd7f28b091d7b39f4cd478165f292fc" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "groupId" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/164437ebee5cfbd25aae9cba8f420ae4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "164437ebee5cfbd25aae9cba8f420ae4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "assetId" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/3ac92e9a09c2997ce4ecbe89e5ade581", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3ac92e9a09c2997ce4ecbe89e5ade581" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "semverVersion" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/aadb4bec712ace08c4d92f476e4e29cc", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "aadb4bec712ace08c4d92f476e4e29cc" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "version" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/863fd1f221a940cb06e0f749d919ded5", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "863fd1f221a940cb06e0f749d919ded5" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "dependencies" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/099d240ea5108354bf1b34993c355c6a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "099d240ea5108354bf1b34993c355c6a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "usage" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e22dbe37bd6e3ed2d26a40edc7356285", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e22dbe37bd6e3ed2d26a40edc7356285" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "describedBy" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/3805b6721701d8a895be7cba7bb3971e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3805b6721701d8a895be7cba7bb3971e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "root" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ad0cfb3851121a8a8b30ff7f740d8282", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ad0cfb3851121a8a8b30ff7f740d8282" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "references" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/28b40c3fc7f915b0757f9491b761aee6" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/78c98035d26b20ba9c563b6c5bb6e4d2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "78c98035d26b20ba9c563b6c5bb6e4d2" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Callback" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ffa14933662881377b2f677158df8279", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ffa14933662881377b2f677158df8279" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2d1464445278c9dd5887ddc556b2e1d4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2d1464445278c9dd5887ddc556b2e1d4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "expression" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f6d37a3ad63fb378264dcdffbe6e33af", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f6d37a3ad63fb378264dcdffbe6e33af" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "endpoint" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/422b17bf2ed1d523e65a1e0a5d039dc8" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/aa9f544bfc4d2164fe4fa951ff0e8e40", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "aa9f544bfc4d2164fe4fa951ff0e8e40" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/4b092421d85b443468838fa73b70abe7", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4b092421d85b443468838fa73b70abe7" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ScalarNode" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e28ee9eb66809df71370d153d483adec", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e28ee9eb66809df71370d153d483adec" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "value" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a0ca27742fcb8e3d8fe48c26cbe5d72b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a0ca27742fcb8e3d8fe48c26cbe5d72b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "dataType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/2e02f5406d75b88a481f61798dec8ef2" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/6689a0f6c7ff1358b4a659ae09863b7e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6689a0f6c7ff1358b4a659ae09863b7e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "CreativeWork" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b8fba3d60c43e7fbfa1e34fc75296534", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b8fba3d60c43e7fbfa1e34fc75296534" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "url" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/758a486e98f41349472fd0978e14eed8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "758a486e98f41349472fd0978e14eed8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "title" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f3250c28d1dfecc1788acca527a01566", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f3250c28d1dfecc1788acca527a01566" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/84f19c442cf5166faf6d3ebe8f3ff772", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "84f19c442cf5166faf6d3ebe8f3ff772" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designLink" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/95c7de940bc35fc6b9edb03ddc253948", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "95c7de940bc35fc6b9edb03ddc253948" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/73a39ee10da50ba39032f33e707826d5", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "73a39ee10da50ba39032f33e707826d5" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Amqp091MessageBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/97d3fbdb776848627e2e40157d68098a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "97d3fbdb776848627e2e40157d68098a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "contentEncoding" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e95881d9c6cc21a2dfc0e38f89baad0f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e95881d9c6cc21a2dfc0e38f89baad0f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "messageType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/33b011d54304d63c7369f51c82295484", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "33b011d54304d63c7369f51c82295484" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "bindingVersion" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/803060dbcf6a4cda67c309e94d539156" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/9c98066f18d3dbd50839a3924183e00b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9c98066f18d3dbd50839a3924183e00b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "OAuth2Flow" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/52d6e29aad2aa78b771429da1e064f72", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "52d6e29aad2aa78b771429da1e064f72" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "authorizationURI" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/851a48e388f4f053845a5df7d730d4e3", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "851a48e388f4f053845a5df7d730d4e3" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "accessTokenURI" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/30d8516a44dbb8300f576a08ce2a8798", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "30d8516a44dbb8300f576a08ce2a8798" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "flow" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a0377b28ffa9a6136e1fe2d29cbe409f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a0377b28ffa9a6136e1fe2d29cbe409f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "refreshURI" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2ccff04867850e0ac5ac1a26e6348ef7", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2ccff04867850e0ac5ac1a26e6348ef7" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "scope" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/becd43e1501c5bea4fb95998bd5459ca" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ef4287802f57fbd09241dd3f489d6a39", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ef4287802f57fbd09241dd3f489d6a39" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/650f0f6d746a643bbae1ceee8c932b03", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "650f0f6d746a643bbae1ceee8c932b03" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "AbstractDeclaration" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/77ea9ad03b8cc89c9b46817471339c66", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "77ea9ad03b8cc89c9b46817471339c66" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/81dc0b109cad954daba3b1ec27014387", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "81dc0b109cad954daba3b1ec27014387" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/8df67fecac6fca3c7507feff9e9a4951", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8df67fecac6fca3c7507feff9e9a4951" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "variable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ffcee94454f1987630371f0cc2084521", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ffcee94454f1987630371f0cc2084521" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designLink" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/80f38349499f444da9592cd93df038de", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "80f38349499f444da9592cd93df038de" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "dataNode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c810478ad2dcf60bb3e17d39da31670d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c810478ad2dcf60bb3e17d39da31670d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/a4501cf357cbe3efa9d931857976f9e1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a4501cf357cbe3efa9d931857976f9e1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "DocumentExtension" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b387b1e61eb0fe54a618c740545fcba6", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b387b1e61eb0fe54a618c740545fcba6" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "encodes" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e0dc0b7dc90a48822697e2cb4868eab7" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7d0bc4a49c4c7e575ccee61be277b0b4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7d0bc4a49c4c7e575ccee61be277b0b4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "declares" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e0dc0b7dc90a48822697e2cb4868eab7" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/6715f463e329baf51c4d6c4b8a67bd32" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/3fe49120dc1192cf32cac2dc35fe9242", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3fe49120dc1192cf32cac2dc35fe9242" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "WebSocketsChannelBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/659564d6775a53501f14da66078b0037", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "659564d6775a53501f14da66078b0037" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "method" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/fd8ff6ad6d4b40707f61d12ff7de7e08", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "fd8ff6ad6d4b40707f61d12ff7de7e08" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "bindingVersion" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f1127dc794f67645a9abb0537b6d382a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f1127dc794f67645a9abb0537b6d382a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "query" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/bc6ca53c7b94b33b92fa58baae956967", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "bc6ca53c7b94b33b92fa58baae956967" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "query1" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/012c47bc1075796c1fd28838c184d186" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/b9c7cd5fcac68a0ee57792fc96470a70", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b9c7cd5fcac68a0ee57792fc96470a70" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "KafkaMessageBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d9614f192b7d4db6270825771c1783c3", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d9614f192b7d4db6270825771c1783c3" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "key" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/112197e5f2b29f8279c93526df3f0f26", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "112197e5f2b29f8279c93526df3f0f26" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "bindingVersion" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/803060dbcf6a4cda67c309e94d539156" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/d0999824453ecf2088ce555942b74ebf", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d0999824453ecf2088ce555942b74ebf" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payload" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/65370063fd901c46c46c91bc7426e685", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "65370063fd901c46c46c91bc7426e685" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5e08ff06162bf647bb1f675bf0f14a1b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5e08ff06162bf647bb1f675bf0f14a1b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mediaType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/8547a29d23d38b4b9f70c7a81a01b6af", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8547a29d23d38b4b9f70c7a81a01b6af" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "schemaMediaType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/8271660ea37e9b5c4eba8266485d7f6e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8271660ea37e9b5c4eba8266485d7f6e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designLink" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/fb2b96ae1e555642d18982fee1cf684b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "fb2b96ae1e555642d18982fee1cf684b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/17bc5a7aa4720bcfdcb406e62853b365", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "17bc5a7aa4720bcfdcb406e62853b365" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "examples" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/380139ca32da0851032ab603950be949" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/af18bdbe7f9a1583a6db18cf0cbbbebf", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "af18bdbe7f9a1583a6db18cf0cbbbebf" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "encoding" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/9083b8af63b1b1bdd2aa09a20d3aa7f2" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/bedd4286afed25e83bd82cc2c592a51d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "bedd4286afed25e83bd82cc2c592a51d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/92b55100-3657-4019-9f9d-4fa6ee5c68ff", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "92b55100-3657-4019-9f9d-4fa6ee5c68ff" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "SecuritySettingsUnion" + } + ], + "http://a.ml/vocabularies/data-model#disjoint": [ + { + "@id": "http://mulesoft.com/modeling/instances/396b80cf4377eb9bc44bbe794ab975a9" + }, + { + "@id": "http://mulesoft.com/modeling/instances/1fa3feaa9b0d69a4de2a21b8fa9c334a" + }, + { + "@id": "http://mulesoft.com/modeling/instances/2d418d1b3386e1203a39e2d4997a39a1" + }, + { + "@id": "http://mulesoft.com/modeling/instances/87dc05d4cc9f0d9aa56e6e39cd66276c" + }, + { + "@id": "http://mulesoft.com/modeling/instances/2a1cbfa3d21bca20c30802dfa2470be2" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/68384b3cae0de60ff4433ee350741ed0", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "68384b3cae0de60ff4433ee350741ed0" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "DocumentationItemFragment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/336167b37e9b4e9908ee444363658e6b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "336167b37e9b4e9908ee444363658e6b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "DataNode" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a467aa6befdad07aaeeaec5fc47daace", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a467aa6befdad07aaeeaec5fc47daace" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/44b12c9da57ee93268a5a498ff642ee2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "44b12c9da57ee93268a5a498ff642ee2" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/1c2f22230c742b18bdb47277bed6f95d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "1c2f22230c742b18bdb47277bed6f95d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Tag" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/9645ebc3fee4575bd5efd790476d4b4a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9645ebc3fee4575bd5efd790476d4b4a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ba469e9b6bbbf6feab477b0320c53f2b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ba469e9b6bbbf6feab477b0320c53f2b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/3d224488c3c68bf3286da71e594e2f35", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3d224488c3c68bf3286da71e594e2f35" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "documentation" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/6689a0f6c7ff1358b4a659ae09863b7e" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7be99e70a67e9099c80f2ab64aa861c3", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7be99e70a67e9099c80f2ab64aa861c3" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/fc27dcc9856e4c93a3cedbffcf8047c8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "fc27dcc9856e4c93a3cedbffcf8047c8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "LinkNode" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/8e9973a50916cba434784441c25aae72", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8e9973a50916cba434784441c25aae72" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "value" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/2e02f5406d75b88a481f61798dec8ef2" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/380139ca32da0851032ab603950be949", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "380139ca32da0851032ab603950be949" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Example" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/88db6f9b51a562074fb51c39b7c62e1f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "88db6f9b51a562074fb51c39b7c62e1f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/87185bbd7ced683c359b7087da6b66d1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "87185bbd7ced683c359b7087da6b66d1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d3150e79df0f33631b2fc4ee430cd73e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d3150e79df0f33631b2fc4ee430cd73e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "guiSummary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ad97863d22f200f67e7d36b0571ff477", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ad97863d22f200f67e7d36b0571ff477" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/df7d9ff91640f3f9c48a1863600c8d9a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "df7d9ff91640f3f9c48a1863600c8d9a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalValue" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/63503335eba2a12aa8c7ce62cabbe77a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "63503335eba2a12aa8c7ce62cabbe77a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "strict" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e67834678171aab50c7cfcd7e967544c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e67834678171aab50c7cfcd7e967544c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mediaType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/adf8b358d4144212297716279d2dc107", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "adf8b358d4144212297716279d2dc107" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "raw" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e5141ba423436066cddfe06422991e05", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e5141ba423436066cddfe06422991e05" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "referenceId" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d657f35cd2d7bc68820b5c28ce2fdcc8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d657f35cd2d7bc68820b5c28ce2fdcc8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "location" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2afb117b493e7922f9c90a1fb1f90372", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2afb117b493e7922f9c90a1fb1f90372" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designLink" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/50d0848c28d374bc918616b4ae79bd7b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "50d0848c28d374bc918616b4ae79bd7b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "structuredValue" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0617493428e71b38047878d70c09deca", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0617493428e71b38047878d70c09deca" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/0b517c7eb73ce44f62fc82ab0ac93c4d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0b517c7eb73ce44f62fc82ab0ac93c4d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "NamedExampleFragment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/54a035d51ffe3e7cda79c259d4f78490", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "54a035d51ffe3e7cda79c259d4f78490" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "CustomDomainProperty" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b1fc3c8301fc1c4cfb9d004e4e7ed83c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b1fc3c8301fc1c4cfb9d004e4e7ed83c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e389406553d3755194d4e03d199db9fc", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e389406553d3755194d4e03d199db9fc" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designLink" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e33c55bc790ed38c6cd701fb4b963986", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e33c55bc790ed38c6cd701fb4b963986" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "domain" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d9b332deb0083ceb83fc42438c4d7c0c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d9b332deb0083ceb83fc42438c4d7c0c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c3d0da0e47a44cfcb2ad6b28d626a73d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c3d0da0e47a44cfcb2ad6b28d626a73d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/14835fbf73ad82fcd8975be190af6848", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "14835fbf73ad82fcd8975be190af6848" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ParametrizedResourceType" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/eea1a08767df545529b91c95a8e541db" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/d791fb90baafed7850a08592bb6d1d49", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d791fb90baafed7850a08592bb6d1d49" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "UnionShape" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c254660eded325bd6c6d365a7f00c1fc", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c254660eded325bd6c6d365a7f00c1fc" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "anyOf" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/1f61ab9636cc3c808d7d2b0880a61328" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/dea47faefcb797ae3a96194f643fe99d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "dea47faefcb797ae3a96194f643fe99d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "SecuritySchemeFragment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/009453d18fb1305e904091b641b3df3a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "009453d18fb1305e904091b641b3df3a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Response" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0265640bee98b9e4a98ea4c3132ad2f6", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0265640bee98b9e4a98ea4c3132ad2f6" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "statusCode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5dd2287fc9881bee84766d4d5550db82", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5dd2287fc9881bee84766d4d5550db82" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "links" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/0d202c9d523ea0948735454b0cfe992c" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/8b24fe9949d293e2a4898d76db9e6989" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/c667b11c4c833db22ec9fc21103041a8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c667b11c4c833db22ec9fc21103041a8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Message" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/71f0a2d40fa9f19fea4385c833fde4db", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "71f0a2d40fa9f19fea4385c833fde4db" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a8fa849617b2a22203aeca756353407e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a8fa849617b2a22203aeca756353407e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2d98fcda1e8844bb4b602bb9cef70b6b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2d98fcda1e8844bb4b602bb9cef70b6b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/92a2d215a8b3e550d960fc8f780baa34", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "92a2d215a8b3e550d960fc8f780baa34" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "title" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f436eb6f6a6f11a8986788eb71e8853f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f436eb6f6a6f11a8986788eb71e8853f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "summary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/50015918c414ca5073ddac2df7d14aeb", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "50015918c414ca5073ddac2df7d14aeb" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isAbstract" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7bf541445eda5cf5516b1bf96d16fbeb", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7bf541445eda5cf5516b1bf96d16fbeb" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designLink" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/8e0e7dcc9340c5d41fce3624e81dec65", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8e0e7dcc9340c5d41fce3624e81dec65" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "payload" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/d0999824453ecf2088ce555942b74ebf" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f11e1f68ce89b0fbea65cf8be8458567", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f11e1f68ce89b0fbea65cf8be8458567" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "correlationId" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e7a61f532ec20cd6eeb3aec47f65543f" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5f9e92bb21c18d4cd0f305b4136661d0", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5f9e92bb21c18d4cd0f305b4136661d0" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "header" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/bc73bb3634b0306d6a8a271ea1c3023c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "bc73bb3634b0306d6a8a271ea1c3023c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "binding" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/301ae5e8ca4ed94af700a65ad4f9b6ca" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/63deeace8176501c0bd3716ccd092cb9", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "63deeace8176501c0bd3716ccd092cb9" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "tag" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/1c2f22230c742b18bdb47277bed6f95d" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/99344a730d826bd620ccf50fd5de82de", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "99344a730d826bd620ccf50fd5de82de" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "examples" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/380139ca32da0851032ab603950be949" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/90a0d2c2098fe85a6fd16af4bf61544e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "90a0d2c2098fe85a6fd16af4bf61544e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "documentation" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/6689a0f6c7ff1358b4a659ae09863b7e" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7c674c1d6093ba571af9dff45f54c1ee", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7c674c1d6093ba571af9dff45f54c1ee" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/35f910b0-3754-4c9b-882c-e9ef7930632d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "35f910b0-3754-4c9b-882c-e9ef7930632d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "DomainElementUnion" + } + ], + "http://a.ml/vocabularies/data-model#disjoint": [ + { + "@id": "http://mulesoft.com/modeling/instances/d791fb90baafed7850a08592bb6d1d49" + }, + { + "@id": "http://mulesoft.com/modeling/instances/b3ac725a0edb4eb7eeed75b70aed3bfd" + }, + { + "@id": "http://mulesoft.com/modeling/instances/dcd899a0bafeb6626e5aa6bcc8ba045b" + }, + { + "@id": "http://mulesoft.com/modeling/instances/3dfed60cd55097249c26059c7e8df3c4" + }, + { + "@id": "http://mulesoft.com/modeling/instances/4b1d9580a91fbf8cea95e3c1470f840c" + }, + { + "@id": "http://mulesoft.com/modeling/instances/5b61c8efdcb818fd8fcbc69be7b9d7b1" + }, + { + "@id": "http://mulesoft.com/modeling/instances/784aafdcfffa56264a67a3600181eb02" + }, + { + "@id": "http://mulesoft.com/modeling/instances/9dce9200805594b6a371f914d4747cba" + }, + { + "@id": "http://mulesoft.com/modeling/instances/d4013271522af4d447dde9a5b539196f" + }, + { + "@id": "http://mulesoft.com/modeling/instances/8f1580ee5528db048402c5efa399dcbe" + }, + { + "@id": "http://mulesoft.com/modeling/instances/5698f0c2b9e0f720f281a77f94ae537f" + }, + { + "@id": "http://mulesoft.com/modeling/instances/b708af51d08cb0b946c17a8740f74aaf" + }, + { + "@id": "http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31" + }, + { + "@id": "http://mulesoft.com/modeling/instances/9f20234f4373e14333780ed77aa5df84" + }, + { + "@id": "http://mulesoft.com/modeling/instances/78c98035d26b20ba9c563b6c5bb6e4d2" + }, + { + "@id": "http://mulesoft.com/modeling/instances/1c2f22230c742b18bdb47277bed6f95d" + }, + { + "@id": "http://mulesoft.com/modeling/instances/eb2a2e74089c0116dd6483329ad8af91" + }, + { + "@id": "http://mulesoft.com/modeling/instances/380139ca32da0851032ab603950be949" + }, + { + "@id": "http://mulesoft.com/modeling/instances/9ecb9cf73b8402c2eef2154fc39a05bf" + }, + { + "@id": "http://mulesoft.com/modeling/instances/0d202c9d523ea0948735454b0cfe992c" + }, + { + "@id": "http://mulesoft.com/modeling/instances/e2d64edb5ea7aaecdfa2bdec929e6f2f" + }, + { + "@id": "http://mulesoft.com/modeling/instances/7c85e887d9c6f4de8ca9a2a56daac491" + }, + { + "@id": "http://mulesoft.com/modeling/instances/54a035d51ffe3e7cda79c259d4f78490" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/5b61c8efdcb818fd8fcbc69be7b9d7b1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5b61c8efdcb818fd8fcbc69be7b9d7b1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "FileShape" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ebcdea41848cc4bda0a5c1206ffa6570", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ebcdea41848cc4bda0a5c1206ffa6570" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "fileType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/90a0e440aaec43922cec411e900f9698", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "90a0e440aaec43922cec411e900f9698" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "format" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/bccc28d6a5668b5f5a815cb369b0adfc", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "bccc28d6a5668b5f5a815cb369b0adfc" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "multipleOf" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/float", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Float", + "http://a.ml/vocabularies/data-model#Float", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ef39b9278efd3051cc103b49246146f8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ef39b9278efd3051cc103b49246146f8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "max.Length" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7b802eac24b37cdc101cc59218d54850", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7b802eac24b37cdc101cc59218d54850" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "min.Exclusive" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/51ff92e7971da31c2fe77e4fbff74ead", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "51ff92e7971da31c2fe77e4fbff74ead" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "max.Inclusive" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/float", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Float", + "http://a.ml/vocabularies/data-model#Float", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c948f5f0c4d68b4a7b821bdeec483c26", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c948f5f0c4d68b4a7b821bdeec483c26" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "min.Length" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c2454b032203bb7abbb5c46973f7b8a8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c2454b032203bb7abbb5c46973f7b8a8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "pattern" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/3cd74425d1c10850d119f816a4cc7f4a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3cd74425d1c10850d119f816a4cc7f4a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "min.Inclusive" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/float", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Float", + "http://a.ml/vocabularies/data-model#Float", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c778ddac39481fb7c49b1d7d9340dcd8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c778ddac39481fb7c49b1d7d9340dcd8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "max.Exclusive" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/1f61ab9636cc3c808d7d2b0880a61328" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/9ecb9cf73b8402c2eef2154fc39a05bf", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9ecb9cf73b8402c2eef2154fc39a05bf" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Trait" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/6d68cc7636563b48624cf17e68ad00c8" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/ab2b91c07d7fac82202161d407fd31f4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ab2b91c07d7fac82202161d407fd31f4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "PropertyNode" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/9b625164f52c17cd36a5121031dc8d5f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9b625164f52c17cd36a5121031dc8d5f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "range" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/2e02f5406d75b88a481f61798dec8ef2" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/1fa3feaa9b0d69a4de2a21b8fa9c334a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "1fa3feaa9b0d69a4de2a21b8fa9c334a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "OAuth1Settings" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e4f54170b56bbcf53f7599864bd22e3a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e4f54170b56bbcf53f7599864bd22e3a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requestTokenURI" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/14f80d7bbfca5f1a34990d56fb4269c4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "14f80d7bbfca5f1a34990d56fb4269c4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "authorizationURI" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/35a7895ed95eecc3202590f694ef2a09", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "35a7895ed95eecc3202590f694ef2a09" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "tokenCredentialsURI" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7343b89fc479bdb13912a5f8d90a85d4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7343b89fc479bdb13912a5f8d90a85d4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "signature" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/051526598612cd5ea620bbf2f2a729c7" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/784aafdcfffa56264a67a3600181eb02", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "784aafdcfffa56264a67a3600181eb02" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "MatrixShape" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/f3de1e8d2ec0a9469871edad95d0c678" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/e6187770a923a6d0c6ada86fd7dbba9a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e6187770a923a6d0c6ada86fd7dbba9a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ParametrizedTrait" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/eea1a08767df545529b91c95a8e541db" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/882f7dedec144f8092605054da3becd5", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "882f7dedec144f8092605054da3becd5" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Fragment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2f7b77507f2cad845fcca3ebd1903b8e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2f7b77507f2cad845fcca3ebd1903b8e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "encodes" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e0dc0b7dc90a48822697e2cb4868eab7" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/6715f463e329baf51c4d6c4b8a67bd32" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/9dce9200805594b6a371f914d4747cba", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9dce9200805594b6a371f914d4747cba" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "NilShape" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/1f61ab9636cc3c808d7d2b0880a61328" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/eb2a2e74089c0116dd6483329ad8af91", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "eb2a2e74089c0116dd6483329ad8af91" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "WebAPI" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/6db08b8c49774c89052a15797ec22def", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6db08b8c49774c89052a15797ec22def" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cc9bf071c34ab3075bdf32b633804106", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cc9bf071c34ab3075bdf32b633804106" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f2b5ae7355c3aa7d991f523247734379", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f2b5ae7355c3aa7d991f523247734379" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "identifier" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/4b5a0850ae171f98ae379a10757f3392", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4b5a0850ae171f98ae379a10757f3392" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "accepts" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7c0769a6918b90f8ddea0115110d6b74", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7c0769a6918b90f8ddea0115110d6b74" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "contentType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ec392ffb2adecce1105cda4e7312c8a0", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ec392ffb2adecce1105cda4e7312c8a0" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "scheme" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/4ce4eafc1ffed0df8addc9b269bf5f0e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4ce4eafc1ffed0df8addc9b269bf5f0e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "version" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f9d1899af362dc6fda3a476349127673", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f9d1899af362dc6fda3a476349127673" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "termsOfService" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a3edb0a75f9340556f166961f7c4676a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a3edb0a75f9340556f166961f7c4676a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "server" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e2d64edb5ea7aaecdfa2bdec929e6f2f" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/9b83bace35e064fd2eae0490ad891bc3", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9b83bace35e064fd2eae0490ad891bc3" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "provider" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/7409270319f1ab22e3aa6faef224137e" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/89a3794439188430f9211dda3c16c297", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "89a3794439188430f9211dda3c16c297" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "license" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/190948eb29312c0f9e08101f185a58fe" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ea49ba0927e6b3a67d0180e4499327ce", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ea49ba0927e6b3a67d0180e4499327ce" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "documentation" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/6689a0f6c7ff1358b4a659ae09863b7e" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e4437f39d45ec3e01fa9915dc5f73868", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e4437f39d45ec3e01fa9915dc5f73868" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "endpoint" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/422b17bf2ed1d523e65a1e0a5d039dc8" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d0a64e6b881cb488292546ae5f725c8d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d0a64e6b881cb488292546ae5f725c8d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "security" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e9cc23b4fb33eac3114128eee2867e17" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/256f58894dac5757462a40b2d92d9d46", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "256f58894dac5757462a40b2d92d9d46" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "tag" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/1c2f22230c742b18bdb47277bed6f95d" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e662be6c71ca1c6bd78429929e4f7d50", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e662be6c71ca1c6bd78429929e4f7d50" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/26057d12cc681037ca56a0b2eb7e78cc", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "26057d12cc681037ca56a0b2eb7e78cc" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "XMLSerializer" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/38bd2adef63733a001224f97ee51965e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "38bd2adef63733a001224f97ee51965e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "xmlAttribute" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a1c1a8127267b98193256a0536c04568", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a1c1a8127267b98193256a0536c04568" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "xmlWrapped" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/70d3c93005cd5960810411bcff8044b1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "70d3c93005cd5960810411bcff8044b1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "xmlName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2b97e050b1e13ba3cac1571cd0636183", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2b97e050b1e13ba3cac1571cd0636183" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "xmlNamespace" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/26861dea5422e2b8873c60133c8376fa", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "26861dea5422e2b8873c60133c8376fa" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "xmlPrefix" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/10ca2f4266f29cfaf938bc4a4799d84b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "10ca2f4266f29cfaf938bc4a4799d84b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/3079c3f119d7e4b192c13ff77f488a3a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3079c3f119d7e4b192c13ff77f488a3a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "AnnotationTypeFragment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/cd28835246ff9118589117eaa543f691", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cd28835246ff9118589117eaa543f691" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "HttpAPIKeySettings" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/66e5b1610506bbef211bdedbb2ae1ac7", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "66e5b1610506bbef211bdedbb2ae1ac7" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0240a697489546d988433175150d0998", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0240a697489546d988433175150d0998" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "in" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/051526598612cd5ea620bbf2f2a729c7" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/7409270319f1ab22e3aa6faef224137e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7409270319f1ab22e3aa6faef224137e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Organization" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/25f2b743f9120fcb890329f7865ffd67", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "25f2b743f9120fcb890329f7865ffd67" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "url" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/31549886a699d7adb8ad15fc21dfc132", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "31549886a699d7adb8ad15fc21dfc132" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/667bfd37154d8d4ed1cb8041d01ef16f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "667bfd37154d8d4ed1cb8041d01ef16f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "email" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/1cc38608be4ae7d01d823e0adb8a6aa6", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "1cc38608be4ae7d01d823e0adb8a6aa6" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/61f8c1732531381d4e4e75951587c8cc", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "61f8c1732531381d4e4e75951587c8cc" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "PropertyDependencies" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/05a28bb37de68710ad8f854af94fec40", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "05a28bb37de68710ad8f854af94fec40" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "propertySource" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/38642f53436df44722e6b32e6d9a1f21", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "38642f53436df44722e6b32e6d9a1f21" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "propertyTarget" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e08e0dec37e429bac4af6b01310d9089", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e08e0dec37e429bac4af6b01310d9089" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/27c8882cdddd119281a433601bacfd85", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "27c8882cdddd119281a433601bacfd85" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "HttpMessageBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/26113d5b4f195dbf4d20fb82c699f998", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "26113d5b4f195dbf4d20fb82c699f998" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "bindingVersion" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a0e6af2214ac8f4a55d4df081f939733", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a0e6af2214ac8f4a55d4df081f939733" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "headers" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/803060dbcf6a4cda67c309e94d539156" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/8b4aac0c12c453201364d8bf043e05d5", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8b4aac0c12c453201364d8bf043e05d5" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "MqttOperationBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/2ef3065cac81763bc04d5881a7cd5f0f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2ef3065cac81763bc04d5881a7cd5f0f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "qos" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d2080c70f5d1c9a23bdef2116ffbf71d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d2080c70f5d1c9a23bdef2116ffbf71d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "retain" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/4ed61bc558c6ab86694c400ed28097bc", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4ed61bc558c6ab86694c400ed28097bc" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "bindingVersion" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/240480b754a8cd5a0b5be7f3c0d26d77" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/e9cc23b4fb33eac3114128eee2867e17", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e9cc23b4fb33eac3114128eee2867e17" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "SecurityRequirement" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/529264d6d373845162787a46f3618b47", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "529264d6d373845162787a46f3618b47" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "schemes" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/3388557e400f305659714a0508d4e8a9" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ff67d4c8fa49e659e309a7facff94e86", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ff67d4c8fa49e659e309a7facff94e86" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/be9f30ecf91dd9b1af54b0d5e1565698", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "be9f30ecf91dd9b1af54b0d5e1565698" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ServerBinding" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/3388557e400f305659714a0508d4e8a9", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3388557e400f305659714a0508d4e8a9" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ParametrizedSecurityScheme" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/9d1db4a03736b9b046ac8044dd70666c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9d1db4a03736b9b046ac8044dd70666c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c52d846dba0ea93433122de355f7f055", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c52d846dba0ea93433122de355f7f055" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "scheme" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/b708af51d08cb0b946c17a8740f74aaf" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ef5ee79730837319c01ea5d9dd4dee6e", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ef5ee79730837319c01ea5d9dd4dee6e" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "settings" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/43539710642bc0a3f08f83776cb37867" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/53e90e62d295e6b1f6ffa735b828c19d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "53e90e62d295e6b1f6ffa735b828c19d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/6ead0ca271cc68b5a9edf3223b478440", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6ead0ca271cc68b5a9edf3223b478440" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ExternalDomainElement" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/02928d7cdc4198a318c60edbb7153383", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "02928d7cdc4198a318c60edbb7153383" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "raw" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/1da8cc6bfec31e4a39f5da2b172ce269", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "1da8cc6bfec31e4a39f5da2b172ce269" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mediaType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5f92d93aa5a8c76ce5978067e3777da1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5f92d93aa5a8c76ce5978067e3777da1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/4be76ef61e6bf13b14de928793c548cd", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4be76ef61e6bf13b14de928793c548cd" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "MqttServerLastWill" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a2b54d91cb01bb2e23f76048ed60fbcd", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a2b54d91cb01bb2e23f76048ed60fbcd" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "topic" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/3a80267205ee9efb0fb97f956d746a1c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3a80267205ee9efb0fb97f956d746a1c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "qos" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5454b83a649173f8ea2383166985d498", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5454b83a649173f8ea2383166985d498" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "retain" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/24eb944e941bbe98c8faffa8bff35d25", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "24eb944e941bbe98c8faffa8bff35d25" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/0789dc6ddd56df0aff357e49838f2501", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0789dc6ddd56df0aff357e49838f2501" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Module" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0312a8cbcfe6136bd7864a15ec825dc2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0312a8cbcfe6136bd7864a15ec825dc2" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "declares" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e0dc0b7dc90a48822697e2cb4868eab7" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/6715f463e329baf51c4d6c4b8a67bd32" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/dcc57e47b05adbc409c44ca746ecca50", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "dcc57e47b05adbc409c44ca746ecca50" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "IriTemplate" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/113104fd7c88ef117f31fd0a2382b864", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "113104fd7c88ef117f31fd0a2382b864" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "templateVariable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7b56a54e0199d6467b214b50caca2d7f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7b56a54e0199d6467b214b50caca2d7f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "linkExpression" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e0fba8efd5bbd6be96042ea4f5614247", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e0fba8efd5bbd6be96042ea4f5614247" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "designAnnotations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/b4f279c707b5c3bfacaa8ba08f7df06d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b4f279c707b5c3bfacaa8ba08f7df06d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Extension" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/624f8e46d572e3b1a493099ac0d9be41" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/396b80cf4377eb9bc44bbe794ab975a9", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "396b80cf4377eb9bc44bbe794ab975a9" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "OAuth2Settings" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a084d9568b979d2c55d09b63dad804d8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a084d9568b979d2c55d09b63dad804d8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "authorizationGrant" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/67c710a02ee15d302df9132af5528b13", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "67c710a02ee15d302df9132af5528b13" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "flows" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/9c98066f18d3dbd50839a3924183e00b" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/051526598612cd5ea620bbf2f2a729c7" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/f9b1785f9dd1781549f6c09aae1a7c5a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f9b1785f9dd1781549f6c09aae1a7c5a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Document" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/680de85cd35d34ee3a324daf6c460ce6", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "680de85cd35d34ee3a324daf6c460ce6" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "encodes" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e0dc0b7dc90a48822697e2cb4868eab7" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/019d739391ef2126bb5f9ed8ea2088d9", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "019d739391ef2126bb5f9ed8ea2088d9" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "declares" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e0dc0b7dc90a48822697e2cb4868eab7" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#extends": [ + { + "@id": "http://mulesoft.com/modeling/instances/6715f463e329baf51c4d6c4b8a67bd32" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.1.0" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": false + } + ] + } +] diff --git a/out/aml-canonical-web-api/data_model_14e2cde9b2b9ba7fe550301444b9bff0.yaml b/out/aml-canonical-web-api/data_model_14e2cde9b2b9ba7fe550301444b9bff0.yaml new file mode 100644 index 0000000..8574740 --- /dev/null +++ b/out/aml-canonical-web-api/data_model_14e2cde9b2b9ba7fe550301444b9bff0.yaml @@ -0,0 +1,2784 @@ +#%DataModel 0.1 +uuid: 14e2cde9b2b9ba7fe550301444b9bff0 +name: canonical-webapi-spec.yaml +entities: + ResourceType: + uuid: 7c85e887d9c6f4de8ca9a2a56daac491 + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/6d68cc7636563b48624cf17e68ad00c8 + AnyShape: + uuid: 8f1580ee5528db048402c5efa399dcbe + attributes: + comment: + allowMultiple: false + uuid: 5ebdc0dd8871c59ef3e13a677020618d + required: false + range: + type: string + raw: + allowMultiple: false + uuid: 19cf7c2fe4a3030e1fc142c0e137612b + required: false + range: + type: string + referenceId: + allowMultiple: false + uuid: 45d7e7e7f3d140d7760f19be01cf242c + required: false + range: + type: string + location: + allowMultiple: false + uuid: cb1bc2dd274d031e0af09d61913cc433 + required: false + range: + type: string + associations: + documentation: + allowMultiple: false + uuid: 54986b359cb23aad71ac97fa6cb161a1 + required: false + target: http://mulesoft.com/modeling/instances/6689a0f6c7ff1358b4a659ae09863b7e + XMLSerialization: + allowMultiple: false + uuid: d0f8c1f1516bf4e5e79857295d54cb04 + required: false + target: http://mulesoft.com/modeling/instances/26057d12cc681037ca56a0b2eb7e78cc + examples: + allowMultiple: true + uuid: 827904888a93007a6408bba81fd5febf + required: false + target: http://mulesoft.com/modeling/instances/380139ca32da0851032ab603950be949 + extends: http://mulesoft.com/modeling/instances/c37c64e5fb6f43d058097af7265eecf0 + XMLSerializer: + uuid: 26057d12cc681037ca56a0b2eb7e78cc + attributes: + xmlAttribute: + allowMultiple: false + uuid: 38bd2adef63733a001224f97ee51965e + required: false + range: + type: boolean + xmlWrapped: + allowMultiple: false + uuid: a1c1a8127267b98193256a0536c04568 + required: false + range: + type: boolean + xmlPrefix: + allowMultiple: false + uuid: 26861dea5422e2b8873c60133c8376fa + required: false + range: + type: string + xmlName: + allowMultiple: false + uuid: 70d3c93005cd5960810411bcff8044b1 + required: false + range: + type: string + xmlNamespace: + allowMultiple: false + uuid: 2b97e050b1e13ba3cac1571cd0636183 + required: false + range: + type: string + associations: + designAnnotations: + allowMultiple: true + uuid: 10ca2f4266f29cfaf938bc4a4799d84b + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + PayloadFragment: + uuid: 6252ea89fe0b946c0a533e64b2446e0d + attributes: + mediaType: + allowMultiple: false + uuid: 81fc3196e43f97570bbd3b3c61b891b3 + required: false + range: + type: string + associations: {} + extends: http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552 + TupleShape: + uuid: b3ac725a0edb4eb7eeed75b70aed3bfd + attributes: + closedItems: + allowMultiple: false + uuid: f54d20b0e778548c1a5306c2cf3cb1c1 + required: false + range: + type: boolean + associations: + additionalItemsSchema: + allowMultiple: false + uuid: 27bbb3e12112e16aef3d21b39f007232 + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + extends: http://mulesoft.com/modeling/instances/f3de1e8d2ec0a9469871edad95d0c678 + ScalarShape: + uuid: d4013271522af4d447dde9a5b539196f + attributes: + datatype: + allowMultiple: false + uuid: d9b5e882a545af1185b36cb450c67d50 + required: false + range: + type: string + pattern: + allowMultiple: false + uuid: ffccfbfe557f994b8fa068df94a9cc24 + required: false + range: + type: string + max.Exclusive: + allowMultiple: false + uuid: e1465cd9385c44ac0ba02e174953e388 + required: false + range: + type: boolean + min.Inclusive: + allowMultiple: false + uuid: 5f154eadc3c1ae5674f40af60ed68e6b + required: false + range: + type: float + max.Length: + allowMultiple: false + uuid: c67f867dcf85bb004e58e667457b9020 + required: false + range: + type: integer + max.Inclusive: + allowMultiple: false + uuid: 8f4c7f8ab39e30e1bb46cf5e439927ad + required: false + range: + type: float + min.Length: + allowMultiple: false + uuid: 9255507def0ce87020a5ccaea959529e + required: false + range: + type: integer + min.Exclusive: + allowMultiple: false + uuid: d63a96ab59b554f8d22608182b231d01 + required: false + range: + type: boolean + format: + allowMultiple: false + uuid: 6a53213767cd87cf82ce5722c1730c17 + required: false + range: + type: string + multipleOf: + allowMultiple: false + uuid: 44a209a6a1196e2ad5d68ad86d140539 + required: false + range: + type: float + associations: {} + extends: http://mulesoft.com/modeling/instances/1f61ab9636cc3c808d7d2b0880a61328 + SecuritySettingsUnion: + uuid: 92b55100-3657-4019-9f9d-4fa6ee5c68ff + disjoint: + - http://mulesoft.com/modeling/instances/396b80cf4377eb9bc44bbe794ab975a9 + - http://mulesoft.com/modeling/instances/1fa3feaa9b0d69a4de2a21b8fa9c334a + - http://mulesoft.com/modeling/instances/2d418d1b3386e1203a39e2d4997a39a1 + - http://mulesoft.com/modeling/instances/87dc05d4cc9f0d9aa56e6e39cd66276c + - http://mulesoft.com/modeling/instances/2a1cbfa3d21bca20c30802dfa2470be2 + MqttServerLastWill: + uuid: 4be76ef61e6bf13b14de928793c548cd + attributes: + topic: + allowMultiple: false + uuid: a2b54d91cb01bb2e23f76048ed60fbcd + required: false + range: + type: string + qos: + allowMultiple: false + uuid: 3a80267205ee9efb0fb97f956d746a1c + required: false + range: + type: integer + retain: + allowMultiple: false + uuid: 5454b83a649173f8ea2383166985d498 + required: false + range: + type: boolean + associations: + designAnnotations: + allowMultiple: true + uuid: 24eb944e941bbe98c8faffa8bff35d25 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + KafkaMessageBinding: + uuid: b9c7cd5fcac68a0ee57792fc96470a70 + attributes: + key: + allowMultiple: false + uuid: d9614f192b7d4db6270825771c1783c3 + required: false + range: + type: string + bindingVersion: + allowMultiple: false + uuid: 112197e5f2b29f8279c93526df3f0f26 + required: false + range: + type: string + associations: {} + extends: http://mulesoft.com/modeling/instances/803060dbcf6a4cda67c309e94d539156 + LinkNode: + uuid: fc27dcc9856e4c93a3cedbffcf8047c8 + attributes: + value: + allowMultiple: false + uuid: 8e9973a50916cba434784441c25aae72 + required: false + range: + type: string + associations: {} + extends: http://mulesoft.com/modeling/instances/2e02f5406d75b88a481f61798dec8ef2 + SchemaShape: + uuid: 4b1d9580a91fbf8cea95e3c1470f840c + attributes: + mediaType: + allowMultiple: false + uuid: 21740b04508f701f9ad5c7b8a00a6c2e + required: false + range: + type: string + associations: {} + extends: http://mulesoft.com/modeling/instances/1f61ab9636cc3c808d7d2b0880a61328 + Encoding: + uuid: 9083b8af63b1b1bdd2aa09a20d3aa7f2 + attributes: + allowReserved: + allowMultiple: false + uuid: fed08e5d775de2eee20a4ef894471b72 + required: false + range: + type: boolean + explode: + allowMultiple: false + uuid: 5377ce544bdf9ce80780c294951f9aef + required: false + range: + type: boolean + propertyName: + allowMultiple: false + uuid: af624f5f9ee19cca191dba819e298967 + required: false + range: + type: string + contentType: + allowMultiple: false + uuid: 93d21801051dd8f79cb4f17370882ca4 + required: false + range: + type: string + style: + allowMultiple: false + uuid: 690aa146b56d081fefb5c8fba563515e + required: false + range: + type: string + associations: + header: + allowMultiple: true + uuid: 7606a12e2995274ab7c79f444388c98b + required: false + target: http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31 + designAnnotations: + allowMultiple: true + uuid: 2e838e2735899b88c7559f3b7b2c681a + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + Trait: + uuid: 9ecb9cf73b8402c2eef2154fc39a05bf + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/6d68cc7636563b48624cf17e68ad00c8 + ParametrizedSecurityScheme: + uuid: 3388557e400f305659714a0508d4e8a9 + attributes: + name: + allowMultiple: false + uuid: 9d1db4a03736b9b046ac8044dd70666c + required: false + range: + type: string + associations: + scheme: + allowMultiple: false + uuid: c52d846dba0ea93433122de355f7f055 + required: false + target: http://mulesoft.com/modeling/instances/b708af51d08cb0b946c17a8740f74aaf + settings: + allowMultiple: false + uuid: ef5ee79730837319c01ea5d9dd4dee6e + required: false + target: http://mulesoft.com/modeling/instances/43539710642bc0a3f08f83776cb37867 + designAnnotations: + allowMultiple: true + uuid: 53e90e62d295e6b1f6ffa735b828c19d + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + SecuritySchemeFragment: + uuid: dea47faefcb797ae3a96194f643fe99d + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552 + ParametrizedResourceType: + uuid: 14835fbf73ad82fcd8975be190af6848 + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/eea1a08767df545529b91c95a8e541db + HttpOperationBinding: + uuid: 46dd7a54a932cf6914136e3c0dbace8f + attributes: + type: + allowMultiple: false + uuid: 3a81046bb6a13259e702fbe57eb940ac + required: false + range: + type: string + method: + allowMultiple: false + uuid: 5895a4b41ec14e603d4cb4c4218d367b + required: false + range: + type: string + bindingVersion: + allowMultiple: false + uuid: 1b1410203c3f3f54931cd38d25955d08 + required: false + range: + type: string + associations: + query: + allowMultiple: false + uuid: 552c4d254ab75c093424160a4396ab43 + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + extends: http://mulesoft.com/modeling/instances/240480b754a8cd5a0b5be7f3c0d26d77 + VariableValue: + uuid: 6c4f94dcc597cdb35b8fc9651239b45f + attributes: + name: + allowMultiple: false + uuid: 793faaa28926cdadc47048695bc81b2e + required: false + range: + type: string + associations: + value: + allowMultiple: false + uuid: cc4fcbaa663a8de0ce841ffc19eab391 + required: false + target: http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823 + designAnnotations: + allowMultiple: true + uuid: b90d01b40f997f716a2d4edd51fdf706 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + DataNodeUnion: + uuid: 07cec439-bc66-44cf-9f9d-28c9bcdacf33 + disjoint: + - http://mulesoft.com/modeling/instances/4b092421d85b443468838fa73b70abe7 + - http://mulesoft.com/modeling/instances/ebc3d08a9d457e1c61fdad0f1c14f0ab + - http://mulesoft.com/modeling/instances/fc27dcc9856e4c93a3cedbffcf8047c8 + - http://mulesoft.com/modeling/instances/d2c48785e9b6b2bd8ba38bce24275dbb + OperationBinding: + uuid: a1a589999d9f6ba58d4c8e9602ca8cbc + attributes: {} + associations: {} + Server: + uuid: e2d64edb5ea7aaecdfa2bdec929e6f2f + attributes: + description: + allowMultiple: false + uuid: 3dfb7ff4431fa153f738f6b4a9130f83 + required: false + range: + type: string + urlTemplate: + allowMultiple: false + uuid: a51f78dbf2dbb2002bc6eb236ebdc2c5 + required: false + range: + type: string + protocol: + allowMultiple: false + uuid: 9db5f36e5a05a94719c6c8cbd095decc + required: false + range: + type: string + name: + allowMultiple: false + uuid: e24ade77e95c9c463feedf0628b4a616 + required: false + range: + type: string + protocolVersion: + allowMultiple: false + uuid: 962390974a474d8669da059374bc7d20 + required: false + range: + type: string + associations: + variable: + allowMultiple: true + uuid: 9e72e3dc2b5487e162fb68ee646f3056 + required: false + target: http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31 + security: + allowMultiple: true + uuid: a6685b338685661963c6703b1e8e92a7 + required: false + target: http://mulesoft.com/modeling/instances/e9cc23b4fb33eac3114128eee2867e17 + binding: + allowMultiple: true + uuid: 4ae3f557732a289e02b890ac55076937 + required: false + target: http://mulesoft.com/modeling/instances/be9f30ecf91dd9b1af54b0d5e1565698 + designAnnotations: + allowMultiple: true + uuid: 4f17849578706f96482a2b8cf0ed9794 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + HTTPSettings: + uuid: 87dc05d4cc9f0d9aa56e6e39cd66276c + attributes: + scheme: + allowMultiple: false + uuid: 0383c67262fc82cb78670be687b58769 + required: false + range: + type: string + bearerFormat: + allowMultiple: false + uuid: a58ec481d3ab39e6ecbd3ed6f9ddd896 + required: false + range: + type: string + associations: {} + extends: http://mulesoft.com/modeling/instances/051526598612cd5ea620bbf2f2a729c7 + ScalarNode: + uuid: 4b092421d85b443468838fa73b70abe7 + attributes: + value: + allowMultiple: false + uuid: e28ee9eb66809df71370d153d483adec + required: false + range: + type: string + dataType: + allowMultiple: false + uuid: a0ca27742fcb8e3d8fe48c26cbe5d72b + required: false + range: + type: string + associations: {} + extends: http://mulesoft.com/modeling/instances/2e02f5406d75b88a481f61798dec8ef2 + APIKeySettings: + uuid: 2d418d1b3386e1203a39e2d4997a39a1 + attributes: + name: + allowMultiple: false + uuid: ea07ee50b322bb63529336144537a158 + required: false + range: + type: string + in: + allowMultiple: false + uuid: c22493ecea0c478d0850a153f12cac2b + required: false + range: + type: string + associations: {} + extends: http://mulesoft.com/modeling/instances/051526598612cd5ea620bbf2f2a729c7 + ResourceTypeFragment: + uuid: fedd4e5b019088c202535f7982a15d45 + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552 + KafkaOperationBinding: + uuid: abfc82a7a538a5d701bbbedde36572ae + attributes: + groupId: + allowMultiple: false + uuid: ba38f9a4de918f837bfd14d42bccb5cb + required: false + range: + type: string + clientId: + allowMultiple: false + uuid: 77e60d5c64a9ab658ea472c42ba0183c + required: false + range: + type: string + bindingVersion: + allowMultiple: false + uuid: 3fcc55d9c95085a8924fbbe54f8c9381 + required: false + range: + type: string + associations: {} + extends: http://mulesoft.com/modeling/instances/240480b754a8cd5a0b5be7f3c0d26d77 + CustomDomainProperty: + uuid: 54a035d51ffe3e7cda79c259d4f78490 + attributes: + name: + allowMultiple: false + uuid: b1fc3c8301fc1c4cfb9d004e4e7ed83c + required: false + range: + type: string + designLink: + allowMultiple: false + uuid: e389406553d3755194d4e03d199db9fc + required: false + range: + type: string + domain: + allowMultiple: true + uuid: e33c55bc790ed38c6cd701fb4b963986 + required: false + range: + type: string + associations: + schema: + allowMultiple: false + uuid: d9b332deb0083ceb83fc42438c4d7c0c + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + designAnnotations: + allowMultiple: true + uuid: c3d0da0e47a44cfcb2ad6b28d626a73d + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + IriTemplate: + uuid: dcc57e47b05adbc409c44ca746ecca50 + attributes: + templateVariable: + allowMultiple: false + uuid: 113104fd7c88ef117f31fd0a2382b864 + required: false + range: + type: string + linkExpression: + allowMultiple: false + uuid: 7b56a54e0199d6467b214b50caca2d7f + required: false + range: + type: string + associations: + designAnnotations: + allowMultiple: true + uuid: e0fba8efd5bbd6be96042ea4f5614247 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + Callback: + uuid: 78c98035d26b20ba9c563b6c5bb6e4d2 + attributes: + name: + allowMultiple: false + uuid: ffa14933662881377b2f677158df8279 + required: false + range: + type: string + expression: + allowMultiple: false + uuid: 2d1464445278c9dd5887ddc556b2e1d4 + required: false + range: + type: string + associations: + endpoint: + allowMultiple: false + uuid: f6d37a3ad63fb378264dcdffbe6e33af + required: false + target: http://mulesoft.com/modeling/instances/422b17bf2ed1d523e65a1e0a5d039dc8 + designAnnotations: + allowMultiple: true + uuid: aa9f544bfc4d2164fe4fa951ff0e8e40 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + BaseUnit: + uuid: 8c6d919b1cd9abed10fbbc2f48565830 + attributes: + dependencies: + allowMultiple: true + uuid: 863fd1f221a940cb06e0f749d919ded5 + required: false + range: + type: string + version: + allowMultiple: false + uuid: aadb4bec712ace08c4d92f476e4e29cc + required: false + range: + type: string + tenantId: + allowMultiple: false + uuid: fced77da0a527e7c98a9a26b25abc902 + required: true + range: + type: string + describedBy: + allowMultiple: false + uuid: e22dbe37bd6e3ed2d26a40edc7356285 + required: false + range: + type: string + root: + allowMultiple: false + uuid: 3805b6721701d8a895be7cba7bb3971e + required: false + range: + type: boolean + semverVersion: + allowMultiple: false + uuid: 3ac92e9a09c2997ce4ecbe89e5ade581 + required: true + range: + type: string + organizationId: + allowMultiple: false + uuid: b836331b15e6a6a13ee27ee4271db25c + required: true + range: + type: string + usage: + allowMultiple: false + uuid: 099d240ea5108354bf1b34993c355c6a + required: false + range: + type: string + assetId: + allowMultiple: false + uuid: 164437ebee5cfbd25aae9cba8f420ae4 + required: true + range: + type: string + groupId: + allowMultiple: false + uuid: 6dd7f28b091d7b39f4cd478165f292fc + required: true + range: + type: string + associations: + references: + allowMultiple: true + uuid: ad0cfb3851121a8a8b30ff7f740d8282 + required: false + target: http://mulesoft.com/modeling/instances/28b40c3fc7f915b0757f9491b761aee6 + Scope: + uuid: becd43e1501c5bea4fb95998bd5459ca + attributes: + name: + allowMultiple: false + uuid: aee4bd85ae5332ad77690d960deaf067 + required: false + range: + type: string + description: + allowMultiple: false + uuid: 8b0be6f896d2ea3d40b17c5338d0c14f + required: false + range: + type: string + associations: + designAnnotations: + allowMultiple: true + uuid: d09314cec1eb08ee2dca53845470c85b + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + Fragment: + uuid: 882f7dedec144f8092605054da3becd5 + attributes: {} + associations: + encodes: + allowMultiple: false + uuid: 2f7b77507f2cad845fcca3ebd1903b8e + required: false + target: http://mulesoft.com/modeling/instances/e0dc0b7dc90a48822697e2cb4868eab7 + extends: http://mulesoft.com/modeling/instances/6715f463e329baf51c4d6c4b8a67bd32 + ServerBinding: + uuid: be9f30ecf91dd9b1af54b0d5e1565698 + attributes: {} + associations: {} + EmptyBinding: + uuid: 2c06707c4a598c481aa1d0abcc9b716e + attributes: + type: + allowMultiple: false + uuid: 3cead7e865a7c9c547458d99b0cf775a + required: false + range: + type: string + associations: + designAnnotations: + allowMultiple: true + uuid: a68b61e26c1122976a700912bde26a03 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + Document: + uuid: f9b1785f9dd1781549f6c09aae1a7c5a + attributes: {} + associations: + encodes: + allowMultiple: false + uuid: 680de85cd35d34ee3a324daf6c460ce6 + required: false + target: http://mulesoft.com/modeling/instances/e0dc0b7dc90a48822697e2cb4868eab7 + declares: + allowMultiple: true + uuid: 019d739391ef2126bb5f9ed8ea2088d9 + required: false + target: http://mulesoft.com/modeling/instances/e0dc0b7dc90a48822697e2cb4868eab7 + extends: http://mulesoft.com/modeling/instances/6715f463e329baf51c4d6c4b8a67bd32 + CreativeWork: + uuid: 6689a0f6c7ff1358b4a659ae09863b7e + attributes: + url: + allowMultiple: false + uuid: b8fba3d60c43e7fbfa1e34fc75296534 + required: false + range: + type: string + title: + allowMultiple: false + uuid: 758a486e98f41349472fd0978e14eed8 + required: false + range: + type: string + description: + allowMultiple: false + uuid: f3250c28d1dfecc1788acca527a01566 + required: false + range: + type: string + designLink: + allowMultiple: false + uuid: 84f19c442cf5166faf6d3ebe8f3ff772 + required: false + range: + type: string + associations: + designAnnotations: + allowMultiple: true + uuid: 95c7de940bc35fc6b9edb03ddc253948 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + Amqp091ChannelExchange: + uuid: dbde08a2174d51a2a0b24d31156fb9f5 + attributes: + vhost: + allowMultiple: false + uuid: ea822d6098c8868c52a7d6e7928afac1 + required: false + range: + type: string + autoDelete: + allowMultiple: false + uuid: b2f718447ff98372bf389db9202654d2 + required: false + range: + type: boolean + durable: + allowMultiple: false + uuid: 75d02c62341acbbd9c752c74cf051c51 + required: false + range: + type: boolean + type: + allowMultiple: false + uuid: c3ce261b560fef23a9b6ab3b7f48cd71 + required: false + range: + type: string + name: + allowMultiple: false + uuid: b5a34a263bb7042d7b7138089deb45e5 + required: false + range: + type: string + associations: + designAnnotations: + allowMultiple: true + uuid: 34ca1b2c75a8a4efa77988a5b012b80d + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + DocumentationItemFragment: + uuid: 68384b3cae0de60ff4433ee350741ed0 + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552 + EndPoint: + uuid: 422b17bf2ed1d523e65a1e0a5d039dc8 + attributes: + path: + allowMultiple: false + uuid: 6752833be3d8c21589fab849629890f1 + required: false + range: + type: string + name: + allowMultiple: false + uuid: a3fd003c59e33e11ef1ad4c785d04341 + required: false + range: + type: string + summary: + allowMultiple: false + uuid: dee07b37630372094f8c610e7010c5cc + required: false + range: + type: string + description: + allowMultiple: false + uuid: 07bca839c0cb2d0df3d674659c3c5361 + required: false + range: + type: string + associations: + payload: + allowMultiple: true + uuid: efd49ecd9b908e9d1d3c36cec4e0fd68 + required: false + target: http://mulesoft.com/modeling/instances/d0999824453ecf2088ce555942b74ebf + binding: + allowMultiple: true + uuid: b06a0319c559740704cfbb3060dfdf31 + required: false + target: http://mulesoft.com/modeling/instances/25de7b527b89291364d61e86d70d63b5 + parameter: + allowMultiple: true + uuid: 32039d40fdc02dafbb9eed31235d0ee7 + required: false + target: http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31 + designAnnotations: + allowMultiple: true + uuid: f3e92a2706fa5a459264baeafd5ff958 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + servers: + allowMultiple: true + uuid: 52a8e4a31a8cc22c3bd86ad54b0f650c + required: false + target: http://mulesoft.com/modeling/instances/e2d64edb5ea7aaecdfa2bdec929e6f2f + supportedOperation: + allowMultiple: true + uuid: 7c58d7ce2d97bf57857204acc1050648 + required: false + target: http://mulesoft.com/modeling/instances/34c20f58305fa6567d8ece60e0968f60 + security: + allowMultiple: true + uuid: 7a2c0504d764663fe003588279b7e1de + required: false + target: http://mulesoft.com/modeling/instances/e9cc23b4fb33eac3114128eee2867e17 + RecursiveShape: + uuid: 5698f0c2b9e0f720f281a77f94ae537f + attributes: + fixpoint: + allowMultiple: false + uuid: 067f621931339806073d97b05e0efa14 + required: false + range: + type: string + associations: {} + extends: http://mulesoft.com/modeling/instances/c37c64e5fb6f43d058097af7265eecf0 + Amqp091Queue: + uuid: 9bd33bc70f06d7e3b02e98a85dc89916 + attributes: + exclusive: + allowMultiple: false + uuid: b53eb8c32cd568f6995dc78332bcec77 + required: false + range: + type: boolean + autoDelete: + allowMultiple: false + uuid: 78e78597f4784c7cdbc00d4d118f7c19 + required: false + range: + type: boolean + vhost: + allowMultiple: false + uuid: 6f7b7583dd4783631ca76b156da37fd3 + required: false + range: + type: string + durable: + allowMultiple: false + uuid: 8f2dd44a2620f75458e9764e8c3aaad1 + required: false + range: + type: boolean + name: + allowMultiple: false + uuid: 5a4509dab31924aa468d380483b1893a + required: false + range: + type: string + associations: + designAnnotations: + allowMultiple: true + uuid: da6058c8ea0a216314492aab2fa09863 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + DataNode: + uuid: 336167b37e9b4e9908ee444363658e6b + attributes: + name: + allowMultiple: false + uuid: a467aa6befdad07aaeeaec5fc47daace + required: false + range: + type: string + associations: + designAnnotations: + allowMultiple: true + uuid: 44b12c9da57ee93268a5a498ff642ee2 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + ArrayShape: + uuid: 3dfed60cd55097249c26059c7e8df3c4 + attributes: + uinqueItems: + allowMultiple: false + uuid: c7f8606adbbbb1f27dda28ce8bc27f74 + required: false + range: + type: boolean + collectionFormat: + allowMultiple: false + uuid: a8fa2899a1cb868140d27dba65df3c66 + required: false + range: + type: string + minCount: + allowMultiple: false + uuid: 0ff4b5a8196a7fc5e0a18d74f02bf1ab + required: false + range: + type: integer + maxCount: + allowMultiple: false + uuid: 68e93cd2f7effe43d43b01bc6b8df368 + required: false + range: + type: integer + associations: + items: + allowMultiple: false + uuid: b5fcf65cafa4de13855b3e67c2b17540 + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + contains: + allowMultiple: false + uuid: 25914e4eaab1ac8507fef5b1dde717a3 + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + extends: http://mulesoft.com/modeling/instances/1f61ab9636cc3c808d7d2b0880a61328 + ParametrizedDeclaration: + uuid: b0ec51731a388c87aab5e81a4107bd33 + attributes: + name: + allowMultiple: false + uuid: 9911739191723703f6b227804159a7ec + required: false + range: + type: string + associations: + variable: + allowMultiple: true + uuid: f1dad4b933dc426ad1eca32e040afa13 + required: false + target: http://mulesoft.com/modeling/instances/6c4f94dcc597cdb35b8fc9651239b45f + designAnnotations: + allowMultiple: true + uuid: b03c9c320b6777f220c2b5033065f11d + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + ObjectNode: + uuid: d2c48785e9b6b2bd8ba38bce24275dbb + attributes: {} + associations: + properties: + allowMultiple: true + uuid: d340a944429ef752b1c80adc934c8e5f + required: false + target: http://mulesoft.com/modeling/instances/ab2b91c07d7fac82202161d407fd31f4 + extends: http://mulesoft.com/modeling/instances/2e02f5406d75b88a481f61798dec8ef2 + ExternalFragment: + uuid: 8624a534ff4653d7ac0b547b714cb67b + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552 + SecurityRequirement: + uuid: e9cc23b4fb33eac3114128eee2867e17 + attributes: {} + associations: + schemes: + allowMultiple: true + uuid: 529264d6d373845162787a46f3618b47 + required: false + target: http://mulesoft.com/modeling/instances/3388557e400f305659714a0508d4e8a9 + designAnnotations: + allowMultiple: true + uuid: ff67d4c8fa49e659e309a7facff94e86 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + License: + uuid: 190948eb29312c0f9e08101f185a58fe + attributes: + url: + allowMultiple: false + uuid: f1089d461dc4bccc0abb6b6391cb3976 + required: false + range: + type: string + name: + allowMultiple: false + uuid: 0ea80edadbd631db1c719f3739b16384 + required: false + range: + type: string + associations: + designAnnotations: + allowMultiple: true + uuid: a92598c77c387f34d7942fb04b114182 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + Extension: + uuid: b4f279c707b5c3bfacaa8ba08f7df06d + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/624f8e46d572e3b1a493099ac0d9be41 + Response: + uuid: 009453d18fb1305e904091b641b3df3a + attributes: + statusCode: + allowMultiple: false + uuid: 0265640bee98b9e4a98ea4c3132ad2f6 + required: false + range: + type: string + associations: + links: + allowMultiple: true + uuid: 5dd2287fc9881bee84766d4d5550db82 + required: false + target: http://mulesoft.com/modeling/instances/0d202c9d523ea0948735454b0cfe992c + extends: http://mulesoft.com/modeling/instances/8b24fe9949d293e2a4898d76db9e6989 + ParsedUnitUnion: + uuid: 13cd7a81-c5db-4f60-966c-c488fa00f21b + disjoint: + - http://mulesoft.com/modeling/instances/b97b653910b69b22e9ff6b4f08c19dc8 + - http://mulesoft.com/modeling/instances/68384b3cae0de60ff4433ee350741ed0 + - http://mulesoft.com/modeling/instances/0b517c7eb73ce44f62fc82ab0ac93c4d + - http://mulesoft.com/modeling/instances/fedd4e5b019088c202535f7982a15d45 + - http://mulesoft.com/modeling/instances/a4e9b6cc7b94d55ee89c55e6147d2205 + - http://mulesoft.com/modeling/instances/dea47faefcb797ae3a96194f643fe99d + - http://mulesoft.com/modeling/instances/0789dc6ddd56df0aff357e49838f2501 + - http://mulesoft.com/modeling/instances/f9b1785f9dd1781549f6c09aae1a7c5a + - http://mulesoft.com/modeling/instances/b4f279c707b5c3bfacaa8ba08f7df06d + - http://mulesoft.com/modeling/instances/025c44c8c78398fdddc4931954211b51 + MqttMessageBinding: + uuid: 3cbda87ae84fb8b615a06abc7f1df8c6 + attributes: + bindingVersion: + allowMultiple: false + uuid: 372857769d02e56d97ac7bbb51a76b00 + required: false + range: + type: string + associations: {} + extends: http://mulesoft.com/modeling/instances/803060dbcf6a4cda67c309e94d539156 + DomainExtension: + uuid: 62101687ac890c3379fd8c81d84fd674 + attributes: + name: + allowMultiple: false + uuid: eee19082b009747cf1e3b2557d50289b + required: false + range: + type: string + element: + allowMultiple: false + uuid: 4a0f0f7616c874b1bbb1316a02b79b1b + required: false + range: + type: string + associations: + definedBy: + allowMultiple: false + uuid: 77b5811b097b0419f03c318affe793ac + required: false + target: http://mulesoft.com/modeling/instances/54a035d51ffe3e7cda79c259d4f78490 + extension: + allowMultiple: false + uuid: f30d4b6b81d620958ecb682bc0c01455 + required: false + target: http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823 + designAnnotations: + allowMultiple: true + uuid: ad725fe7c59aedb0170f2a0c7fe92bc4 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + AnnotationTypeFragment: + uuid: 3079c3f119d7e4b192c13ff77f488a3a + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552 + Operation: + uuid: 34c20f58305fa6567d8ece60e0968f60 + attributes: + designLink: + allowMultiple: false + uuid: 23ab8350c5c17b43f87ac857304a8ba1 + required: false + range: + type: string + scheme: + allowMultiple: true + uuid: 1bf4ace4f30efad6740ce87e6cdf4756 + required: false + range: + type: string + isAbstract: + allowMultiple: false + uuid: 6c01d81a16c653da3e53006e24c7a7f2 + required: false + range: + type: boolean + mediaType: + allowMultiple: true + uuid: 0088b0a1ef2f02f3a88b240a59f89532 + required: false + range: + type: string + accepts: + allowMultiple: true + uuid: 756f4d5767dbc3c26554af618ec6076f + required: false + range: + type: string + deprecated: + allowMultiple: false + uuid: 959eec0d5cdd49bedad78b3fe0aa176c + required: false + range: + type: boolean + guiSummary: + allowMultiple: false + uuid: 7248cc2cd3b9ac525b35cc81a9bb2506 + required: false + range: + type: string + name: + allowMultiple: false + uuid: 86040d7a35a14e6c69e5dbd046c7ad76 + required: false + range: + type: string + method: + allowMultiple: false + uuid: 3b1686eed1aa33f6d3a7f7894f5f4fd4 + required: false + range: + type: string + description: + allowMultiple: false + uuid: f1d07bfc0e5b90fb6d01f05e9a89901b + required: false + range: + type: string + associations: + returns: + allowMultiple: true + uuid: bdf7b85e409c8cf9bddd7d08dce8597b + required: false + target: http://mulesoft.com/modeling/instances/009453d18fb1305e904091b641b3df3a + binding: + allowMultiple: true + uuid: 3a24c2cbab2376867dda457f08c1ab90 + required: false + target: http://mulesoft.com/modeling/instances/a1a589999d9f6ba58d4c8e9602ca8cbc + tag: + allowMultiple: true + uuid: 715f1117ccf64a5e1b383ddf44a8c056 + required: false + target: http://mulesoft.com/modeling/instances/1c2f22230c742b18bdb47277bed6f95d + server: + allowMultiple: true + uuid: c13efe2243b6feec034a147a40e2956f + required: false + target: http://mulesoft.com/modeling/instances/e2d64edb5ea7aaecdfa2bdec929e6f2f + callback: + allowMultiple: true + uuid: 9e3a7816b164ec6f75efe5b9d0f89121 + required: false + target: http://mulesoft.com/modeling/instances/78c98035d26b20ba9c563b6c5bb6e4d2 + security: + allowMultiple: true + uuid: 5a98102d4556bc160d454aacb0274e62 + required: false + target: http://mulesoft.com/modeling/instances/e9cc23b4fb33eac3114128eee2867e17 + designAnnotations: + allowMultiple: true + uuid: 1e8d27cd959025bb22b037ba610f78c0 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + extends: + allowMultiple: true + uuid: 2c537bf9856a307f3fa8751788aae78e + required: false + target: http://mulesoft.com/modeling/instances/e6187770a923a6d0c6ada86fd7dbba9a + expects: + allowMultiple: true + uuid: fa9b5b0e6fbdbc34eca560835e1af5f3 + required: false + target: http://mulesoft.com/modeling/instances/9f20234f4373e14333780ed77aa5df84 + documentation: + allowMultiple: false + uuid: d80997dd70beeca151494e60166a3bb3 + required: false + target: http://mulesoft.com/modeling/instances/6689a0f6c7ff1358b4a659ae09863b7e + ExternalDomainElement: + uuid: 6ead0ca271cc68b5a9edf3223b478440 + attributes: + raw: + allowMultiple: false + uuid: 02928d7cdc4198a318c60edbb7153383 + required: false + range: + type: string + mediaType: + allowMultiple: false + uuid: 1da8cc6bfec31e4a39f5da2b172ce269 + required: false + range: + type: string + associations: + designAnnotations: + allowMultiple: true + uuid: 5f92d93aa5a8c76ce5978067e3777da1 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + FileShape: + uuid: 5b61c8efdcb818fd8fcbc69be7b9d7b1 + attributes: + min.Length: + allowMultiple: false + uuid: c948f5f0c4d68b4a7b821bdeec483c26 + required: false + range: + type: integer + fileType: + allowMultiple: true + uuid: ebcdea41848cc4bda0a5c1206ffa6570 + required: false + range: + type: string + pattern: + allowMultiple: false + uuid: c2454b032203bb7abbb5c46973f7b8a8 + required: false + range: + type: string + max.Length: + allowMultiple: false + uuid: ef39b9278efd3051cc103b49246146f8 + required: false + range: + type: integer + multipleOf: + allowMultiple: false + uuid: bccc28d6a5668b5f5a815cb369b0adfc + required: false + range: + type: float + format: + allowMultiple: false + uuid: 90a0e440aaec43922cec411e900f9698 + required: false + range: + type: string + min.Exclusive: + allowMultiple: false + uuid: 7b802eac24b37cdc101cc59218d54850 + required: false + range: + type: boolean + max.Inclusive: + allowMultiple: false + uuid: 51ff92e7971da31c2fe77e4fbff74ead + required: false + range: + type: float + max.Exclusive: + allowMultiple: false + uuid: c778ddac39481fb7c49b1d7d9340dcd8 + required: false + range: + type: boolean + min.Inclusive: + allowMultiple: false + uuid: 3cd74425d1c10850d119f816a4cc7f4a + required: false + range: + type: float + associations: {} + extends: http://mulesoft.com/modeling/instances/1f61ab9636cc3c808d7d2b0880a61328 + ChannelBinding: + uuid: 25de7b527b89291364d61e86d70d63b5 + attributes: {} + associations: {} + Amqp091MessageBinding: + uuid: 73a39ee10da50ba39032f33e707826d5 + attributes: + contentEncoding: + allowMultiple: false + uuid: 97d3fbdb776848627e2e40157d68098a + required: false + range: + type: string + messageType: + allowMultiple: false + uuid: e95881d9c6cc21a2dfc0e38f89baad0f + required: false + range: + type: string + bindingVersion: + allowMultiple: false + uuid: 33b011d54304d63c7369f51c82295484 + required: false + range: + type: string + associations: {} + extends: http://mulesoft.com/modeling/instances/803060dbcf6a4cda67c309e94d539156 + TraitFragment: + uuid: a4e9b6cc7b94d55ee89c55e6147d2205 + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552 + DataTypeFragment: + uuid: b97b653910b69b22e9ff6b4f08c19dc8 + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552 + NodeShape: + uuid: dcd899a0bafeb6626e5aa6bcc8ba045b + attributes: + discriminatorValue: + allowMultiple: false + uuid: fe9c825a5437ec4f65521458d0a008eb + required: false + range: + type: string + maxProperties: + allowMultiple: false + uuid: 679cba1bfa6bf049f37030159ff8d89f + required: false + range: + type: integer + discriminator: + allowMultiple: false + uuid: 2d5ecd2c9b1d3577dd3826b6a624f4f4 + required: false + range: + type: string + closed: + allowMultiple: false + uuid: 73a9e3d9a83862abffe16c42996a53ec + required: false + range: + type: boolean + minProperties: + allowMultiple: false + uuid: 7f557783b96ed2766c6a95534bae39f2 + required: false + range: + type: integer + associations: + property: + allowMultiple: true + uuid: a315132729ddcf79d7f16743555b5bb1 + required: false + target: http://mulesoft.com/modeling/instances/ed9a262aa28026231a7bce6ec9184914 + discriminatorMapping: + allowMultiple: true + uuid: bb87ed17cff0a85a0f7d3160a8602fe5 + required: false + target: http://mulesoft.com/modeling/instances/dcc57e47b05adbc409c44ca746ecca50 + propertyNames: + allowMultiple: false + uuid: 64a787c929c3efb160d7eed4fae3d807 + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + additionalPropertiesSchema: + allowMultiple: false + uuid: 20b912e02afa722ab380cd63eee5fabf + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + dependencies: + allowMultiple: true + uuid: ff0d2cec06ab13ea7f6886d0379c3d4f + required: false + target: http://mulesoft.com/modeling/instances/61f8c1732531381d4e4e75951587c8cc + extends: http://mulesoft.com/modeling/instances/1f61ab9636cc3c808d7d2b0880a61328 + DynamicBinding: + uuid: b2d5f3b377080ea7349251374f6fc3eb + attributes: {} + associations: + definition: + allowMultiple: false + uuid: 710ec80163435b8f808b0cb96170b01c + required: false + target: http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823 + designAnnotations: + allowMultiple: true + uuid: a5686496621c6c94e5f2e1541515be4f + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + NamedExampleFragment: + uuid: 0b517c7eb73ce44f62fc82ab0ac93c4d + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/14eea0d0e94adc972addddd1931f2552 + ArrayNode: + uuid: ebc3d08a9d457e1c61fdad0f1c14f0ab + attributes: {} + associations: + member: + allowMultiple: true + uuid: f6031d3db330a90799ebdc6f708cedeb + required: false + target: http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823 + extends: http://mulesoft.com/modeling/instances/2e02f5406d75b88a481f61798dec8ef2 + Tag: + uuid: 1c2f22230c742b18bdb47277bed6f95d + attributes: + name: + allowMultiple: false + uuid: 9645ebc3fee4575bd5efd790476d4b4a + required: false + range: + type: string + description: + allowMultiple: false + uuid: ba469e9b6bbbf6feab477b0320c53f2b + required: false + range: + type: string + associations: + documentation: + allowMultiple: false + uuid: 3d224488c3c68bf3286da71e594e2f35 + required: false + target: http://mulesoft.com/modeling/instances/6689a0f6c7ff1358b4a659ae09863b7e + designAnnotations: + allowMultiple: true + uuid: 7be99e70a67e9099c80f2ab64aa861c3 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + PropertyDependencies: + uuid: 61f8c1732531381d4e4e75951587c8cc + attributes: + propertySource: + allowMultiple: false + uuid: 05a28bb37de68710ad8f854af94fec40 + required: false + range: + type: string + propertyTarget: + allowMultiple: true + uuid: 38642f53436df44722e6b32e6d9a1f21 + required: false + range: + type: string + associations: + designAnnotations: + allowMultiple: true + uuid: e08e0dec37e429bac4af6b01310d9089 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + Amqp091ChannelBinding: + uuid: c699ce7ca58b44d432bb7d6c20af4735 + attributes: + is: + allowMultiple: false + uuid: a5527ca86d45eb2ad8a4cd199611d763 + required: false + range: + type: string + bindingVersion: + allowMultiple: false + uuid: cc0dce54527a496798a34e083a9b3cf1 + required: false + range: + type: string + associations: + exchange: + allowMultiple: false + uuid: 43ae6059e8c448f770052529932cac51 + required: false + target: http://mulesoft.com/modeling/instances/dbde08a2174d51a2a0b24d31156fb9f5 + queue: + allowMultiple: false + uuid: 1a74f7afd237338ba9202945b0b5b5b8 + required: false + target: http://mulesoft.com/modeling/instances/9bd33bc70f06d7e3b02e98a85dc89916 + extends: http://mulesoft.com/modeling/instances/012c47bc1075796c1fd28838c184d186 + CorrelationId: + uuid: e7a61f532ec20cd6eeb3aec47f65543f + attributes: + name: + allowMultiple: false + uuid: 299683060b0b384a0d5034046dfa7178 + required: false + range: + type: string + description: + allowMultiple: false + uuid: 876bb7f97b038e8c4f48ac4ae5b34b86 + required: false + range: + type: string + location: + allowMultiple: false + uuid: 9e10e33d24ebbed7cc0884bc8a6ec304 + required: false + range: + type: string + designLink: + allowMultiple: false + uuid: 6ee0f0b8aabfcae6678ecb6fe49f3afd + required: false + range: + type: string + associations: + designAnnotations: + allowMultiple: true + uuid: c61417e031f553f95991ee9e1fd5a20d + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + OAuth2Settings: + uuid: 396b80cf4377eb9bc44bbe794ab975a9 + attributes: + authorizationGrant: + allowMultiple: true + uuid: a084d9568b979d2c55d09b63dad804d8 + required: false + range: + type: string + associations: + flows: + allowMultiple: true + uuid: 67c710a02ee15d302df9132af5528b13 + required: false + target: http://mulesoft.com/modeling/instances/9c98066f18d3dbd50839a3924183e00b + extends: http://mulesoft.com/modeling/instances/051526598612cd5ea620bbf2f2a729c7 + Example: + uuid: 380139ca32da0851032ab603950be949 + attributes: + mediaType: + allowMultiple: false + uuid: e67834678171aab50c7cfcd7e967544c + required: false + range: + type: string + designLink: + allowMultiple: false + uuid: 2afb117b493e7922f9c90a1fb1f90372 + required: false + range: + type: string + location: + allowMultiple: false + uuid: d657f35cd2d7bc68820b5c28ce2fdcc8 + required: false + range: + type: string + raw: + allowMultiple: false + uuid: adf8b358d4144212297716279d2dc107 + required: false + range: + type: string + externalValue: + allowMultiple: false + uuid: df7d9ff91640f3f9c48a1863600c8d9a + required: false + range: + type: string + displayName: + allowMultiple: false + uuid: 87185bbd7ced683c359b7087da6b66d1 + required: false + range: + type: string + guiSummary: + allowMultiple: false + uuid: d3150e79df0f33631b2fc4ee430cd73e + required: false + range: + type: string + description: + allowMultiple: false + uuid: ad97863d22f200f67e7d36b0571ff477 + required: false + range: + type: string + strict: + allowMultiple: false + uuid: 63503335eba2a12aa8c7ce62cabbe77a + required: false + range: + type: boolean + name: + allowMultiple: false + uuid: 88db6f9b51a562074fb51c39b7c62e1f + required: false + range: + type: string + referenceId: + allowMultiple: false + uuid: e5141ba423436066cddfe06422991e05 + required: false + range: + type: string + associations: + structuredValue: + allowMultiple: false + uuid: 50d0848c28d374bc918616b4ae79bd7b + required: false + target: http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823 + designAnnotations: + allowMultiple: true + uuid: 0617493428e71b38047878d70c09deca + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + DataShapesUnion: + uuid: eb968365-0f19-48a7-9426-f2291f37ed2e + disjoint: + - http://mulesoft.com/modeling/instances/d791fb90baafed7850a08592bb6d1d49 + - http://mulesoft.com/modeling/instances/b3ac725a0edb4eb7eeed75b70aed3bfd + - http://mulesoft.com/modeling/instances/dcd899a0bafeb6626e5aa6bcc8ba045b + - http://mulesoft.com/modeling/instances/3dfed60cd55097249c26059c7e8df3c4 + - http://mulesoft.com/modeling/instances/4b1d9580a91fbf8cea95e3c1470f840c + - http://mulesoft.com/modeling/instances/5b61c8efdcb818fd8fcbc69be7b9d7b1 + - http://mulesoft.com/modeling/instances/784aafdcfffa56264a67a3600181eb02 + - http://mulesoft.com/modeling/instances/9dce9200805594b6a371f914d4747cba + - http://mulesoft.com/modeling/instances/d4013271522af4d447dde9a5b539196f + - http://mulesoft.com/modeling/instances/8f1580ee5528db048402c5efa399dcbe + - http://mulesoft.com/modeling/instances/5698f0c2b9e0f720f281a77f94ae537f + Message: + uuid: c667b11c4c833db22ec9fc21103041a8 + attributes: + isAbstract: + allowMultiple: false + uuid: 50015918c414ca5073ddac2df7d14aeb + required: false + range: + type: boolean + description: + allowMultiple: false + uuid: a8fa849617b2a22203aeca756353407e + required: false + range: + type: string + displayName: + allowMultiple: false + uuid: 2d98fcda1e8844bb4b602bb9cef70b6b + required: false + range: + type: string + summary: + allowMultiple: false + uuid: f436eb6f6a6f11a8986788eb71e8853f + required: false + range: + type: string + title: + allowMultiple: false + uuid: 92a2d215a8b3e550d960fc8f780baa34 + required: false + range: + type: string + designLink: + allowMultiple: false + uuid: 7bf541445eda5cf5516b1bf96d16fbeb + required: false + range: + type: string + name: + allowMultiple: false + uuid: 71f0a2d40fa9f19fea4385c833fde4db + required: false + range: + type: string + associations: + tag: + allowMultiple: true + uuid: 63deeace8176501c0bd3716ccd092cb9 + required: false + target: http://mulesoft.com/modeling/instances/1c2f22230c742b18bdb47277bed6f95d + designAnnotations: + allowMultiple: true + uuid: 7c674c1d6093ba571af9dff45f54c1ee + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + documentation: + allowMultiple: false + uuid: 90a0d2c2098fe85a6fd16af4bf61544e + required: false + target: http://mulesoft.com/modeling/instances/6689a0f6c7ff1358b4a659ae09863b7e + correlationId: + allowMultiple: false + uuid: f11e1f68ce89b0fbea65cf8be8458567 + required: false + target: http://mulesoft.com/modeling/instances/e7a61f532ec20cd6eeb3aec47f65543f + examples: + allowMultiple: true + uuid: 99344a730d826bd620ccf50fd5de82de + required: false + target: http://mulesoft.com/modeling/instances/380139ca32da0851032ab603950be949 + binding: + allowMultiple: true + uuid: bc73bb3634b0306d6a8a271ea1c3023c + required: false + target: http://mulesoft.com/modeling/instances/301ae5e8ca4ed94af700a65ad4f9b6ca + header: + allowMultiple: true + uuid: 5f9e92bb21c18d4cd0f305b4136661d0 + required: false + target: http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31 + payload: + allowMultiple: true + uuid: 8e0e7dcc9340c5d41fce3624e81dec65 + required: false + target: http://mulesoft.com/modeling/instances/d0999824453ecf2088ce555942b74ebf + PropertyNode: + uuid: ab2b91c07d7fac82202161d407fd31f4 + attributes: {} + associations: + range: + allowMultiple: false + uuid: 9b625164f52c17cd36a5121031dc8d5f + required: false + target: http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823 + extends: http://mulesoft.com/modeling/instances/2e02f5406d75b88a481f61798dec8ef2 + SecurityScheme: + uuid: b708af51d08cb0b946c17a8740f74aaf + attributes: + type: + allowMultiple: false + uuid: 46e3d7ced98a241934d93548d54f8578 + required: false + range: + type: string + name: + allowMultiple: false + uuid: bec22b1831ffc8cbb10d421dd068201c + required: false + range: + type: string + description: + allowMultiple: false + uuid: a88be4d55ac941c9a2fffa8bc447bff3 + required: false + range: + type: string + designLink: + allowMultiple: false + uuid: a740dcbd395126c75f63081a1c73b32f + required: false + range: + type: string + displayName: + allowMultiple: false + uuid: 2bebb8098dc613c6e7e0b55798057fa7 + required: false + range: + type: string + associations: + designAnnotations: + allowMultiple: true + uuid: 962c23018eb3fad12a57c1884b9c8e4c + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + queryString: + allowMultiple: false + uuid: f5a3a7205a2f04fd385891619d45fc1a + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + header: + allowMultiple: true + uuid: f7823b07bcd9c9b95a9cce9c5c0b0fb2 + required: false + target: http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31 + settings: + allowMultiple: false + uuid: 96f04c44189f47e5ca2238d81acb8bac + required: false + target: http://mulesoft.com/modeling/instances/43539710642bc0a3f08f83776cb37867 + response: + allowMultiple: true + uuid: 2d8dcd1d9afe33c21432a20e3b582dff + required: false + target: http://mulesoft.com/modeling/instances/009453d18fb1305e904091b641b3df3a + parameter: + allowMultiple: true + uuid: 8b5005e9e88ecd14e3d2b459a506924e + required: false + target: http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31 + PropertyShape: + uuid: ed9a262aa28026231a7bce6ec9184914 + attributes: + patternName: + allowMultiple: false + uuid: 554ddced61267f7662bea84ad6c93e2f + required: false + range: + type: string + min.Count: + allowMultiple: false + uuid: f824c5f6fccafc54a84429306faa0192 + required: false + range: + type: integer + max.Count: + allowMultiple: false + uuid: bbb8404ffec29cac581de90d70377110 + required: false + range: + type: integer + path: + allowMultiple: false + uuid: d379fa70c70f6e4f28112c45f9049fc1 + required: false + range: + type: string + associations: + range: + allowMultiple: false + uuid: aad52e3dd0e09245e355b4dce7aa7348 + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + extends: http://mulesoft.com/modeling/instances/c37c64e5fb6f43d058097af7265eecf0 + UnionShape: + uuid: d791fb90baafed7850a08592bb6d1d49 + attributes: {} + associations: + anyOf: + allowMultiple: true + uuid: c254660eded325bd6c6d365a7f00c1fc + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + extends: http://mulesoft.com/modeling/instances/1f61ab9636cc3c808d7d2b0880a61328 + ShapeExtension: + uuid: 36fa810c4f345fbc924040fb9c28aa85 + attributes: {} + associations: + definedBy: + allowMultiple: false + uuid: 8ca4c28560d864ee34fe2b97ed164a99 + required: false + target: http://mulesoft.com/modeling/instances/54a035d51ffe3e7cda79c259d4f78490 + extension: + allowMultiple: false + uuid: 6b1df7e6721eaf89aa66a09575196f9b + required: false + target: http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823 + designAnnotations: + allowMultiple: true + uuid: faf93f1a0970c0724a87934ec8a5475a + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + ParametrizedTrait: + uuid: e6187770a923a6d0c6ada86fd7dbba9a + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/eea1a08767df545529b91c95a8e541db + AbstractDeclaration: + uuid: 650f0f6d746a643bbae1ceee8c932b03 + attributes: + name: + allowMultiple: false + uuid: 77ea9ad03b8cc89c9b46817471339c66 + required: false + range: + type: string + description: + allowMultiple: false + uuid: 81dc0b109cad954daba3b1ec27014387 + required: false + range: + type: string + variable: + allowMultiple: true + uuid: 8df67fecac6fca3c7507feff9e9a4951 + required: false + range: + type: string + designLink: + allowMultiple: false + uuid: ffcee94454f1987630371f0cc2084521 + required: false + range: + type: string + associations: + dataNode: + allowMultiple: false + uuid: 80f38349499f444da9592cd93df038de + required: false + target: http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823 + designAnnotations: + allowMultiple: true + uuid: c810478ad2dcf60bb3e17d39da31670d + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + MqttServerBinding: + uuid: ca1a2026c865019cdd794e54dbfb4b6d + attributes: + clientId: + allowMultiple: false + uuid: 31d4a7339a1c3ded598116492a518d85 + required: false + range: + type: string + cleanSession: + allowMultiple: false + uuid: 90b2a5c705755e6c9861416b1c3345fb + required: false + range: + type: boolean + keepAlive: + allowMultiple: false + uuid: 792600beff069468a59762d459abb182 + required: false + range: + type: integer + bindingVersion: + allowMultiple: false + uuid: 10e96f8eaf84048be072b67d69ac61a0 + required: false + range: + type: string + associations: + lastWill: + allowMultiple: false + uuid: 03216484bbdc675a257bf4243d7ef1d6 + required: false + target: http://mulesoft.com/modeling/instances/4be76ef61e6bf13b14de928793c548cd + extends: http://mulesoft.com/modeling/instances/129bfefb8b787d1ef5f64ce2c95ecaa9 + NilShape: + uuid: 9dce9200805594b6a371f914d4747cba + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/1f61ab9636cc3c808d7d2b0880a61328 + Module: + uuid: 0789dc6ddd56df0aff357e49838f2501 + attributes: {} + associations: + declares: + allowMultiple: true + uuid: 0312a8cbcfe6136bd7864a15ec825dc2 + required: false + target: http://mulesoft.com/modeling/instances/e0dc0b7dc90a48822697e2cb4868eab7 + extends: http://mulesoft.com/modeling/instances/6715f463e329baf51c4d6c4b8a67bd32 + OAuth1Settings: + uuid: 1fa3feaa9b0d69a4de2a21b8fa9c334a + attributes: + requestTokenURI: + allowMultiple: false + uuid: e4f54170b56bbcf53f7599864bd22e3a + required: false + range: + type: string + authorizationURI: + allowMultiple: false + uuid: 14f80d7bbfca5f1a34990d56fb4269c4 + required: false + range: + type: string + tokenCredentialsURI: + allowMultiple: false + uuid: 35a7895ed95eecc3202590f694ef2a09 + required: false + range: + type: string + signature: + allowMultiple: true + uuid: 7343b89fc479bdb13912a5f8d90a85d4 + required: false + range: + type: string + associations: {} + extends: http://mulesoft.com/modeling/instances/051526598612cd5ea620bbf2f2a729c7 + WebSocketsChannelBinding: + uuid: 3fe49120dc1192cf32cac2dc35fe9242 + attributes: + method: + allowMultiple: false + uuid: 659564d6775a53501f14da66078b0037 + required: false + range: + type: string + bindingVersion: + allowMultiple: false + uuid: fd8ff6ad6d4b40707f61d12ff7de7e08 + required: false + range: + type: string + associations: + query: + allowMultiple: false + uuid: f1127dc794f67645a9abb0537b6d382a + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + query1: + allowMultiple: false + uuid: bc6ca53c7b94b33b92fa58baae956967 + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + extends: http://mulesoft.com/modeling/instances/012c47bc1075796c1fd28838c184d186 + Shape: + uuid: 24adb77824d057700f9135eafe1bdea0 + attributes: + defaultValueString: + allowMultiple: false + uuid: d73e5bfe9ff558c59f73e97d9cfef3f6 + required: false + range: + type: string + writeOnly: + allowMultiple: false + uuid: f3f33bacd2114824b2804306154c9e24 + required: false + range: + type: boolean + inheritanceClosure: + allowMultiple: true + uuid: 0565e595d0fc69a23734bde60b63cce5 + required: false + range: + type: string + displayName: + allowMultiple: false + uuid: 7a8d3f9632780c42eba6e23a14c65fcb + required: false + range: + type: string + deprecated: + allowMultiple: false + uuid: c511917d63a5289cfadaeff45ec631b5 + required: false + range: + type: boolean + name: + allowMultiple: false + uuid: be4d5ebcd4ba0951e1b43cbf9c77440f + required: false + range: + type: string + readOnly: + allowMultiple: false + uuid: 03da74033fe33fba302090c36cb6e66b + required: false + range: + type: boolean + designLink: + allowMultiple: false + uuid: c0e599b2b262895f358ffccdde64779e + required: false + range: + type: string + description: + allowMultiple: false + uuid: d9b5a46081df15fc42d6f8b5f5baa093 + required: false + range: + type: string + associations: + inherits: + allowMultiple: true + uuid: bbcbb4a702b03eaa9d0a2c1dc48f45bb + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + not: + allowMultiple: false + uuid: 435485561d0071aa823f516478113366 + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + if: + allowMultiple: false + uuid: de814783765a1d511f52bbc39f0fc70e + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + defaultValue: + allowMultiple: false + uuid: 18b5253db1156098f78d319531975cbc + required: false + target: http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823 + else: + allowMultiple: false + uuid: 67dcea5b252d2bdcf24206421d273a1e + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + then: + allowMultiple: false + uuid: 907c1a61b0fd574fad8db3950c452d9b + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + in: + allowMultiple: true + uuid: dd748bddf06754a337f2010435c2e6ad + required: false + target: http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823 + designAnnotations: + allowMultiple: true + uuid: 5607c80b39d47a1c14c77425a2c40176 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + and: + allowMultiple: true + uuid: 2f99390a1fe8cd7cca457cae58eaebaf + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + exclusiveOr: + allowMultiple: true + uuid: 59bec3c968d5dea851cc278b0c6fa33d + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + or: + allowMultiple: true + uuid: 02c276e6c3ef3a59d42f16a932fd8ee5 + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + Parameter: + uuid: 492194778ff72c55f78d7dd0700a8e31 + attributes: + allowReserved: + allowMultiple: false + uuid: 864a6b369e223e6afa4a2b106743f70b + required: false + range: + type: boolean + paramName: + allowMultiple: false + uuid: e9698cb70eb6b764dfd599f8b9e9f2f8 + required: false + range: + type: string + explode: + allowMultiple: false + uuid: 690b6428b9f57dc7efede3ad38b1f038 + required: false + range: + type: boolean + required: + allowMultiple: false + uuid: 7df21b68dd9fdce59f46b3c04c72faed + required: false + range: + type: boolean + style: + allowMultiple: false + uuid: 5765e7f370195cddbbeba87f274c4b0d + required: false + range: + type: string + binding: + allowMultiple: false + uuid: 4622f7fa7102c8367c230a6a2ce277c6 + required: false + range: + type: string + allowEmptyValue: + allowMultiple: false + uuid: 2961015b1fc78cb5882d354790a2774f + required: false + range: + type: boolean + designLink: + allowMultiple: false + uuid: dae1951ec0c31e003926df46c2c7d77c + required: false + range: + type: string + deprecated: + allowMultiple: false + uuid: 0e4cdcd81352417a91e04653ed0c604b + required: false + range: + type: boolean + name: + allowMultiple: false + uuid: be7e244cdb9d45f2acc2d75c5f241a96 + required: false + range: + type: string + description: + allowMultiple: false + uuid: e0f0d1f913b425e8090cdeb9bb5927d1 + required: false + range: + type: string + associations: + schema: + allowMultiple: false + uuid: d116b06362cade5b1abe29acc32f2a18 + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + payload: + allowMultiple: true + uuid: 0e2d31df514d25a603bc08a92620a99d + required: false + target: http://mulesoft.com/modeling/instances/d0999824453ecf2088ce555942b74ebf + examples: + allowMultiple: true + uuid: 628ddb4799562e5bcdd1e7f547a44c34 + required: false + target: http://mulesoft.com/modeling/instances/380139ca32da0851032ab603950be949 + designAnnotations: + allowMultiple: true + uuid: 5d12473551a1a939241cba07d024ae3c + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + OAuth2Flow: + uuid: 9c98066f18d3dbd50839a3924183e00b + attributes: + authorizationURI: + allowMultiple: false + uuid: 52d6e29aad2aa78b771429da1e064f72 + required: false + range: + type: string + accessTokenURI: + allowMultiple: false + uuid: 851a48e388f4f053845a5df7d730d4e3 + required: false + range: + type: string + flow: + allowMultiple: false + uuid: 30d8516a44dbb8300f576a08ce2a8798 + required: false + range: + type: string + refreshURI: + allowMultiple: false + uuid: a0377b28ffa9a6136e1fe2d29cbe409f + required: false + range: + type: string + associations: + scope: + allowMultiple: true + uuid: 2ccff04867850e0ac5ac1a26e6348ef7 + required: false + target: http://mulesoft.com/modeling/instances/becd43e1501c5bea4fb95998bd5459ca + designAnnotations: + allowMultiple: true + uuid: ef4287802f57fbd09241dd3f489d6a39 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + Payload: + uuid: d0999824453ecf2088ce555942b74ebf + attributes: + name: + allowMultiple: false + uuid: 65370063fd901c46c46c91bc7426e685 + required: false + range: + type: string + mediaType: + allowMultiple: false + uuid: 5e08ff06162bf647bb1f675bf0f14a1b + required: false + range: + type: string + schemaMediaType: + allowMultiple: false + uuid: 8547a29d23d38b4b9f70c7a81a01b6af + required: false + range: + type: string + designLink: + allowMultiple: false + uuid: 8271660ea37e9b5c4eba8266485d7f6e + required: false + range: + type: string + associations: + schema: + allowMultiple: false + uuid: fb2b96ae1e555642d18982fee1cf684b + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + examples: + allowMultiple: true + uuid: 17bc5a7aa4720bcfdcb406e62853b365 + required: false + target: http://mulesoft.com/modeling/instances/380139ca32da0851032ab603950be949 + encoding: + allowMultiple: true + uuid: af18bdbe7f9a1583a6db18cf0cbbbebf + required: false + target: http://mulesoft.com/modeling/instances/9083b8af63b1b1bdd2aa09a20d3aa7f2 + designAnnotations: + allowMultiple: true + uuid: bedd4286afed25e83bd82cc2c592a51d + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + OverlayModel: + uuid: 025c44c8c78398fdddc4931954211b51 + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/624f8e46d572e3b1a493099ac0d9be41 + Settings: + uuid: 7596db1d0afdc919e6388768954c9989 + attributes: {} + associations: + additionalProperties: + allowMultiple: false + uuid: 35e9b66cd4398b452eaf4e26453837ed + required: false + target: http://mulesoft.com/modeling/instances/2107d029eeb95e82c569193012dc9823 + designAnnotations: + allowMultiple: true + uuid: 28579781f9ad6afea1e02a2937cb9621 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + WebAPI: + uuid: eb2a2e74089c0116dd6483329ad8af91 + attributes: + version: + allowMultiple: false + uuid: 4ce4eafc1ffed0df8addc9b269bf5f0e + required: false + range: + type: string + scheme: + allowMultiple: true + uuid: ec392ffb2adecce1105cda4e7312c8a0 + required: false + range: + type: string + description: + allowMultiple: false + uuid: cc9bf071c34ab3075bdf32b633804106 + required: false + range: + type: string + termsOfService: + allowMultiple: false + uuid: f9d1899af362dc6fda3a476349127673 + required: false + range: + type: string + accepts: + allowMultiple: true + uuid: 4b5a0850ae171f98ae379a10757f3392 + required: false + range: + type: string + contentType: + allowMultiple: true + uuid: 7c0769a6918b90f8ddea0115110d6b74 + required: false + range: + type: string + identifier: + allowMultiple: false + uuid: f2b5ae7355c3aa7d991f523247734379 + required: false + range: + type: string + name: + allowMultiple: false + uuid: 6db08b8c49774c89052a15797ec22def + required: false + range: + type: string + associations: + tag: + allowMultiple: true + uuid: 256f58894dac5757462a40b2d92d9d46 + required: false + target: http://mulesoft.com/modeling/instances/1c2f22230c742b18bdb47277bed6f95d + server: + allowMultiple: true + uuid: a3edb0a75f9340556f166961f7c4676a + required: false + target: http://mulesoft.com/modeling/instances/e2d64edb5ea7aaecdfa2bdec929e6f2f + documentation: + allowMultiple: true + uuid: ea49ba0927e6b3a67d0180e4499327ce + required: false + target: http://mulesoft.com/modeling/instances/6689a0f6c7ff1358b4a659ae09863b7e + provider: + allowMultiple: false + uuid: 9b83bace35e064fd2eae0490ad891bc3 + required: false + target: http://mulesoft.com/modeling/instances/7409270319f1ab22e3aa6faef224137e + designAnnotations: + allowMultiple: true + uuid: e662be6c71ca1c6bd78429929e4f7d50 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + security: + allowMultiple: true + uuid: d0a64e6b881cb488292546ae5f725c8d + required: false + target: http://mulesoft.com/modeling/instances/e9cc23b4fb33eac3114128eee2867e17 + endpoint: + allowMultiple: true + uuid: e4437f39d45ec3e01fa9915dc5f73868 + required: false + target: http://mulesoft.com/modeling/instances/422b17bf2ed1d523e65a1e0a5d039dc8 + license: + allowMultiple: false + uuid: 89a3794439188430f9211dda3c16c297 + required: false + target: http://mulesoft.com/modeling/instances/190948eb29312c0f9e08101f185a58fe + MatrixShape: + uuid: 784aafdcfffa56264a67a3600181eb02 + attributes: {} + associations: {} + extends: http://mulesoft.com/modeling/instances/f3de1e8d2ec0a9469871edad95d0c678 + DomainElementUnion: + uuid: 35f910b0-3754-4c9b-882c-e9ef7930632d + disjoint: + - http://mulesoft.com/modeling/instances/d791fb90baafed7850a08592bb6d1d49 + - http://mulesoft.com/modeling/instances/b3ac725a0edb4eb7eeed75b70aed3bfd + - http://mulesoft.com/modeling/instances/dcd899a0bafeb6626e5aa6bcc8ba045b + - http://mulesoft.com/modeling/instances/3dfed60cd55097249c26059c7e8df3c4 + - http://mulesoft.com/modeling/instances/4b1d9580a91fbf8cea95e3c1470f840c + - http://mulesoft.com/modeling/instances/5b61c8efdcb818fd8fcbc69be7b9d7b1 + - http://mulesoft.com/modeling/instances/784aafdcfffa56264a67a3600181eb02 + - http://mulesoft.com/modeling/instances/9dce9200805594b6a371f914d4747cba + - http://mulesoft.com/modeling/instances/d4013271522af4d447dde9a5b539196f + - http://mulesoft.com/modeling/instances/8f1580ee5528db048402c5efa399dcbe + - http://mulesoft.com/modeling/instances/5698f0c2b9e0f720f281a77f94ae537f + - http://mulesoft.com/modeling/instances/b708af51d08cb0b946c17a8740f74aaf + - http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31 + - http://mulesoft.com/modeling/instances/9f20234f4373e14333780ed77aa5df84 + - http://mulesoft.com/modeling/instances/78c98035d26b20ba9c563b6c5bb6e4d2 + - http://mulesoft.com/modeling/instances/1c2f22230c742b18bdb47277bed6f95d + - http://mulesoft.com/modeling/instances/eb2a2e74089c0116dd6483329ad8af91 + - http://mulesoft.com/modeling/instances/380139ca32da0851032ab603950be949 + - http://mulesoft.com/modeling/instances/9ecb9cf73b8402c2eef2154fc39a05bf + - http://mulesoft.com/modeling/instances/0d202c9d523ea0948735454b0cfe992c + - http://mulesoft.com/modeling/instances/e2d64edb5ea7aaecdfa2bdec929e6f2f + - http://mulesoft.com/modeling/instances/7c85e887d9c6f4de8ca9a2a56daac491 + - http://mulesoft.com/modeling/instances/54a035d51ffe3e7cda79c259d4f78490 + HttpMessageBinding: + uuid: 27c8882cdddd119281a433601bacfd85 + attributes: + bindingVersion: + allowMultiple: false + uuid: 26113d5b4f195dbf4d20fb82c699f998 + required: false + range: + type: string + associations: + headers: + allowMultiple: false + uuid: a0e6af2214ac8f4a55d4df081f939733 + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + extends: http://mulesoft.com/modeling/instances/803060dbcf6a4cda67c309e94d539156 + TemplatedLink: + uuid: 0d202c9d523ea0948735454b0cfe992c + attributes: + requestBody: + allowMultiple: false + uuid: d99ea09b400e55499a5d538ee621f002 + required: false + range: + type: string + designLink: + allowMultiple: false + uuid: 60517881435fb31c7a5bea9affd8b02d + required: false + range: + type: string + name: + allowMultiple: false + uuid: 5e1eae03541df990cd5b28129db56cce + required: false + range: + type: string + operationID: + allowMultiple: false + uuid: aa551d93c363ed573c515a86d191a743 + required: false + range: + type: string + description: + allowMultiple: false + uuid: e3a5fc1d311e2fe06fb51caa3c1277c7 + required: false + range: + type: string + template: + allowMultiple: false + uuid: b3bb33a2f51da37d8f06514336ad3118 + required: false + range: + type: string + associations: + mapping: + allowMultiple: true + uuid: 55ac637eb09cc9236a35f7e5f4dbac8f + required: false + target: http://mulesoft.com/modeling/instances/dcc57e47b05adbc409c44ca746ecca50 + server: + allowMultiple: false + uuid: 839ed958baccb92ebe11b8db24b47e0e + required: false + target: http://mulesoft.com/modeling/instances/e2d64edb5ea7aaecdfa2bdec929e6f2f + designAnnotations: + allowMultiple: true + uuid: c74c73f8f74430af358a256781c4101d + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + Amqp091OperationBinding: + uuid: 9398211a0f2b1d0984d94389da49d23f + attributes: + priority: + allowMultiple: false + uuid: 7e3eb1b1c70e370b389dd6736b5675b3 + required: false + range: + type: integer + mandatory: + allowMultiple: false + uuid: 6300c8f0ef3afc789383cd94a1bfd397 + required: false + range: + type: boolean + cc: + allowMultiple: true + uuid: 2917fe8b5cea9e09ed7623d850daafef + required: false + range: + type: string + deliveryMode: + allowMultiple: false + uuid: bde4390966d705dd770c068ad5e46272 + required: false + range: + type: integer + bcc: + allowMultiple: true + uuid: 8330fe81a05ba7509f7b83279dabc2fa + required: false + range: + type: string + userId: + allowMultiple: false + uuid: 4ac93bb274368f8beeed00da718076db + required: false + range: + type: string + bindingVersion: + allowMultiple: false + uuid: 4e72fe2730446a396dc7ac29f1aeaf31 + required: false + range: + type: string + timestamp: + allowMultiple: false + uuid: a0ff290f82984efa96b2565a61fb74a2 + required: false + range: + type: boolean + ack: + allowMultiple: false + uuid: ea1ea139234ec33f00d9bd06a64de032 + required: false + range: + type: boolean + expiration: + allowMultiple: false + uuid: 2a2637f0ffda29ca3dae82f36fd782f8 + required: false + range: + type: integer + replyTo: + allowMultiple: false + uuid: 95231f2c1ac0b682f17086247773c942 + required: false + range: + type: string + associations: {} + extends: http://mulesoft.com/modeling/instances/240480b754a8cd5a0b5be7f3c0d26d77 + OpenIDSettings: + uuid: 2a1cbfa3d21bca20c30802dfa2470be2 + attributes: + OpenIDConnectURL: + allowMultiple: false + uuid: b9f938567731d1d8540e5a1ee9ab47aa + required: false + range: + type: string + associations: + scope: + allowMultiple: true + uuid: b0aefab57f7c52ab81b89f36a595470c + required: false + target: http://mulesoft.com/modeling/instances/becd43e1501c5bea4fb95998bd5459ca + extends: http://mulesoft.com/modeling/instances/051526598612cd5ea620bbf2f2a729c7 + Organization: + uuid: 7409270319f1ab22e3aa6faef224137e + attributes: + url: + allowMultiple: false + uuid: 25f2b743f9120fcb890329f7865ffd67 + required: false + range: + type: string + name: + allowMultiple: false + uuid: 31549886a699d7adb8ad15fc21dfc132 + required: false + range: + type: string + email: + allowMultiple: false + uuid: 667bfd37154d8d4ed1cb8041d01ef16f + required: false + range: + type: string + associations: + designAnnotations: + allowMultiple: true + uuid: 1cc38608be4ae7d01d823e0adb8a6aa6 + required: false + target: http://mulesoft.com/modeling/instances/62101687ac890c3379fd8c81d84fd674 + Request: + uuid: 9f20234f4373e14333780ed77aa5df84 + attributes: + required: + allowMultiple: false + uuid: 606bb148eaae346c687e7ffbdf2ff8be + required: false + range: + type: boolean + associations: + parameter: + allowMultiple: true + uuid: bba873f1342e39008621e8e47d83b998 + required: false + target: http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31 + queryString: + allowMultiple: false + uuid: 7384b9d24c818ea51f94caad9b08bcaf + required: false + target: http://mulesoft.com/modeling/instances/c7164f1f11b5c2af2cf5b8d182d9d82b + uriParameter: + allowMultiple: true + uuid: 2315b4d201b351c7215e92eeeaef5bcf + required: false + target: http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31 + cookieParameter: + allowMultiple: true + uuid: 4a24dc51089b99f58f7740f549f9a74d + required: false + target: http://mulesoft.com/modeling/instances/492194778ff72c55f78d7dd0700a8e31 + extends: http://mulesoft.com/modeling/instances/8b24fe9949d293e2a4898d76db9e6989 + MqttOperationBinding: + uuid: 8b4aac0c12c453201364d8bf043e05d5 + attributes: + qos: + allowMultiple: false + uuid: 2ef3065cac81763bc04d5881a7cd5f0f + required: false + range: + type: integer + retain: + allowMultiple: false + uuid: d2080c70f5d1c9a23bdef2116ffbf71d + required: false + range: + type: boolean + bindingVersion: + allowMultiple: false + uuid: 4ed61bc558c6ab86694c400ed28097bc + required: false + range: + type: string + associations: {} + extends: http://mulesoft.com/modeling/instances/240480b754a8cd5a0b5be7f3c0d26d77 + MessageBinding: + uuid: 301ae5e8ca4ed94af700a65ad4f9b6ca + attributes: {} + associations: {} + DocumentExtension: + uuid: a4501cf357cbe3efa9d931857976f9e1 + attributes: {} + associations: + encodes: + allowMultiple: false + uuid: b387b1e61eb0fe54a618c740545fcba6 + required: false + target: http://mulesoft.com/modeling/instances/e0dc0b7dc90a48822697e2cb4868eab7 + declares: + allowMultiple: true + uuid: 7d0bc4a49c4c7e575ccee61be277b0b4 + required: false + target: http://mulesoft.com/modeling/instances/e0dc0b7dc90a48822697e2cb4868eab7 + extends: http://mulesoft.com/modeling/instances/6715f463e329baf51c4d6c4b8a67bd32 + HttpAPIKeySettings: + uuid: cd28835246ff9118589117eaa543f691 + attributes: + name: + allowMultiple: false + uuid: 66e5b1610506bbef211bdedbb2ae1ac7 + required: false + range: + type: string + in: + allowMultiple: false + uuid: 0240a697489546d988433175150d0998 + required: false + range: + type: string + associations: {} + extends: http://mulesoft.com/modeling/instances/051526598612cd5ea620bbf2f2a729c7 + ExternalSourceElement: + uuid: 39cbf94c3f89ce182374c26340371097 + attributes: + raw: + allowMultiple: false + uuid: 0a9b8d9bba415deec855330960e9bf59 + required: false + range: + type: string + referenceId: + allowMultiple: false + uuid: 70aed15f30ac2efd979747829d55f3a1 + required: false + range: + type: string + location: + allowMultiple: false + uuid: 284e83454720663346b1819d6f938eb5 + required: false + range: + type: string + associations: {} diff --git a/out/aml-canonical-web-api/modules.jsonld b/out/aml-canonical-web-api/modules.jsonld new file mode 100644 index 0000000..e7f987d --- /dev/null +++ b/out/aml-canonical-web-api/modules.jsonld @@ -0,0 +1,53 @@ +[ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/3afb89ac5bc99d2eca36c6a73521826c", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/3afb89ac5bc99d2eca36c6a73521826c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", + "http://a.ml/vocabularies/modularity#Module", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3afb89ac5bc99d2eca36c6a73521826c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Imported spec canonical-webapi-spec.yaml" + } + ], + "http://a.ml/vocabularies/modularity#dataModels": [ + { + "@id": "http://mulesoft.com/modeling/instances/14e2cde9b2b9ba7fe550301444b9bff0" + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.1.0" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": false + } + ] + } +] diff --git a/out/aml-canonical-web-api/modules.yaml b/out/aml-canonical-web-api/modules.yaml new file mode 100644 index 0000000..e611c83 --- /dev/null +++ b/out/aml-canonical-web-api/modules.yaml @@ -0,0 +1,5 @@ +#%ModuleTree 0.1 +uuid: 3afb89ac5bc99d2eca36c6a73521826c +name: Imported spec canonical-webapi-spec.yaml +dataModels: + - http://mulesoft.com/modeling/instances/14e2cde9b2b9ba7fe550301444b9bff0 diff --git a/out/aml-modeling-tool/data_model_99820d7a024bf3d5b4ce8e07a6c0e57d.jsonld b/out/aml-modeling-tool/data_model_99820d7a024bf3d5b4ce8e07a6c0e57d.jsonld new file mode 100644 index 0000000..a044ef1 --- /dev/null +++ b/out/aml-modeling-tool/data_model_99820d7a024bf3d5b4ce8e07a6c0e57d.jsonld @@ -0,0 +1,1549 @@ +[ + { + "@id": "http://mulesoft.com/modeling/instances/99820d7a024bf3d5b4ce8e07a6c0e57d", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "http://mulesoft.com/modeling/instances/99820d7a024bf3d5b4ce8e07a6c0e57d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "http://a.ml/vocabularies/data-model#DataModel", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "99820d7a024bf3d5b4ce8e07a6c0e57d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "dataModelingLibrary.yaml" + } + ], + "http://a.ml/vocabularies/data-model#entities": [ + { + "@id": "http://mulesoft.com/modeling/instances/63c8ea86b3779cd9c492f5ed85fdb7ee", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "63c8ea86b3779cd9c492f5ed85fdb7ee" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Boolean" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/d03733adeeac25d97ab5c88946a2cef1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d03733adeeac25d97ab5c88946a2cef1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Entity" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/461122c410f36c9dc89422754b2d2f08", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "461122c410f36c9dc89422754b2d2f08" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "uuid" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/99c8514fd0be989329a90d7875a5b203", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "99c8514fd0be989329a90d7875a5b203" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/925f60ffb579925df4e2337438f75d60", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "925f60ffb579925df4e2337438f75d60" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "extends" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/fd47005c2589eae7588e74b6ee94b3d3", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "fd47005c2589eae7588e74b6ee94b3d3" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e06fad12df0d637af6cdf31bf7a6c075", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e06fad12df0d637af6cdf31bf7a6c075" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "disjoint" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5c2a80ce5c67d6f5f3ca523e412f0405", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5c2a80ce5c67d6f5f3ca523e412f0405" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5a18a8668052774ae0b651991771e5cf", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5a18a8668052774ae0b651991771e5cf" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "attributes" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/b7eb8bc39c79f3eeb0131f12398c3a1b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b7eb8bc39c79f3eeb0131f12398c3a1b" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/222b3d2bcc19400b508967ae2a573b6a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "222b3d2bcc19400b508967ae2a573b6a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "associations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/0453ad32320e6dbad67ffb5c3d0dfaf2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0453ad32320e6dbad67ffb5c3d0dfaf2" + } + ] + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/079c6cbbc8eedcb4e1de499a7d79e8e9", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "079c6cbbc8eedcb4e1de499a7d79e8e9" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Integer" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/4bfcee4cba432a6eaf8eecdbf56c7964", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4bfcee4cba432a6eaf8eecdbf56c7964" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "DateTime" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/096c023362fec7979f38317f03ba29d4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "096c023362fec7979f38317f03ba29d4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Float" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/0453ad32320e6dbad67ffb5c3d0dfaf2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0453ad32320e6dbad67ffb5c3d0dfaf2" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Association" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/40f21df65959e6c858f2670461f8d6f1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "40f21df65959e6c858f2670461f8d6f1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowMultiple" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b11a19fe66873a07772e6aa52bcc7c53", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b11a19fe66873a07772e6aa52bcc7c53" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "uuid" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0bfa24528b674e044776b06475b9baf2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0bfa24528b674e044776b06475b9baf2" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/67c0611d2f8cea6d221c87f5bb8c1329", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "67c0611d2f8cea6d221c87f5bb8c1329" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "required" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d40440354008450c34629ec4498a8dd4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d40440354008450c34629ec4498a8dd4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "target" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/bab5671a801e7f21c8043ec570dd98f8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "bab5671a801e7f21c8043ec570dd98f8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isComposition" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/42a2b34e79f93984846f3825b2a63629", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "42a2b34e79f93984846f3825b2a63629" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/054901ca3661c90831e13ec634bd74ed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "054901ca3661c90831e13ec634bd74ed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "readOnly" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/855bfce911ebb8b48250d72bfdd7af9f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "855bfce911ebb8b48250d72bfdd7af9f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "inverseOf" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a0599fdbbd36f114ac69ce1f7e97c422", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a0599fdbbd36f114ac69ce1f7e97c422" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "writeOnly" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7879bb825bc890b4f01d068d76dacd35", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7879bb825bc890b4f01d068d76dacd35" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/d09cd49c96e43fae7925b2e1ec328327", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d09cd49c96e43fae7925b2e1ec328327" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Date" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/b7eb8bc39c79f3eeb0131f12398c3a1b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b7eb8bc39c79f3eeb0131f12398c3a1b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Attribute" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f0d144db288bac8bb1831eabb4bab1b8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f0d144db288bac8bb1831eabb4bab1b8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowMultiple" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/85d57731b8750b0a5e0ec4df51b7e7a3", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "85d57731b8750b0a5e0ec4df51b7e7a3" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "uuid" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b333df0116c44fda2cbd12137f580582", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b333df0116c44fda2cbd12137f580582" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/058fd0311b4168c692def30b437fb203", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "058fd0311b4168c692def30b437fb203" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "required" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a1b093cb8e5bda3f38d9f5fc3b831ea2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a1b093cb8e5bda3f38d9f5fc3b831ea2" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/3c51c8981ca2be3631a152ba60253c80", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3c51c8981ca2be3631a152ba60253c80" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "readOnly" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e811677c744de4a58887e9b9518af5ec", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e811677c744de4a58887e9b9518af5ec" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isKey" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0865a22b81b0c4b3bee172016dadc19c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0865a22b81b0c4b3bee172016dadc19c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "writeOnly" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/98b712ee1ec179fae8e6712ff464255b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "98b712ee1ec179fae8e6712ff464255b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/16d24946-96bb-4f20-8981-ee338c27d0cb", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "16d24946-96bb-4f20-8981-ee338c27d0cb" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Union 1" + } + ], + "http://a.ml/vocabularies/data-model#disjoint": [ + { + "@id": "http://mulesoft.com/modeling/instances/d33330ae60e974394eaf8f3764d65ed1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d33330ae60e974394eaf8f3764d65ed1" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/079c6cbbc8eedcb4e1de499a7d79e8e9", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "079c6cbbc8eedcb4e1de499a7d79e8e9" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Integer" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/63c8ea86b3779cd9c492f5ed85fdb7ee", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "63c8ea86b3779cd9c492f5ed85fdb7ee" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Boolean" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/d09cd49c96e43fae7925b2e1ec328327", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d09cd49c96e43fae7925b2e1ec328327" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Date" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/4bfcee4cba432a6eaf8eecdbf56c7964", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4bfcee4cba432a6eaf8eecdbf56c7964" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "DateTime" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/9c1aac2abda5c4cb6448efb7e0f4c1ed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9c1aac2abda5c4cb6448efb7e0f4c1ed" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/096c023362fec7979f38317f03ba29d4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "096c023362fec7979f38317f03ba29d4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Float" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/9c1aac2abda5c4cb6448efb7e0f4c1ed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9c1aac2abda5c4cb6448efb7e0f4c1ed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Time" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/d33330ae60e974394eaf8f3764d65ed1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d33330ae60e974394eaf8f3764d65ed1" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "String" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [], + "http://a.ml/vocabularies/data-model#associations": [] + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.1.0" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": false + } + ] + } +] diff --git a/out/aml-modeling-tool/data_model_99820d7a024bf3d5b4ce8e07a6c0e57d.yaml b/out/aml-modeling-tool/data_model_99820d7a024bf3d5b4ce8e07a6c0e57d.yaml new file mode 100644 index 0000000..c2cd5a8 --- /dev/null +++ b/out/aml-modeling-tool/data_model_99820d7a024bf3d5b4ce8e07a6c0e57d.yaml @@ -0,0 +1,210 @@ +#%DataModel 0.1 +uuid: 99820d7a024bf3d5b4ce8e07a6c0e57d +name: dataModelingLibrary.yaml +entities: + Attribute: + uuid: b7eb8bc39c79f3eeb0131f12398c3a1b + attributes: + isKey: + allowMultiple: false + uuid: e811677c744de4a58887e9b9518af5ec + required: false + range: + type: boolean + writeOnly: + allowMultiple: false + uuid: 0865a22b81b0c4b3bee172016dadc19c + required: false + range: + type: boolean + allowMultiple: + allowMultiple: false + uuid: f0d144db288bac8bb1831eabb4bab1b8 + required: false + range: + type: boolean + name: + allowMultiple: false + uuid: b333df0116c44fda2cbd12137f580582 + required: true + range: + type: string + required: + allowMultiple: false + uuid: 058fd0311b4168c692def30b437fb203 + required: false + range: + type: boolean + readOnly: + allowMultiple: false + uuid: 3c51c8981ca2be3631a152ba60253c80 + required: false + range: + type: boolean + uuid: + allowMultiple: false + uuid: 85d57731b8750b0a5e0ec4df51b7e7a3 + required: true + range: + type: string + displayName: + allowMultiple: false + uuid: 98b712ee1ec179fae8e6712ff464255b + required: false + range: + type: string + description: + allowMultiple: false + uuid: a1b093cb8e5bda3f38d9f5fc3b831ea2 + required: false + range: + type: string + associations: {} + Association: + uuid: 0453ad32320e6dbad67ffb5c3d0dfaf2 + attributes: + name: + allowMultiple: false + uuid: 0bfa24528b674e044776b06475b9baf2 + required: true + range: + type: string + displayName: + allowMultiple: false + uuid: 7879bb825bc890b4f01d068d76dacd35 + required: false + range: + type: string + uuid: + allowMultiple: false + uuid: b11a19fe66873a07772e6aa52bcc7c53 + required: true + range: + type: string + target: + allowMultiple: false + uuid: d40440354008450c34629ec4498a8dd4 + required: false + range: + type: string + description: + allowMultiple: false + uuid: 42a2b34e79f93984846f3825b2a63629 + required: false + range: + type: string + readOnly: + allowMultiple: false + uuid: 054901ca3661c90831e13ec634bd74ed + required: false + range: + type: boolean + allowMultiple: + allowMultiple: false + uuid: 40f21df65959e6c858f2670461f8d6f1 + required: false + range: + type: boolean + isComposition: + allowMultiple: false + uuid: bab5671a801e7f21c8043ec570dd98f8 + required: false + range: + type: boolean + required: + allowMultiple: false + uuid: 67c0611d2f8cea6d221c87f5bb8c1329 + required: false + range: + type: boolean + writeOnly: + allowMultiple: false + uuid: a0599fdbbd36f114ac69ce1f7e97c422 + required: false + range: + type: boolean + inverseOf: + allowMultiple: false + uuid: 855bfce911ebb8b48250d72bfdd7af9f + required: false + range: + type: string + associations: {} + DateTime: + uuid: 4bfcee4cba432a6eaf8eecdbf56c7964 + attributes: {} + associations: {} + Date: + uuid: d09cd49c96e43fae7925b2e1ec328327 + attributes: {} + associations: {} + String: + uuid: d33330ae60e974394eaf8f3764d65ed1 + attributes: {} + associations: {} + Integer: + uuid: 079c6cbbc8eedcb4e1de499a7d79e8e9 + attributes: {} + associations: {} + Boolean: + uuid: 63c8ea86b3779cd9c492f5ed85fdb7ee + attributes: {} + associations: {} + Time: + uuid: 9c1aac2abda5c4cb6448efb7e0f4c1ed + attributes: {} + associations: {} + Entity: + uuid: d03733adeeac25d97ab5c88946a2cef1 + attributes: + name: + allowMultiple: false + uuid: 99c8514fd0be989329a90d7875a5b203 + required: true + range: + type: string + uuid: + allowMultiple: false + uuid: 461122c410f36c9dc89422754b2d2f08 + required: true + range: + type: string + extends: + allowMultiple: false + uuid: 925f60ffb579925df4e2337438f75d60 + required: false + range: + type: string + disjoint: + allowMultiple: true + uuid: e06fad12df0d637af6cdf31bf7a6c075 + required: false + range: + type: string + description: + allowMultiple: false + uuid: fd47005c2589eae7588e74b6ee94b3d3 + required: false + range: + type: string + displayName: + allowMultiple: false + uuid: 5c2a80ce5c67d6f5f3ca523e412f0405 + required: false + range: + type: string + associations: + attributes: + allowMultiple: true + uuid: 5a18a8668052774ae0b651991771e5cf + required: false + target: http://mulesoft.com/modeling/instances/b7eb8bc39c79f3eeb0131f12398c3a1b + associations: + allowMultiple: true + uuid: 222b3d2bcc19400b508967ae2a573b6a + required: false + target: http://mulesoft.com/modeling/instances/0453ad32320e6dbad67ffb5c3d0dfaf2 + Float: + uuid: 096c023362fec7979f38317f03ba29d4 + attributes: {} + associations: {} diff --git a/out/aml-modeling-tool/data_model_b2ccd0bfb812919773b944370134b17b.jsonld b/out/aml-modeling-tool/data_model_b2ccd0bfb812919773b944370134b17b.jsonld new file mode 100644 index 0000000..3d7da6c --- /dev/null +++ b/out/aml-modeling-tool/data_model_b2ccd0bfb812919773b944370134b17b.jsonld @@ -0,0 +1,1723 @@ +[ + { + "@id": "http://mulesoft.com/modeling/instances/b2ccd0bfb812919773b944370134b17b", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "http://mulesoft.com/modeling/instances/b2ccd0bfb812919773b944370134b17b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "http://a.ml/vocabularies/data-model#DataModel", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b2ccd0bfb812919773b944370134b17b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "apiModelDialect.yaml" + } + ], + "http://a.ml/vocabularies/data-model#entities": [ + { + "@id": "http://mulesoft.com/modeling/instances/0306df779809cc5eea8182e2d2fc212f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0306df779809cc5eea8182e2d2fc212f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ApiModel" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c8f7d7d3852742a59cfb56ab2a10dd65", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c8f7d7d3852742a59cfb56ab2a10dd65" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "uuid" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/658654358b1e3aa857678b43b8ca39f5", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "658654358b1e3aa857678b43b8ca39f5" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/c965afd7f3f36d9261968e2e2f9ad2cc", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "c965afd7f3f36d9261968e2e2f9ad2cc" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/340069bfd7ee5e582677e88f9e1ad46b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "340069bfd7ee5e582677e88f9e1ad46b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "version" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/046f332ddea6990b9077ee43b4f3b319", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "046f332ddea6990b9077ee43b4f3b319" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7f718a3eb1764f4f2c24c975a1ccc884", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7f718a3eb1764f4f2c24c975a1ccc884" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "entities" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/d03733adeeac25d97ab5c88946a2cef1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d03733adeeac25d97ab5c88946a2cef1" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/39afce8463731d360b70d77697c30b2a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "39afce8463731d360b70d77697c30b2a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "entryPoint" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/813df937e925c4d1067dd75073de1291", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "813df937e925c4d1067dd75073de1291" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/d5e73db31825eb3dc09a577d730993c0", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d5e73db31825eb3dc09a577d730993c0" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "resources" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/813df937e925c4d1067dd75073de1291", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "813df937e925c4d1067dd75073de1291" + } + ] + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/813df937e925c4d1067dd75073de1291", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "813df937e925c4d1067dd75073de1291" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Resource" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b6a309dad949e8deda6a627783852e50", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b6a309dad949e8deda6a627783852e50" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "uuid" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0d96f22fd54c20dc5c4edffd2077b1de", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0d96f22fd54c20dc5c4edffd2077b1de" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isCollection" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5e2730f566c82e5b5f96a8a86e7ccd25", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5e2730f566c82e5b5f96a8a86e7ccd25" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/055849263bd55408b153da410a10e39f", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "055849263bd55408b153da410a10e39f" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a006b135f02fce75e72748f9f19966b5", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a006b135f02fce75e72748f9f19966b5" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/4ef2ac1ef135bd228445ca02263a7384", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4ef2ac1ef135bd228445ca02263a7384" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/d03733adeeac25d97ab5c88946a2cef1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d03733adeeac25d97ab5c88946a2cef1" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/413ba2aeadf8a5b8cb85e62efba2062d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "413ba2aeadf8a5b8cb85e62efba2062d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "operations" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/d7e274640762a13aa36fc2ffae783c16", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d7e274640762a13aa36fc2ffae783c16" + } + ] + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/d7e274640762a13aa36fc2ffae783c16", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d7e274640762a13aa36fc2ffae783c16" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Operation" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/fe1597deccf099545fb4b847e7aa90eb", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "fe1597deccf099545fb4b847e7aa90eb" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "uuid" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a24b094a9092b6c250b3aa41d3d39269", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a24b094a9092b6c250b3aa41d3d39269" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a48312ec67e577a4d4dce9148b0b350c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a48312ec67e577a4d4dce9148b0b350c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7a9a3023b29099b43f74a348aca625f3", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7a9a3023b29099b43f74a348aca625f3" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isMutation" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b2e9ed97531991b265336f82cc09469a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b2e9ed97531991b265336f82cc09469a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/faac75814858975ada391ba9a96f51fc", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "faac75814858975ada391ba9a96f51fc" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "transition" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/a8267ca2de2acac267b5ddc56f360cc7", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a8267ca2de2acac267b5ddc56f360cc7" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/6f3af3625a96105914a6ac2c082323a9", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6f3af3625a96105914a6ac2c082323a9" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "inputs" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/2fbfd72d30742f19f5031473ebac7610", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2fbfd72d30742f19f5031473ebac7610" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/ef4267edab6f64435677102211e31cc8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "ef4267edab6f64435677102211e31cc8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "output" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/2fbfd72d30742f19f5031473ebac7610", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2fbfd72d30742f19f5031473ebac7610" + } + ] + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/a8267ca2de2acac267b5ddc56f360cc7", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a8267ca2de2acac267b5ddc56f360cc7" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ResourceTransition" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b23038faf158e66da34e250e102b9c25", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b23038faf158e66da34e250e102b9c25" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "target" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/6870cd573ac983f5e1c3fd26da952364", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6870cd573ac983f5e1c3fd26da952364" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "uuid" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/8ba5c9b0e439d4581d063a1a466f9e94", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8ba5c9b0e439d4581d063a1a466f9e94" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/75117a392238494b5c30502707ca777a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "75117a392238494b5c30502707ca777a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/213805aa432fa8b8620fca56e948c581", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "213805aa432fa8b8620fca56e948c581" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/2fbfd72d30742f19f5031473ebac7610", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "2fbfd72d30742f19f5031473ebac7610" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "OperationParameter" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/9358c096356a6d5401989d78bbd2b5d4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9358c096356a6d5401989d78bbd2b5d4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowMultiple" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7c9735a689d760bceb80dc46f25f63ff", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7c9735a689d760bceb80dc46f25f63ff" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "uuid" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/e8f6187f52168af25caea6dab6738a21", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e8f6187f52168af25caea6dab6738a21" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/b7af975656277098b9810cfe7f618a09", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b7af975656277098b9810cfe7f618a09" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "objectRange" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/fdb5d962e9929845faf60db483bbf1af", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "fdb5d962e9929845faf60db483bbf1af" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "required" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/55090fa917d94ad39dfb068eb5601acd", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "55090fa917d94ad39dfb068eb5601acd" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/1722153775611c72bc74863a66a660ed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "1722153775611c72bc74863a66a660ed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/035f67b9-0c2b-46ea-865a-a2ad452d55c9", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "035f67b9-0c2b-46ea-865a-a2ad452d55c9" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Union 0" + } + ], + "http://a.ml/vocabularies/data-model#disjoint": [ + { + "@id": "http://mulesoft.com/modeling/instances/d33330ae60e974394eaf8f3764d65ed1", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d33330ae60e974394eaf8f3764d65ed1" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/079c6cbbc8eedcb4e1de499a7d79e8e9", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "079c6cbbc8eedcb4e1de499a7d79e8e9" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/63c8ea86b3779cd9c492f5ed85fdb7ee", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "63c8ea86b3779cd9c492f5ed85fdb7ee" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/d09cd49c96e43fae7925b2e1ec328327", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "d09cd49c96e43fae7925b2e1ec328327" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/4bfcee4cba432a6eaf8eecdbf56c7964", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "4bfcee4cba432a6eaf8eecdbf56c7964" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/9c1aac2abda5c4cb6448efb7e0f4c1ed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "9c1aac2abda5c4cb6448efb7e0f4c1ed" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/096c023362fec7979f38317f03ba29d4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "096c023362fec7979f38317f03ba29d4" + } + ] + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.1.0" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": false + } + ] + } +] diff --git a/out/aml-modeling-tool/data_model_b2ccd0bfb812919773b944370134b17b.yaml b/out/aml-modeling-tool/data_model_b2ccd0bfb812919773b944370134b17b.yaml new file mode 100644 index 0000000..c54da86 --- /dev/null +++ b/out/aml-modeling-tool/data_model_b2ccd0bfb812919773b944370134b17b.yaml @@ -0,0 +1,226 @@ +#%DataModel 0.1 +uuid: b2ccd0bfb812919773b944370134b17b +name: apiModelDialect.yaml +entities: + ApiModel: + uuid: 0306df779809cc5eea8182e2d2fc212f + attributes: + description: + allowMultiple: false + uuid: c965afd7f3f36d9261968e2e2f9ad2cc + required: false + range: + type: string + name: + allowMultiple: false + uuid: 658654358b1e3aa857678b43b8ca39f5 + required: false + range: + type: string + displayName: + allowMultiple: false + uuid: 046f332ddea6990b9077ee43b4f3b319 + required: false + range: + type: string + uuid: + allowMultiple: false + uuid: c8f7d7d3852742a59cfb56ab2a10dd65 + required: true + range: + type: string + version: + allowMultiple: false + uuid: 340069bfd7ee5e582677e88f9e1ad46b + required: false + range: + type: string + associations: + entities: + allowMultiple: true + uuid: 7f718a3eb1764f4f2c24c975a1ccc884 + required: false + target: http://mulesoft.com/modeling/instances/d03733adeeac25d97ab5c88946a2cef1 + entryPoint: + allowMultiple: false + uuid: 39afce8463731d360b70d77697c30b2a + required: false + target: http://mulesoft.com/modeling/instances/813df937e925c4d1067dd75073de1291 + resources: + allowMultiple: true + uuid: d5e73db31825eb3dc09a577d730993c0 + required: false + target: http://mulesoft.com/modeling/instances/813df937e925c4d1067dd75073de1291 + Operation: + uuid: d7e274640762a13aa36fc2ffae783c16 + attributes: + name: + allowMultiple: false + uuid: a24b094a9092b6c250b3aa41d3d39269 + required: false + range: + type: string + isMutation: + allowMultiple: false + uuid: 7a9a3023b29099b43f74a348aca625f3 + required: false + range: + type: boolean + displayName: + allowMultiple: false + uuid: b2e9ed97531991b265336f82cc09469a + required: false + range: + type: string + description: + allowMultiple: false + uuid: a48312ec67e577a4d4dce9148b0b350c + required: false + range: + type: string + uuid: + allowMultiple: false + uuid: fe1597deccf099545fb4b847e7aa90eb + required: true + range: + type: string + associations: + transition: + allowMultiple: false + uuid: faac75814858975ada391ba9a96f51fc + required: false + target: http://mulesoft.com/modeling/instances/a8267ca2de2acac267b5ddc56f360cc7 + inputs: + allowMultiple: true + uuid: 6f3af3625a96105914a6ac2c082323a9 + required: false + target: http://mulesoft.com/modeling/instances/2fbfd72d30742f19f5031473ebac7610 + output: + allowMultiple: false + uuid: ef4267edab6f64435677102211e31cc8 + required: false + target: http://mulesoft.com/modeling/instances/2fbfd72d30742f19f5031473ebac7610 + OperationParameter: + uuid: 2fbfd72d30742f19f5031473ebac7610 + attributes: + displayName: + allowMultiple: false + uuid: 1722153775611c72bc74863a66a660ed + required: false + range: + type: string + objectRange: + allowMultiple: false + uuid: b7af975656277098b9810cfe7f618a09 + required: false + range: + type: string + name: + allowMultiple: false + uuid: e8f6187f52168af25caea6dab6738a21 + required: false + range: + type: string + required: + allowMultiple: false + uuid: fdb5d962e9929845faf60db483bbf1af + required: false + range: + type: boolean + uuid: + allowMultiple: false + uuid: 7c9735a689d760bceb80dc46f25f63ff + required: true + range: + type: string + description: + allowMultiple: false + uuid: 55090fa917d94ad39dfb068eb5601acd + required: false + range: + type: string + allowMultiple: + allowMultiple: false + uuid: 9358c096356a6d5401989d78bbd2b5d4 + required: false + range: + type: boolean + associations: {} + Resource: + uuid: 813df937e925c4d1067dd75073de1291 + attributes: + uuid: + allowMultiple: false + uuid: b6a309dad949e8deda6a627783852e50 + required: true + range: + type: string + name: + allowMultiple: false + uuid: 5e2730f566c82e5b5f96a8a86e7ccd25 + required: false + range: + type: string + displayName: + allowMultiple: false + uuid: a006b135f02fce75e72748f9f19966b5 + required: false + range: + type: string + isCollection: + allowMultiple: false + uuid: 0d96f22fd54c20dc5c4edffd2077b1de + required: true + range: + type: boolean + description: + allowMultiple: false + uuid: 055849263bd55408b153da410a10e39f + required: false + range: + type: string + associations: + schema: + allowMultiple: false + uuid: 4ef2ac1ef135bd228445ca02263a7384 + required: false + target: http://mulesoft.com/modeling/instances/d03733adeeac25d97ab5c88946a2cef1 + operations: + allowMultiple: true + uuid: 413ba2aeadf8a5b8cb85e62efba2062d + required: false + target: http://mulesoft.com/modeling/instances/d7e274640762a13aa36fc2ffae783c16 + ResourceTransition: + uuid: a8267ca2de2acac267b5ddc56f360cc7 + attributes: + description: + allowMultiple: false + uuid: 75117a392238494b5c30502707ca777a + required: false + range: + type: string + target: + allowMultiple: false + uuid: b23038faf158e66da34e250e102b9c25 + required: false + range: + type: string + uuid: + allowMultiple: false + uuid: 6870cd573ac983f5e1c3fd26da952364 + required: true + range: + type: string + displayName: + allowMultiple: false + uuid: 213805aa432fa8b8620fca56e948c581 + required: false + range: + type: string + name: + allowMultiple: false + uuid: 8ba5c9b0e439d4581d063a1a466f9e94 + required: false + range: + type: string + associations: {} diff --git a/out/aml-modeling-tool/modules.jsonld b/out/aml-modeling-tool/modules.jsonld new file mode 100644 index 0000000..4a6e46f --- /dev/null +++ b/out/aml-modeling-tool/modules.jsonld @@ -0,0 +1,56 @@ +[ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/bc6e71ac5c1d233922268daa7a5d9e10", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/bc6e71ac5c1d233922268daa7a5d9e10", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", + "http://a.ml/vocabularies/modularity#Module", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "bc6e71ac5c1d233922268daa7a5d9e10" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Imported spec apiModelDialect.yaml" + } + ], + "http://a.ml/vocabularies/modularity#dataModels": [ + { + "@id": "http://mulesoft.com/modeling/instances/b2ccd0bfb812919773b944370134b17b" + }, + { + "@id": "http://mulesoft.com/modeling/instances/99820d7a024bf3d5b4ce8e07a6c0e57d" + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.1.0" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": false + } + ] + } +] diff --git a/out/aml-modeling-tool/modules.yaml b/out/aml-modeling-tool/modules.yaml new file mode 100644 index 0000000..77d63dd --- /dev/null +++ b/out/aml-modeling-tool/modules.yaml @@ -0,0 +1,6 @@ +#%ModuleTree 0.1 +uuid: bc6e71ac5c1d233922268daa7a5d9e10 +name: Imported spec apiModelDialect.yaml +dataModels: + - http://mulesoft.com/modeling/instances/b2ccd0bfb812919773b944370134b17b + - http://mulesoft.com/modeling/instances/99820d7a024bf3d5b4ce8e07a6c0e57d diff --git a/package-lock.json b/package-lock.json index 23c2741..ad7d1a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,259 +1,11194 @@ { "name": "@api-modeling/model-bindings", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { "@api-modeling/amf-client-js": { - "version": "4.1.8", - "resolved": "https://registry.npmjs.org/@api-modeling/amf-client-js/-/amf-client-js-4.1.8.tgz", - "integrity": "sha512-92YB2ye1vVMb7QK70SZO0rXHwNP8A4r9M9IN+yCFCi+VrckjVzI5xrniKmrGgwvIwmTM6XMOHw1OAL0JnbE9/Q==", + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/@api-modeling/amf-client-js/-/amf-client-js-4.1.11.tgz", + "integrity": "sha512-2z2uxn/3PbNOyM3B7YSd3lsxh0iER6hRS4WdUFv9Y3dVzhNFAgj4GK4fqveC1kWNJ3iY1sbiCVAbdt0G+Dg2RA==", "requires": { "ajv": "^6.12.2", - "amf-shacl-node": "^1.1.1" + "amf-shacl-node": "^2.0.0" } }, "@api-modeling/api-modeling-metadata": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@api-modeling/api-modeling-metadata/-/api-modeling-metadata-0.0.3.tgz", - "integrity": "sha512-qDROPO6bsNDSmLwfWjA0DqBgCZXtf4CRGYj/S+KkRzD+lzXSZnIfZcSqZBhV1lh4hquEV9koyUQT1qCsVv0zYw==", + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@api-modeling/api-modeling-metadata/-/api-modeling-metadata-0.1.3.tgz", + "integrity": "sha512-oZFWPJ7101fXMafVYpi6w45C05hpzlhKkUaujDstm2rMPi7ZwXYO9Wd1I7LJ0kUUP90iUQW1zX+foJRjPAW+Jw==", "requires": { - "@api-modeling/amf-client-js": "4.1.8", + "@api-modeling/amf-client-js": "4.1.11", "@types/uuid": "^7.0.2", "uuid": "^7.0.3" + }, + "dependencies": { + "uuid": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", + "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" + } + } + }, + "@api-modeling/metadata-store": { + "version": "0.1.15", + "requires": { + "@comunica/actor-init-sparql-rdfjs": "^1.13.1", + "@types/jsonld": "^1.5.1", + "amf-client-js": "^4.1.1", + "jquery": "^3.5.1", + "jsonld": "^3.0.1", + "n3": "^1.3.5", + "source-map-support": "^0.5.19", + "uuid": "^7.0.3" + }, + "dependencies": { + "@comunica/actor-abstract-bindings-hash": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.13.0.tgz", + "integrity": "sha512-ln6JeO9ZeoTlKkhoPF4JfjlrDaypWgsG/kR5Rqg7k9kU9JZOpEk14T/3RG5dprTr2CjmzX9sBaooug0KJU7OxQ==", + "requires": { + "json-stable-stringify": "^1.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-abstract-mediatyped": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.13.0.tgz", + "integrity": "sha512-RLAwlQIGX/NvWmqgL8BrCbIZvdprW0XMrpwJy5rM/nHlQe8oiH5sa0eIa6sG6Ohn4Y6DwmgrgUoLe9b822JzuA==", + "requires": { + "lodash.mapvalues": "^4.6.0" + } + }, + "@comunica/actor-abstract-path": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.13.0.tgz", + "integrity": "sha512-UNiUDkRA8Rh8e8VsbWjseumGt6pT5HrLxjUw7VFHBImGZt0ncdsqZiDcgrT1sHgKPB7c8x7ckFD/ON23FFzqpw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "asynciterator": "^2.0.1", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-http-memento": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.13.0.tgz", + "integrity": "sha512-By9I31qc48EDg8183mhesToxC6L8zHWoRE6zAEl/z95FJIiFq4G+cRk//FQgbpfEktoN5VIPIqNu90l3tJyCPQ==", + "requires": { + "isomorphic-fetch": "^2.2.1", + "parse-link-header": "^1.0.1" + } + }, + "@comunica/actor-http-native": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.13.0.tgz", + "integrity": "sha512-88MrcbfzqUWNPxGsrtQk7Ei3ngkEjA4T+nvMzSGvT9v6teMa/wzLjZE0KPtwOgE/BLX2nC6GnPWblEBVEwCgyQ==", + "requires": { + "follow-redirects": "^1.5.1", + "isomorphic-fetch": "^2.2.1", + "parse-link-header": "^1.0.1" + } + }, + "@comunica/actor-http-proxy": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.13.0.tgz", + "integrity": "sha512-mVNDLgsMOE1YY5DIyBB8oJu6caEo8kRU0gIKjWbzGXcIvEAKTsUlU0CJD5tnipCczm53rwxT11LVhUlt24yBWg==" + }, + "@comunica/actor-init-sparql": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.13.1.tgz", + "integrity": "sha512-TjFA1RbTYciAcs5SGC84UHPga0GxXLhTjlUrY2wG/jwXumweLeqSf+ob6wJf595Z4Sg8yCPJbd16rBRhrcs7Wg==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.13.0", + "@comunica/actor-abstract-mediatyped": "^1.13.0", + "@comunica/actor-http-memento": "^1.13.0", + "@comunica/actor-http-native": "^1.13.0", + "@comunica/actor-http-proxy": "^1.13.0", + "@comunica/actor-optimize-query-operation-join-bgp": "^1.13.0", + "@comunica/actor-query-operation-ask": "^1.13.0", + "@comunica/actor-query-operation-bgp-empty": "^1.13.1", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.13.1", + "@comunica/actor-query-operation-bgp-single": "^1.13.0", + "@comunica/actor-query-operation-construct": "^1.13.0", + "@comunica/actor-query-operation-describe-subject": "^1.13.0", + "@comunica/actor-query-operation-distinct-hash": "^1.13.0", + "@comunica/actor-query-operation-extend": "^1.13.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.13.0", + "@comunica/actor-query-operation-from-quad": "^1.13.0", + "@comunica/actor-query-operation-group": "^1.13.0", + "@comunica/actor-query-operation-join": "^1.13.0", + "@comunica/actor-query-operation-leftjoin-left-deep": "^1.13.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.13.0", + "@comunica/actor-query-operation-minus": "^1.13.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.13.0", + "@comunica/actor-query-operation-path-alt": "^1.13.0", + "@comunica/actor-query-operation-path-inv": "^1.13.0", + "@comunica/actor-query-operation-path-link": "^1.13.0", + "@comunica/actor-query-operation-path-nps": "^1.13.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.13.0", + "@comunica/actor-query-operation-path-seq": "^1.13.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.13.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.13.0", + "@comunica/actor-query-operation-project": "^1.13.0", + "@comunica/actor-query-operation-quadpattern": "^1.13.1", + "@comunica/actor-query-operation-reduced-hash": "^1.13.0", + "@comunica/actor-query-operation-service": "^1.13.0", + "@comunica/actor-query-operation-slice": "^1.13.0", + "@comunica/actor-query-operation-sparql-endpoint": "^1.13.0", + "@comunica/actor-query-operation-union": "^1.13.0", + "@comunica/actor-query-operation-values": "^1.13.0", + "@comunica/actor-rdf-dereference-http-parse": "^1.13.0", + "@comunica/actor-rdf-join-multi-smallest": "^1.13.0", + "@comunica/actor-rdf-join-symmetrichash": "^1.13.0", + "@comunica/actor-rdf-metadata-all": "^1.13.0", + "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.13.0", + "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.13.0", + "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.13.0", + "@comunica/actor-rdf-metadata-primary-topic": "^1.13.0", + "@comunica/actor-rdf-parse-html": "^1.13.0", + "@comunica/actor-rdf-parse-html-rdfa": "^1.13.0", + "@comunica/actor-rdf-parse-html-script": "^1.13.0", + "@comunica/actor-rdf-parse-jsonld": "^1.13.0", + "@comunica/actor-rdf-parse-n3": "^1.13.0", + "@comunica/actor-rdf-parse-rdfxml": "^1.13.0", + "@comunica/actor-rdf-parse-xml-rdfa": "^1.13.0", + "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.13.0", + "@comunica/actor-rdf-resolve-hypermedia-none": "^1.13.0", + "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.13.0", + "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.13.0", + "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.13.0", + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.13.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.13.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.13.1", + "@comunica/actor-rdf-serialize-n3": "^1.13.1", + "@comunica/actor-sparql-parse-algebra": "^1.13.0", + "@comunica/actor-sparql-parse-graphql": "^1.13.0", + "@comunica/actor-sparql-serialize-json": "^1.13.0", + "@comunica/actor-sparql-serialize-rdf": "^1.13.1", + "@comunica/actor-sparql-serialize-simple": "^1.13.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.13.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.13.0", + "@comunica/actor-sparql-serialize-stats": "^1.13.0", + "@comunica/actor-sparql-serialize-table": "^1.13.0", + "@comunica/actor-sparql-serialize-tree": "^1.13.0", + "@comunica/bus-context-preprocess": "^1.13.0", + "@comunica/bus-http": "^1.13.0", + "@comunica/bus-http-invalidate": "^1.13.0", + "@comunica/bus-init": "^1.13.0", + "@comunica/bus-optimize-query-operation": "^1.13.0", + "@comunica/bus-query-operation": "^1.13.0", + "@comunica/bus-rdf-dereference": "^1.13.0", + "@comunica/bus-rdf-dereference-paged": "^1.13.0", + "@comunica/bus-rdf-join": "^1.13.0", + "@comunica/bus-rdf-metadata": "^1.13.0", + "@comunica/bus-rdf-metadata-extract": "^1.13.0", + "@comunica/bus-rdf-parse": "^1.13.0", + "@comunica/bus-rdf-parse-html": "^1.13.0", + "@comunica/bus-rdf-resolve-hypermedia": "^1.13.0", + "@comunica/bus-rdf-resolve-hypermedia-links": "^1.13.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.13.0", + "@comunica/bus-rdf-serialize": "^1.13.1", + "@comunica/bus-sparql-parse": "^1.13.0", + "@comunica/bus-sparql-serialize": "^1.13.0", + "@comunica/core": "^1.13.0", + "@comunica/logger-pretty": "^1.13.0", + "@comunica/logger-void": "^1.13.0", + "@comunica/mediator-all": "^1.13.0", + "@comunica/mediator-combine-pipeline": "^1.13.0", + "@comunica/mediator-combine-union": "^1.13.0", + "@comunica/mediator-number": "^1.13.0", + "@comunica/mediator-race": "^1.13.0", + "@comunica/runner": "^1.13.0", + "@comunica/runner-cli": "^1.13.0", + "asynciterator": "^2.0.1", + "asyncreiterable": "^1.2.0", + "minimist": "^1.2.0", + "negotiate": "^1.0.1", + "rdf-quad": "^1.4.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "streamify-string": "^1.0.1" + } + }, + "@comunica/actor-init-sparql-rdfjs": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.13.1.tgz", + "integrity": "sha512-Il9KQn8oyuX8akMF/tzUkdKn9o2cMqAhbgW9vsefNCmCgLoew5y66oOPaYsMs9gbr+9llLGkTnPaB23rPrRrWg==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.13.0", + "@comunica/actor-init-sparql": "^1.13.1", + "@comunica/actor-query-operation-ask": "^1.13.0", + "@comunica/actor-query-operation-bgp-empty": "^1.13.1", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.13.1", + "@comunica/actor-query-operation-bgp-single": "^1.13.0", + "@comunica/actor-query-operation-construct": "^1.13.0", + "@comunica/actor-query-operation-describe-subject": "^1.13.0", + "@comunica/actor-query-operation-distinct-hash": "^1.13.0", + "@comunica/actor-query-operation-extend": "^1.13.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.13.0", + "@comunica/actor-query-operation-from-quad": "^1.13.0", + "@comunica/actor-query-operation-join": "^1.13.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.13.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.13.0", + "@comunica/actor-query-operation-path-alt": "^1.13.0", + "@comunica/actor-query-operation-path-inv": "^1.13.0", + "@comunica/actor-query-operation-path-link": "^1.13.0", + "@comunica/actor-query-operation-path-nps": "^1.13.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.13.0", + "@comunica/actor-query-operation-path-seq": "^1.13.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.13.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.13.0", + "@comunica/actor-query-operation-project": "^1.13.0", + "@comunica/actor-query-operation-quadpattern": "^1.13.1", + "@comunica/actor-query-operation-service": "^1.13.0", + "@comunica/actor-query-operation-slice": "^1.13.0", + "@comunica/actor-query-operation-union": "^1.13.0", + "@comunica/actor-query-operation-values": "^1.13.0", + "@comunica/actor-rdf-join-nestedloop": "^1.13.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.13.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.13.1", + "@comunica/actor-rdf-serialize-n3": "^1.13.1", + "@comunica/actor-sparql-parse-algebra": "^1.13.0", + "@comunica/actor-sparql-serialize-json": "^1.13.0", + "@comunica/actor-sparql-serialize-rdf": "^1.13.1", + "@comunica/actor-sparql-serialize-simple": "^1.13.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.13.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.13.0", + "@comunica/bus-context-preprocess": "^1.13.0", + "@comunica/bus-init": "^1.13.0", + "@comunica/bus-query-operation": "^1.13.0", + "@comunica/bus-rdf-join": "^1.13.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.13.0", + "@comunica/bus-rdf-serialize": "^1.13.1", + "@comunica/bus-sparql-parse": "^1.13.0", + "@comunica/bus-sparql-serialize": "^1.13.0", + "@comunica/core": "^1.13.0", + "@comunica/mediator-combine-pipeline": "^1.13.0", + "@comunica/mediator-combine-union": "^1.13.0", + "@comunica/mediator-number": "^1.13.0", + "@comunica/mediator-race": "^1.13.0", + "@comunica/runner": "^1.13.0", + "@comunica/runner-cli": "^1.13.0" + } + }, + "@comunica/actor-optimize-query-operation-join-bgp": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.13.0.tgz", + "integrity": "sha512-vVbVN9zfCeJuCGuh5iqQ3GlBh4SGY7Ql+WwlTJMvIqj6v7+yoMJjreReMrMitouerf5N4qchHBbygYnwKXYezg==", + "requires": { + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-ask": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.13.0.tgz", + "integrity": "sha512-8XPe0kvjbwljazSardIPqlZohFVXh6peNtftTg+1kpmd3QXnOK1vakVw0t2zhoySEWA63OCJ8o8RPZQsV18NRg==" + }, + "@comunica/actor-query-operation-bgp-empty": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.13.1.tgz", + "integrity": "sha512-xJHj5daxRz3WLEJtTWmVYC9aBNSQRabr5W7Igr9q50Nyhu0Wvjm/HC3hyir77DtP5+3WhAxHYnuebkKesl+rUQ==", + "requires": { + "asynciterator": "^2.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-query-operation-bgp-left-deep-smallest": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.13.1.tgz", + "integrity": "sha512-O6XPPyMkHwlAuXr337iZzXJ6u8BAQHuEmSz7zNtCJnfaM9cE2/6vrDpcTMFyC4mCw34PjjB4yYH5ZntGAnk1rw==", + "requires": { + "asynciterator-promiseproxy": "^2.1.0", + "lodash.uniq": "^4.5.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-query-operation-bgp-single": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.13.0.tgz", + "integrity": "sha512-8TNAriVSO8kk0fbXs7z5IcyCxX95i/KVbu1HpSVei0GVJUWAhJ5zbW41RGI11R/g795GvfX9tQgkaRbOToFoQg==" + }, + "@comunica/actor-query-operation-construct": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.13.0.tgz", + "integrity": "sha512-4emV8tNO7Yufeszxg/BXwC5LnBSipjT36jV/IRaa6tTIGyw6xtlfPY6lBmhlit3QRFL7vpmjsL4U+SnMzhz4Jw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "asynciterator": "^2.0.1", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-query-operation-describe-subject": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.13.0.tgz", + "integrity": "sha512-DW9yi9k/qgSrDS4/vtxCQe3VjT5IsRCUUKZqlZ8Onle0aIpkaJP63eUP0HBoO5DoMzmvgR5kQxXTg4LkS2G6AA==", + "requires": { + "@comunica/actor-query-operation-union": "^1.13.0", + "@rdfjs/data-model": "^1.1.1", + "asynciterator-union": "^2.1.2" + } + }, + "@comunica/actor-query-operation-distinct-hash": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.13.0.tgz", + "integrity": "sha512-5mkRzvCixDLAls7WVbub+vq3QOUkmaiOA8f7gjPqTKooJXF2+b78n9Bv2Uqob5aSr6sUHTaJvTFv+gVxmGxd6Q==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.13.0", + "json-stable-stringify": "^1.0.1" + } + }, + "@comunica/actor-query-operation-extend": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.13.0.tgz", + "integrity": "sha512-agD2NomTBud+izghTKLLuuLbXa1j7GqfN+T8gU3tviovAJtuVq8kuKNdsAND6Kdw9VmblnzAw+x+quytkBRAPg==", + "requires": { + "sparqlee": "^1.3.2" + } + }, + "@comunica/actor-query-operation-filter-sparqlee": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.13.0.tgz", + "integrity": "sha512-s67gEIq/BIebNibDG1ovwkY/BdRde0FhxpfPedvQ8RFpjayMR3ulJoBAsqAk9VUGHEk1aF5yqLu4ed1pbqxjsw==", + "requires": { + "sparqlee": "^1.3.2" + } + }, + "@comunica/actor-query-operation-from-quad": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.13.0.tgz", + "integrity": "sha512-0lGZJyCoFmozWfClv5iUy4PcWN/rQ6mE1m1OjXa1XwTiQftWixgyYazMJOTgwKeHrNP/k3aSTevNSA5yPtw+OQ==", + "requires": { + "lodash.find": "^4.6.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-group": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.13.0.tgz", + "integrity": "sha512-ioxIpu7PEV47GltqwRBoyvKjUijbHR02sHVXm1BphIoiK/Za+1zMUfVwoqC7GvI+BQzWkR6FH8xpw5g2vX/zFg==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.13.0", + "rdf-string": "^1.4.2", + "sparqlee": "^1.3.2" + } + }, + "@comunica/actor-query-operation-join": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.13.0.tgz", + "integrity": "sha512-yAyiUgbtJWg7s7Hk3NjdeYt9OraIVwWa96HVOZyc34t1dLY4AbYH5J4Q3tvj0NbehZD7/iEPS2V39IiHHTcauw==" + }, + "@comunica/actor-query-operation-leftjoin-left-deep": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.13.0.tgz", + "integrity": "sha512-I/oVnJA2V9kgxTDo04nSU1/vMeCqVp3+XcvUUeOGSIG7zea96/3tzp0xBBnJcHaEm23c1D/N2jSZjQKytw8o7g==" + }, + "@comunica/actor-query-operation-leftjoin-nestedloop": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.13.0.tgz", + "integrity": "sha512-JyBHAmM3594bFEDRaGqJrZsj6lfjs+BCuf/BXA7lOIzvZbx3zCjyld4wZQFWzWLnIb65VQ6ED4NkdLWmsxp5TA==", + "requires": { + "sparqlee": "^1.3.2" + } + }, + "@comunica/actor-query-operation-minus": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.13.0.tgz", + "integrity": "sha512-FnXBAOyp0/Ng0Ip98dLkb7UkPFGyUh5nZQU4MWLPICPUdoVxif9nDdFWGwsFTKJQdiSs5w6YTmVyA8tkP0iGFw==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.13.0", + "asynciterator-promiseproxy": "^2.1.0" + } + }, + "@comunica/actor-query-operation-orderby-sparqlee": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.13.0.tgz", + "integrity": "sha512-FQ3W+SX4i2hDXuqPTx0aA2Z36s1zFRkjXA3UwUaJjyNKdqjEHT7PynZFZoCX1T4qCUKDS2bIfx7mNGJlMO2J1g==", + "requires": { + "rdf-string": "^1.4.2", + "sparqlee": "^1.3.2" + } + }, + "@comunica/actor-query-operation-path-alt": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.13.0.tgz", + "integrity": "sha512-PciP/NxkR+D+caB6GVyZy1JMUG3BkYF9QzB+Nhk1FoMhWYnQeEEHPEjcOeyvnHn4T4JnTdudk3ZoMMczzuB5Xw==", + "requires": { + "@comunica/actor-abstract-path": "^1.13.0", + "asynciterator-union": "^2.1.2", + "lodash.uniq": "^4.5.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-inv": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.13.0.tgz", + "integrity": "sha512-ftGPeacLIFcBlpxI5eLT5KrEvHSiarKKuoRi/w142YPxHqoTSIXp+J5oUYP+2mEB85llYOxUPdCRVRhJunwONA==", + "requires": { + "@comunica/actor-abstract-path": "^1.13.0" + } + }, + "@comunica/actor-query-operation-path-link": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.13.0.tgz", + "integrity": "sha512-tdxRD4jcu01gd/+TSjlpHdE6oeBTAjESeLBJBWkK38DRE5CmS5PauzPCgvvijmXysgr+1Inc2xrqG6p9FypF4Q==", + "requires": { + "@comunica/actor-abstract-path": "^1.13.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-nps": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.13.0.tgz", + "integrity": "sha512-aa6MGvC1aAKoKSjEeY3tyjnQfjKAr1WWFpLkSiKhvZTnU9USJiHwb0eAZpc5ZYvz1b1uLuPkJKt/P2wJ8+drPA==", + "requires": { + "@comunica/actor-abstract-path": "^1.13.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-one-or-more": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.13.0.tgz", + "integrity": "sha512-9gCYNQ2hjb8fECzUDSbcXE13jaGvq6K7387UqIaqG6mB34COY/5rxsjRWi8eNV74q6e720KUNXS9tdjOCH7i1g==", + "requires": { + "@comunica/actor-abstract-path": "^1.13.0", + "asynciterator": "^2.0.1", + "asynciterator-promiseproxy": "^2.1.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-seq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.13.0.tgz", + "integrity": "sha512-rMkj1JmIby0o5mFqpDqn3pqXwGa/DL6TRWYImooGoBRmKCRw2Oe67NOo9WJ31Pnmqq7VgYByf/kk/d1UGiG2rA==", + "requires": { + "@comunica/actor-abstract-path": "^1.13.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-zero-or-more": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.13.0.tgz", + "integrity": "sha512-rjnhz9pGyp/nNvIxv2/Ns6JzwrgP0c8Jx/2/J0l6NQ8Bilt2uB0eWuq5SQsYkErDMRR28Xu+Sxbi35JCjGPoag==", + "requires": { + "@comunica/actor-abstract-path": "^1.13.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-zero-or-one": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.13.0.tgz", + "integrity": "sha512-RiSzh+dYyeud5QOYN66zslAnq/wV1jnIEmenxQWTaXw76I03HXGkLifbsLpEmUhvgwy6d/GdGNnWOxtp/6nAyg==", + "requires": { + "@comunica/actor-abstract-path": "^1.13.0", + "asynciterator": "^2.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-query-operation-project": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.13.0.tgz", + "integrity": "sha512-Z/UwArxHGJTSmKsLMAQsyUhNZEvQeUxzBVJaLdL2DbzjdW12k7vbO3Dh/UhMLItxm1zr95Jn1vpFA/+U4owh9A==", + "requires": { + "@comunica/data-factory": "^1.13.0", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-query-operation-quadpattern": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.13.1.tgz", + "integrity": "sha512-Z81EfEdZxcgBkUGVDohKvhECx60V4+mSx91JQBWmfa6YSSsm6oVRp2hJJweMKXROsMsCQb6vBpLJIpSCTfpcWg==", + "requires": { + "asynciterator-promiseproxy": "^2.1.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-query-operation-reduced-hash": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.13.0.tgz", + "integrity": "sha512-CCHd/YizynjIsjDFDBQCUzci7X545pe+6u7oTamAzGUCJayfUiAUJ3A1T2tVOoQssPPeRYp9SmlHKSxDZGP/zg==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.13.0", + "lru-cache": "^5.1.1" + } + }, + "@comunica/actor-query-operation-service": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.13.0.tgz", + "integrity": "sha512-5xAQ+Vt30E5+taJDQZW3NCIO7qf1cGFNau97VSKG7dcYV4VP2d7xbkMun3yE8//dy5TryYw7irnLVhGPeBSbGw==", + "requires": { + "asynciterator": "^2.0.1" + } + }, + "@comunica/actor-query-operation-slice": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.13.0.tgz", + "integrity": "sha512-iXNjCGJ4F3cylGkU7xWz5qEgncInLrbaszFflvV7W8BuMX3ZROokd+sZWMFbKkfXrMm3280w2/0ebeSRl5kjqg==" + }, + "@comunica/actor-query-operation-sparql-endpoint": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.13.0.tgz", + "integrity": "sha512-C1fX7XfCy+PFngpDFgIKmb2SHdGhwo7gNa3DN+60mZCBUcGcV1tKk116zyr9BkTPoLQg/8vAEj4o9qMb+685Lw==", + "requires": { + "@comunica/utils-datasource": "^1.13.0", + "arrayify-stream": "^1.0.0", + "asynciterator": "^2.0.1", + "fetch-sparql-endpoint": "^1.5.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-union": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.13.0.tgz", + "integrity": "sha512-WLxn6ualKwlF3Y2pZruZWQ+sxkrI/UJIU66XDbtMfGNg9FXaGKj/hKsqwkF2E0J8I3ftfij89PVnoyOF4hO88A==", + "requires": { + "asynciterator-union": "^2.1.2", + "lodash.union": "^4.6.0" + } + }, + "@comunica/actor-query-operation-values": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.13.0.tgz", + "integrity": "sha512-Z/FDVvNvmfFzZmIR9pED7hUxC8zzZs1WIpI3lPEch9nomEaSHY0BwTG+/IZhIXdev3XlYXhlqH4oB0Nwnlmvfg==", + "requires": { + "asynciterator": "^2.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-rdf-dereference-http-parse": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.13.0.tgz", + "integrity": "sha512-ERCsAIts1yYZLK2tbiAKp+j/lPHRvK20euJVZNNoqDDWIu/SY6GPuHNm0MDfYtStNa3HRJ83n3meayI65FSEVg==", + "requires": { + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-join-multi-smallest": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.13.0.tgz", + "integrity": "sha512-5QVArhCwqRAW2LRvddYJRv2v00HmHgNpQhnPXsphHv1SDZ4jkys+gNRfeMF6xNvSVHMuh3JJ0i5vbrZpnNxtyA==" + }, + "@comunica/actor-rdf-join-nestedloop": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.13.0.tgz", + "integrity": "sha512-DOWFFsrceTLQk44c6FBNWB8Y/dV0pWtb2ClsB2MEQJZZmiS/Tl3U5T7U7TFLROIL3w1r1417djg7PvS1RHsPnw==", + "requires": { + "asyncjoin": "^0.3.0" + } + }, + "@comunica/actor-rdf-join-symmetrichash": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.13.0.tgz", + "integrity": "sha512-gq7m7nJ/rEA4yIrklb1TpAURDTd+vFhSg5A1zEBirgSJ9qDS7XFKxrxzSvmWt/L7XYKDSwFbrFFZKQMvkVH52A==", + "requires": { + "asyncjoin": "^0.3.0" + } + }, + "@comunica/actor-rdf-metadata-all": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.13.0.tgz", + "integrity": "sha512-qT2AA8XErRHEByQGT5UjSwtyIonofCcoLS3ZB4vWfCHJTtJUayzaIldnSCOfqYTzR/kSEw1PFXBmnPFR86GzIg==" + }, + "@comunica/actor-rdf-metadata-extract-hydra-controls": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.13.0.tgz", + "integrity": "sha512-ubZmjtrzsJ3Mz9VNAA1JTILdgtWNEbi0idyYUeIvi5rONPsUJyjRwLyofjxFm5yW6Ru3m9pu31uXmOTt5IFFdQ==", + "requires": { + "lodash.assign": "^4.2.0", + "uritemplate": "0.3.4" + } + }, + "@comunica/actor-rdf-metadata-extract-hydra-count": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.13.0.tgz", + "integrity": "sha512-h5hJgZlog/QUBNw87j4KNymRUwBR0UYoNRjS8M9UToOJDgUoGl8wPWbXernrk4BoEOPryyI6lQqLjgl+9wFZ+g==" + }, + "@comunica/actor-rdf-metadata-extract-sparql-service": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.13.0.tgz", + "integrity": "sha512-WjvVN+5y3g7dV/Da01tPEN7HaM1PueNlbEJc3WkQFAjKjApDf8zgf8bIuuftzvwP2kJoSs8XZrHy0eXk7HNC8w==", + "requires": { + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-metadata-primary-topic": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.13.0.tgz", + "integrity": "sha512-35r142uTgKFuNGabENZhDcr+Syd24oQMnHbK799RKDo2lgsWcMHOG8vWu0VCy4LMR48UbGIWRR6zDODFBgMDGQ==" + }, + "@comunica/actor-rdf-parse-html": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.13.0.tgz", + "integrity": "sha512-KtO/542wqdIwIyLtLs2BVkX1cx9DfLXG1VjfppV/8Y2OSkictv/1mT/tZy0DUvPLZWuMWY50cEd9TOIJNH316w==", + "requires": { + "htmlparser2": "^4.0.0" + } + }, + "@comunica/actor-rdf-parse-html-rdfa": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.13.0.tgz", + "integrity": "sha512-S5HHmwTCUT6c8nKXp2dodrnC8qwv59QvLK2Dkz5rMAnOBnRF56YR5zs/6fBuVepBkyH7g+cZE1tZ699wQ8lUtg==", + "requires": { + "rdfa-streaming-parser": "^1.1.1" + } + }, + "@comunica/actor-rdf-parse-html-script": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.13.0.tgz", + "integrity": "sha512-A/DRJ/FUmcE5vAVanW3al9IegNV2+h+ClR3jGb3FzBmYXAzjvkc1uSoVwYhlVuymJ8cvK6ZLFxMxKLkNDImSqg==", + "requires": { + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-parse-jsonld": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.13.0.tgz", + "integrity": "sha512-yVXAgbfSaFPiTfT/ar7FxylJC8z9MAufwrZwt+DWO4IKvgdKShX9X9xuqVveD81Pyu8VxbhWQUaBsdDbVNzXWA==", + "requires": { + "jsonld-streaming-parser": "^2.0.2", + "stream-to-string": "^1.2.0" + } + }, + "@comunica/actor-rdf-parse-n3": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.13.0.tgz", + "integrity": "sha512-kKUr7Y7TCojHgqw4svDkhZFqF+CWcK/3F5ZofUVr2dKLU7LXYZbifmgfB916dsbNBQXtkThlq+epilKpjnjWhw==", + "requires": { + "n3": "^1.0.0" + } + }, + "@comunica/actor-rdf-parse-rdfxml": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.13.0.tgz", + "integrity": "sha512-ndovEiGJgXx2nLVkfNgI/QzYUc/dmHYYXTfNX6wb8QXIJTNY9Z6lZs7ZB2nrkWkTwcGIal61HaFrf0LpujhjFw==", + "requires": { + "rdfxml-streaming-parser": "^1.1.0" + } + }, + "@comunica/actor-rdf-parse-xml-rdfa": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.13.0.tgz", + "integrity": "sha512-T2Q1Vz23MtM7ID76iMcmzO14vZ1h4QsrgV16G2GiBbjcU1HbpulsoCw2bfF/awVUu3tOwvNf9qnd+sW4FOYyFw==", + "requires": { + "rdfa-streaming-parser": "^1.1.1" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-links-next": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.13.0.tgz", + "integrity": "sha512-76r7dATzn1VomXIfFpWXZB812npp+5ycyXJMIvUYHj7cd9awQhb6SihnfIGHhNNrEPQywhJEP11zCeHiKCJzoQ==" + }, + "@comunica/actor-rdf-resolve-hypermedia-none": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.13.0.tgz", + "integrity": "sha512-CkfhFaedUMheY45umkzCFWGoZi52EtKB7AkDeitWtG/+0l3I4Pv5uYwiSvMvbtlBLpTmXzjtAvG5n7Aa9Duezg==", + "requires": { + "rdf-store-stream": "^1.0.0" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-qpf": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.13.0.tgz", + "integrity": "sha512-55x2YNfgzcNpEHMjBvX6QDTDNlQzP2w22hxofgruHF43EsTr/IhtiSnT6C3laLw8oYLGug5ddPDCjQIE3o1XZg==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "asynciterator": "^2.0.1", + "asynciterator-promiseproxy": "^2.1.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-sparql": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.13.0.tgz", + "integrity": "sha512-pib38KPJJJxA9xeOgQVFZeQduHaHMw61kndp2ApIT8R3g8giu7pzeDYIJz7ynM2DpBGy00xFGWPpOQJM/913Lw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "asynciterator": "^2.0.1", + "asynciterator-promiseproxy": "^2.1.0", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.2.2", + "sparqljson-parse": "^1.5.0" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-federated": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.13.0.tgz", + "integrity": "sha512-lKzZPEw2SeIw3T0CKyAF4S9b+2765nmCuLwzts5kvnX4eQynzG4Sh/g7eSzxmxCSStmuNP3IK4Nu6OLMCsJRBw==", + "requires": { + "@comunica/data-factory": "^1.13.0", + "@rdfjs/data-model": "^1.1.1", + "asynciterator": "^2.0.1", + "asynciterator-promiseproxy": "^2.1.0", + "asynciterator-union": "^2.1.2", + "lodash.omit": "^4.5.0", + "rdf-terms": "^1.5.1" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.13.0.tgz", + "integrity": "sha512-d7yXQhjBBnIfppH6B1dmk6PM61vQHynJP5WDKV6rPfQKX9vgP0o/ssxsJAHPUttgeD4IW8AnZfNRctnpHBV5RQ==", + "requires": { + "@comunica/utils-datasource": "^1.13.0", + "@rdfjs/data-model": "^1.1.1", + "asynciterator-promiseproxy": "^2.1.0", + "lru-cache": "^5.1.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.13.0.tgz", + "integrity": "sha512-6IK2u3ggJGrV81tq0mj5I4x7OOdRGyOD8a/ZeomRLnaA7byhnT++PqIvEmJm8rm7g1Vt8cbvAxbJ1Jv+7SmFug==" + }, + "@comunica/actor-rdf-serialize-jsonld": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.13.1.tgz", + "integrity": "sha512-RSVCVJ3wcJz6gSdj+uYJdvf0fQZhuiXmDj/Clanr5cr7SBNSmyFyhRMj+rbwynLFaadUO59/C9VyP2P/mdt/Zg==", + "requires": { + "jsonld-streaming-serializer": "^1.1.0" + } + }, + "@comunica/actor-rdf-serialize-n3": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.13.1.tgz", + "integrity": "sha512-4rA3UvFh3wTs7rYvVlsCDGdtuSNPBgDW046WuG9Y++ioIlf1C5q0lEtghnkR6gnb+2wwTzBiLZqRRZ8b19csxg==", + "requires": { + "n3": "^1.0.0", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-sparql-parse-algebra": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.13.0.tgz", + "integrity": "sha512-z0Ec59hTaleOke9n6iYcQJWcyzn60+Q0DJ1MeFTECJPQCeBF4kNfx2UE2nzbTmUXe5iWmW4jxVAG4EbFV1fsvw==", + "requires": { + "@types/sparqljs": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2", + "sparqljs": "^3.0.0" + } + }, + "@comunica/actor-sparql-parse-graphql": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.13.0.tgz", + "integrity": "sha512-3UYx2WoqK8UP/AS8bfpTwqP+vBG01a4ZbWThPrD6hOSfhgmOkiy/8FtcbSos9wo7cMeMLO5DUtJmeqGJrWWrOg==", + "requires": { + "graphql-to-sparql": "^2.1.0" + } + }, + "@comunica/actor-sparql-serialize-json": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.13.0.tgz", + "integrity": "sha512-Iwaqc/xAY8D64/94OczFim8o3hoYHCzxho/7e8ZM0gGq1FeVWRTnn207Zlea6WSFjMOw3Nl/YUnelMWjaH9i1Q==", + "requires": { + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-sparql-serialize-rdf": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.13.1.tgz", + "integrity": "sha512-nf73HVArCPDMMPjKxdd8iw9jV3vkxnIMFePo+6x/4pGUJTX95mgEV2SVo1VnbRe1ln7DIWYYypABugtMUnATbw==" + }, + "@comunica/actor-sparql-serialize-simple": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.13.0.tgz", + "integrity": "sha512-VBmtD1PvWhQfxnhQAvyi9WmC+1Mhk2fQWR4pctFxZAml8dzudjrxA2lF1T65fusLB4dpQ770b/g7LsRw0QANFg==" + }, + "@comunica/actor-sparql-serialize-sparql-json": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.13.0.tgz", + "integrity": "sha512-d4DR5fdIRiDhvYZteN7riytEeHEd9JdemlMA7S7nYpSr3l32b/8AYwcBIdbNYqNbPAtBXdZ7d7MxQakycA0XLw==" + }, + "@comunica/actor-sparql-serialize-sparql-xml": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.13.0.tgz", + "integrity": "sha512-KMmNHJKSzYKK1hfizGz+jD/bSM6n6Cl9PWN1qZp6/8sEfdpXjLlkKNAO/sjEOT0vSoskao8gLP/1ssdJVO+69A==", + "requires": { + "xml": "^1.0.1" + } + }, + "@comunica/actor-sparql-serialize-stats": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.13.0.tgz", + "integrity": "sha512-UXJaR+KBvBK2NhlZXwcREvgYSYx1QJPwQrjkgBfNdCqnEg/jwC5sfFKS72JQ8s2+Mts6hma469G9UvU9qoufvA==" + }, + "@comunica/actor-sparql-serialize-table": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.13.0.tgz", + "integrity": "sha512-fISb7uKnePoOJShUF/LEe4LsLoLBHNsJshm43VTETN/71k82u8BkBDPE+o2CcSYLREPl6sHGt/RDA3YaJee74w==", + "requires": { + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-sparql-serialize-tree": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.13.0.tgz", + "integrity": "sha512-ljlgUELG/AfisMwt3zh/WE2ZHkg0lzD226QT0UdyQsSqySKVv+mZa+jZiKAls3Zkr6HaguyFxQ5rGMfXsaxcBQ==", + "requires": { + "sparqljson-to-tree": "^2.0.0" + } + }, + "@comunica/bus-context-preprocess": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.13.0.tgz", + "integrity": "sha512-QIGEQ43fnsrsJZ6PrVjgwnO5vaRI2vDeHgu3fFwexXFYFnGg13hhTjh7vA/7tdZds4r8j9367OqJKfij0KeMCA==" + }, + "@comunica/bus-http": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.13.0.tgz", + "integrity": "sha512-8fRl8Toj29O3y20/eEGq8nTVTovs5t3lLAYZPCyx/K4E9BE+MfXTIE9l5X2uJHh+1nVT5ySgmCwu/R0xLC8o7g==", + "requires": { + "is-stream": "^2.0.0", + "web-streams-node": "^0.4.0" + }, + "dependencies": { + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + } + } + }, + "@comunica/bus-http-invalidate": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.13.0.tgz", + "integrity": "sha512-Q8JSN+hvHcJ+gP1eesuXwpChx7sYGNaK3Qz3Zt85wgaXisYeeNQOXgoxiOKDCjgs5ZSA2Jkdql6hBlpWey9xfg==" + }, + "@comunica/bus-init": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.13.0.tgz", + "integrity": "sha512-dStUbrPc/vLGQHiYU2FgWYdgsABast3MsakW5FYt9rqPY1B5a4HWIvg2OgaoJZq19j0iXAS693MtqJEddVInJw==" + }, + "@comunica/bus-optimize-query-operation": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.13.0.tgz", + "integrity": "sha512-F5KjvUe/hvTZY1qefTpkSghQGGWw4HVjwd9D18Mf3xM1qH3Y3NhFVfrzpejpbWtgT7Nzb+XcP8OfiA/JeFpfEQ==", + "requires": { + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/bus-query-operation": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.13.0.tgz", + "integrity": "sha512-0Uo85LDA2kuMRQZuZB2nfGO5sWRdr0OkSUN2ZK2PFAkVbAwLjJUFzO/ji8LAnLqgXGpaBgB8sxr5yHNh3S0pBA==", + "requires": { + "asynciterator": "^2.0.1", + "immutable": "^3.8.2" + } + }, + "@comunica/bus-rdf-dereference": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.13.0.tgz", + "integrity": "sha512-XsUK4Wuv4c6OODzOu+Yp5bt88MLQbL/5rxdmUkR3dfHSU8IljuguMrZ4Ok6eXNgL8YlG07lrRL+lleOTEYEB3Q==" + }, + "@comunica/bus-rdf-dereference-paged": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.13.0.tgz", + "integrity": "sha512-qvlf7f8QSHcUzxYtS7nAH++sGXSpGbIQadx2KJ0OfyghnIWt7xy6bftMfzQNXQyxDVQq1UGeZi+Ev4vqhCAYUQ==" + }, + "@comunica/bus-rdf-join": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.13.0.tgz", + "integrity": "sha512-8pIScUBygEO8CiGU4f6fnR/pp3oqwwqzoP2b2OdwsLZZejJQHYR9JOTuf2AsZ8MYPWNxEkDFyKbDII6Eu4ZXew==", + "requires": { + "lodash.intersection": "^4.4.0", + "lodash.union": "^4.6.0" + } + }, + "@comunica/bus-rdf-metadata": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.13.0.tgz", + "integrity": "sha512-5xVwSMHijY4MdMY3rWCPPxq/Cj1vBmn5xodmEhPOXZj/XdziyjwXhVHV/LEHc65i6aujHiTE8w7jg88AJSc8CQ==" + }, + "@comunica/bus-rdf-metadata-extract": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.13.0.tgz", + "integrity": "sha512-WI14DLjJ56j3CpAqL0V7Eg09gGOxTQTsegt+1JGSiOE+/jLtCKmNn0yVA5xVzzDq3D3zO/d2Psv6EjVpKfrNXg==", + "requires": { + "graphql-ld": "^1.1.0", + "rdf-store-stream": "^1.0.0" + } + }, + "@comunica/bus-rdf-parse": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.13.0.tgz", + "integrity": "sha512-AcUVTMc6CjtQxS2tdgKXkDZ0eNv+QHVY9hSjjQYJZBD/V6DTrEIMWrBAosJmDb+T3NCArsSWbKIXsnPNvHco4g==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.13.0" + } + }, + "@comunica/bus-rdf-parse-html": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.13.0.tgz", + "integrity": "sha512-OpSnKzSh+ujdKAs0oYxpsF/of+OJYak5hoFcR1WVA33uycWCuzxDBic1jGXASyWnNVNU2bxWzKoAO6CQiD3Inw==" + }, + "@comunica/bus-rdf-resolve-hypermedia": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.13.0.tgz", + "integrity": "sha512-nBk2dKbIgVjwAR8CkfCShQGJXd6haNiCsWaTo9zoi4BFo1YBqUFy5dTuPVt7Kc/A7edFli0fgqutUt/ANOShmA==", + "requires": { + "asynciterator": "^2.0.0", + "asyncreiterable": "^1.2.0" + } + }, + "@comunica/bus-rdf-resolve-hypermedia-links": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.13.0.tgz", + "integrity": "sha512-s74Zc8wl9ejuGbz3NWWWYZkD794F/DgYEzAYEuuklJSMq4tRaVT6QmH4G3oNXiAE59FWsoy8SI9axfU5ED65BA==" + }, + "@comunica/bus-rdf-resolve-quad-pattern": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.13.0.tgz", + "integrity": "sha512-f5+SqnNtjEAZ89TJ30IDkec2+JjRqbP1jYDRlAuTrTeRFgWzKXWl75EghZbJmnSNtYlhUiHBDqNeY0dkm2BUeQ==", + "requires": { + "asynciterator": "^2.0.1", + "asyncreiterable": "^1.2.0" + } + }, + "@comunica/bus-rdf-serialize": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.13.1.tgz", + "integrity": "sha512-8yDbzlWKf9jIcVEiHsNJgX2LUaMzvrPBgTLBaw50j1HszLl2Ffkjz1A1KWW12va389gl9XrQUMqjBvpeHarBog==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.13.0" + } + }, + "@comunica/bus-sparql-parse": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.13.0.tgz", + "integrity": "sha512-wKW2iRJs57mTCO7A6QRhGKR59Z9NBNnSKR3su5RBz57BpH78OMNA+f0UrYbA+GM6Vp2z5Aduwbx5R8CD6KvERA==" + }, + "@comunica/bus-sparql-serialize": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.13.0.tgz", + "integrity": "sha512-sGHXLWa+2u1SA+BXu0yC8FOWl0newXWBl0a64DWor2YVMaKZiz9Qh12tHe0FzBbRfWmJXpQvB46xNovUJM8Wgw==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.13.0" + } + }, + "@comunica/core": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.13.0.tgz", + "integrity": "sha512-XZV6IyLpOKH7NbP/wsE8oioNebXBVjneXRJB57y0tURq3jGzWPryuCrsyS8JaDJg0Y5b8ZceN8+uBDqon1MDPg==", + "requires": { + "immutable": "^3.8.2", + "lodash.assign": "^4.2.0" + } + }, + "@comunica/data-factory": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/data-factory/-/data-factory-1.13.0.tgz", + "integrity": "sha512-pRiBMKqCYfN9VEb3SkBhlgF8if0DVgJN8bhBxO3H7odyXNDLtT2iFJTB+GUzsiEKzRuJrQjWfqhOB1fwhZyl0g==" + }, + "@comunica/logger-pretty": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.13.0.tgz", + "integrity": "sha512-VsVjSN394MaOqSVPe8BCI6/cUSiZ4US2gVkB59iDey5gP93jrIzQUlM6Ip1kkLcWRksRNEl+KTqOrZxjZG6gSg==" + }, + "@comunica/logger-void": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.13.0.tgz", + "integrity": "sha512-94lMJ15RPIWxpe+5P5aNsjDu1aRxVxhWEwYLomFTvuxl03QHKvYU9LVe+q1y+V1N3jcU6432DErQy0Ubi+oqdw==" + }, + "@comunica/mediator-all": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.13.0.tgz", + "integrity": "sha512-ynyTVp7OgzC0CcDgXB0v0q/Jy5fCtETwZXGof0Wepd6o4hZ07riosmOskCKuZNgMIO55HLx8Hc5BOP4GJmDkVw==", + "requires": { + "lodash": "^4.17.4" + } + }, + "@comunica/mediator-combine-pipeline": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.13.0.tgz", + "integrity": "sha512-zRVwJfzOhTuyQCHs6005UoXPXk7HWtJAC9C2pPPMiWafQmZk8hroBKCYxyC1x6HbVWr5Ujm5AH5mGDRD3kGVwQ==" + }, + "@comunica/mediator-combine-union": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.13.0.tgz", + "integrity": "sha512-NTOmoxJn5+blQV0Kgkqm8szCrjBmulTJazNvxmt14lgIhswcvSUsj7+wteHNxogIBjxY/gSA2OPrR6Y9vcWX/Q==", + "requires": { + "lodash.defaults": "^4.2.0" + } + }, + "@comunica/mediator-number": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.13.0.tgz", + "integrity": "sha512-ELROTS1JehiNfRZjk8j60PBX9n7DIvZYkyqs6mKJMjOURhvSV8sOceot8rOnaHjpZ9siQncCLMisuXX7cJ4fzw==" + }, + "@comunica/mediator-race": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.13.0.tgz", + "integrity": "sha512-8YZ/BNG0rHvcQT/fYiIPZxz4FmirJKtIGoAvh3O+abA+poU9E5DnZZz+Nf1cCgSGk1ntAXJhZ4gjLy5ZUO2LCQ==" + }, + "@comunica/runner": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.13.0.tgz", + "integrity": "sha512-MrBVYMBYsKlx+UryUiuIlIuQkuSwuVf95hoOBa0M5vsQFPpL8ayswTVzqYTtkyE0PdGFP5sZNM6x0kKjzyZhXw==", + "requires": { + "componentsjs": "^3.3.0", + "lodash.assign": "^4.2.0", + "lodash.defaults": "^4.2.0" + } + }, + "@comunica/runner-cli": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.13.0.tgz", + "integrity": "sha512-9hnM61Cm2xPaP5LsTaLQcAfk2QvksSz30XaONU6sYQb605wS19rF6JwXaXTuux30PVWA4dK1KvPK0xQC3VvqXw==", + "requires": { + "@comunica/runner": "^1.13.0" + } + }, + "@comunica/utils-datasource": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.13.0.tgz", + "integrity": "sha512-VwIs9LgUG1ZKbgcIErvlVB4SMCiUMlwmdgfArIQ61k7GX/pPAK+iDyyiMzthe18rQ0sZd6h/b9mgjR5Kp66ajg==", + "requires": { + "arrayify-stream": "^1.0.0", + "asynciterator": "^2.0.0", + "asyncreiterable": "^1.2.0" + } + }, + "@rdfjs/data-model": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@rdfjs/data-model/-/data-model-1.1.2.tgz", + "integrity": "sha512-pk/G/JLYGaXesoBLvEmoC/ic0H3B79fTyS0Ujjh5YQB2DZW+mn05ZowFFv88rjB9jf7c1XE5XSmf8jzn6U0HHA==", + "requires": { + "@types/rdf-js": "^2.0.1" + } + }, + "@types/asynciterator": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@types/asynciterator/-/asynciterator-1.1.4.tgz", + "integrity": "sha512-sa5KPB8GsC70myFcnygLm3VEMh/IrSXarbqC7OrJLPJ8jFDzOZ9B1uOgbf0PcQ/smBTVJJXeZItYI9TklGiaSA==", + "requires": { + "@types/node": "*" + } + }, + "@types/chai": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.11.tgz", + "integrity": "sha512-t7uW6eFafjO+qJ3BIV2gGUyZs27egcNRkUdalkud+Qa3+kg//f129iuOFivHDXQ+vnU3fDXuwgv0cqMCbcE8sw==" + }, + "@types/events": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz", + "integrity": "sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==" + }, + "@types/glob": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.1.tgz", + "integrity": "sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==", + "requires": { + "@types/events": "*", + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "@types/http-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/http-link-header/-/http-link-header-1.0.1.tgz", + "integrity": "sha512-5h+Pqs4EHoMkY/fLva7XsYmh9IVQghQ6uWWil1FGCNI0WqjhI4g20doYsbT4kJ/G3GkAlQca4AIc9OexdUnzkg==" + }, + "@types/isomorphic-fetch": { + "version": "0.0.35", + "resolved": "https://registry.npmjs.org/@types/isomorphic-fetch/-/isomorphic-fetch-0.0.35.tgz", + "integrity": "sha512-DaZNUvLDCAnCTjgwxgiL1eQdxIKEpNLOlTNtAgnZc50bG2copGhRrFN9/PxPBuJe+tZVLCbQ7ls0xveXVRPkvw==" + }, + "@types/jsonld": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@types/jsonld/-/jsonld-1.5.1.tgz", + "integrity": "sha512-8XI88iiCBVqmNCMBqPOgJhJPPuiIW1Tp2sXqe3NwD137ljhQVkDWY8cuYBBDZQoBYfGzUJvja527bbwqVbRnHQ==" + }, + "@types/minimatch": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", + "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" + }, + "@types/mocha": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz", + "integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==" + }, + "@types/node": { + "version": "13.13.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.5.tgz", + "integrity": "sha512-3ySmiBYJPqgjiHA7oEaIo2Rzz0HrOZ7yrNO5HWyaE5q0lQ3BppDZ3N53Miz8bw2I7gh1/zir2MGVZBvpb1zq9g==" + }, + "@types/rdf-js": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-2.0.12.tgz", + "integrity": "sha512-NBzHFHp2vHOJkPlSqzsOrkEsD9grKn+PdFjZieIw59pc0FlRG6WEQAjQZvHzFxJlYzC6ZDCFyTA1wBvUnnzUQw==", + "requires": { + "@types/node": "*" + } + }, + "@types/sparqljs": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/sparqljs/-/sparqljs-3.0.0.tgz", + "integrity": "sha512-HCwxGm6xhwD54Hpl0TpWsyoqfExu2ESfozA8JSueBEK9WRUD2ssg46J5CRsS6EHar5JeT7Lgjdn3UsvT0ba9sg==" + }, + "@webassemblyjs/ast": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", + "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", + "requires": { + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0" + } + }, + "@webassemblyjs/floating-point-hex-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz", + "integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==" + }, + "@webassemblyjs/helper-api-error": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", + "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==" + }, + "@webassemblyjs/helper-buffer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz", + "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==" + }, + "@webassemblyjs/helper-code-frame": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz", + "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==", + "requires": { + "@webassemblyjs/wast-printer": "1.9.0" + } + }, + "@webassemblyjs/helper-fsm": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz", + "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==" + }, + "@webassemblyjs/helper-module-context": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz", + "integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==", + "requires": { + "@webassemblyjs/ast": "1.9.0" + } + }, + "@webassemblyjs/helper-wasm-bytecode": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz", + "integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==" + }, + "@webassemblyjs/helper-wasm-section": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz", + "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0" + } + }, + "@webassemblyjs/ieee754": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz", + "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==", + "requires": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "@webassemblyjs/leb128": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz", + "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==", + "requires": { + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/utf8": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz", + "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==" + }, + "@webassemblyjs/wasm-edit": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz", + "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/helper-wasm-section": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-opt": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "@webassemblyjs/wast-printer": "1.9.0" + } + }, + "@webassemblyjs/wasm-gen": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz", + "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" + } + }, + "@webassemblyjs/wasm-opt": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz", + "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0" + } + }, + "@webassemblyjs/wasm-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz", + "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" + } + }, + "@webassemblyjs/wast-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz", + "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/floating-point-hex-parser": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-code-frame": "1.9.0", + "@webassemblyjs/helper-fsm": "1.9.0", + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/wast-printer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz", + "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0", + "@xtuc/long": "4.2.2" + } + }, + "@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + }, + "@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + }, + "JSONStream": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", + "requires": { + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" + } + }, + "accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "requires": { + "mime-types": "~2.1.24", + "negotiator": "0.6.2" + } + }, + "acorn": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", + "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==" + }, + "acorn-node": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", + "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", + "requires": { + "acorn": "^7.0.0", + "acorn-walk": "^7.0.0", + "xtend": "^4.0.2" + } + }, + "acorn-walk": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.1.1.tgz", + "integrity": "sha512-wdlPY2tm/9XBr7QkKlq0WQVgiuGTX6YWPyRyBviSoScBuLfTVQhvwg6wJ369GJ/1nPfTLMfnrFIfjqVg6d+jQQ==" + }, + "ajv": { + "version": "6.12.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.2.tgz", + "integrity": "sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-errors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", + "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==" + }, + "ajv-keywords": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz", + "integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==" + }, + "amf-client-js": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/amf-client-js/-/amf-client-js-4.1.1.tgz", + "integrity": "sha512-O7OE/VAw2TxpTNKfv1ILphneMquw9L8y2PUJHzw7HNS5pdjrayLpQWDutQ1GtILdnblUkUmNyF/9EFNd5AVEWg==", + "requires": { + "ajv": "6.5.2", + "amf-shacl-node": "1.1.1" + }, + "dependencies": { + "ajv": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.5.2.tgz", + "integrity": "sha512-hOs7GfvI6tUI1LfZddH82ky6mOMyTuY0mk7kE2pWpmhhUSkumzaTO5vbVwij39MdwPQWCV4Zv57Eo06NtL/GVA==", + "requires": { + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.1" + } + }, + "fast-deep-equal": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" + } + } + }, + "amf-shacl-node": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/amf-shacl-node/-/amf-shacl-node-1.1.1.tgz", + "integrity": "sha512-CoW08R+Y5VluBhC0IT11yJMJqVfuYVa8JHKopL4sXXCgTjtKikn1dyfOmY/b/u0WVKmx787JVDb/HnTzOEVoiA==" + }, + "ansi-colors": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", + "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==" + }, + "ansi-html": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", + "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=" + }, + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=" + }, + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" + }, + "arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" + }, + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" + }, + "arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" + }, + "array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==" + }, + "array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "requires": { + "array-uniq": "^1.0.1" + } + }, + "array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" + }, + "array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" + }, + "arrayify-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/arrayify-stream/-/arrayify-stream-1.0.0.tgz", + "integrity": "sha512-RP80ep76Lbew2wWN5ogrl2NluTnBVYYh2K3NNCcWfcmmUB7nBcNBctiJeEZAixp3I1vQ9H88iHZ9MbHSdkuupQ==" + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "asn1.js": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz", + "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", + "requires": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } + } + }, + "assert": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", + "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", + "requires": { + "object-assign": "^4.1.1", + "util": "0.10.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" + }, + "util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "requires": { + "inherits": "2.0.1" + } + } + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" + }, + "assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" + }, + "assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" + }, + "async": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "requires": { + "lodash": "^4.17.14" + } + }, + "async-each": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", + "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" + }, + "async-limiter": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" + }, + "asynciterator": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-2.0.1.tgz", + "integrity": "sha512-aVLheZsDNU5qpOv6jZEHnFv79GfEi+N0w/OLmMmXZfGD8XFFmPsRhkSqleNl9jS6mqy/DNoV7tXGcI0S3cUvHQ==" + }, + "asynciterator-promiseproxy": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/asynciterator-promiseproxy/-/asynciterator-promiseproxy-2.1.0.tgz", + "integrity": "sha512-SIUlNe40pmPWDJ7N5yHK3ej694r90j0cblWAsh+8OBJLwlzGVdaehmAao2rgzjnzf1U3BhmEP9Fs4ddvDNoBTg==", + "requires": { + "asynciterator": "^2.0.0" + } + }, + "asynciterator-union": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/asynciterator-union/-/asynciterator-union-2.1.2.tgz", + "integrity": "sha512-zCtGuL1LX5NTvsmk7YXL9OQ9RB/AcuhGGJMubs3n1pv9yDwK85jZHuUMkqGseO3sxjDs4/TEDqSqOXbMluaE9w==", + "requires": { + "asynciterator": "^2.0.0" + } + }, + "asyncjoin": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/asyncjoin/-/asyncjoin-0.3.0.tgz", + "integrity": "sha512-lk4+p17bjyo4DUsGtqb54KBAymjoWDfGgMidrCDk+axPB3k5wKkMHb7k+ipGpOy1USpFqdo0wXDjgu7TugVEAQ==", + "requires": { + "asynciterator": "^2.0.0" + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "asyncreiterable": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/asyncreiterable/-/asyncreiterable-1.2.0.tgz", + "integrity": "sha512-t1tFP1hhsWhpTQekW1SJjYX1UaWCOxOyrV0Jar6j/uPvgVC/S8hLXPvkxtcR+b0Nz9g1ETv5hpp12+iF/eKXXQ==", + "requires": { + "asynciterator": "^2.0.0" + } + }, + "atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" + }, + "awesome-typescript-loader": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/awesome-typescript-loader/-/awesome-typescript-loader-5.2.1.tgz", + "integrity": "sha512-slv66OAJB8orL+UUaTI3pKlLorwIvS4ARZzYR9iJJyGsEgOqueMfOMdKySWzZ73vIkEe3fcwFgsKMg4d8zyb1g==", + "requires": { + "chalk": "^2.4.1", + "enhanced-resolve": "^4.0.0", + "loader-utils": "^1.1.0", + "lodash": "^4.17.5", + "micromatch": "^3.1.9", + "mkdirp": "^0.5.1", + "source-map-support": "^0.5.3", + "webpack-log": "^1.2.0" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "log-symbols": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", + "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", + "requires": { + "chalk": "^2.0.1" + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + }, + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + }, + "webpack-log": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-1.2.0.tgz", + "integrity": "sha512-U9AnICnu50HXtiqiDxuli5gLB5PGBo7VvcHx36jRZHwK4vzOYLbImqT4lwWwoMHdQWwEKw736fCHEekokTEKHA==", + "requires": { + "chalk": "^2.1.0", + "log-symbols": "^2.1.0", + "loglevelnext": "^1.0.1", + "uuid": "^3.1.0" + } + } + } + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + }, + "aws4": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.9.1.tgz", + "integrity": "sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==" + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "requires": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "base64-js": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz", + "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==" + }, + "batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" + }, + "binary-extensions": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz", + "integrity": "sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==" + }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "optional": true, + "requires": { + "file-uri-to-path": "1.0.0" + } + }, + "bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" + }, + "bn.js": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.1.tgz", + "integrity": "sha512-IUTD/REb78Z2eodka1QZyyEk66pciRcP6Sroka0aI3tG/iwIdYLrBD62RsubR7vqdt3WyX8p4jxeatzmRSphtA==" + }, + "body-parser": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", + "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "requires": { + "bytes": "3.1.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.7.0", + "raw-body": "2.4.0", + "type-is": "~1.6.17" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + } + } + }, + "bonjour": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz", + "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", + "requires": { + "array-flatten": "^2.1.0", + "deep-equal": "^1.0.1", + "dns-equal": "^1.0.0", + "dns-txt": "^2.0.2", + "multicast-dns": "^6.0.1", + "multicast-dns-service-types": "^1.1.0" + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" + }, + "browser-pack": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-6.1.0.tgz", + "integrity": "sha512-erYug8XoqzU3IfcU8fUgyHqyOXqIE4tUTTQ+7mqUjQlvnXkOO6OlT9c/ZoJVHYoAaqGxr09CN53G7XIsO4KtWA==", + "requires": { + "JSONStream": "^1.0.3", + "combine-source-map": "~0.8.0", + "defined": "^1.0.0", + "safe-buffer": "^5.1.1", + "through2": "^2.0.0", + "umd": "^3.0.0" + } + }, + "browser-resolve": { + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.3.tgz", + "integrity": "sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==", + "requires": { + "resolve": "1.1.7" + }, + "dependencies": { + "resolve": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", + "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=" + } + } + }, + "browser-stdout": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", + "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==" + }, + "browserify": { + "version": "16.5.1", + "resolved": "https://registry.npmjs.org/browserify/-/browserify-16.5.1.tgz", + "integrity": "sha512-EQX0h59Pp+0GtSRb5rL6OTfrttlzv+uyaUVlK6GX3w11SQ0jKPKyjC/54RhPR2ib2KmfcELM06e8FxcI5XNU2A==", + "requires": { + "JSONStream": "^1.0.3", + "assert": "^1.4.0", + "browser-pack": "^6.0.1", + "browser-resolve": "^1.11.0", + "browserify-zlib": "~0.2.0", + "buffer": "~5.2.1", + "cached-path-relative": "^1.0.0", + "concat-stream": "^1.6.0", + "console-browserify": "^1.1.0", + "constants-browserify": "~1.0.0", + "crypto-browserify": "^3.0.0", + "defined": "^1.0.0", + "deps-sort": "^2.0.0", + "domain-browser": "^1.2.0", + "duplexer2": "~0.1.2", + "events": "^2.0.0", + "glob": "^7.1.0", + "has": "^1.0.0", + "htmlescape": "^1.1.0", + "https-browserify": "^1.0.0", + "inherits": "~2.0.1", + "insert-module-globals": "^7.0.0", + "labeled-stream-splicer": "^2.0.0", + "mkdirp-classic": "^0.5.2", + "module-deps": "^6.0.0", + "os-browserify": "~0.3.0", + "parents": "^1.0.1", + "path-browserify": "~0.0.0", + "process": "~0.11.0", + "punycode": "^1.3.2", + "querystring-es3": "~0.2.0", + "read-only-stream": "^2.0.0", + "readable-stream": "^2.0.2", + "resolve": "^1.1.4", + "shasum": "^1.0.0", + "shell-quote": "^1.6.1", + "stream-browserify": "^2.0.0", + "stream-http": "^3.0.0", + "string_decoder": "^1.1.1", + "subarg": "^1.0.0", + "syntax-error": "^1.1.1", + "through2": "^2.0.0", + "timers-browserify": "^1.0.1", + "tty-browserify": "0.0.1", + "url": "~0.11.0", + "util": "~0.10.1", + "vm-browserify": "^1.0.0", + "xtend": "^4.0.0" + }, + "dependencies": { + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "requires": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "requires": { + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" + } + }, + "browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "requires": { + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "browserify-rsa": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", + "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", + "requires": { + "bn.js": "^4.1.0", + "randombytes": "^2.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } + } + }, + "browserify-sign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.1.0.tgz", + "integrity": "sha512-VYxo7cDCeYUoBZ0ZCy4UyEUCP3smyBd4DRQM5nrFS1jJjPJjX7rP3oLRpPoWfkhQfyJ0I9ZbHbKafrFD/SGlrg==", + "requires": { + "bn.js": "^5.1.1", + "browserify-rsa": "^4.0.1", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.2", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.5", + "readable-stream": "^3.6.0" + } + }, + "browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "requires": { + "pako": "~1.0.5" + } + }, + "buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.2.1.tgz", + "integrity": "sha512-c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg==", + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4" + } + }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" + }, + "buffer-indexof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", + "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==" + }, + "buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=" + }, + "builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" + }, + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + }, + "cacache": { + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz", + "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==", + "requires": { + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "infer-owner": "^1.0.3", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" + } + }, + "cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "requires": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + } + }, + "cached-path-relative": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz", + "integrity": "sha512-5r2GqsoEb4qMTTN9J+WzXfjov+hjxT+j3u5K+kIVNIwAd99DLCJE9pBIMP1qVeybV6JiijL385Oz0DcYxfbOIg==" + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "canonicalize": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/canonicalize/-/canonicalize-1.0.1.tgz", + "integrity": "sha512-N3cmB3QLhS5TJ5smKFf1w42rJXWe6C1qP01z4dxJiI5v269buii4fLHWETDyf7yEd0azGLNC63VxNMiPd2u0Cg==" + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "chai": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz", + "integrity": "sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==", + "requires": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.2", + "deep-eql": "^3.0.1", + "get-func-name": "^2.0.0", + "pathval": "^1.1.0", + "type-detect": "^4.0.5" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": { + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "check-error": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", + "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=" + }, + "chokidar": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.0.tgz", + "integrity": "sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==", + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.1", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.2.0" + } + }, + "chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" + }, + "chrome-trace-event": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz", + "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==", + "requires": { + "tslib": "^1.9.0" + } + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "requires": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" + }, + "collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", + "requires": { + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "combine-source-map": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.8.0.tgz", + "integrity": "sha1-pY0N8ELBhvz4IqjoAV9UUNLXmos=", + "requires": { + "convert-source-map": "~1.1.0", + "inline-source-map": "~0.6.0", + "lodash.memoize": "~3.0.3", + "source-map": "~0.5.3" + } + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" + }, + "component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + }, + "componentsjs": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.0.tgz", + "integrity": "sha512-lxxiYdIoBJHycyiUVt5jMK12OHkbNL7OEJSi/vQKUttT66hoWt3kjg+OY+TMs/sqcvigAjGTladTf7XUYIMJyA==", + "requires": { + "global-modules": "^1.0.0", + "jsonld": "^0.4.11", + "lodash": "^4.17.4", + "minimist": "^1.2.0", + "n3": "^0.9.1", + "requireg": "^0.1.7" + }, + "dependencies": { + "jsonld": { + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", + "integrity": "sha1-oC8gXVNBQU3xtthBTxuWenEgc+g=", + "requires": { + "es6-promise": "^2.0.0", + "pkginfo": "~0.4.0", + "request": "^2.61.0", + "xmldom": "0.1.19" + } + }, + "n3": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/n3/-/n3-0.9.1.tgz", + "integrity": "sha1-QwtUfVjcc4FAjEV4TdgFgXGQOTI=" + } + } + }, + "compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "requires": { + "mime-db": ">= 1.43.0 < 2" + } + }, + "compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "requires": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "dependencies": { + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "requires": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==" + }, + "console-browserify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" + }, + "constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=" + }, + "content-disposition": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", + "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "requires": { + "safe-buffer": "5.1.2" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + }, + "convert-source-map": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.3.tgz", + "integrity": "sha1-SCnId+n+SbMWHzvzZziI4gRpmGA=" + }, + "cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "copy-concurrently": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", + "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", + "requires": { + "aproba": "^1.1.1", + "fs-write-stream-atomic": "^1.0.8", + "iferr": "^0.1.5", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.0" + } + }, + "copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" + }, + "copy-webpack-plugin": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.1.tgz", + "integrity": "sha512-P15M5ZC8dyCjQHWwd4Ia/dm0SgVvZJMYeykVIVYXbGyqO4dWB5oyPHp9i7wjwo5LhtlhKbiBCdS2NvM07Wlybg==", + "requires": { + "cacache": "^12.0.3", + "find-cache-dir": "^2.1.0", + "glob-parent": "^3.1.0", + "globby": "^7.1.1", + "is-glob": "^4.0.1", + "loader-utils": "^1.2.3", + "minimatch": "^3.0.4", + "normalize-path": "^3.0.0", + "p-limit": "^2.2.1", + "schema-utils": "^1.0.0", + "serialize-javascript": "^2.1.2", + "webpack-log": "^2.0.0" + }, + "dependencies": { + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "globby": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz", + "integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=", + "requires": { + "array-union": "^1.0.1", + "dir-glob": "^2.0.0", + "glob": "^7.1.2", + "ignore": "^3.3.5", + "pify": "^3.0.0", + "slash": "^1.0.0" + } + } + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "create-ecdh": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz", + "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", + "requires": { + "bn.js": "^4.1.0", + "elliptic": "^6.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } + } + }, + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "requires": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "cross-spawn": {}, + "crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "requires": { + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" + } + }, + "cyclist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", + "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" + }, + "d": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", + "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", + "requires": { + "es5-ext": "^0.10.50", + "type": "^1.0.1" + } + }, + "dash-ast": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz", + "integrity": "sha512-Vy4dx7gquTeMcQR/hDkYLGUnwVil6vk4FOOct+djUnHOUWt+zJPJAaRIXaAFkPXtJjvlY7o3rfRu0/3hpnwoUA==" + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" + }, + "decimal.js": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.0.tgz", + "integrity": "sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw==" + }, + "decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" + }, + "deep-eql": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", + "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", + "requires": { + "type-detect": "^4.0.0" + } + }, + "deep-equal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", + "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", + "requires": { + "is-arguments": "^1.0.4", + "is-date-object": "^1.0.1", + "is-regex": "^1.0.4", + "object-is": "^1.0.1", + "object-keys": "^1.1.1", + "regexp.prototype.flags": "^1.2.0" + } + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" + }, + "default-gateway": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz", + "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==", + "requires": { + "execa": "^1.0.0", + "ip-regex": "^2.1.0" + }, + "dependencies": { + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "requires": { + "pump": "^3.0.0" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "requires": { + "object-keys": "^1.0.12" + } + }, + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "requires": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "dependencies": { + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "defined": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", + "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=" + }, + "del": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz", + "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==", + "requires": { + "@types/glob": "^7.1.1", + "globby": "^6.1.0", + "is-path-cwd": "^2.0.0", + "is-path-in-cwd": "^2.0.0", + "p-map": "^2.0.0", + "pify": "^4.0.1", + "rimraf": "^2.6.3" + }, + "dependencies": { + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + } + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "deps-sort": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.1.tgz", + "integrity": "sha512-1orqXQr5po+3KI6kQb9A4jnXT1PBwggGl2d7Sq2xsnOeI9GPcE/tGcF9UiSZtZBM7MukY4cAh7MemS6tZYipfw==", + "requires": { + "JSONStream": "^1.0.3", + "shasum-object": "^1.0.0", + "subarg": "^1.0.0", + "through2": "^2.0.0" + } + }, + "des.js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", + "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "requires": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "detect-file": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", + "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=" + }, + "detect-node": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz", + "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==" + }, + "detective": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz", + "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==", + "requires": { + "acorn-node": "^1.6.1", + "defined": "^1.0.0", + "minimist": "^1.1.1" + } + }, + "diff": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==" + }, + "diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "requires": { + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } + } + }, + "dir-glob": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz", + "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", + "requires": { + "path-type": "^3.0.0" + } + }, + "dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" + }, + "dns-packet": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz", + "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==", + "requires": { + "ip": "^1.1.0", + "safe-buffer": "^5.0.1" + } + }, + "dns-txt": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz", + "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", + "requires": { + "buffer-indexof": "^1.0.0" + } + }, + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + } + }, + "domain-browser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==" + }, + "domelementtype": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz", + "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==" + }, + "domhandler": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.0.0.tgz", + "integrity": "sha512-eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw==", + "requires": { + "domelementtype": "^2.0.1" + } + }, + "domutils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.1.0.tgz", + "integrity": "sha512-CD9M0Dm1iaHfQ1R/TI+z3/JWp/pgub0j4jIQKH89ARR4ATAV2nbaOQS5XxU9maJP5jHaPdDDQSEHuE2UmpUTKg==", + "requires": { + "dom-serializer": "^0.2.1", + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0" + } + }, + "duplexer2": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", + "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=", + "requires": { + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "duplexify": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "requires": { + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "elliptic": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz", + "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==", + "requires": { + "bn.js": "^4.4.0", + "brorand": "^1.0.1", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } + } + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "encoding": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", + "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", + "requires": { + "iconv-lite": "~0.4.13" + } + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "requires": { + "once": "^1.4.0" + } + }, + "enhanced-resolve": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz", + "integrity": "sha512-98p2zE+rL7/g/DzMHMTF4zZlCgeVdJ7yr6xzEpJRYwFYrGi9ANdn5DnJURg6RpBkyk60XYDnWIv51VfIhfNGuA==", + "requires": { + "graceful-fs": "^4.1.2", + "tapable": "^1.0.0" + }, + "dependencies": { + "memory-fs": {} + } + }, + "entities": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", + "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" + }, + "errno": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz", + "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", + "requires": { + "prr": "~1.0.1" + } + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es-abstract": { + "version": "1.17.5", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.5.tgz", + "integrity": "sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg==", + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.1.5", + "is-regex": "^1.0.5", + "object-inspect": "^1.7.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.0", + "string.prototype.trimleft": "^2.1.1", + "string.prototype.trimright": "^2.1.1" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "es5-ext": { + "version": "0.10.53", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz", + "integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==", + "requires": { + "es6-iterator": "~2.0.3", + "es6-symbol": "~3.1.3", + "next-tick": "~1.0.0" + } + }, + "es6-iterator": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", + "requires": { + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" + } + }, + "es6-promise": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz", + "integrity": "sha1-lu258v2wGZWCKyY92KratnSBgbw=" + }, + "es6-symbol": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", + "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", + "requires": { + "d": "^1.0.1", + "ext": "^1.1.2" + } + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "eslint-scope": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", + "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", + "requires": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "esrecurse": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz", + "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", + "requires": { + "estraverse": "^4.1.0" + } + }, + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + }, + "eventemitter3": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", + "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==" + }, + "events": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/events/-/events-2.1.0.tgz", + "integrity": "sha512-3Zmiobend8P9DjmKAty0Era4jV8oJ0yGYe2nJJAxgymF9+N8F2m0hhZiMoWtcfepExzNKZumFU3ksdQbInGWCg==" + }, + "eventsource": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz", + "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==", + "requires": { + "original": "^1.0.0" + } + }, + "evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "requires": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", + "requires": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", + "requires": { + "homedir-polyfill": "^1.0.1" + } + }, + "express": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", + "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "requires": { + "accepts": "~1.3.7", + "array-flatten": "1.1.1", + "body-parser": "1.19.0", + "content-disposition": "0.5.3", + "content-type": "~1.0.4", + "cookie": "0.4.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.5", + "qs": "6.7.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.1.2", + "send": "0.17.1", + "serve-static": "1.14.1", + "setprototypeof": "1.1.1", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "ext": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz", + "integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==", + "requires": { + "type": "^2.0.0" + }, + "dependencies": { + "type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/type/-/type-2.0.0.tgz", + "integrity": "sha512-KBt58xCHry4Cejnc2ISQAF7QY+ORngsWfxezO68+12hKV6lQY8P/psIkcbjeHWn7MqcgciWJyCCevFMJdIXpow==" + } + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "requires": { + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + }, + "fast-deep-equal": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", + "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==" + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "fast-safe-stringify": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz", + "integrity": "sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==" + }, + "faye-websocket": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", + "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", + "requires": { + "websocket-driver": ">=0.5.1" + } + }, + "fetch-sparql-endpoint": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/fetch-sparql-endpoint/-/fetch-sparql-endpoint-1.6.1.tgz", + "integrity": "sha512-9BwJytzBl8fyOSUvEnaPdxTIwNl7kWIGafBX/w8i/udATsCnpVajiKHiVvAuTNaFuvZulgdUg5tcBOwrvpsjWA==", + "requires": { + "is-stream": "^2.0.0", + "isomorphic-fetch": "^2.2.1", + "minimist": "^1.2.0", + "n3": "^1.0.0", + "rdf-string": "^1.3.1", + "sparqljs": "^3.0.0", + "sparqljson-parse": "^1.5.0", + "sparqlxml-parse": "^1.2.0", + "stream-to-string": "^1.1.0", + "web-streams-node": "^0.4.0" + }, + "dependencies": { + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + } + } + }, + "figgy-pudding": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz", + "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==" + }, + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "optional": true + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "requires": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + }, + "dependencies": { + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + } + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "findup-sync": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz", + "integrity": "sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==", + "requires": { + "detect-file": "^1.0.0", + "is-glob": "^4.0.0", + "micromatch": "^3.0.4", + "resolve-dir": "^1.0.1" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "flat": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz", + "integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==", + "requires": { + "is-buffer": "~2.0.3" + }, + "dependencies": { + "is-buffer": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", + "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==" + } + } + }, + "flush-write-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", + "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "requires": { + "inherits": "^2.0.3", + "readable-stream": "^2.3.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "follow-redirects": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.11.0.tgz", + "integrity": "sha512-KZm0V+ll8PfBrKwMzdo5D13b1bur9Iq9Zd/RMmAoQQcl2PxxFml8cxXPaaPYVbV0RjNjq1CU7zIzAOqtUPudmA==", + "requires": { + "debug": "^3.0.0" + } + }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" + }, + "fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "requires": { + "map-cache": "^0.2.2" + } + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + }, + "from2": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", + "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", + "requires": { + "inherits": "^2.0.1", + "readable-stream": "^2.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "fs-write-stream-atomic": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", + "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", + "requires": { + "graceful-fs": "^4.1.2", + "iferr": "^0.1.5", + "imurmurhash": "^0.1.4", + "readable-stream": "1 || 2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "fsevents": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", + "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "get-assigned-identifiers": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz", + "integrity": "sha512-mBBwmeGTrxEMO4pMaaf/uUEFHnYtwr8FTe8Y/mer4rcV/bye0qGm6pw1bGZFGStxC5O76c5ZAVBGnqHmOaJpdQ==" + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "get-func-name": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", + "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=" + }, + "get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "requires": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + } + }, + "global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", + "requires": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + } + }, + "globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "requires": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "dependencies": { + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + } + } + }, + "graceful-fs": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", + "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" + }, + "graphql": { + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.1.0.tgz", + "integrity": "sha512-0TVyfOlCGhv/DBczQkJmwXOK6fjWkjzY3Pt7wY8i0gcYXq8aogG3weCsg48m72lywKSeOqedEHvVPOvZvSD51Q==" + }, + "graphql-ld": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/graphql-ld/-/graphql-ld-1.1.0.tgz", + "integrity": "sha512-nYfXYhpJMuWLTJ1q4fu64Y59OYVR2xQCJcPMEgzYEDEArUIyyEOi8l+VeL/ttBZVg47RICiiC3e26qRYwBR+kQ==", + "requires": { + "@types/rdf-js": "^2.0.11", + "graphql-to-sparql": "^2.1.0", + "jsonld-context-parser": "^2.0.0", + "sparqlalgebrajs": "^2.2.1", + "sparqljson-to-tree": "^2.0.0" + } + }, + "graphql-to-sparql": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/graphql-to-sparql/-/graphql-to-sparql-2.1.1.tgz", + "integrity": "sha512-o+bnwrL4ugil/A4a+x/C8Yae+irxm3xLQGXWrjc5p9K2KEiforY4bU8Ed6Q/wasFjeublCp2v0xEFDnUxyY40g==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "graphql": "^15.0.0", + "jsonld-context-parser": "^2.0.0", + "minimist": "^1.2.0", + "sparqlalgebrajs": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.2.tgz", + "integrity": "sha512-MWZrO1DXlxmeDGsjQPsgkceAJdxYb+d4WSjZZivusYzuXqvgdXqUwO6zPJYu6KsQ/Tkh3yNSUdOHqQ86xQH2Og==", + "requires": { + "@types/node": "*" + } + } + } + }, + "growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==" + }, + "handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + }, + "har-validator": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", + "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", + "requires": { + "ajv": "^6.5.5", + "har-schema": "^2.0.0" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" + }, + "has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", + "requires": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + } + }, + "has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "requires": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "dependencies": { + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "requires": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + } + }, + "hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "requires": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + }, + "hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "requires": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "requires": { + "parse-passwd": "^1.0.0" + } + }, + "hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", + "requires": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "html-entities": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.3.1.tgz", + "integrity": "sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==" + }, + "htmlescape": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.1.tgz", + "integrity": "sha1-OgPtwiFLyjtmQko+eVk0lQnLA1E=" + }, + "htmlparser2": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", + "integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "domutils": "^2.0.0", + "entities": "^2.0.0" + } + }, + "http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=" + }, + "http-errors": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", + "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + }, + "http-link-header": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.0.2.tgz", + "integrity": "sha512-z6YOZ8ZEnejkcCWlGZzYXNa6i+ZaTfiTg3WhlV/YvnNya3W/RbX1bMVUMTuCrg/DrtTCQxaFCkXCz4FtLpcebg==" + }, + "http-parser-js": { + "version": "0.4.10", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.10.tgz", + "integrity": "sha1-ksnBN0w1CF912zWexWzCV8u5P6Q=" + }, + "http-proxy": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz", + "integrity": "sha512-84I2iJM/n1d4Hdgc6y2+qY5mDaz2PUVjlg9znE9byl+q0uC3DeByqBGReQu5tpLK0TAqTIXScRUV+dg7+bUPpQ==", + "requires": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + } + }, + "http-proxy-middleware": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", + "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==", + "requires": { + "http-proxy": "^1.17.0", + "is-glob": "^4.0.0", + "lodash": "^4.17.11", + "micromatch": "^3.1.10" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ieee754": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", + "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" + }, + "iferr": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", + "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=" + }, + "ignore": { + "version": "3.3.10", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", + "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==" + }, + "immutable": { + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", + "integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=" + }, + "import-local": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz", + "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", + "requires": { + "pkg-dir": "^3.0.0", + "resolve-cwd": "^2.0.0" + } + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" + }, + "infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" + }, + "inline-source-map": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.6.2.tgz", + "integrity": "sha1-+Tk0ccGKedFyT4Y/o4tYY3Ct4qU=", + "requires": { + "source-map": "~0.5.3" + } + }, + "insert-module-globals": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-7.2.0.tgz", + "integrity": "sha512-VE6NlW+WGn2/AeOMd496AHFYmE7eLKkUY6Ty31k4og5vmA3Fjuwe9v6ifH6Xx/Hz27QvdoMoviw1/pqWRB09Sw==", + "requires": { + "JSONStream": "^1.0.3", + "acorn-node": "^1.5.2", + "combine-source-map": "^0.8.0", + "concat-stream": "^1.6.1", + "is-buffer": "^1.1.0", + "path-is-absolute": "^1.0.1", + "process": "~0.11.0", + "through2": "^2.0.0", + "undeclared-identifiers": "^1.1.2", + "xtend": "^4.0.0" + } + }, + "internal-ip": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz", + "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==", + "requires": { + "default-gateway": "^4.2.0", + "ipaddr.js": "^1.9.0" + } + }, + "interpret": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.2.0.tgz", + "integrity": "sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==" + }, + "invariant": {}, + "invert-kv": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", + "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==" + }, + "ip": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", + "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" + }, + "ip-regex": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", + "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=" + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + }, + "is-absolute-url": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", + "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==" + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-arguments": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz", + "integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==" + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "is-callable": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz", + "integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==" + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-date-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "requires": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "is-path-cwd": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==" + }, + "is-path-in-cwd": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", + "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", + "requires": { + "is-path-inside": "^2.1.0" + }, + "dependencies": { + "is-path-inside": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz", + "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", + "requires": { + "path-is-inside": "^1.0.2" + } + } + } + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + }, + "is-regex": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz", + "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==", + "requires": { + "has": "^1.0.3" + } + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + }, + "is-symbol": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", + "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=" + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + }, + "is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" + }, + "isomorphic-fetch": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", + "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", + "requires": { + "node-fetch": "^1.0.1", + "whatwg-fetch": ">=0.10.0" + } + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, + "jquery": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", + "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" + }, + "js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" + }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "json-stable-stringify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", + "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", + "requires": { + "jsonify": "~0.0.0" + } + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "json3": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz", + "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==" + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "jsonify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", + "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=" + }, + "jsonld": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-3.0.1.tgz", + "integrity": "sha512-/lLx3sSvlqKHu3215+n4Fcmz7Ah8bixVa91CnXpW8XFZd6qCfAMQi/qEYF3u9fghKNqHjAD0TwCUH7fg6IszYg==", + "requires": { + "canonicalize": "^1.0.1", + "lru-cache": "^5.1.1", + "object.fromentries": "^2.0.2", + "rdf-canonize": "^1.0.2", + "request": "^2.88.0", + "semver": "^6.3.0", + "xmldom": "0.1.19" + } + }, + "jsonld-context-parser": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.0.1.tgz", + "integrity": "sha512-age80EkLq3sGWvf4UBfbHr2M6geOvrMvD1EnkliHeaFzln2a4ZdB7/1gQ4yMt0VjjlqudmvJtffA7YYQ2mx6ug==", + "requires": { + "@types/http-link-header": "^1.0.1", + "@types/isomorphic-fetch": "^0.0.35", + "@types/node": "^13.1.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "isomorphic-fetch": "^2.2.1", + "relative-to-absolute-iri": "^1.0.5" + } + }, + "jsonld-streaming-parser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-2.0.2.tgz", + "integrity": "sha512-h4cK+PQMvOHd+UqgAFpKBmt5LWYoQMQLu9PP7YsRP7rnSJbU/EfJFcJFG6/sdtZslQ6dlNwOvfHbjQ9clzZPzg==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "@types/http-link-header": "^1.0.1", + "@types/rdf-js": "^3.0.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "jsonld-context-parser": "^2.0.1", + "jsonparse": "^1.3.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.2.tgz", + "integrity": "sha512-MWZrO1DXlxmeDGsjQPsgkceAJdxYb+d4WSjZZivusYzuXqvgdXqUwO6zPJYu6KsQ/Tkh3yNSUdOHqQ86xQH2Og==", + "requires": { + "@types/node": "*" + } + } + } + }, + "jsonld-streaming-serializer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsonld-streaming-serializer/-/jsonld-streaming-serializer-1.1.0.tgz", + "integrity": "sha512-C+cs913C3XDScZIqUL8fg5crHQtPTQSZstzvFmhA9/r0QBCRw88BR4TYHvLNhJhzB45GOpoF5/Fx4I4xfKGpOQ==", + "requires": { + "@types/rdf-js": "^2.0.1", + "jsonld-context-parser": "^2.0.0" + } + }, + "jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=" + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "killable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz", + "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==" + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + }, + "labeled-stream-splicer": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-2.0.2.tgz", + "integrity": "sha512-Ca4LSXFFZUjPScRaqOcFxneA0VpKZr4MMYCljyQr4LIewTLb3Y0IUTIsnBBsVubIeEfxeSZpSjSsRM8APEQaAw==", + "requires": { + "inherits": "^2.0.1", + "stream-splicer": "^2.0.0" + } + }, + "lcid": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", + "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", + "requires": { + "invert-kv": "^2.0.0" + } + }, + "loader-runner": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", + "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==" + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "lodash": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + }, + "lodash.assign": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz", + "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=" + }, + "lodash.defaults": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", + "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=" + }, + "lodash.find": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.find/-/lodash.find-4.6.0.tgz", + "integrity": "sha1-ywcE1Hq3F4n/oN6Ll92Sb7iLE7E=" + }, + "lodash.intersection": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.intersection/-/lodash.intersection-4.4.0.tgz", + "integrity": "sha1-ChG6Yx0OlcI8fy9Mu5ppLtF45wU=" + }, + "lodash.mapvalues": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz", + "integrity": "sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw=" + }, + "lodash.memoize": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz", + "integrity": "sha1-LcvSwofLwKVcxCMovQxzYVDVPj8=" + }, + "lodash.omit": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.omit/-/lodash.omit-4.5.0.tgz", + "integrity": "sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA=" + }, + "lodash.union": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz", + "integrity": "sha1-SLtQiECfFvGCFmZkHETdGqrjzYg=" + }, + "lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" + }, + "lodash.uniqwith": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz", + "integrity": "sha1-egy/ZfQ7WShiWp1NDcVLGMrcfvM=" + }, + "log-symbols": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", + "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "requires": { + "chalk": "^2.4.2" + } + }, + "loglevel": { + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.6.8.tgz", + "integrity": "sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA==" + }, + "loglevelnext": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.5.tgz", + "integrity": "sha512-V/73qkPuJmx4BcBF19xPBr+0ZRVBhc4POxvZTZdMeXpJ4NItXSJ/MSwuFT0kQJlCbXvdlZoQQ/418bS1y9Jh6A==", + "requires": { + "es6-symbol": "^3.1.1", + "object.assign": "^4.1.0" + } + }, + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "requires": { + "yallist": "^3.0.2" + } + }, + "make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" + }, + "map-age-cleaner": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", + "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", + "requires": { + "p-defer": "^1.0.0" + } + }, + "map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" + }, + "map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", + "requires": { + "object-visit": "^1.0.0" + } + }, + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + }, + "mem": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz", + "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==", + "requires": { + "map-age-cleaner": "^0.1.1", + "mimic-fn": "^2.0.0", + "p-is-promise": "^2.0.0" + } + }, + "memory-fs": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", + "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" + }, + "micromatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", + "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.0.5" + } + }, + "miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "requires": { + "bn.js": "^4.0.0", + "brorand": "^1.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } + } + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + }, + "mime-db": { + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", + "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" + }, + "mime-types": { + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", + "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", + "requires": { + "mime-db": "1.44.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + }, + "minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + }, + "minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "mississippi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", + "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", + "requires": { + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^3.0.0", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" + } + }, + "mixin-deep": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "requires": { + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "requires": { + "minimist": "^1.2.5" + } + }, + "mkdirp-classic": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", + "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" + }, + "mocha": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.1.2.tgz", + "integrity": "sha512-o96kdRKMKI3E8U0bjnfqW4QMk12MwZ4mhdBTf+B5a1q9+aq2HRnj+3ZdJu0B/ZhJeK78MgYuv6L8d/rA5AeBJA==", + "requires": { + "ansi-colors": "3.2.3", + "browser-stdout": "1.3.1", + "chokidar": "3.3.0", + "debug": "3.2.6", + "diff": "3.5.0", + "escape-string-regexp": "1.0.5", + "find-up": "3.0.0", + "glob": "7.1.3", + "growl": "1.10.5", + "he": "1.2.0", + "js-yaml": "3.13.1", + "log-symbols": "3.0.0", + "minimatch": "3.0.4", + "mkdirp": "0.5.5", + "ms": "2.1.1", + "node-environment-flags": "1.0.6", + "object.assign": "4.1.0", + "strip-json-comments": "2.0.1", + "supports-color": "6.0.0", + "which": "1.3.1", + "wide-align": "1.1.3", + "yargs": "13.3.2", + "yargs-parser": "13.1.2", + "yargs-unparser": "1.6.0" + }, + "dependencies": { + "glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } + } + }, + "module-deps": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/module-deps/-/module-deps-6.2.2.tgz", + "integrity": "sha512-a9y6yDv5u5I4A+IPHTnqFxcaKr4p50/zxTjcQJaX2ws9tN/W6J6YXnEKhqRyPhl494dkcxx951onSKVezmI+3w==", + "requires": { + "JSONStream": "^1.0.3", + "browser-resolve": "^1.7.0", + "cached-path-relative": "^1.0.2", + "concat-stream": "~1.6.0", + "defined": "^1.0.0", + "detective": "^5.2.0", + "duplexer2": "^0.1.2", + "inherits": "^2.0.1", + "parents": "^1.0.0", + "readable-stream": "^2.0.2", + "resolve": "^1.4.0", + "stream-combiner2": "^1.1.1", + "subarg": "^1.0.0", + "through2": "^2.0.0", + "xtend": "^4.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "move-concurrently": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", + "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", + "requires": { + "aproba": "^1.1.1", + "copy-concurrently": "^1.0.0", + "fs-write-stream-atomic": "^1.0.8", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.3" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "multicast-dns": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", + "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", + "requires": { + "dns-packet": "^1.3.1", + "thunky": "^1.0.2" + } + }, + "multicast-dns-service-types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", + "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=" + }, + "n3": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.3.5.tgz", + "integrity": "sha512-McWb1tCWGGAmHeGEakqZj/UqxQR9cpEYZ/JivBj59YfiOAuaIWZxu0B+jnhbCwCZ2AsxdgQ5Dq8fehIJpYQaMQ==" + }, + "nan": { + "version": "2.14.1", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz", + "integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==", + "optional": true + }, + "nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + } + }, + "negotiate": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/negotiate/-/negotiate-1.0.1.tgz", + "integrity": "sha1-NayLVnL3sF+qEL8CYTQusRIDcP0=" + }, + "negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" + }, + "neo-async": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz", + "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==" + }, + "nested-error-stacks": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz", + "integrity": "sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==" + }, + "next-tick": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", + "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" + }, + "node-environment-flags": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", + "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", + "requires": { + "object.getownpropertydescriptors": "^2.0.3", + "semver": "^5.7.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "node-fetch": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", + "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", + "requires": { + "encoding": "^0.1.11", + "is-stream": "^1.0.1" + } + }, + "node-forge": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.9.1.tgz", + "integrity": "sha512-G6RlQt5Sb4GMBzXvhfkeFmbqR6MzhtnT7VTHuLadjkii3rdYHNdw0m8zA4BTxVIh68FicCQ2NSUANpsqkr9jvQ==" + }, + "node-libs-browser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", + "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", + "requires": { + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^3.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "0.0.1", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.11.0", + "vm-browserify": "^1.0.1" + }, + "dependencies": { + "buffer": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + } + }, + "events": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.1.0.tgz", + "integrity": "sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg==" + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "stream-http": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", + "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", + "requires": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.3.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" + } + }, + "timers-browserify": { + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.11.tgz", + "integrity": "sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ==", + "requires": { + "setimmediate": "^1.0.4" + } + }, + "tty-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", + "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" + }, + "util": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", + "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", + "requires": { + "inherits": "2.0.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + } + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "requires": { + "path-key": "^2.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=" + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", + "requires": { + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "object-inspect": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", + "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==" + }, + "object-is": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.2.tgz", + "integrity": "sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + }, + "object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", + "requires": { + "isobject": "^3.0.0" + } + }, + "object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "requires": { + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" + } + }, + "object.fromentries": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.2.tgz", + "integrity": "sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1", + "function-bind": "^1.1.1", + "has": "^1.0.3" + } + }, + "object.getownpropertydescriptors": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", + "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", + "requires": { + "isobject": "^3.0.1" + } + }, + "obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "requires": { + "ee-first": "1.1.1" + } + }, + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "opn": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", + "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", + "requires": { + "is-wsl": "^1.1.0" + } + }, + "original": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz", + "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", + "requires": { + "url-parse": "^1.4.3" + } + }, + "os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" + }, + "os-locale": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", + "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", + "requires": { + "execa": "^1.0.0", + "lcid": "^2.0.0", + "mem": "^4.0.0" + }, + "dependencies": { + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "requires": { + "pump": "^3.0.0" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "p-defer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", + "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=" + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" + }, + "p-is-promise": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz", + "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==" + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-map": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==" + }, + "p-retry": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz", + "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==", + "requires": { + "retry": "^0.12.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" + }, + "parallel-transform": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", + "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", + "requires": { + "cyclist": "^1.0.1", + "inherits": "^2.0.3", + "readable-stream": "^2.1.5" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "parents": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parents/-/parents-1.0.1.tgz", + "integrity": "sha1-/t1NK/GTp3dF/nHjcdc8MwfZx1E=", + "requires": { + "path-platform": "~0.11.15" + } + }, + "parse-asn1": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.5.tgz", + "integrity": "sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ==", + "requires": { + "asn1.js": "^4.0.0", + "browserify-aes": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" + } + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "requires": { + "error-ex": "^1.2.0" + } + }, + "parse-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-link-header/-/parse-link-header-1.0.1.tgz", + "integrity": "sha1-vt/g0hGK64S+deewJUGeyKYRQKc=", + "requires": { + "xtend": "~4.0.1" + } + }, + "parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=" + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" + }, + "path-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", + "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==" + }, + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" + }, + "path-platform": { + "version": "0.11.15", + "resolved": "https://registry.npmjs.org/path-platform/-/path-platform-0.11.15.tgz", + "integrity": "sha1-6GQhf3TDaFDwhSt43Hv31KVyG/I=" + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "requires": { + "pify": "^3.0.0" + } + }, + "pathval": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz", + "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=" + }, + "pbkdf2": { + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz", + "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==", + "requires": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "requires": { + "pinkie": "^2.0.0" + } + }, + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "requires": { + "find-up": "^3.0.0" + } + }, + "pkginfo": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.4.1.tgz", + "integrity": "sha1-tUGO8EOd5UJfxJlQQtztFPsqhP8=" + }, + "portfinder": { + "version": "1.0.26", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.26.tgz", + "integrity": "sha512-Xi7mKxJHHMI3rIUrnm/jjUgwhbYMkp/XKEcZX3aG4BrumLpq3nmoQMX+ClYnDZnZ/New7IatC1no5RX0zo1vXQ==", + "requires": { + "async": "^2.6.2", + "debug": "^3.1.1", + "mkdirp": "^0.5.1" + } + }, + "posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" + }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" + }, + "promise-polyfill": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-1.1.6.tgz", + "integrity": "sha1-zQTv9G9clcOn0EVZHXm14+AfEtc=" + }, + "proxy-addr": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", + "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", + "requires": { + "forwarded": "~0.1.2", + "ipaddr.js": "1.9.1" + } + }, + "prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" + }, + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + }, + "public-encrypt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "requires": { + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } + } + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "pumpify": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", + "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", + "requires": { + "duplexify": "^3.6.0", + "inherits": "^2.0.3", + "pump": "^2.0.0" + }, + "dependencies": { + "pump": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", + "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + } + } + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + }, + "querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=" + }, + "querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=" + }, + "querystringify": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.1.1.tgz", + "integrity": "sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA==" + }, + "randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "requires": { + "safe-buffer": "^5.1.0" + } + }, + "randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "requires": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", + "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "requires": { + "bytes": "3.1.0", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + } + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + } + }, + "rdf-canonize": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/rdf-canonize/-/rdf-canonize-1.1.0.tgz", + "integrity": "sha512-DV06OnhVfl2zcZJQCt+YvU+hoZVgpyQpNFLeAmghq8RJybUxD3B4LRzlBquYS5k+LLd8/c3g5Gnhkqjw5qRMvg==", + "requires": { + "node-forge": "^0.9.1", + "semver": "^6.3.0" + } + }, + "rdf-literal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.1.1.tgz", + "integrity": "sha512-zYelIUgvwifeq2aFfTYlv+SoxZbSjdKw+I4ulZ5ECil8FTh2+ufHiR9P7T61KnVyo8BqBhyeHBR4UvA++PWozA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.2.tgz", + "integrity": "sha512-MWZrO1DXlxmeDGsjQPsgkceAJdxYb+d4WSjZZivusYzuXqvgdXqUwO6zPJYu6KsQ/Tkh3yNSUdOHqQ86xQH2Og==", + "requires": { + "@types/node": "*" + } + } + } + }, + "rdf-quad": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.4.0.tgz", + "integrity": "sha512-xChDvhK2zb4/aCg8P668CWTn4TEhscefg/E1s+Qu61sZ/hKct/WQn0wuHim8H+MFrzZ7fFN7Gh7aamPgm/QSwA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "rdf-literal": "^1.0.0", + "rdf-string": "^1.3.1" + } + }, + "rdf-store-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rdf-store-stream/-/rdf-store-stream-1.0.0.tgz", + "integrity": "sha512-OvGDeqc2GYpmbNdWL69b8BDWZ8I8sb/7haG4yRqwsd43cidS5l6civ5OVzFrHjwnSpZ9kEj++eXqwonivnCWBQ==", + "requires": { + "@types/rdf-js": "^2.0.1", + "n3": "^1.1.1" + } + }, + "rdf-string": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.4.2.tgz", + "integrity": "sha512-74yYjS0W4N3nYDGbXBZrNsqDmhBTjqChTETO9heC2G2M3iMYaIPtEfUikNsBWUj4+4bIKyqL7vAntWBTfJpFFA==", + "requires": { + "@rdfjs/data-model": "^1.1.1" + } + }, + "rdf-terms": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/rdf-terms/-/rdf-terms-1.5.1.tgz", + "integrity": "sha512-dDhpUYxTAOWKT3Ln93A5k5UB5SftG8bPAzeZEjGeP4e7eboMhITUTDks8HDmUt9X1P+HpfnY/o6VSTSpf3Advw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "lodash.uniqwith": "^4.5.0" + } + }, + "rdfa-streaming-parser": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/rdfa-streaming-parser/-/rdfa-streaming-parser-1.2.2.tgz", + "integrity": "sha512-OKNyZworn+wuHd9DsskyiBor85nQPAMzSR/xm6np1Pe09edj3yRGJQLsY62Ww1ELjZbdEFXougIShhR9VwU83A==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "htmlparser2": "^4.0.0", + "relative-to-absolute-iri": "^1.0.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.2.tgz", + "integrity": "sha512-MWZrO1DXlxmeDGsjQPsgkceAJdxYb+d4WSjZZivusYzuXqvgdXqUwO6zPJYu6KsQ/Tkh3yNSUdOHqQ86xQH2Og==", + "requires": { + "@types/node": "*" + } + } + } + }, + "rdfxml-streaming-parser": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/rdfxml-streaming-parser/-/rdfxml-streaming-parser-1.3.6.tgz", + "integrity": "sha512-t9uqmCiPjmMFMXQ3Va2rc4ePElhze63EUmXVLA05s40NQEvphj8I8Kl1qODBwHnxocdoc1yVQRsC6hVJAPHvPQ==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "relative-to-absolute-iri": "^1.0.0", + "sax": "^1.2.4" + } + }, + "read-only-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/read-only-stream/-/read-only-stream-2.0.0.tgz", + "integrity": "sha1-JyT9aoET1zdkrCiNQ4YnDB2/F/A=", + "requires": { + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readable-stream-node-to-web": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/readable-stream-node-to-web/-/readable-stream-node-to-web-1.0.1.tgz", + "integrity": "sha1-i3YU+qFGXr+g2pucpjA/onBzt88=" + }, + "readdirp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.2.0.tgz", + "integrity": "sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==", + "requires": { + "picomatch": "^2.0.4" + } + }, + "regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "requires": { + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" + } + }, + "regexp.prototype.flags": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", + "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "registry-auth-token": {}, + "registry-url": {}, + "relative-to-absolute-iri": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/relative-to-absolute-iri/-/relative-to-absolute-iri-1.0.6.tgz", + "integrity": "sha512-Xw5/Zx6iWSCMJUXwXVOjySjH8Xli4hVFL9QQFvkl1qEmFBG94J+QUI9emnoctOCD3285f1jNV+QWV9eDYwIdfQ==" + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" + }, + "repeat-element": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", + "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==" + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" + }, + "request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "requireg": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/requireg/-/requireg-0.1.8.tgz", + "integrity": "sha512-qjbwnviLXg4oZiAFEr1ExbevkUPaEiP1uPGSoFCVgCCcbo4PXv9SmiJpXNYmgTBCZ8fY1Jy+sk7F9/kPNepeDw==", + "requires": { + "nested-error-stacks": "~2.0.1", + "rc": "~1.2.7", + "resolve": "~1.7.1" + } + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + }, + "resolve": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.7.1.tgz", + "integrity": "sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==", + "requires": { + "path-parse": "^1.0.5" + } + }, + "resolve-cwd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz", + "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", + "requires": { + "resolve-from": "^3.0.0" + } + }, + "resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", + "requires": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + } + }, + "resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" + }, + "resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" + }, + "ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" + }, + "retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=" + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "requires": { + "glob": "^7.1.3" + } + }, + "ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "run-queue": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", + "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", + "requires": { + "aproba": "^1.1.1" + } + }, + "safe-buffer": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", + "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" + }, + "safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", + "requires": { + "ret": "~0.1.10" + } + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "sax-stream": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax-stream/-/sax-stream-1.3.0.tgz", + "integrity": "sha512-tcfsAAICAkyNNe4uiKtKmLKxx3C7qPAej13UUoN+7OLYq/P5kHGahZtJhhMVM3fIMndA6TlYHWFlFEzFkv1VGg==", + "requires": { + "debug": "~2", + "sax": "~1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + }, + "select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=" + }, + "selfsigned": { + "version": "1.10.7", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.7.tgz", + "integrity": "sha512-8M3wBCzeWIJnQfl43IKwOmC4H/RAp50S8DF60znzjW5GVqTcSe2vWclt7hmYVPkKPlHWOu5EaWOMZ2Y6W8ZXTA==", + "requires": { + "node-forge": "0.9.0" + }, + "dependencies": { + "node-forge": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz", + "integrity": "sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ==" + } + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "send": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", + "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "requires": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.7.2", + "mime": "1.6.0", + "ms": "2.1.1", + "on-finished": "~2.3.0", + "range-parser": "~1.2.1", + "statuses": "~1.5.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + }, + "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } + } + }, + "serialize-javascript": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.2.tgz", + "integrity": "sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ==" + }, + "serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", + "requires": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + } + } + }, + "serve-static": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", + "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.17.1" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "set-value": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "requires": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" + }, + "setprototypeof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "shasum": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/shasum/-/shasum-1.0.2.tgz", + "integrity": "sha1-5wEjENj0F/TetXEhUOVni4euVl8=", + "requires": { + "json-stable-stringify": "~0.0.0", + "sha.js": "~2.4.4" + }, + "dependencies": { + "json-stable-stringify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz", + "integrity": "sha1-YRwj6BTbN1Un34URk9tZ3Sryf0U=", + "requires": { + "jsonify": "~0.0.0" + } + } + } + }, + "shasum-object": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shasum-object/-/shasum-object-1.0.0.tgz", + "integrity": "sha512-Iqo5rp/3xVi6M4YheapzZhhGPVs0yZwHj7wvwQ1B9z8H6zk+FEnI7y3Teq7qwnekfEhu8WmG2z0z4iWZaxLWVg==", + "requires": { + "fast-safe-stringify": "^2.0.7" + } + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" + }, + "shell-quote": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz", + "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==" + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" + }, + "simple-concat": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.0.tgz", + "integrity": "sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY=" + }, + "slash": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", + "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=" + }, + "snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "requires": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "requires": { + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "requires": { + "kind-of": "^3.2.0" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "sockjs": { + "version": "0.3.19", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.19.tgz", + "integrity": "sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw==", + "requires": { + "faye-websocket": "^0.10.0", + "uuid": "^3.0.1" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "sockjs-client": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.4.0.tgz", + "integrity": "sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g==", + "requires": { + "debug": "^3.2.5", + "eventsource": "^1.0.7", + "faye-websocket": "~0.11.1", + "inherits": "^2.0.3", + "json3": "^3.3.2", + "url-parse": "^1.4.3" + }, + "dependencies": { + "faye-websocket": { + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz", + "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==", + "requires": { + "websocket-driver": ">=0.5.1" + } + } + } + }, + "source-list-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, + "source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "requires": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + }, + "source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "source-map-url": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", + "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" + }, + "sparqlalgebrajs": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.2.2.tgz", + "integrity": "sha512-djILA858R+dXke/oDuYa2yzulexZuL1bIxQSbOZIE5BHcxVkIU4LUwrp2GaB1g/c84afDk3G1ZffLURiC9iKOw==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "fast-deep-equal": "^3.1.1", + "minimist": "^1.2.5", + "rdf-string": "^1.3.1", + "sparqljs": "^3.0.1" + } + }, + "sparqlee": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.3.2.tgz", + "integrity": "sha512-ignTokSpdXjY5JMyAnObaxWsCQm0LAb1ZHlBHw0Ry61D5fCxfzE4e6YgidatmTlECBJojBLqshGsH0fBggdHnQ==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "@types/asynciterator": "^1.1.0", + "@types/rdf-js": "^2.0.4", + "create-hash": "^1.2.0", + "decimal.js": "^10.2.0", + "immutable": "^3.8.2", + "rdf-string": "^1.1.1", + "sparqlalgebrajs": "^2.1.0", + "uri-js": "^4.2.2", + "uuid": "^7.0.0" + } + }, + "sparqljs": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.0.1.tgz", + "integrity": "sha512-1kkmqUctPvHyOcJjRR/NWrwVsJj3DydGgz+QZJWrW+uVtWWAsBk74uUYhHS2M7YMZ0xJmSnpGiWr9C4+urNJFA==", + "requires": { + "n3": "^1.0.4" + } + }, + "sparqljson-parse": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/sparqljson-parse/-/sparqljson-parse-1.5.2.tgz", + "integrity": "sha512-VnYzLsiha3Byb7iKr4qbwsztF7cjZFDEnJg2Z2fSbVlUOa4Pwk4cHem6SnFDBWRrOtu/N98v9/JMVRi6bQYqew==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^13.1.0", + "@types/rdf-js": "^3.0.0", + "JSONStream": "^1.3.3" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.2.tgz", + "integrity": "sha512-MWZrO1DXlxmeDGsjQPsgkceAJdxYb+d4WSjZZivusYzuXqvgdXqUwO6zPJYu6KsQ/Tkh3yNSUdOHqQ86xQH2Og==", + "requires": { + "@types/node": "*" + } + } + } + }, + "sparqljson-to-tree": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/sparqljson-to-tree/-/sparqljson-to-tree-2.0.0.tgz", + "integrity": "sha512-+2R6RtLYm5A3zA/SzIU/6RCp8lM2KQfJpos53BmkgRnHHHvP/ZVtMMnqY9IsV3msMLSCa/D/rS51ND8nCPwRoQ==", + "requires": { + "rdf-literal": "^1.0.0", + "sparqljson-parse": "^1.5.0" + } + }, + "sparqlxml-parse": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.2.2.tgz", + "integrity": "sha512-xFN+S97DRI9jrlFsOntB8rmtEAJeTUAyRCquibiLCbE+z63iw1tFdM9NhrphrPey1+EH75vh9AjycXwDD6nEIw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^10.12.18", + "@types/rdf-js": "^2.0.2", + "sax-stream": "^1.2.3" + }, + "dependencies": { + "@types/node": { + "version": "10.17.26", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.26.tgz", + "integrity": "sha512-myMwkO2Cr82kirHY8uknNRHEVtn0wV3DTQfkrjx17jmkstDRZ24gNUdl8AHXVyVclTYI/bNjgTPTAWvWLqXqkw==" + } + } + }, + "spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "requires": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "requires": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "requires": { + "extend-shallow": "^3.0.0" + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "ssri": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz", + "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", + "requires": { + "figgy-pudding": "^3.5.1" + } + }, + "static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", + "requires": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + }, + "stream-browserify": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", + "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", + "requires": { + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "stream-combiner2": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz", + "integrity": "sha1-+02KFCDqNidk4hrUeAOXvry0HL4=", + "requires": { + "duplexer2": "~0.1.0", + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "stream-each": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", + "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", + "requires": { + "end-of-stream": "^1.1.0", + "stream-shift": "^1.0.0" + } + }, + "stream-http": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-3.1.1.tgz", + "integrity": "sha512-S7OqaYu0EkFpgeGFb/NPOoPLxFko7TPqtEeFg5DXPB4v/KETHG0Ln6fRFrNezoelpaDKmycEmmZ81cC9DAwgYg==", + "requires": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "xtend": "^4.0.2" + } + }, + "stream-shift": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" + }, + "stream-splicer": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/stream-splicer/-/stream-splicer-2.0.1.tgz", + "integrity": "sha512-Xizh4/NPuYSyAXyT7g8IvdJ9HJpxIGL9PjyhtywCZvvP0OPIdqyrr4dMikeuvY8xahpdKEBlBTySe583totajg==", + "requires": { + "inherits": "^2.0.1", + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "stream-to-string": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/stream-to-string/-/stream-to-string-1.2.0.tgz", + "integrity": "sha512-8drZlFIKBHSMdX9GCWv8V9AAWnQcTqw0iAI6/GC7UJ0H0SwKeFKjOoZfGY1tOU00GGU7FYZQoJ/ZCUEoXhD7yQ==", + "requires": { + "promise-polyfill": "^1.1.6" + } + }, + "streamify-string": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/streamify-string/-/streamify-string-1.0.1.tgz", + "integrity": "sha1-niIN4z4cR13TDgIG9bGBXMbJUls=" + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "string.prototype.trimend": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", + "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "string.prototype.trimleft": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz", + "integrity": "sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5", + "string.prototype.trimstart": "^1.0.0" + } + }, + "string.prototype.trimright": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz", + "integrity": "sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5", + "string.prototype.trimend": "^1.0.0" + } + }, + "string.prototype.trimstart": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", + "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "requires": { + "safe-buffer": "~5.2.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "requires": { + "is-utf8": "^0.2.0" + } + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" + }, + "subarg": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz", + "integrity": "sha1-9izxdYHplrSPyWVpn1TAauJouNI=", + "requires": { + "minimist": "^1.1.0" + } + }, + "supports-color": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz", + "integrity": "sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "syntax-error": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/syntax-error/-/syntax-error-1.4.0.tgz", + "integrity": "sha512-YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w==", + "requires": { + "acorn-node": "^1.2.0" + } + }, + "tapable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" + }, + "term-size": { + "dependencies": { + "cross-spawn": {} + } + }, + "terser": { + "version": "4.6.13", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.6.13.tgz", + "integrity": "sha512-wMvqukYgVpQlymbnNbabVZbtM6PN63AzqexpwJL8tbh/mRT9LE5o+ruVduAGL7D6Fpjl+Q+06U5I9Ul82odAhw==", + "requires": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "terser-webpack-plugin": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.3.tgz", + "integrity": "sha512-QMxecFz/gHQwteWwSo5nTc6UaICqN1bMedC5sMtUc7y3Ha3Q8y6ZO0iCR8pq4RJC8Hjf0FEPEHZqcMB/+DFCrA==", + "requires": { + "cacache": "^12.0.2", + "find-cache-dir": "^2.1.0", + "is-wsl": "^1.1.0", + "schema-utils": "^1.0.0", + "serialize-javascript": "^2.1.2", + "source-map": "^0.6.1", + "terser": "^4.1.2", + "webpack-sources": "^1.4.0", + "worker-farm": "^1.7.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + }, + "through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "requires": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" + }, + "timers-browserify": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz", + "integrity": "sha1-ycWLV1voQHN1y14kYtrO50NZ9B0=", + "requires": { + "process": "~0.11.0" + } + }, + "to-arraybuffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=" + }, + "to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "requires": { + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "toidentifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" + }, + "touch": {}, + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + }, + "ts-loader": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-7.0.2.tgz", + "integrity": "sha512-DwpZFB67RoILQHx42dMjSgv2STpacsQu5X+GD/H9ocd8IhU0m8p3b/ZrIln2KmcucC6xep2PdEMEblpWT71euA==", + "requires": { + "chalk": "^2.3.0", + "enhanced-resolve": "^4.0.0", + "loader-utils": "^1.0.2", + "micromatch": "^4.0.0", + "semver": "^6.0.0" + } + }, + "ts-node": { + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.8.1.tgz", + "integrity": "sha512-10DE9ONho06QORKAaCBpPiFCdW+tZJuY/84tyypGtl6r+/C7Asq0dhqbRZURuUlLQtZxxDvT8eoj8cGW0ha6Bg==", + "requires": { + "arg": "^4.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "source-map-support": "^0.5.6", + "yn": "3.1.1" + }, + "dependencies": { + "diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==" + } + } + }, + "tsconfig": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/tsconfig/-/tsconfig-5.0.3.tgz", + "integrity": "sha1-X0J45wGACWeo/Dg/0ZZIh48qbjo=", + "requires": { + "any-promise": "^1.3.0", + "parse-json": "^2.2.0", + "strip-bom": "^2.0.0", + "strip-json-comments": "^2.0.0" + } + }, + "tsify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/tsify/-/tsify-4.0.1.tgz", + "integrity": "sha512-ClznEI+pmwY5wmD0J7HCSVERwkD+l71ch3Dqyod2JuQLEsFaiNDI+vPjaGadsuVFVvmzgoI7HghrBtWsSmCDHQ==", + "requires": { + "convert-source-map": "^1.1.0", + "fs.realpath": "^1.0.0", + "object-assign": "^4.1.0", + "semver": "^5.6.0", + "through2": "^2.0.0", + "tsconfig": "^5.0.3" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "tslib": { + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.11.2.tgz", + "integrity": "sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg==" + }, + "tty-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz", + "integrity": "sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==" + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" + }, + "type": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", + "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" + }, + "type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" + }, + "typescript": { + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz", + "integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==" + }, + "typings-core": {}, + "umd": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/umd/-/umd-3.0.3.tgz", + "integrity": "sha512-4IcGSufhFshvLNcMCV80UnQVlZ5pMOC8mvNPForqwA4+lzYQuetTESLDQkeLmihq8bRcnpbQa48Wb8Lh16/xow==" + }, + "undeclared-identifiers": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz", + "integrity": "sha512-pJOW4nxjlmfwKApE4zvxLScM/njmwj/DiUBv7EabwE4O8kRUy+HIwxQtZLBPll/jx1LJyBcqNfB3/cpv9EZwOw==", + "requires": { + "acorn-node": "^1.3.0", + "dash-ast": "^1.0.0", + "get-assigned-identifiers": "^1.2.0", + "simple-concat": "^1.0.0", + "xtend": "^4.0.1" + } + }, + "union-value": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", + "requires": { + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" + } + }, + "unique-filename": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "requires": { + "unique-slug": "^2.0.0" + } + }, + "unique-slug": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", + "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "requires": { + "imurmurhash": "^0.1.4" + } + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + }, + "unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", + "requires": { + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "dependencies": { + "has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", + "requires": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "dependencies": { + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "requires": { + "isarray": "1.0.0" + } + } + } + }, + "has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" + } + } + }, + "upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==" + }, + "update-notifier": {}, + "uri-js": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "requires": { + "punycode": "^2.1.0" + } + }, + "uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha1-BdCoU/+8iw9Jqj1NKtd3sNHuBww=" + }, + "urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" + }, + "url": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", + "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", + "requires": { + "punycode": "1.3.2", + "querystring": "0.2.0" + }, + "dependencies": { + "punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" + } + } + }, + "url-parse": { + "version": "1.4.7", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz", + "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==", + "requires": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "use": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" + }, + "util": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", + "requires": { + "inherits": "2.0.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" + }, + "uuid": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", + "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" + }, + "v8-compile-cache": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz", + "integrity": "sha512-CNmdbwQMBjwr9Gsmohvm0pbL954tJrNzf6gWL3K+QMQf00PF7ERGrEiLgjuU3mKreLC2MeGhUsNV9ybTbLgd3w==" + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "vm-browserify": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" + }, + "watchpack": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.1.tgz", + "integrity": "sha512-+IF9hfUFOrYOOaKyfaI7h7dquUIOgyEMoQMLA7OP5FxegKA2+XdXThAZ9TU2kucfhDH7rfMHs1oPYziVGWRnZA==", + "requires": { + "chokidar": "^2.1.8", + "graceful-fs": "^4.1.2", + "neo-async": "^2.5.0" + }, + "dependencies": { + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "requires": { + "minimalistic-assert": "^1.0.0" + } + }, + "web-streams-node": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/web-streams-node/-/web-streams-node-0.4.0.tgz", + "integrity": "sha512-u+PBQs8DFaBrN/bxCLFn21tO/ZP7EM3qA4FGzppoUCcZ5CaMbKOsN8uOp27ylVEsfrxcR2tsF6gWHI5M8bN73w==", + "requires": { + "is-stream": "^1.1.0", + "readable-stream-node-to-web": "^1.0.1", + "web-streams-ponyfill": "^1.4.1" + } + }, + "web-streams-ponyfill": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/web-streams-ponyfill/-/web-streams-ponyfill-1.4.2.tgz", + "integrity": "sha512-LCHW+fE2UBJ2vjhqJujqmoxh1ytEDEr0dPO3CabMdMDJPKmsaxzS90V1Ar6LtNE5VHLqxR4YMEj1i4lzMAccIA==" + }, + "webpack": { + "version": "4.43.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.43.0.tgz", + "integrity": "sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/wasm-edit": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "acorn": "^6.4.1", + "ajv": "^6.10.2", + "ajv-keywords": "^3.4.1", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^4.1.0", + "eslint-scope": "^4.0.3", + "json-parse-better-errors": "^1.0.2", + "loader-runner": "^2.4.0", + "loader-utils": "^1.2.3", + "memory-fs": "^0.4.1", + "micromatch": "^3.1.10", + "mkdirp": "^0.5.3", + "neo-async": "^2.6.1", + "node-libs-browser": "^2.2.1", + "schema-utils": "^1.0.0", + "tapable": "^1.1.3", + "terser-webpack-plugin": "^1.4.3", + "watchpack": "^1.6.1", + "webpack-sources": "^1.4.1" + }, + "dependencies": { + "acorn": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz", + "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==" + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "webpack-cli": { + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.11.tgz", + "integrity": "sha512-dXlfuml7xvAFwYUPsrtQAA9e4DOe58gnzSxhgrO/ZM/gyXTBowrsYeubyN4mqGhYdpXMFNyQ6emjJS9M7OBd4g==", + "requires": { + "chalk": "2.4.2", + "cross-spawn": "6.0.5", + "enhanced-resolve": "4.1.0", + "findup-sync": "3.0.0", + "global-modules": "2.0.0", + "import-local": "2.0.0", + "interpret": "1.2.0", + "loader-utils": "1.2.3", + "supports-color": "6.1.0", + "v8-compile-cache": "2.0.3", + "yargs": "13.2.4" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "emojis-list": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz", + "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=" + }, + "enhanced-resolve": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz", + "integrity": "sha512-F/7vkyTtyc/llOIn8oWclcB25KdRaiPBpZYDgJHgh/UHtpgT2p2eldQgtQnLtUvfMKPKxbRaQM/hHkvLHt1Vng==", + "requires": { + "graceful-fs": "^4.1.2", + "memory-fs": "^0.4.0", + "tapable": "^1.0.0" + } + }, + "global-modules": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "requires": { + "global-prefix": "^3.0.0" + } + }, + "global-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", + "requires": { + "ini": "^1.3.5", + "kind-of": "^6.0.2", + "which": "^1.3.1" + } + }, + "loader-utils": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz", + "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^2.0.0", + "json5": "^1.0.1" + } + }, + "memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "yargs": { + "version": "13.2.4", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.2.4.tgz", + "integrity": "sha512-HG/DWAJa1PAnHT9JAhNa8AbAv3FPaiLzioSjCcmuXXhP8MlpHO5vwls4g4j6n30Z74GVQj8Xa62dWVx1QCGklg==", + "requires": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "os-locale": "^3.1.0", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.0" + } + } + } + }, + "webpack-dev-middleware": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz", + "integrity": "sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw==", + "requires": { + "memory-fs": "^0.4.1", + "mime": "^2.4.4", + "mkdirp": "^0.5.1", + "range-parser": "^1.2.1", + "webpack-log": "^2.0.0" + }, + "dependencies": { + "memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "mime": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.5.tgz", + "integrity": "sha512-3hQhEUF027BuxZjQA3s7rIv/7VCQPa27hN9u9g87sEkWaKwQPuXOkVKtOeiyUrnWqTDiOs8Ed2rwg733mB0R5w==" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "webpack-dev-server": { + "version": "3.10.3", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.10.3.tgz", + "integrity": "sha512-e4nWev8YzEVNdOMcNzNeCN947sWJNd43E5XvsJzbAL08kGc2frm1tQ32hTJslRS+H65LCb/AaUCYU7fjHCpDeQ==", + "requires": { + "ansi-html": "0.0.7", + "bonjour": "^3.5.0", + "chokidar": "^2.1.8", + "compression": "^1.7.4", + "connect-history-api-fallback": "^1.6.0", + "debug": "^4.1.1", + "del": "^4.1.1", + "express": "^4.17.1", + "html-entities": "^1.2.1", + "http-proxy-middleware": "0.19.1", + "import-local": "^2.0.0", + "internal-ip": "^4.3.0", + "ip": "^1.1.5", + "is-absolute-url": "^3.0.3", + "killable": "^1.0.1", + "loglevel": "^1.6.6", + "opn": "^5.5.0", + "p-retry": "^3.0.1", + "portfinder": "^1.0.25", + "schema-utils": "^1.0.0", + "selfsigned": "^1.10.7", + "semver": "^6.3.0", + "serve-index": "^1.9.1", + "sockjs": "0.3.19", + "sockjs-client": "1.4.0", + "spdy": "^4.0.1", + "strip-ansi": "^3.0.1", + "supports-color": "^6.1.0", + "url": "^0.11.0", + "webpack-dev-middleware": "^3.7.2", + "webpack-log": "^2.0.0", + "ws": "^6.2.1", + "yargs": "12.0.5" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "cliui": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", + "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", + "requires": { + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0", + "wrap-ansi": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "^3.0.0" + } + } + } + }, + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } + }, + "get-caller-file": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", + "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==" + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + } + }, + "require-main-filename": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", + "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=" + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + }, + "wrap-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1" + }, + "dependencies": { + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + } + } + }, + "yargs": { + "version": "12.0.5", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz", + "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==", + "requires": { + "cliui": "^4.0.0", + "decamelize": "^1.2.0", + "find-up": "^3.0.0", + "get-caller-file": "^1.0.1", + "os-locale": "^3.0.0", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^2.0.0", + "which-module": "^2.0.0", + "y18n": "^3.2.1 || ^4.0.0", + "yargs-parser": "^11.1.1" + } + }, + "yargs-parser": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz", + "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + } + } + }, + "webpack-log": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz", + "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", + "requires": { + "ansi-colors": "^3.0.0", + "uuid": "^3.3.2" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "requires": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "websocket-driver": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.3.tgz", + "integrity": "sha512-bpxWlvbbB459Mlipc5GBzzZwhoZgGEZLuqPaR0INBGnPAY1vdBX6hPnoFXiw+3yWxDuHyQjO2oXTMyS8A5haFg==", + "requires": { + "http-parser-js": ">=0.4.0 <0.4.11", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + } + }, + "websocket-extensions": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz", + "integrity": "sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==" + }, + "whatwg-fetch": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz", + "integrity": "sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==" + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "requires": { + "isexe": "^2.0.0" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "requires": { + "string-width": "^1.0.2 || 2" + } + }, + "worker-farm": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz", + "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", + "requires": { + "errno": "~0.1.7" + } + }, + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "ws": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", + "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", + "requires": { + "async-limiter": "~1.0.0" + } + }, + "xml": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=" + }, + "xmldom": { + "version": "0.1.19", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz", + "integrity": "sha1-Yx/Ad3bv2EEYvyUXGzftTQdaCrw=" + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + }, + "y18n": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", + "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + }, + "yargs": { + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", + "requires": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.2" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + }, + "yargs-unparser": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.6.0.tgz", + "integrity": "sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==", + "requires": { + "flat": "^4.1.0", + "lodash": "^4.17.15", + "yargs": "^13.3.0" + } + }, + "yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" + } + } + }, + "@babel/code-frame": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", + "dev": true, + "requires": { + "@babel/highlight": "^7.8.3" + } + }, + "@babel/core": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz", + "integrity": "sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.9.0", + "@babel/helper-module-transforms": "^7.9.0", + "@babel/helpers": "^7.9.0", + "@babel/parser": "^7.9.0", + "@babel/template": "^7.8.6", + "@babel/traverse": "^7.9.0", + "@babel/types": "^7.9.0", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.13", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "@babel/generator": { + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.9.5.tgz", + "integrity": "sha512-GbNIxVB3ZJe3tLeDm1HSn2AhuD/mVcyLDpgtLXa5tplmWrJdF/elxB56XNqCuD6szyNkDi6wuoKXln3QeBmCHQ==", + "dev": true, + "requires": { + "@babel/types": "^7.9.5", + "jsesc": "^2.5.1", + "lodash": "^4.17.13", + "source-map": "^0.5.0" + } + }, + "@babel/helper-function-name": { + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz", + "integrity": "sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==", + "dev": true, + "requires": { + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/types": "^7.9.5" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", + "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz", + "integrity": "sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-module-imports": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz", + "integrity": "sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-module-transforms": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz", + "integrity": "sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.8.3", + "@babel/helper-replace-supers": "^7.8.6", + "@babel/helper-simple-access": "^7.8.3", + "@babel/helper-split-export-declaration": "^7.8.3", + "@babel/template": "^7.8.6", + "@babel/types": "^7.9.0", + "lodash": "^4.17.13" + } + }, + "@babel/helper-optimise-call-expression": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz", + "integrity": "sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-replace-supers": { + "version": "7.8.6", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz", + "integrity": "sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==", + "dev": true, + "requires": { + "@babel/helper-member-expression-to-functions": "^7.8.3", + "@babel/helper-optimise-call-expression": "^7.8.3", + "@babel/traverse": "^7.8.6", + "@babel/types": "^7.8.6" + } + }, + "@babel/helper-simple-access": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz", + "integrity": "sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw==", + "dev": true, + "requires": { + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", + "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz", + "integrity": "sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==", + "dev": true + }, + "@babel/helpers": { + "version": "7.9.2", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.9.2.tgz", + "integrity": "sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA==", + "dev": true, + "requires": { + "@babel/template": "^7.8.3", + "@babel/traverse": "^7.9.0", + "@babel/types": "^7.9.0" + } + }, + "@babel/highlight": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.9.0.tgz", + "integrity": "sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.9.0", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.9.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.9.4.tgz", + "integrity": "sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==", + "dev": true + }, + "@babel/template": { + "version": "7.8.6", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.6.tgz", + "integrity": "sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/parser": "^7.8.6", + "@babel/types": "^7.8.6" + } + }, + "@babel/traverse": { + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.5.tgz", + "integrity": "sha512-c4gH3jsvSuGUezlP6rzSJ6jf8fYjLj3hsMZRx/nX0h+fmHN0w+ekubRrHPqnMec0meycA2nwCsJ7dC8IPem2FQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.9.5", + "@babel/helper-function-name": "^7.9.5", + "@babel/helper-split-export-declaration": "^7.8.3", + "@babel/parser": "^7.9.0", + "@babel/types": "^7.9.5", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.13" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "@babel/types": { + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.9.5.tgz", + "integrity": "sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.9.5", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "@comunica/actor-abstract-bindings-hash": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.14.0.tgz", + "integrity": "sha512-dOsaJyDtxa8Pg+JYOOKgTHFqyv7UWwqS5wBTVeJb/3249STUgQ/I9BX8JnDsCyNbyCjOnzONQhkO2Mc36Fnz1Q==", + "requires": { + "canonicalize": "^1.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-abstract-mediatyped": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.14.0.tgz", + "integrity": "sha512-mQh3aBRB78TioV0pBuWxalJatc7qI1kk92vyMe5ADO7+zknzfUTMZQK702j79smZdaYuzmPi5JQwPgFy7V/tMQ==", + "requires": { + "@types/lodash.mapvalues": "^4.6.3", + "lodash.mapvalues": "^4.6.0" + } + }, + "@comunica/actor-abstract-path": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.14.0.tgz", + "integrity": "sha512-NLIIXTFxWw/j1Olg84tYDP8+wkmHzIwSImXtQ2eKqMDTg1XAhPQ6yEXiuLsD9mEBwViQFchBaaCGdF2XyNGEqg==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-http-memento": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.14.0.tgz", + "integrity": "sha512-UREA2jPckRCnskknoIJRlSK6wwLgNL+rYEME6pSRWZKWNOCK8XYBnEvHaLFYDvWwptrNdkKneOVlR7qu1oVDJg==", + "requires": { + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "parse-link-header": "^1.0.1" + }, + "dependencies": { + "cross-fetch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", + "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", + "requires": { + "node-fetch": "2.6.0" + } + }, + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + } + } + }, + "@comunica/actor-http-native": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.14.0.tgz", + "integrity": "sha512-RHWCNQd/7En8gdfOYSFtb0X+YTBvf8DgeJOq8Qbge5rNuYo+PUxVm0ClgPh544jhh5tAS+ZjySAecQDJSkk1rQ==", + "requires": { + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "follow-redirects": "^1.5.1", + "parse-link-header": "^1.0.1" + }, + "dependencies": { + "cross-fetch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", + "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", + "requires": { + "node-fetch": "2.6.0" + } + }, + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + } + } + }, + "@comunica/actor-http-proxy": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.14.0.tgz", + "integrity": "sha512-sVwk7SfIvk29LEQ7KuhmlU0MzbinJN8Ll6JZvbSeHELWAuKqb/Pb5s+paxQTT7zDMlbghh/M/+jEeZyOvks/3w==" + }, + "@comunica/actor-init-sparql": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.14.0.tgz", + "integrity": "sha512-8Wc2OrzYjIt3Q7Mk90ewN/DLxvfNi7FAgiuj1UXvsuv0/2nlnDGmfjxGjXT9yJcZzmD1eFJ/PydAmRY3yJbp9A==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.14.0", + "@comunica/actor-abstract-mediatyped": "^1.14.0", + "@comunica/actor-http-memento": "^1.14.0", + "@comunica/actor-http-native": "^1.14.0", + "@comunica/actor-http-proxy": "^1.14.0", + "@comunica/actor-optimize-query-operation-join-bgp": "^1.14.0", + "@comunica/actor-query-operation-ask": "^1.14.0", + "@comunica/actor-query-operation-bgp-empty": "^1.14.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.14.0", + "@comunica/actor-query-operation-bgp-single": "^1.14.0", + "@comunica/actor-query-operation-construct": "^1.14.0", + "@comunica/actor-query-operation-describe-subject": "^1.14.0", + "@comunica/actor-query-operation-distinct-hash": "^1.14.0", + "@comunica/actor-query-operation-extend": "^1.14.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.14.0", + "@comunica/actor-query-operation-from-quad": "^1.14.0", + "@comunica/actor-query-operation-group": "^1.14.0", + "@comunica/actor-query-operation-join": "^1.14.0", + "@comunica/actor-query-operation-leftjoin-left-deep": "^1.14.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.14.0", + "@comunica/actor-query-operation-minus": "^1.14.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.14.0", + "@comunica/actor-query-operation-path-alt": "^1.14.0", + "@comunica/actor-query-operation-path-inv": "^1.14.0", + "@comunica/actor-query-operation-path-link": "^1.14.0", + "@comunica/actor-query-operation-path-nps": "^1.14.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.14.0", + "@comunica/actor-query-operation-path-seq": "^1.14.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.14.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.14.0", + "@comunica/actor-query-operation-project": "^1.14.0", + "@comunica/actor-query-operation-quadpattern": "^1.14.0", + "@comunica/actor-query-operation-reduced-hash": "^1.14.0", + "@comunica/actor-query-operation-service": "^1.14.0", + "@comunica/actor-query-operation-slice": "^1.14.0", + "@comunica/actor-query-operation-sparql-endpoint": "^1.14.0", + "@comunica/actor-query-operation-union": "^1.14.0", + "@comunica/actor-query-operation-values": "^1.14.0", + "@comunica/actor-rdf-dereference-http-parse": "^1.14.0", + "@comunica/actor-rdf-join-multi-smallest": "^1.14.0", + "@comunica/actor-rdf-join-symmetrichash": "^1.14.0", + "@comunica/actor-rdf-metadata-all": "^1.14.0", + "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.14.0", + "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.14.0", + "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.14.0", + "@comunica/actor-rdf-metadata-primary-topic": "^1.14.0", + "@comunica/actor-rdf-parse-html": "^1.14.0", + "@comunica/actor-rdf-parse-html-rdfa": "^1.14.0", + "@comunica/actor-rdf-parse-html-script": "^1.14.0", + "@comunica/actor-rdf-parse-jsonld": "^1.14.0", + "@comunica/actor-rdf-parse-n3": "^1.14.0", + "@comunica/actor-rdf-parse-rdfxml": "^1.14.0", + "@comunica/actor-rdf-parse-xml-rdfa": "^1.14.0", + "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.14.0", + "@comunica/actor-rdf-resolve-hypermedia-none": "^1.14.0", + "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.14.0", + "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.14.0", + "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.14.0", + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.14.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.14.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.14.0", + "@comunica/actor-rdf-serialize-n3": "^1.14.0", + "@comunica/actor-sparql-parse-algebra": "^1.14.0", + "@comunica/actor-sparql-parse-graphql": "^1.14.0", + "@comunica/actor-sparql-serialize-json": "^1.14.0", + "@comunica/actor-sparql-serialize-rdf": "^1.14.0", + "@comunica/actor-sparql-serialize-simple": "^1.14.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.14.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.14.0", + "@comunica/actor-sparql-serialize-stats": "^1.14.0", + "@comunica/actor-sparql-serialize-table": "^1.14.0", + "@comunica/actor-sparql-serialize-tree": "^1.14.0", + "@comunica/bus-context-preprocess": "^1.14.0", + "@comunica/bus-http": "^1.14.0", + "@comunica/bus-http-invalidate": "^1.14.0", + "@comunica/bus-init": "^1.14.0", + "@comunica/bus-optimize-query-operation": "^1.14.0", + "@comunica/bus-query-operation": "^1.14.0", + "@comunica/bus-rdf-dereference": "^1.14.0", + "@comunica/bus-rdf-dereference-paged": "^1.14.0", + "@comunica/bus-rdf-join": "^1.14.0", + "@comunica/bus-rdf-metadata": "^1.14.0", + "@comunica/bus-rdf-metadata-extract": "^1.14.0", + "@comunica/bus-rdf-parse": "^1.14.0", + "@comunica/bus-rdf-parse-html": "^1.14.0", + "@comunica/bus-rdf-resolve-hypermedia": "^1.14.0", + "@comunica/bus-rdf-resolve-hypermedia-links": "^1.14.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.14.0", + "@comunica/bus-rdf-serialize": "^1.14.0", + "@comunica/bus-sparql-parse": "^1.14.0", + "@comunica/bus-sparql-serialize": "^1.14.0", + "@comunica/core": "^1.14.0", + "@comunica/logger-pretty": "^1.14.0", + "@comunica/logger-void": "^1.14.0", + "@comunica/mediator-all": "^1.14.0", + "@comunica/mediator-combine-pipeline": "^1.14.0", + "@comunica/mediator-combine-union": "^1.14.0", + "@comunica/mediator-number": "^1.14.0", + "@comunica/mediator-race": "^1.14.0", + "@comunica/runner": "^1.14.0", + "@comunica/runner-cli": "^1.14.0", + "@types/minimist": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0", + "asyncreiterable": "^2.0.0", + "minimist": "^1.2.0", + "negotiate": "^1.0.1", + "rdf-quad": "^1.4.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "streamify-string": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-init-sparql-rdfjs": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.14.0.tgz", + "integrity": "sha512-r4iV96KNvCALvNA52O3tGy1R83VCJmVkLTA5AuEqXmyJJNCeeK5Af4KcO7BULOL20FYgFw1wrfpSVb50PMzqXQ==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.14.0", + "@comunica/actor-init-sparql": "^1.14.0", + "@comunica/actor-query-operation-ask": "^1.14.0", + "@comunica/actor-query-operation-bgp-empty": "^1.14.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.14.0", + "@comunica/actor-query-operation-bgp-single": "^1.14.0", + "@comunica/actor-query-operation-construct": "^1.14.0", + "@comunica/actor-query-operation-describe-subject": "^1.14.0", + "@comunica/actor-query-operation-distinct-hash": "^1.14.0", + "@comunica/actor-query-operation-extend": "^1.14.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.14.0", + "@comunica/actor-query-operation-from-quad": "^1.14.0", + "@comunica/actor-query-operation-join": "^1.14.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.14.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.14.0", + "@comunica/actor-query-operation-path-alt": "^1.14.0", + "@comunica/actor-query-operation-path-inv": "^1.14.0", + "@comunica/actor-query-operation-path-link": "^1.14.0", + "@comunica/actor-query-operation-path-nps": "^1.14.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.14.0", + "@comunica/actor-query-operation-path-seq": "^1.14.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.14.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.14.0", + "@comunica/actor-query-operation-project": "^1.14.0", + "@comunica/actor-query-operation-quadpattern": "^1.14.0", + "@comunica/actor-query-operation-service": "^1.14.0", + "@comunica/actor-query-operation-slice": "^1.14.0", + "@comunica/actor-query-operation-union": "^1.14.0", + "@comunica/actor-query-operation-values": "^1.14.0", + "@comunica/actor-rdf-join-nestedloop": "^1.14.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.14.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.14.0", + "@comunica/actor-rdf-serialize-n3": "^1.14.0", + "@comunica/actor-sparql-parse-algebra": "^1.14.0", + "@comunica/actor-sparql-serialize-json": "^1.14.0", + "@comunica/actor-sparql-serialize-rdf": "^1.14.0", + "@comunica/actor-sparql-serialize-simple": "^1.14.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.14.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.14.0", + "@comunica/bus-context-preprocess": "^1.14.0", + "@comunica/bus-init": "^1.14.0", + "@comunica/bus-query-operation": "^1.14.0", + "@comunica/bus-rdf-join": "^1.14.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.14.0", + "@comunica/bus-rdf-serialize": "^1.14.0", + "@comunica/bus-sparql-parse": "^1.14.0", + "@comunica/bus-sparql-serialize": "^1.14.0", + "@comunica/core": "^1.14.0", + "@comunica/mediator-combine-pipeline": "^1.14.0", + "@comunica/mediator-combine-union": "^1.14.0", + "@comunica/mediator-number": "^1.14.0", + "@comunica/mediator-race": "^1.14.0", + "@comunica/runner": "^1.14.0", + "@comunica/runner-cli": "^1.14.0" + } + }, + "@comunica/actor-optimize-query-operation-join-bgp": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.14.0.tgz", + "integrity": "sha512-rVElyg++Jd7hhAdzKC8rgVDnGjtPTcRr8GyKvjIjC/ue/JI9GDz0LDP4448Y63MFd87TKYDnSS78KtmbS94YYA==", + "requires": { + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-ask": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.14.0.tgz", + "integrity": "sha512-y0QcS7Fl+TAdlYzRUemSCfblulLnBNPfMEK24p+ABs2yXXetZEbaPGvv0L1iDqSeWfEvsjIzCMx021f5UUtM1A==" + }, + "@comunica/actor-query-operation-bgp-empty": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.14.0.tgz", + "integrity": "sha512-9kW2sn3aRgB5Aty7zb1IcSxXC9l9gicNnXrZSDHOIISkKXForACLy5OyffEZF6n/PSSzLLHBb92Jv6pF+HCYrA==", + "requires": { + "asynciterator": "^3.0.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-query-operation-bgp-left-deep-smallest": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.14.0.tgz", + "integrity": "sha512-G47D9HFkRQId3f2zmtf0fJAmBLLff3cspF2MCTpvulhV1jmgDFBymTz9XUjk7q6eHosh9It1xLsxE8TciOWYCw==", + "requires": { + "@types/lodash.uniq": "^4.5.3", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0", + "lodash.uniq": "^4.5.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-bgp-single": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.14.0.tgz", + "integrity": "sha512-Z86s0MgOC+h6Md/wyytwVlYXfGbynZIYqNFqOmbnJMFLwJMZ9xJWU2yXxKuFj5dIl1URntRPBkmP5eKNJ27IhA==" + }, + "@comunica/actor-query-operation-construct": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.14.0.tgz", + "integrity": "sha512-FsFx6Vz56xtVg5tTqin96++1RSrIzzcMrLf9vMOnYFo2OtTt/fu3nB5d0bDswu8phvoOyCUyM5TwJbrBg8bwAA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0", + "rdf-terms": "^1.4.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-describe-subject": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.14.0.tgz", + "integrity": "sha512-DGv/zC/o6ChOnBFg9Pidsv+Y5W9LIRMnnpZTo5hW3hDLYdmBfRpF99KdWnCVCDuUjWN7ixK3w97cokiCe3G6Rw==", + "requires": { + "@comunica/actor-query-operation-union": "^1.14.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-distinct-hash": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.14.0.tgz", + "integrity": "sha512-vz521ZtESOJtZp8NCUj1K9feFGOaETTkS4GPz+i77CBZxOvDffVj6wDVDgGxxiqaCMpPEvF/0M2Y7Bjve+0evQ==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.14.0" + } + }, + "@comunica/actor-query-operation-extend": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.14.0.tgz", + "integrity": "sha512-qmfaQKF4ZrtOyTigi4/8b4s8ci0kiwdEZnVlBp30/lx88OpiKL+DIquvxx57ZNX1NZxLQU5f+EmtNvgn2PvNcQ==", + "requires": { + "sparqlee": "^1.4.0" + } + }, + "@comunica/actor-query-operation-filter-sparqlee": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.14.0.tgz", + "integrity": "sha512-+r+bBkCsMvZqllsZwdhuP3bIvQSUdhNJbdEETx912zBKoHiTdzZ9IB4bsN7Qm8DT083V7fnNWwplTV7YjagRow==", + "requires": { + "sparqlee": "^1.4.0" + } + }, + "@comunica/actor-query-operation-from-quad": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.14.0.tgz", + "integrity": "sha512-iRsXBkqCHN9gNhAMY8HFE9JU/FiwehzMh5MzNEjaQxzqC2UAUJ+AjgwHi2Ht0Uv0cezb5VKp1V2hIpxQ1wZazg==", + "requires": { + "@types/lodash.find": "^4.6.3", + "@types/rdf-js": "^3.0.0", + "lodash.find": "^4.6.0", + "sparqlalgebrajs": "^2.2.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-group": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.14.0.tgz", + "integrity": "sha512-Efe63RXqhAyFLaPO14r9hwH78Od6zYJUI2inzmll4ImvnWlwrQibEQgp7C5DbFELt+s17NJqv2BbdeAaDSO2fg==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.14.0", + "rdf-string": "^1.4.2", + "sparqlee": "^1.4.0" + } + }, + "@comunica/actor-query-operation-join": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.14.0.tgz", + "integrity": "sha512-KPNBpXgspA8dCGUZF8BqLe2U2QaWw3e+HeOuqvBXPZVeXcXbrl9BMfgo9269RjdsT5QkWrmSk0BIZ2Ds+uKEAw==" + }, + "@comunica/actor-query-operation-leftjoin-left-deep": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.14.0.tgz", + "integrity": "sha512-9pFqobP4xNA3c8hLNsMoEMb/gGRxteRYnZGZHa9+A3HWjQIp4EJjcBnBj/l9ibdfwKR0PJjLlUJ7rlnaPr+BsA==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-leftjoin-nestedloop": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.14.0.tgz", + "integrity": "sha512-N/MPV9aHUoyZ599tedKA1u3q3GakwoNyP4cSkU50ixYH9kKfuQoy1fqUyOIhtwB8reBMBfxxAWXOptOlwf0+Zw==", + "requires": { + "sparqlee": "^1.4.0" + } + }, + "@comunica/actor-query-operation-minus": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.14.0.tgz", + "integrity": "sha512-/Q0C1dB1IK3zuBFTiMbmiT01AW5hBmVEIT8sDsIPRtNIkf9nFekscEl1EeWlRfl5RbToJcjfr0QK9F9UGe/ZBw==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.14.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-orderby-sparqlee": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.14.0.tgz", + "integrity": "sha512-Yi0HkbhhB38Lz8cH13iTQQGu5lQo1/hrxWXKQIQzmYmf39XbNKuH6MEWzknhv2RffTHtelY/ZRsedI9Qd4sA9g==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlee": "^1.4.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-path-alt": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.14.0.tgz", + "integrity": "sha512-JNzT+vVsfyrwZ48mIBGLsFiRvB1+6SOa5cDlD5U40FzN/Bet1o+ZN5u+FUEVr77PEOTb6x7RIGawf10VdmZJTw==", + "requires": { + "@comunica/actor-abstract-path": "^1.14.0", + "@types/lodash.uniq": "^4.5.3", + "asynciterator": "^3.0.0", + "lodash.uniq": "^4.5.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-inv": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.14.0.tgz", + "integrity": "sha512-KZoTQN9z8JSqk9yqz5O5l5yaWGfoMeXjmFjkTuBVrH30vrtsNmWEVZGe8sjiXk47MHgGlmv2NzYk5TrKcbWkbw==", + "requires": { + "@comunica/actor-abstract-path": "^1.14.0" + } + }, + "@comunica/actor-query-operation-path-link": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.14.0.tgz", + "integrity": "sha512-qtX7eHoHneo+W+vcmMWWALoaNbJHmTXT3lnmaEHETc6+mg9WE8dBlCGth3qQMgBHprnij8iiubdc0MCXduADIg==", + "requires": { + "@comunica/actor-abstract-path": "^1.14.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-nps": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.14.0.tgz", + "integrity": "sha512-M+9tDKyE1WZOES8NShRyNk5pTUJA7c6OM6Tu/E725jcxy55O3lb/IjlHE5YoW/6K3MVPuq93f82PS0powW0rjA==", + "requires": { + "@comunica/actor-abstract-path": "^1.14.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-one-or-more": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.14.0.tgz", + "integrity": "sha512-O/6o2zTQXX8UUS1ngKXcxUflydl/URHn2oWUq9Rrst3f5Y4Mv/4LNTiZ8JcyezEsnGt9t8cLfut3hQvw2766ag==", + "requires": { + "@comunica/actor-abstract-path": "^1.14.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-path-seq": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.14.0.tgz", + "integrity": "sha512-vFHgDAOzdgOY/YDrqiZRI/qzyARXREiG9BXNJ9z1aiCSxM9KiTTeCCfIRM7U3bpvTky7weeyUineytgSssn1Dw==", + "requires": { + "@comunica/actor-abstract-path": "^1.14.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-zero-or-more": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.14.0.tgz", + "integrity": "sha512-ngmRKS2TvkrzjY8YNwOM7GxyvCqpzmASCnI0A2FQJxh1dt0eBthgGqdsbLKZ9cqnH66FS0BzeLovH6CXLER0KQ==", + "requires": { + "@comunica/actor-abstract-path": "^1.14.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-zero-or-one": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.14.0.tgz", + "integrity": "sha512-NXANUuub71OqoEzwie1VLZ5qsQyrxFWbF0iEOobdpDLI8qdpfyihBxVDdALaFcRgAxqPysIrwOzFUWS8DelN+w==", + "requires": { + "@comunica/actor-abstract-path": "^1.14.0", + "asynciterator": "^3.0.0", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-query-operation-project": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.14.0.tgz", + "integrity": "sha512-lNFQdOmFUG0EmMh9q6Smp9F9R71YDyAOnXJHG8/sQui5FKP4SmTO31qluDUOFVoVCwFVKiHt3MN8HLIjTAhdpA==", + "requires": { + "@comunica/data-factory": "^1.14.0", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-query-operation-quadpattern": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.14.0.tgz", + "integrity": "sha512-E/OQqrF/uyjEHWFXIUlpr62wOmKZ21JBOonG05oudG+jWteh1KiDMkHegq5nDzh8Nt0AnN3/bSJX4GY8fRhN7A==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-reduced-hash": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.14.0.tgz", + "integrity": "sha512-Qsfw9cv0OYRAQ7BgC03Un7KIHKsSDQCas000AToHoYI+YBzxRYo7TXRHZKoP2u672kqeYPwv7NpW6STwa9ETDQ==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.14.0", + "@types/lru-cache": "^5.1.0", + "lru-cache": "^6.0.0" + } + }, + "@comunica/actor-query-operation-service": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.14.0.tgz", + "integrity": "sha512-GriB5p7TMeqXieJ6qhK54pvrVMb39yv1XbPdftTULBfYPSudVXTPAq/V4bcYuqdmqTw0wlshvqir8z0qoLVH/w==", + "requires": { + "asynciterator": "^3.0.0" + } + }, + "@comunica/actor-query-operation-slice": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.14.0.tgz", + "integrity": "sha512-mw4P4BKu4J3ay+kalLuZuULZ+uPXgd5NFNil7MSadgBEj1qASXiEfty6JdjEwKAdlXYe9OPLsum1+MxzzlNQWA==" + }, + "@comunica/actor-query-operation-sparql-endpoint": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.14.0.tgz", + "integrity": "sha512-X/K/PgQWNSrRyyOjE4gCtFdQsAjbdpQ1niZKVxwMrO+BSpIbH0r3MPVJX7UJO1freZPn32qiDrHcY1W2DKQIbw==", + "requires": { + "@comunica/utils-datasource": "^1.14.0", + "@types/rdf-js": "^3.0.0", + "arrayify-stream": "^1.0.0", + "asynciterator": "^3.0.0", + "fetch-sparql-endpoint": "^1.6.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.2.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-union": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.14.0.tgz", + "integrity": "sha512-PMOop9IJao3wN9T/8Lb0oiU1CYHfHuPxA0p+8Ej+AFVxkLxiX/bgOi5JXJf5PJ8ux0SoAqqo7w6+lGwmuINfLw==", + "requires": { + "@types/lodash.union": "^4.6.3", + "asynciterator": "^3.0.0", + "lodash.union": "^4.6.0" + } + }, + "@comunica/actor-query-operation-values": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.14.0.tgz", + "integrity": "sha512-X73xcHzhC2p5NTNMs7GDykPxrXv4RxzJGUXlBsfkXx3dHaLYsaSPScuJe5JI7FZN9wXLyuB5xZxoMvQttj4KTA==", + "requires": { + "asynciterator": "^3.0.0", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-rdf-dereference-http-parse": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.14.0.tgz", + "integrity": "sha512-bj+8tJr6ZgXPdLuYrjr4MuOxQL1yX8uQbO9JVKvfTJE+ntvFPGAhUu3y4hFoXTj0bepf6RprKE8GIW+PdxaVDw==", + "requires": { + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-join-multi-smallest": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.14.0.tgz", + "integrity": "sha512-wONddiP1bDFpa5m5x1euQSnBbwhWrMnH5gpqxeSZKb0e7yEy+8+JnGPXnPFA9gJnsYtICUlf9pzofmhOk6WZuA==" + }, + "@comunica/actor-rdf-join-nestedloop": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.14.0.tgz", + "integrity": "sha512-rGcj6jaN/4kYl6UHdSc0bWDG0pESTE04VYkrwZhg3aFdRAv9X+94ejGDVXrQrG5Pa6goraGLNJpS8pNb7H/epA==", + "requires": { + "asyncjoin": "^1.0.0" + } + }, + "@comunica/actor-rdf-join-symmetrichash": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.14.0.tgz", + "integrity": "sha512-5Y9N7tIN2WgHP6DTW0sJTYHokzxZiCS4h7Nvb3I5nXlHzFNTi2/FlsqYE6gVKpcjaPgGdDD2OjSqTqplJZLfhw==", + "requires": { + "asyncjoin": "^1.0.0" + } + }, + "@comunica/actor-rdf-metadata-all": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.14.0.tgz", + "integrity": "sha512-o7ZsJevHcHr26ZNdedPbGeXCFQha+55LBZz6CdTMIcvDmezqhAec5LxcMCwW4z6TNJeQ3xCr/HSFkXT5YIA+RQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-metadata-extract-hydra-controls": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.14.0.tgz", + "integrity": "sha512-9vm4iZ3+llkoF3vwn4CSTMR8RR87k0JyNWao0hMoZFW8GxvU1gxWhjVezJm9x/H7FT1E9L+xVZZ4jKDnOwNZ8Q==", + "requires": { + "@types/lodash.assign": "^4.2.3", + "@types/rdf-js": "^3.0.0", + "@types/uritemplate": "^0.3.4", + "lodash.assign": "^4.2.0", + "uritemplate": "0.3.4" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-metadata-extract-hydra-count": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.14.0.tgz", + "integrity": "sha512-G8bU6u4n9dytjpvo8z2LjyxhKCwuo9WyZfhWNl8zv3ouayBia1vkNBPE/mirHwNPYxAwUai2BGNxRwzpUHnsnA==" + }, + "@comunica/actor-rdf-metadata-extract-sparql-service": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.14.0.tgz", + "integrity": "sha512-pJW49X1dyEvi5rv1B6tEhpbrB1A7h9sGJOpAr4+bHJ52+BptEzwVspeF06bMnAC+5fHFtjBKHiZFOyYfKUpM1Q==", + "requires": { + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-metadata-primary-topic": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.14.0.tgz", + "integrity": "sha512-2nnW8KjNd3j1fwH/pcTlqqkDr4RgLrJZuEAUBAp8odhHcBKb445cJGaSQB8KS6rWm0L9igMt5R8hqIg49hfHKA==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-parse-html": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.14.0.tgz", + "integrity": "sha512-ovYZpTfPVIfYFI2WeJYPuvBUHNmm5dozAKV/XHs1B4wTBf80E+ckx4GiTEIsonKjaMclsFZL494bc0DU6glrIQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "htmlparser2": "^4.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-parse-html-rdfa": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.14.0.tgz", + "integrity": "sha512-L6k8x1ZjtdkB36l+VmJB/78ZoB3igtkT8AEXh68rX2lEVbfp2uI2WC0P3sKPe5esAzz3p20wxyjq1eXefiji/Q==", + "requires": { + "rdfa-streaming-parser": "^1.1.1" + } + }, + "@comunica/actor-rdf-parse-html-script": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.14.0.tgz", + "integrity": "sha512-YBw8k2Ym4EMBacRnomWcSgVlFv2hBMKFHoQn/hVs8gQZGrEexPOuVqEWbQPcOz+9GeAJY+uQGlEKF1knR4tASA==", + "requires": { + "@types/rdf-js": "^3.0.0", + "relative-to-absolute-iri": "^1.0.5" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-parse-jsonld": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.14.0.tgz", + "integrity": "sha512-FzbGmdM9SITBna4yY3kioc5JnTZL3y1Obdgby/qXIC8Oy8TRTL2/d/Dv+lrkoG5xtz6mVjEaqqWtx7IRF3L0Tg==", + "requires": { + "@types/rdf-js": "^3.0.0", + "jsonld-streaming-parser": "^2.0.2", + "stream-to-string": "^1.2.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + }, + "jsonld-context-parser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.0.2.tgz", + "integrity": "sha512-IjQi26E+5ESS85MkcLsYo9gV93oJSOvQ/deHxKspaeHOmRiPyRRaGAk86DjuQc6c0hdp3OKGvDDsy3wi8znsqg==", + "requires": { + "@types/http-link-header": "^1.0.1", + "@types/isomorphic-fetch": "^0.0.35", + "@types/node": "^13.1.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "isomorphic-fetch": "^2.2.1", + "relative-to-absolute-iri": "^1.0.5" + } + }, + "jsonld-streaming-parser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-2.0.2.tgz", + "integrity": "sha512-h4cK+PQMvOHd+UqgAFpKBmt5LWYoQMQLu9PP7YsRP7rnSJbU/EfJFcJFG6/sdtZslQ6dlNwOvfHbjQ9clzZPzg==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "@types/http-link-header": "^1.0.1", + "@types/rdf-js": "^3.0.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "jsonld-context-parser": "^2.0.1", + "jsonparse": "^1.3.1" + } + } + } + }, + "@comunica/actor-rdf-parse-n3": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.14.0.tgz", + "integrity": "sha512-uk+MQgFCdOBHKp8cUUj0hOrI/ZGL/5oOmV2jNH6OSb6XXLvpcqgqzanpUDKmXlQZ7TB5LBcZHUVPj1OH38a7qA==", + "requires": { + "@types/n3": "^1.4.2", + "n3": "^1.0.0" + } + }, + "@comunica/actor-rdf-parse-rdfxml": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.14.0.tgz", + "integrity": "sha512-zUEZlYBF3AYqbkBzKj5wRkenF9ZFj/GWkHFiiq2E52o0vwFRRt/6OK3EZ1vDZR1g6NB+uJ49LbkDQrcO39YkBA==", + "requires": { + "rdfxml-streaming-parser": "^1.1.0" + } + }, + "@comunica/actor-rdf-parse-xml-rdfa": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.14.0.tgz", + "integrity": "sha512-j6heFYc1+bOHMQkKpqFFSSXoveTM3ch/0WLbQsy4MQfAKR2Y7VjY90GPq6vnYReDzZ7hpb4Til0LZmfIuxp0iA==", + "requires": { + "rdfa-streaming-parser": "^1.1.1" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-links-next": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.14.0.tgz", + "integrity": "sha512-GUUrCK0CbV2Aege1/cijMZuzeNbuhw4/mnux9J4Txv57EAMHJQZc6prAYM9K+MoxhQOTZAppnTAr9jx1cshlNg==" + }, + "@comunica/actor-rdf-resolve-hypermedia-none": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.14.0.tgz", + "integrity": "sha512-HPVvV27KScvl+6wxCi4FRiHmq1a5ey827P8Q9N6Kuzzqaz94c8AkF6fnQbOl13fZk21a5e8adZhKiIxOtRhT5w==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-store-stream": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-hypermedia-qpf": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.14.0.tgz", + "integrity": "sha512-qD6bWQTjF5VvASrWVDKihChknPUeGbHwloxzAR/4wxrHualiYKtnCH0027agkUWMphlhUn1G5KDv10LcrIHrDg==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-hypermedia-sparql": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.14.0.tgz", + "integrity": "sha512-0eAKkwqOzrbpZ2JgTvwFs5jMYHmkIIRkCV1UoeMuqDFpCnLjuvYuOW/8a3ug6HVOR8BrorCQgY4cRTKtwatc2A==", + "requires": { + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.14.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.2.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-federated": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.14.0.tgz", + "integrity": "sha512-+wIdfFH+Ep4kSsuRUUOjJg56UfsrZgF0SvgpdngCGrmjgX9fwt1eVSk6rwefwaB7JQby20qhGBmAallIQs/QSA==", + "requires": { + "@comunica/data-factory": "^1.14.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0", + "lodash.omit": "^4.5.0", + "rdf-terms": "^1.5.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.14.0.tgz", + "integrity": "sha512-NKsNvv4m9MuAHF5OwVTYwk05jm0WCRwY720NyAjAnRIyiAgTIQijwCykgi2NZaKC6KVTPEQ3AO2ucvow57l9ag==", + "requires": { + "@comunica/utils-datasource": "^1.14.0", + "@rdfjs/data-model": "^1.1.1", + "@types/lru-cache": "^5.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0", + "lru-cache": "^6.0.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.14.0.tgz", + "integrity": "sha512-qg326ppwtyAbqNAdqLdiE+3eEfWTLzY0uuIbnetZ+/z3VFYPcFMY0+2FeKo3fF+L03n76wNBE4X6Qoalk+/u/A==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.14.0.tgz", + "integrity": "sha512-X+px6q0M2fIVwwUHtzicu68QBWgbWR+PUfxvL9zxGt5xYVUM3eIhGS97Mae+CfQs5NGG8xEf/bX4rlm5nysyOg==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.2.2", + "sparqljson-parse": "^1.5.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "@babel/code-frame": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", - "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", - "dev": true, + "@comunica/actor-rdf-serialize-jsonld": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.14.0.tgz", + "integrity": "sha512-IPKBagjPSGWjV3DMokL2/Fcp3gPWVLek5sRtVOb9xTWfuVRjQSHCUT08yBtSQDucmmHwzunjmZLrKXk1Re/JOg==", "requires": { - "@babel/highlight": "^7.8.3" + "jsonld-streaming-serializer": "^1.1.0" } }, - "@babel/core": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz", - "integrity": "sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==", - "dev": true, + "@comunica/actor-rdf-serialize-n3": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.14.0.tgz", + "integrity": "sha512-UPoLzFPUgMfU42S6U6j5q1DmO/GVoEQOzwNwwZdsf/otgPAZbLHyXzYR9Kx5A0s0BJuR8vaj4ZIxVidoviSw7Q==", "requires": { - "@babel/code-frame": "^7.8.3", - "@babel/generator": "^7.9.0", - "@babel/helper-module-transforms": "^7.9.0", - "@babel/helpers": "^7.9.0", - "@babel/parser": "^7.9.0", - "@babel/template": "^7.8.6", - "@babel/traverse": "^7.9.0", - "@babel/types": "^7.9.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.13", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" + "@types/n3": "^1.4.2", + "@types/rdf-js": "^3.0.0", + "n3": "^1.0.0", + "rdf-string": "^1.4.2" }, "dependencies": { - "debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", - "dev": true, + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "ms": "^2.1.1" + "@types/node": "*" } } } }, - "@babel/generator": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.9.5.tgz", - "integrity": "sha512-GbNIxVB3ZJe3tLeDm1HSn2AhuD/mVcyLDpgtLXa5tplmWrJdF/elxB56XNqCuD6szyNkDi6wuoKXln3QeBmCHQ==", - "dev": true, + "@comunica/actor-sparql-parse-algebra": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.14.0.tgz", + "integrity": "sha512-MF50/5uQzi+Dnqdhl+eJYU0+rGJd0J2rAg7SpDGt2Kbcu+mJu/Sn/HV3tZMXWd6bjE2ve93EYOZPLQ7dLFg2NA==", "requires": { - "@babel/types": "^7.9.5", - "jsesc": "^2.5.1", - "lodash": "^4.17.13", - "source-map": "^0.5.0" + "@types/sparqljs": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.1", + "sparqljs": "^3.0.0" } }, - "@babel/helper-function-name": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz", - "integrity": "sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==", - "dev": true, + "@comunica/actor-sparql-parse-graphql": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.14.0.tgz", + "integrity": "sha512-K8f/7iyT0jBmfqwNFwNSuj4tR/GRBEi3I2DnzzjYoRX1TfGJpOX4KHgOkR0BxWB8lPgF5O3CJJmMMiEhj8zXXw==", "requires": { - "@babel/helper-get-function-arity": "^7.8.3", - "@babel/template": "^7.8.3", - "@babel/types": "^7.9.5" + "graphql-to-sparql": "^2.1.0" } }, - "@babel/helper-get-function-arity": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", - "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", - "dev": true, + "@comunica/actor-sparql-serialize-json": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.14.0.tgz", + "integrity": "sha512-D31bViGwtEkcFGgLk55sPzkzIiyJgZLnCcKYBYANdc+rag6JWAGZ6LqOE9dEIPnd6N1mgCSKEKY3n+fNL3mlNA==", "requires": { - "@babel/types": "^7.8.3" + "@types/rdf-js": "^3.0.0", + "rdf-string": "^1.4.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "@babel/helper-member-expression-to-functions": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz", - "integrity": "sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==", - "dev": true, + "@comunica/actor-sparql-serialize-rdf": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.14.0.tgz", + "integrity": "sha512-fa62ZiI10HGbS02g1OEO7OJG0H3w1Kw+UrVAzPtOSN6T/YHXIaBWDT1QzBitKMgufmk1SqSbSi+YF+2U3whbfw==" + }, + "@comunica/actor-sparql-serialize-simple": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.14.0.tgz", + "integrity": "sha512-485UrTM75wZEwbjpKkwdyxJ/syyJ9FlqWAM8zaMnqoW+JcaGzTHctStK4PvgStSLXtYoDctXKAa5QprZG4Aadw==", "requires": { - "@babel/types": "^7.8.3" + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "@babel/helper-module-imports": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz", - "integrity": "sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==", - "dev": true, + "@comunica/actor-sparql-serialize-sparql-json": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.14.0.tgz", + "integrity": "sha512-/FvGjXmWnCPDr2hTltsrPUuEDf2HQcP4M2wF6l6oBbAfO7jyamiGhJhGwN1JEhv1WnW04fuP2OSZhSLw5Ii3mg==", "requires": { - "@babel/types": "^7.8.3" + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "@babel/helper-module-transforms": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz", - "integrity": "sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==", - "dev": true, + "@comunica/actor-sparql-serialize-sparql-xml": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.14.0.tgz", + "integrity": "sha512-2huuPdX0St6ITl/zU9NKT7xCsKj4P0z8oXhhOSdKIm7JSiE9HSR0fZuWtew3oJMRrCvqXMdpoIRK1P0HneBPCQ==", "requires": { - "@babel/helper-module-imports": "^7.8.3", - "@babel/helper-replace-supers": "^7.8.6", - "@babel/helper-simple-access": "^7.8.3", - "@babel/helper-split-export-declaration": "^7.8.3", - "@babel/template": "^7.8.6", - "@babel/types": "^7.9.0", - "lodash": "^4.17.13" + "@types/rdf-js": "^3.0.0", + "@types/xml": "^1.0.2", + "xml": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "@babel/helper-optimise-call-expression": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz", - "integrity": "sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==", - "dev": true, + "@comunica/actor-sparql-serialize-stats": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.14.0.tgz", + "integrity": "sha512-/kSNvHTujYhrR8D8+S+PPU2ayDJAKvIlgKGdk90jtBfQeZTAfXLBZPMqS+818XsD9h62LvPro3wtHujUFUaynQ==", "requires": { - "@babel/types": "^7.8.3" + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "@babel/helper-replace-supers": { - "version": "7.8.6", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz", - "integrity": "sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==", - "dev": true, + "@comunica/actor-sparql-serialize-table": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.14.0.tgz", + "integrity": "sha512-+ygFE6wK2G6h7ErtVbX2fDBMhDadBZ/1jM9ck0n/hHGXBx9Q5YmZZvHW8w1Fv+myZfAxkoMUnCCRDVRPZYt93w==", "requires": { - "@babel/helper-member-expression-to-functions": "^7.8.3", - "@babel/helper-optimise-call-expression": "^7.8.3", - "@babel/traverse": "^7.8.6", - "@babel/types": "^7.8.6" + "@types/rdf-js": "^3.0.0", + "rdf-terms": "^1.4.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "@babel/helper-simple-access": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz", - "integrity": "sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw==", - "dev": true, + "@comunica/actor-sparql-serialize-tree": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.14.0.tgz", + "integrity": "sha512-ozEE54bRTuZt6twiuC6frun8G2yqiOklLnvzGL1G3+1aTEmT3cEFojBiQ80oPfMCJ5IOLouY9LKYu87mVUB9uA==", "requires": { - "@babel/template": "^7.8.3", - "@babel/types": "^7.8.3" + "@types/rdf-js": "^3.0.0", + "sparqljson-to-tree": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "@babel/helper-split-export-declaration": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", - "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", - "dev": true, + "@comunica/bus-context-preprocess": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.14.0.tgz", + "integrity": "sha512-2AjtI3bbPgqoCQivYzLGdO3CgPv7wpxt7IceRuV4ctSXSShP+MKshjZlQJqaOkGcj1lehMq4pbOx8VdslJgl8g==" + }, + "@comunica/bus-http": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.14.0.tgz", + "integrity": "sha512-iKCl+2pVoCYJezXjstCZN+1tK9hc+vjkRDdseR08XFndpuO1XNvYmBXx2BfJP8huV7iOnjen4KHoxmvUfcHo5g==", "requires": { - "@babel/types": "^7.8.3" + "is-stream": "^2.0.0", + "web-streams-node": "^0.4.0" + }, + "dependencies": { + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + } } }, - "@babel/helper-validator-identifier": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz", - "integrity": "sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==", - "dev": true + "@comunica/bus-http-invalidate": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.14.0.tgz", + "integrity": "sha512-yPXXONePHqnaYH1DSY18ECL2TZPk/3YUlcQ7qoEFiaVwOdEXwdsSbjpk76zOVnKElmVemp7wpyH3NDWhv5KVhQ==" }, - "@babel/helpers": { - "version": "7.9.2", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.9.2.tgz", - "integrity": "sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA==", - "dev": true, + "@comunica/bus-init": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.14.0.tgz", + "integrity": "sha512-BZaBp2M1sd8Ad1LL5chzWh8RxlipBLeiea9m0l7nF7fAq8mAz051NV4ZnteaumW6691fgAaMuoYkWfXr2azOVA==" + }, + "@comunica/bus-optimize-query-operation": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.14.0.tgz", + "integrity": "sha512-6G+hswg3wgC11kOhJ6IafZQ/0XGW1vZUoBEEXPo88kXOml5Aj3EBJvKuvY3fEtpUV9s5AQ5pIdi2enNxZgW9IQ==", "requires": { - "@babel/template": "^7.8.3", - "@babel/traverse": "^7.9.0", - "@babel/types": "^7.9.0" + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/bus-query-operation": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.14.0.tgz", + "integrity": "sha512-TgkbRYg48VTRH7wwfBsXjuXrxtUaECMfDf74qnyRnqRQjV1bee7w/jfhHECr6rswDhs3EWNJyYaxpfxHq36QSw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0", + "immutable": "^3.8.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-dereference": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.14.0.tgz", + "integrity": "sha512-pazNqmtKglXsI3YvtwR7JpKNnakKUu4/nuXuRC64JUi1EW2GbKEzR0rjZ99m007oUKjvmOsvkCu0ceYZswH+6g==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-dereference-paged": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.14.0.tgz", + "integrity": "sha512-6qq+kWAm0n/x1WZSVFcmMC4+CvBffAOEbc2o454R8WD0DvzRcLtLPJii101u5pObC6kZPGh2X1xisfOgdx9PMQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-join": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.14.0.tgz", + "integrity": "sha512-+GJNtLFOaEOgkSVlvuVOBbX6xIJRLKEFGNlssnbxGYt8eYoEcMS7hKzIJrqWSxEr8P7ReIEEP3bHMEDfHVdDrQ==", + "requires": { + "@types/lodash.intersection": "^4.4.3", + "@types/lodash.union": "^4.6.3", + "@types/rdf-js": "^3.0.0", + "lodash.intersection": "^4.4.0", + "lodash.union": "^4.6.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-metadata": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.14.0.tgz", + "integrity": "sha512-O8A0GH5QYpVudHwjCUnF5ukn/PXjXIHXcGzpRTCStEIbNcVytETXeG9ll1rEfu65GziZlpk95/d0Rb140iEIHg==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-metadata-extract": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.14.0.tgz", + "integrity": "sha512-yRf77d7mf59IPZ8o4XzVq2MAET64lyLmG5bbeJEE11ENSUZM9MClYp5uYE51xENURv65nPbpRI3S+Bt9qZ/PAQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "graphql-ld": "^1.1.0", + "rdf-store-stream": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-parse": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.14.0.tgz", + "integrity": "sha512-JUeCd85gg0XXXwVz3gOQ9bj7KZ2Em9SaM22DoTGeZI5uf6P/VgV9u2EVIPWomP3bI8GAcYq+KK19JtzR5VN4Fw==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.14.0", + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-parse-html": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.14.0.tgz", + "integrity": "sha512-+gV8YmfqWTPplOMeWEfkJjJTtCz3zJnkjmlXotxljHVjOZNUBVZm3OifnbScWDzbrOIFpj8XVJO1k3Ya75WzvQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-resolve-hypermedia": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.14.0.tgz", + "integrity": "sha512-BiHl3pnkswVQ1lOCefY9COFzOtLVAMNrYInCPC0kyf3rB+pzcRClnyFtB0jh6llmN8rbrc790SQ9BHaDtfXWow==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0", + "asyncreiterable": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-resolve-hypermedia-links": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.14.0.tgz", + "integrity": "sha512-Qd/i2Ab9TKUzyhAzWdL4zO3EaacTx9O14yBc9mZvcoZskx/hn+ufEbAeh8sBjRcijs9ZkHR7dbMGJILCjv0nUQ==" + }, + "@comunica/bus-rdf-resolve-quad-pattern": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.14.0.tgz", + "integrity": "sha512-xQfVlBunATBZ7SLikgkpRvkbYZGaWSmSVCVXf5JXQITdK9bq1YwGh221gYIXgSZNBJt7s8UyGZOmCHYXcv9rNQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.0", + "asyncreiterable": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-serialize": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.14.0.tgz", + "integrity": "sha512-ChqyYnqnxI0RdI/T3w9Ys0YtwBOFVFFRrg5+tFeVnZCybBy7tlO+5v2JJ7yIB+ORF15vYlZmMv+y+HH+Qjs0rQ==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.14.0", + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "@babel/highlight": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.9.0.tgz", - "integrity": "sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ==", - "dev": true, + "@comunica/bus-sparql-parse": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.14.0.tgz", + "integrity": "sha512-grzbZ8WIYcbMyS0wBrr+CxrpcLGbLE9jY7fwB+aX9nd5YmSXAdS1l5z2GFrNXQOqDtZOgeEZM/wzEwb63E/Ttw==" + }, + "@comunica/bus-sparql-serialize": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.14.0.tgz", + "integrity": "sha512-nAZi1y/gBwv+W3JFS+aqkFCT6ZqZF3WQ8+AEd+NN11eIP7t7Cno/sLQTLsMN0viYO7BCW0mjEDIuVN6EN2U8aw==", "requires": { - "@babel/helper-validator-identifier": "^7.9.0", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" + "@comunica/actor-abstract-mediatyped": "^1.14.0" } }, - "@babel/parser": { - "version": "7.9.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.9.4.tgz", - "integrity": "sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==", - "dev": true - }, - "@babel/template": { - "version": "7.8.6", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.6.tgz", - "integrity": "sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==", - "dev": true, + "@comunica/core": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.14.0.tgz", + "integrity": "sha512-NIKjJIM0mvMFHCFQgN7XFi3TbCkhPCGHpiNXIOFtwbqxMCaXbaB2YF5kXosjEWxdoPF6FAJjxkoy3WbvdtWKtg==", "requires": { - "@babel/code-frame": "^7.8.3", - "@babel/parser": "^7.8.6", - "@babel/types": "^7.8.6" + "@types/lodash.assign": "^4.2.3", + "immutable": "^3.8.2", + "lodash.assign": "^4.2.0" } }, - "@babel/traverse": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.5.tgz", - "integrity": "sha512-c4gH3jsvSuGUezlP6rzSJ6jf8fYjLj3hsMZRx/nX0h+fmHN0w+ekubRrHPqnMec0meycA2nwCsJ7dC8IPem2FQ==", - "dev": true, + "@comunica/data-factory": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/data-factory/-/data-factory-1.14.0.tgz", + "integrity": "sha512-zpTpglsFIHuklarPCFTG2nRRG+RD1biT9nscggltShKJRK2EAtpnMeABGS/QU6es5CC96ZdA94KlVmFxt51A+g==", "requires": { - "@babel/code-frame": "^7.8.3", - "@babel/generator": "^7.9.5", - "@babel/helper-function-name": "^7.9.5", - "@babel/helper-split-export-declaration": "^7.8.3", - "@babel/parser": "^7.9.0", - "@babel/types": "^7.9.5", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.13" + "@types/rdf-js": "^3.0.0" }, "dependencies": { - "debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", - "dev": true, + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "ms": "^2.1.1" + "@types/node": "*" } } } }, - "@babel/types": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.9.5.tgz", - "integrity": "sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==", - "dev": true, + "@comunica/logger-pretty": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.14.0.tgz", + "integrity": "sha512-yLpR0fzPyRbY49PyBjO6955z76KeIT6Bwr6GOtHHTMMDKGqc5gMrtAJSZ4iE+URtTy8e+Mww7hOE6O97TogkHg==" + }, + "@comunica/logger-void": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.14.0.tgz", + "integrity": "sha512-rkmAiYreoNe8Vo5Qb6Afn9sKV+8pAbXsRS9nRpKtpaq+G/NHBFGGYh9tJ/B8V6LmUmsZvoHD4bS1a6ykV18mHg==" + }, + "@comunica/mediator-all": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.14.0.tgz", + "integrity": "sha512-9dZZbjsLbJOFfvt3yZzKMHcZm64wwBv1wgrspTanEzJi/mD/NfQ1D+zQ/tWqgoHKoPSaOQPBok1idxdC82DCjg==", "requires": { - "@babel/helper-validator-identifier": "^7.9.5", - "lodash": "^4.17.13", - "to-fast-properties": "^2.0.0" + "lodash": "^4.17.4" + } + }, + "@comunica/mediator-combine-pipeline": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.14.0.tgz", + "integrity": "sha512-ga3gY7xuhZQOshU+tSgOvgeeq1JwjsKTNyTvlb/KI2kWlALcnzy9y09LhGhjCIfy+gESnvdx1LykPHSN0Is5ww==" + }, + "@comunica/mediator-combine-union": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.14.0.tgz", + "integrity": "sha512-zbfRoWq0JvjlQZE0A1sLnM9EPw71A4F7b5mTZfUomSG4GEnN16a7YnjIxBEaXLEPjaTCzrsqGmrxg03Sekmq+w==", + "requires": { + "@types/lodash.defaults": "^4.2.3", + "lodash.defaults": "^4.2.0" + } + }, + "@comunica/mediator-number": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.14.0.tgz", + "integrity": "sha512-IOauFlga1ksDT2evHaFlQmu4ngkY7nD+Wv3musw76G1GrMip7AYPDf1WKvEL6bMoKkCy2xqQ8MgyimcDTP8IkA==" + }, + "@comunica/mediator-race": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.14.0.tgz", + "integrity": "sha512-gwbRqddnBYQOGuQOofrs8MUgHORO42QVfkVFPlCtPQMMzMOMx4VWuD8YjWz1oNaNSIjZlmYOPZTYx95uhUe8Fw==" + }, + "@comunica/runner": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.14.0.tgz", + "integrity": "sha512-m3j1y1zdclu0UXkrRAJAL13mPMGjRvTxOESrHSxSTe63DvWMTa+gr5TYZL0TGQ7p7Kw4AktEufCZBINH9akqgg==", + "requires": { + "@types/lodash.assign": "^4.2.3", + "@types/lodash.defaults": "^4.2.3", + "componentsjs": "^3.4.1", + "lodash.assign": "^4.2.0", + "lodash.defaults": "^4.2.0" + } + }, + "@comunica/runner-cli": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.14.0.tgz", + "integrity": "sha512-QSF7uI3J/3qiYsLD1E8rkV9bkkFlQ79wNGHn2G/kykUS8PLfMipibOqA88Xhh4Tn68vlPwuomCKLxEzhZ7qA0w==", + "requires": { + "@comunica/runner": "^1.14.0" + } + }, + "@comunica/utils-datasource": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.14.0.tgz", + "integrity": "sha512-T2eIs2xKOQVuT/WkB+DTHvq8GXz4tDtVYLPZktS7CEgHbj16+S7rEtTXMXHXaPCiVFKJCqE+3zCtpJPcDU/wgw==", + "requires": { + "@comunica/bus-rdf-resolve-quad-pattern": "^1.14.0", + "arrayify-stream": "^1.0.0", + "asynciterator": "^3.0.0", + "asyncreiterable": "^2.0.0" } }, "@istanbuljs/load-nyc-config": { @@ -330,6 +11265,14 @@ "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==", "dev": true }, + "@types/create-hash": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@types/create-hash/-/create-hash-1.2.2.tgz", + "integrity": "sha512-Fg8/kfMJObbETFU/Tn+Y0jieYewryLrbKwLCEIwPyklZZVY2qB+64KFjhplGSw+cseZosfFXctXO+PyIYD8iZQ==", + "requires": { + "@types/node": "*" + } + }, "@types/http-link-header": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@types/http-link-header/-/http-link-header-1.0.1.tgz", @@ -340,6 +11283,77 @@ "resolved": "https://registry.npmjs.org/@types/isomorphic-fetch/-/isomorphic-fetch-0.0.35.tgz", "integrity": "sha512-DaZNUvLDCAnCTjgwxgiL1eQdxIKEpNLOlTNtAgnZc50bG2copGhRrFN9/PxPBuJe+tZVLCbQ7ls0xveXVRPkvw==" }, + "@types/lodash": { + "version": "4.14.158", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.158.tgz", + "integrity": "sha512-InCEXJNTv/59yO4VSfuvNrZHt7eeNtWQEgnieIA+mIC+MOWM9arOWG2eQ8Vhk6NbOre6/BidiXhkZYeDY9U35w==" + }, + "@types/lodash.assign": { + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/@types/lodash.assign/-/lodash.assign-4.2.6.tgz", + "integrity": "sha512-SaReADQZqf99FUWZ/gHICOAhLfBvaUmVb9y8xCw7o5WDuqDG0YfN1a+by29eipPcV4FITfPbQMJQiOGAeOb4fw==", + "requires": { + "@types/lodash": "*" + } + }, + "@types/lodash.defaults": { + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/@types/lodash.defaults/-/lodash.defaults-4.2.6.tgz", + "integrity": "sha512-JsUJheQIG2Yf/n/QRUMGXT76/7x4tLU5i0kxIPeoOcTIh9yNzdEzCHWbwD8mTf+VncGwYZiho+F2u1pEBsGswA==", + "requires": { + "@types/lodash": "*" + } + }, + "@types/lodash.find": { + "version": "4.6.6", + "resolved": "https://registry.npmjs.org/@types/lodash.find/-/lodash.find-4.6.6.tgz", + "integrity": "sha512-rpfXWzKWaw12XMcdQYA7f0xVmkXwJkhPPON69pGVFNYF6/66CduGyLiYnoZk1xBOvGwMnmyrCZ/yJewPO4OMeg==", + "requires": { + "@types/lodash": "*" + } + }, + "@types/lodash.intersection": { + "version": "4.4.6", + "resolved": "https://registry.npmjs.org/@types/lodash.intersection/-/lodash.intersection-4.4.6.tgz", + "integrity": "sha512-6ewsKax7+HgT+7mEhzXT6tIyIHc/mjCwZJnarvLbCrtW21qmDQHWbaJj4Ht4DQDBmMdnvZe8APuVlsMpZ5E5mQ==", + "requires": { + "@types/lodash": "*" + } + }, + "@types/lodash.mapvalues": { + "version": "4.6.6", + "resolved": "https://registry.npmjs.org/@types/lodash.mapvalues/-/lodash.mapvalues-4.6.6.tgz", + "integrity": "sha512-Mt9eg3AqwAt5HShuOu8taiIYg0sLl4w3vDi0++E0VtiOtj9DqQHaxVr3wicVop0eDEqr5ENbht7vsLJlkMHL+w==", + "requires": { + "@types/lodash": "*" + } + }, + "@types/lodash.union": { + "version": "4.6.6", + "resolved": "https://registry.npmjs.org/@types/lodash.union/-/lodash.union-4.6.6.tgz", + "integrity": "sha512-Wu0ZEVNcyCz8eAn6TlUbYWZoGbH9E+iOHxAZbwUoCEXdUiy6qpcz5o44mMXViM4vlPLLCPlkAubEP1gokoSZaw==", + "requires": { + "@types/lodash": "*" + } + }, + "@types/lodash.uniq": { + "version": "4.5.6", + "resolved": "https://registry.npmjs.org/@types/lodash.uniq/-/lodash.uniq-4.5.6.tgz", + "integrity": "sha512-XHNMXBtiwsWZstZMyxOYjr0e8YYWv0RgPlzIHblTuwBBiWo2MzWVaTBihtBpslb5BglgAWIeBv69qt1+RTRW1A==", + "requires": { + "@types/lodash": "*" + } + }, + "@types/lru-cache": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.0.tgz", + "integrity": "sha512-RaE0B+14ToE4l6UqdarKPnXwVDuigfFv+5j9Dze/Nqr23yyuqdNvzcZi3xB+3Agvi5R4EOgAksfv3lXX4vBt9w==" + }, + "@types/minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=" + }, "@types/mocha": { "version": "7.0.2", "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz", @@ -347,9 +11361,9 @@ "dev": true }, "@types/n3": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.1.5.tgz", - "integrity": "sha512-FaW94FyqTIrPP3ZEiwX745xQhzeoTlNiFsXjxPWsKBd+yvBtIW3ykd9kGnGWI/jz2Rp2iFKto3Tc+IcBL6a6yA==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.4.3.tgz", + "integrity": "sha512-NJ6GKZDE/6Q9iF9Zg+c89WHLK6VXIyVPfvPw6Z8/17ssk1Vx944XcAn0ZmPlRnvUXlGCg63NmMGzB20X46cs4A==", "requires": { "@types/node": "*", "@types/rdf-js": "*" @@ -360,6 +11374,11 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-13.11.1.tgz", "integrity": "sha512-eWQGP3qtxwL8FGneRrC5DwrJLGN4/dH1clNTuLfN81HCrxVtxRjygDTUoZJ5ASlDEeo0ppYFQjQIlXhtXpOn6g==" }, + "@types/parse-link-header": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-link-header/-/parse-link-header-1.0.0.tgz", + "integrity": "sha512-fCA3btjE7QFeRLfcD0Sjg+6/CnmC66HpMBoRfRzd2raTaWMJV21CCZ0LO8MOqf8onl5n0EPfjq4zDhbyX8SVwA==" + }, "@types/rdf-js": { "version": "2.0.12", "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-2.0.12.tgz", @@ -368,11 +11387,32 @@ "@types/node": "*" } }, + "@types/sparqljs": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/sparqljs/-/sparqljs-3.0.1.tgz", + "integrity": "sha512-2SGl+Q4Gq0Rh/y0ZT6iBvQDDlws3NiPKfkMaEnGDWHvwNonlSZt03jm7HJ7C9I+huwBQ5l5SOYpeJsrh0nOJew==", + "requires": { + "@types/rdf-js": "*" + } + }, + "@types/uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@types/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha512-1D8mJEeQEXynoPQKJkneIK+tXaM2Qnk6c80RBQPV/O2ToypI4mlqXy5jojnYKjTX2Q+EMNMOWt0wNdLbb2MUpA==" + }, "@types/uuid": { "version": "7.0.4", "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.4.tgz", "integrity": "sha512-WGZCqBZZ0mXN2RxvLHL6/7RCu+OWs28jgQMP04LWfpyJlQUMTR6YU9CNJAKDgbw+EV/u687INXuLUc7FuML/4g==" }, + "@types/xml": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/xml/-/xml-1.0.5.tgz", + "integrity": "sha512-h3PVM7waRi2UeoaY2BhpLGvettU/3vfCbsjXMV/9Ex5WjvIy82J8Qfp1xiPxM4kTSOLdFFpjRwQ7YY7XJeKBvg==", + "requires": { + "@types/node": "*" + } + }, "File": { "version": "0.10.2", "resolved": "https://registry.npmjs.org/File/-/File-0.10.2.tgz", @@ -386,6 +11426,15 @@ "resolved": "https://registry.npmjs.org/FileList/-/FileList-0.10.2.tgz", "integrity": "sha1-YAOxqXFZNBZLZ8Q0rWqHQaHNFHo=" }, + "JSONStream": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", + "requires": { + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" + } + }, "aggregate-error": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz", @@ -408,9 +11457,15 @@ } }, "amf-shacl-node": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/amf-shacl-node/-/amf-shacl-node-1.1.1.tgz", - "integrity": "sha512-CoW08R+Y5VluBhC0IT11yJMJqVfuYVa8JHKopL4sXXCgTjtKikn1dyfOmY/b/u0WVKmx787JVDb/HnTzOEVoiA==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/amf-shacl-node/-/amf-shacl-node-2.0.0.tgz", + "integrity": "sha512-38GcUBN7VFzpJHDWeEKZ5bcosGA1/Ur6egUrno+Uprgf/8aXeX0LumkG64sExQPrFQ649Ku3wfgWe+le4bUNVw==", + "requires": { + "@comunica/actor-init-sparql-rdfjs": "^1.10.0", + "jsonld-streaming-serializer": "^1.1.0", + "lru-cache": "^6.0.0", + "n3": "^1.3.5" + } }, "ansi-colors": { "version": "3.2.3", @@ -473,18 +11528,80 @@ "sprintf-js": "~1.0.2" } }, + "arrayify-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/arrayify-stream/-/arrayify-stream-1.0.0.tgz", + "integrity": "sha512-RP80ep76Lbew2wWN5ogrl2NluTnBVYYh2K3NNCcWfcmmUB7nBcNBctiJeEZAixp3I1vQ9H88iHZ9MbHSdkuupQ==" + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" + }, "assertion-error": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", "dev": true }, + "asynciterator": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.0.0.tgz", + "integrity": "sha512-8aq8lNFDG47H/LlEFHLze17T+zjsHP7yscvEdyWh8MYBEI9CkpBbKuFx6FT4dmMVsBZ0D1LUq8aIh8+vHd/74Q==" + }, + "asyncjoin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/asyncjoin/-/asyncjoin-1.0.1.tgz", + "integrity": "sha512-FjqqH7H9YUbE51U6xX4hQfzIAbyEKSZLdhdQNvl0kQ2vZvgiYgW1o1Vl4LJIU+3fu7ld3Tdcq72G5/h6OALsBw==", + "requires": { + "asynciterator": "^3.0.0" + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "asyncreiterable": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/asyncreiterable/-/asyncreiterable-2.0.0.tgz", + "integrity": "sha512-Pq9wUkHrXshCxXWy4/O7krS9qGCgHxoDWajWJja/7f5KoZTcO5Xww25NSMTek+jL3CZ4GrHYvOHx5bmrR4nU3w==", + "requires": { + "asynciterator": "^3.0.0" + } + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + }, + "aws4": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.0.tgz", + "integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==" + }, "balanced-match": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", "dev": true }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "requires": { + "tweetnacl": "^0.14.3" + } + }, "binary-extensions": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz", @@ -549,6 +11666,11 @@ "resolved": "https://registry.npmjs.org/canonicalize/-/canonicalize-1.0.1.tgz", "integrity": "sha512-N3cmB3QLhS5TJ5smKFf1w42rJXWe6C1qP01z4dxJiI5v269buii4fLHWETDyf7yEd0azGLNC63VxNMiPd2u0Cg==" }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, "chai": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz", @@ -607,6 +11729,15 @@ "readdirp": "~3.2.0" } }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, "clean-stack": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", @@ -667,12 +11798,57 @@ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", "dev": true }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, "commondir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", "dev": true }, + "componentsjs": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.1.tgz", + "integrity": "sha512-cFeGNlXYj8bS0o1TNrcYtR6fWZ7Q9kjfn1LPjxe/kKDJHW+VREiY6xsjpCB/yPKpnfOp4euIJB+SWgaXs0YiDg==", + "requires": { + "@types/lodash": "^4.14.56", + "@types/minimist": "^1.2.0", + "@types/n3": "0.0.3", + "@types/node": "8.10.21", + "global-modules": "^1.0.0", + "jsonld": "^0.4.11", + "lodash": "^4.17.4", + "minimist": "^1.2.0", + "n3": "^0.9.1", + "requireg": "^0.1.7" + }, + "dependencies": { + "@types/n3": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-0.0.3.tgz", + "integrity": "sha512-oqywrU7RdLKO0Ndnrue8smXR+oLW4EgFGrd/ewaYbkZjgr/eRpwpjsJk9D5Z8AF+cZKYbiQtR5BR6LNlLl0HPQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/node": { + "version": "8.10.21", + "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.21.tgz", + "integrity": "sha512-87XkD9qDXm8fIax+5y7drx84cXsu34ZZqfB7Cial3Q/2lxSoJ/+DRaWckkCbxP41wFSIrrb939VhzaNxj4eY1w==" + }, + "n3": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/n3/-/n3-0.9.1.tgz", + "integrity": "sha1-QwtUfVjcc4FAjEV4TdgFgXGQOTI=" + } + } + }, "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", @@ -688,6 +11864,23 @@ "safe-buffer": "~5.1.1" } }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, "cross-fetch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.4.tgz", @@ -726,6 +11919,14 @@ } } }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "requires": { + "assert-plus": "^1.0.0" + } + }, "debug": { "version": "3.2.6", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", @@ -741,6 +11942,11 @@ "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", "dev": true }, + "decimal.js": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.0.tgz", + "integrity": "sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw==" + }, "deep-eql": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", @@ -750,6 +11956,11 @@ "type-detect": "^4.0.0" } }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" + }, "default-require-extensions": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-3.0.0.tgz", @@ -768,12 +11979,58 @@ "object-keys": "^1.0.12" } }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, "diff": { "version": "3.5.0", "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", "dev": true }, + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + } + }, + "domelementtype": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz", + "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==" + }, + "domhandler": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.0.0.tgz", + "integrity": "sha512-eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw==", + "requires": { + "domelementtype": "^2.0.1" + } + }, + "domutils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.1.0.tgz", + "integrity": "sha512-CD9M0Dm1iaHfQ1R/TI+z3/JWp/pgub0j4jIQKH89ARR4ATAV2nbaOQS5XxU9maJP5jHaPdDDQSEHuE2UmpUTKg==", + "requires": { + "dom-serializer": "^0.2.1", + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0" + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, "emoji-regex": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", @@ -788,6 +12045,11 @@ "iconv-lite": "~0.4.13" } }, + "entities": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", + "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" + }, "es-abstract": { "version": "1.17.5", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.5.tgz", @@ -824,6 +12086,11 @@ "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==", "dev": true }, + "es6-promise": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz", + "integrity": "sha1-lu258v2wGZWCKyY92KratnSBgbw=" + }, "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", @@ -836,6 +12103,24 @@ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "dev": true }, + "expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", + "requires": { + "homedir-polyfill": "^1.0.1" + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + }, "fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -846,6 +12131,30 @@ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" }, + "fetch-sparql-endpoint": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/fetch-sparql-endpoint/-/fetch-sparql-endpoint-1.6.2.tgz", + "integrity": "sha512-d0nTwXc6BBnQdrmx7+Bk6pLJ5MLzJtYJRNq4YSpL4Bym8hd12RaBUL7OkcxtuFaMY9gG2Mw0JVNMZeF3bjVSBg==", + "requires": { + "is-stream": "^2.0.0", + "isomorphic-fetch": "^2.2.1", + "minimist": "^1.2.0", + "n3": "^1.0.0", + "rdf-string": "^1.3.1", + "sparqljs": "^3.0.0", + "sparqljson-parse": "^1.5.0", + "sparqlxml-parse": "^1.2.0", + "stream-to-string": "^1.1.0", + "web-streams-node": "^0.4.0" + }, + "dependencies": { + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + } + } + }, "file-api": { "version": "0.10.4", "resolved": "https://registry.npmjs.org/file-api/-/file-api-0.10.4.tgz", @@ -909,6 +12218,11 @@ "is-buffer": "~2.0.3" } }, + "follow-redirects": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.12.1.tgz", + "integrity": "sha512-tmRv0AVuR7ZyouUHLeNSiO6pqulF7dYa3s19c6t+wz9LD69/uSzdMxJ2S91nTI9U3rt/IldxpzMOFejp6f0hjg==" + }, "foreachasync": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/foreachasync/-/foreachasync-3.0.0.tgz", @@ -924,6 +12238,21 @@ "signal-exit": "^3.0.2" } }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, "formdata": { "version": "0.10.4", "resolved": "https://registry.npmjs.org/formdata/-/formdata-0.10.4.tgz", @@ -987,6 +12316,14 @@ "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=", "dev": true }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "^1.0.0" + } + }, "glob": { "version": "7.1.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", @@ -1010,6 +12347,28 @@ "is-glob": "^4.0.1" } }, + "global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "requires": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + } + }, + "global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", + "requires": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + } + }, "globals": { "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", @@ -1022,12 +12381,66 @@ "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", "dev": true }, + "graphql": { + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", + "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==" + }, + "graphql-ld": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/graphql-ld/-/graphql-ld-1.1.0.tgz", + "integrity": "sha512-nYfXYhpJMuWLTJ1q4fu64Y59OYVR2xQCJcPMEgzYEDEArUIyyEOi8l+VeL/ttBZVg47RICiiC3e26qRYwBR+kQ==", + "requires": { + "@types/rdf-js": "^2.0.11", + "graphql-to-sparql": "^2.1.0", + "jsonld-context-parser": "^2.0.0", + "sparqlalgebrajs": "^2.2.1", + "sparqljson-to-tree": "^2.0.0" + } + }, + "graphql-to-sparql": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/graphql-to-sparql/-/graphql-to-sparql-2.1.1.tgz", + "integrity": "sha512-o+bnwrL4ugil/A4a+x/C8Yae+irxm3xLQGXWrjc5p9K2KEiforY4bU8Ed6Q/wasFjeublCp2v0xEFDnUxyY40g==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "graphql": "^15.0.0", + "jsonld-context-parser": "^2.0.0", + "minimist": "^1.2.0", + "sparqlalgebrajs": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, "growl": { "version": "1.10.5", "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", "dev": true }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + }, + "har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "requires": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + } + }, "has": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", @@ -1049,6 +12462,23 @@ "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", "dev": true }, + "hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "requires": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + } + }, "hasha": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/hasha/-/hasha-5.2.0.tgz", @@ -1073,17 +12503,46 @@ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", "dev": true }, + "homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "requires": { + "parse-passwd": "^1.0.0" + } + }, "html-escaper": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", "dev": true }, + "htmlparser2": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", + "integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "domutils": "^2.0.0", + "entities": "^2.0.0" + } + }, "http-link-header": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.0.2.tgz", "integrity": "sha512-z6YOZ8ZEnejkcCWlGZzYXNa6i+ZaTfiTg3WhlV/YvnNya3W/RbX1bMVUMTuCrg/DrtTCQxaFCkXCz4FtLpcebg==" }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, "iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -1092,6 +12551,11 @@ "safer-buffer": ">= 2.1.2 < 3" } }, + "immutable": { + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", + "integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=" + }, "imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", @@ -1117,8 +12581,12 @@ "inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" }, "is-binary-path": { "version": "2.1.0", @@ -1200,20 +12668,17 @@ "is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" }, "is-windows": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", - "dev": true + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" }, "isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", - "dev": true + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" }, "isomorphic-fetch": { "version": "2.2.1", @@ -1224,6 +12689,11 @@ "whatwg-fetch": ">=0.10.0" } }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, "istanbul-lib-coverage": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", @@ -1367,17 +12837,32 @@ "esprima": "^4.0.0" } }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" + }, "jsesc": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "dev": true }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, "json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, "json5": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", @@ -1387,6 +12872,17 @@ "minimist": "^1.2.5" } }, + "jsonld": { + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", + "integrity": "sha1-oC8gXVNBQU3xtthBTxuWenEgc+g=", + "requires": { + "es6-promise": "^2.0.0", + "pkginfo": "~0.4.0", + "request": "^2.61.0", + "xmldom": "0.1.19" + } + }, "jsonld-context-parser": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.0.0.tgz", @@ -1413,11 +12909,31 @@ "jsonparse": "^1.3.1" } }, + "jsonld-streaming-serializer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsonld-streaming-serializer/-/jsonld-streaming-serializer-1.1.0.tgz", + "integrity": "sha512-C+cs913C3XDScZIqUL8fg5crHQtPTQSZstzvFmhA9/r0QBCRw88BR4TYHvLNhJhzB45GOpoF5/Fx4I4xfKGpOQ==", + "requires": { + "@types/rdf-js": "^2.0.1", + "jsonld-context-parser": "^2.0.0" + } + }, "jsonparse": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=" }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, "locate-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", @@ -1431,8 +12947,22 @@ "lodash": { "version": "4.17.19", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==", - "dev": true + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" + }, + "lodash.assign": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz", + "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=" + }, + "lodash.defaults": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", + "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=" + }, + "lodash.find": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.find/-/lodash.find-4.6.0.tgz", + "integrity": "sha1-ywcE1Hq3F4n/oN6Ll92Sb7iLE7E=" }, "lodash.flattendeep": { "version": "4.4.0", @@ -1440,6 +12970,36 @@ "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=", "dev": true }, + "lodash.intersection": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.intersection/-/lodash.intersection-4.4.0.tgz", + "integrity": "sha1-ChG6Yx0OlcI8fy9Mu5ppLtF45wU=" + }, + "lodash.mapvalues": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz", + "integrity": "sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw=" + }, + "lodash.omit": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.omit/-/lodash.omit-4.5.0.tgz", + "integrity": "sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA=" + }, + "lodash.union": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz", + "integrity": "sha1-SLtQiECfFvGCFmZkHETdGqrjzYg=" + }, + "lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" + }, + "lodash.uniqwith": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz", + "integrity": "sha1-egy/ZfQ7WShiWp1NDcVLGMrcfvM=" + }, "log-symbols": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", @@ -1449,6 +13009,14 @@ "chalk": "^2.4.2" } }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, "make-dir": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.0.2.tgz", @@ -1472,11 +13040,34 @@ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", "dev": true }, + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, "mime": { "version": "2.4.6", "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.6.tgz", "integrity": "sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==" }, + "mime-db": { + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", + "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" + }, + "mime-types": { + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", + "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", + "requires": { + "mime-db": "1.44.0" + } + }, "minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", @@ -1489,8 +13080,7 @@ "minimist": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" }, "mkdirp": { "version": "0.5.3", @@ -1544,6 +13134,16 @@ "resolved": "https://registry.npmjs.org/n3/-/n3-1.3.5.tgz", "integrity": "sha512-McWb1tCWGGAmHeGEakqZj/UqxQR9cpEYZ/JivBj59YfiOAuaIWZxu0B+jnhbCwCZ2AsxdgQ5Dq8fehIJpYQaMQ==" }, + "negotiate": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/negotiate/-/negotiate-1.0.1.tgz", + "integrity": "sha1-NayLVnL3sF+qEL8CYTQusRIDcP0=" + }, + "nested-error-stacks": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz", + "integrity": "sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==" + }, "node-environment-flags": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", @@ -1776,6 +13376,11 @@ } } }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" + }, "object-inspect": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", @@ -1864,6 +13469,19 @@ "release-zalgo": "^1.0.0" } }, + "parse-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-link-header/-/parse-link-header-1.0.1.tgz", + "integrity": "sha1-vt/g0hGK64S+deewJUGeyKYRQKc=", + "requires": { + "xtend": "~4.0.1" + } + }, + "parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=" + }, "path-exists": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", @@ -1885,8 +13503,7 @@ "path-parse": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", - "dev": true + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" }, "pathval": { "version": "1.1.0", @@ -1894,6 +13511,11 @@ "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=", "dev": true }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, "picomatch": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", @@ -1945,6 +13567,11 @@ } } }, + "pkginfo": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.4.1.tgz", + "integrity": "sha1-tUGO8EOd5UJfxJlQQtztFPsqhP8=" + }, "process-on-spawn": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/process-on-spawn/-/process-on-spawn-1.0.0.tgz", @@ -1954,11 +13581,153 @@ "fromentries": "^1.2.0" } }, + "promise-polyfill": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-1.1.6.tgz", + "integrity": "sha1-zQTv9G9clcOn0EVZHXm14+AfEtc=" + }, + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + }, "punycode": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + }, + "queue-microtask": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.1.4.tgz", + "integrity": "sha512-eY/4Obve9cE5FK8YvC1cJsm5cr7XvAurul8UtBDJ2PR1p5NmAwHtvAt5ftcLtwYRCUKNhxCneZZlxmUDFoSeKA==" + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + } + }, + "rdf-literal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.1.1.tgz", + "integrity": "sha512-zYelIUgvwifeq2aFfTYlv+SoxZbSjdKw+I4ulZ5ECil8FTh2+ufHiR9P7T61KnVyo8BqBhyeHBR4UvA++PWozA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "rdf-quad": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.4.0.tgz", + "integrity": "sha512-xChDvhK2zb4/aCg8P668CWTn4TEhscefg/E1s+Qu61sZ/hKct/WQn0wuHim8H+MFrzZ7fFN7Gh7aamPgm/QSwA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "rdf-literal": "^1.0.0", + "rdf-string": "^1.3.1" + } + }, + "rdf-store-stream": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rdf-store-stream/-/rdf-store-stream-1.0.1.tgz", + "integrity": "sha512-/aMMY3UeC1ONxnDoPgpeaZPT7coqeYRFQ1U30nuJ66f6OMDBag/iYtgu871hqobgKDZEmxg9Ut3USsZzvEry0Q==", + "requires": { + "@types/rdf-js": "^3.0.2", + "n3": "^1.1.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "rdf-string": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.4.2.tgz", + "integrity": "sha512-74yYjS0W4N3nYDGbXBZrNsqDmhBTjqChTETO9heC2G2M3iMYaIPtEfUikNsBWUj4+4bIKyqL7vAntWBTfJpFFA==", + "requires": { + "@rdfjs/data-model": "^1.1.1" + } + }, + "rdf-terms": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/rdf-terms/-/rdf-terms-1.5.1.tgz", + "integrity": "sha512-dDhpUYxTAOWKT3Ln93A5k5UB5SftG8bPAzeZEjGeP4e7eboMhITUTDks8HDmUt9X1P+HpfnY/o6VSTSpf3Advw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "lodash.uniqwith": "^4.5.0" + } + }, + "rdfa-streaming-parser": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/rdfa-streaming-parser/-/rdfa-streaming-parser-1.2.2.tgz", + "integrity": "sha512-OKNyZworn+wuHd9DsskyiBor85nQPAMzSR/xm6np1Pe09edj3yRGJQLsY62Ww1ELjZbdEFXougIShhR9VwU83A==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "htmlparser2": "^4.0.0", + "relative-to-absolute-iri": "^1.0.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "rdfxml-streaming-parser": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/rdfxml-streaming-parser/-/rdfxml-streaming-parser-1.3.6.tgz", + "integrity": "sha512-t9uqmCiPjmMFMXQ3Va2rc4ePElhze63EUmXVLA05s40NQEvphj8I8Kl1qODBwHnxocdoc1yVQRsC6hVJAPHvPQ==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "relative-to-absolute-iri": "^1.0.0", + "sax": "^1.2.4" + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readable-stream-node-to-web": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/readable-stream-node-to-web/-/readable-stream-node-to-web-1.0.1.tgz", + "integrity": "sha1-i3YU+qFGXr+g2pucpjA/onBzt88=" + }, "readdirp": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.2.0.tgz", @@ -1987,6 +13756,40 @@ "resolved": "https://registry.npmjs.org/remedial/-/remedial-1.0.8.tgz", "integrity": "sha512-/62tYiOe6DzS5BqVsNpH/nkGlX45C/Sp6V+NtiN6JQNS1Viay7cWkazmRkrQrdFj2eshDe96SIQNIoMxqhzBOg==" }, + "request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, "require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -1999,6 +13802,26 @@ "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", "dev": true }, + "requireg": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/requireg/-/requireg-0.1.8.tgz", + "integrity": "sha512-qjbwnviLXg4oZiAFEr1ExbevkUPaEiP1uPGSoFCVgCCcbo4PXv9SmiJpXNYmgTBCZ8fY1Jy+sk7F9/kPNepeDw==", + "requires": { + "nested-error-stacks": "~2.0.1", + "rc": "~1.2.7", + "resolve": "~1.7.1" + }, + "dependencies": { + "resolve": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.7.1.tgz", + "integrity": "sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==", + "requires": { + "path-parse": "^1.0.5" + } + } + } + }, "resolve": { "version": "1.16.0", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.16.0.tgz", @@ -2008,6 +13831,15 @@ "path-parse": "^1.0.6" } }, + "resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", + "requires": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + } + }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -2023,17 +13855,54 @@ "glob": "^7.1.3" } }, + "ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" }, "safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "sax-stream": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax-stream/-/sax-stream-1.3.0.tgz", + "integrity": "sha512-tcfsAAICAkyNNe4uiKtKmLKxx3C7qPAej13UUoN+7OLYq/P5kHGahZtJhhMVM3fIMndA6TlYHWFlFEzFkv1VGg==", + "requires": { + "debug": "~2", + "sax": "~1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, "semver": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", @@ -2046,6 +13915,15 @@ "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", "dev": true }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, "shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", @@ -2089,6 +13967,117 @@ } } }, + "sparqlalgebrajs": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.3.1.tgz", + "integrity": "sha512-zJ9EEX2BtHjdiSQoWP7fKt2IqD4zi24n3CQtRGOIzh8Hyj2JFMtje68CweaIJgQLN5kNYpNx/VT2F6nxpeIRJg==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "fast-deep-equal": "^3.1.1", + "minimist": "^1.2.5", + "rdf-string": "^1.3.1", + "sparqljs": "^3.0.1" + } + }, + "sparqlee": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.4.2.tgz", + "integrity": "sha512-6lE4u0i3CCLjOUA/E8SC2fV7L/e7By4QVG+mtreYGpPoh15iFZLPMeH9+54X2tA7doLr8LmV40u66BQ1rpzkKA==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "@types/create-hash": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "@types/uuid": "^8.0.0", + "create-hash": "^1.2.0", + "decimal.js": "^10.2.0", + "immutable": "^3.8.2", + "rdf-string": "^1.1.1", + "sparqlalgebrajs": "^2.1.0", + "uri-js": "^4.2.2", + "uuid": "^8.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/uuid": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.0.0.tgz", + "integrity": "sha512-xSQfNcvOiE5f9dyd4Kzxbof1aTrLobL278pGLKOZI6esGfZ7ts9Ka16CzIN6Y8hFHE1C7jIBZokULhK1bOgjRw==" + } + } + }, + "sparqljs": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.0.3.tgz", + "integrity": "sha512-/hy2ihyn6YaYdLqnfdG8En6n8/NJVfRGI//AWPh6Anbfxfz89vv9ATEa8taE+SpOBuh6pSYEhIYKPkVRkXNBNg==", + "requires": { + "n3": "^1.5.0" + }, + "dependencies": { + "n3": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.6.1.tgz", + "integrity": "sha512-bgv23UJ1vxcFCjY1QQYsTCwUHpkiNDGXOD99PZ4wAntNeGJMAXqHpHJ8TVdKran6IZaORnZboaqZgS6UtOh2dA==", + "requires": { + "queue-microtask": "^1.1.2" + } + } + } + }, + "sparqljson-parse": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/sparqljson-parse/-/sparqljson-parse-1.5.2.tgz", + "integrity": "sha512-VnYzLsiha3Byb7iKr4qbwsztF7cjZFDEnJg2Z2fSbVlUOa4Pwk4cHem6SnFDBWRrOtu/N98v9/JMVRi6bQYqew==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^13.1.0", + "@types/rdf-js": "^3.0.0", + "JSONStream": "^1.3.3" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "sparqljson-to-tree": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/sparqljson-to-tree/-/sparqljson-to-tree-2.0.0.tgz", + "integrity": "sha512-+2R6RtLYm5A3zA/SzIU/6RCp8lM2KQfJpos53BmkgRnHHHvP/ZVtMMnqY9IsV3msMLSCa/D/rS51ND8nCPwRoQ==", + "requires": { + "rdf-literal": "^1.0.0", + "sparqljson-parse": "^1.5.0" + } + }, + "sparqlxml-parse": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.2.2.tgz", + "integrity": "sha512-xFN+S97DRI9jrlFsOntB8rmtEAJeTUAyRCquibiLCbE+z63iw1tFdM9NhrphrPey1+EH75vh9AjycXwDD6nEIw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^10.12.18", + "@types/rdf-js": "^2.0.2", + "sax-stream": "^1.2.3" + }, + "dependencies": { + "@types/node": { + "version": "10.17.28", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.28.tgz", + "integrity": "sha512-dzjES1Egb4c1a89C7lKwQh8pwjYmlOAG9dW1pBgxEk57tMrLnssOfEthz8kdkNaBd7lIqQx7APm5+mZ619IiCQ==" + } + } + }, "spawn-wrap": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-2.0.0.tgz", @@ -2120,6 +14109,35 @@ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", "dev": true }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "stream-to-string": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/stream-to-string/-/stream-to-string-1.2.0.tgz", + "integrity": "sha512-8drZlFIKBHSMdX9GCWv8V9AAWnQcTqw0iAI6/GC7UJ0H0SwKeFKjOoZfGY1tOU00GGU7FYZQoJ/ZCUEoXhD7yQ==", + "requires": { + "promise-polyfill": "^1.1.6" + } + }, + "streamify-string": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/streamify-string/-/streamify-string-1.0.1.tgz", + "integrity": "sha1-niIN4z4cR13TDgIG9bGBXMbJUls=" + }, "string-width": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", @@ -2172,6 +14190,21 @@ "es-abstract": "^1.17.5" } }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "requires": { + "safe-buffer": "~5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + } + }, "strip-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", @@ -2190,8 +14223,7 @@ "strip-json-comments": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", - "dev": true + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" }, "supports-color": { "version": "6.0.0", @@ -2229,6 +14261,11 @@ } } }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + }, "to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", @@ -2244,6 +14281,15 @@ "is-number": "^7.0.0" } }, + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + }, "ts-md5": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/ts-md5/-/ts-md5-1.2.7.tgz", @@ -2270,6 +14316,19 @@ } } }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" + }, "type-detect": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", @@ -2305,10 +14364,45 @@ "punycode": "^2.1.0" } }, + "uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha1-BdCoU/+8iw9Jqj1NKtd3sNHuBww=" + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, "uuid": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", - "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "web-streams-node": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/web-streams-node/-/web-streams-node-0.4.0.tgz", + "integrity": "sha512-u+PBQs8DFaBrN/bxCLFn21tO/ZP7EM3qA4FGzppoUCcZ5CaMbKOsN8uOp27ylVEsfrxcR2tsF6gWHI5M8bN73w==", + "requires": { + "is-stream": "^1.1.0", + "readable-stream-node-to-web": "^1.0.1", + "web-streams-ponyfill": "^1.4.1" + } + }, + "web-streams-ponyfill": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/web-streams-ponyfill/-/web-streams-ponyfill-1.4.2.tgz", + "integrity": "sha512-LCHW+fE2UBJ2vjhqJujqmoxh1ytEDEr0dPO3CabMdMDJPKmsaxzS90V1Ar6LtNE5VHLqxR4YMEj1i4lzMAccIA==" }, "whatwg-fetch": { "version": "3.0.0", @@ -2319,7 +14413,6 @@ "version": "1.3.1", "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dev": true, "requires": { "isexe": "^2.0.0" } @@ -2396,12 +14489,32 @@ "typedarray-to-buffer": "^3.1.5" } }, + "xml": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=" + }, + "xmldom": { + "version": "0.1.19", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz", + "integrity": "sha1-Yx/Ad3bv2EEYvyUXGzftTQdaCrw=" + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + }, "y18n": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", "dev": true }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, "yaml": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz", diff --git a/package.json b/package.json index 4e5830a..899a9b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@api-modeling/model-bindings", - "version": "0.0.1", + "version": "0.1.0", "description": "", "main": "index.js", "scripts": { @@ -20,10 +20,10 @@ "typescript": "^3.8.3" }, "dependencies": { - "@api-modeling/amf-client-js": "^4.1.8", - "@api-modeling/api-modeling-metadata": "^0.0.3", + "@api-modeling/amf-client-js": "^4.1.10", + "@api-modeling/api-modeling-metadata": "^0.1.3", "@api-modeling/metadata-store": "^0.1.14", - "@types/n3": "^1.1.5", + "@types/n3": "^1.4.3", "@types/uuid": "^7.0.2", "cross-fetch": "^3.0.4", "file-api": "^0.10.4", diff --git a/src/main/AMLImporter.ts b/src/main/AMLImporter.ts new file mode 100644 index 0000000..00251e1 --- /dev/null +++ b/src/main/AMLImporter.ts @@ -0,0 +1,24 @@ +import {AMLBindingsPlugin} from "./bindings/AMLBindingsPlugin"; +import fs from "fs"; +import path from "path"; + +// Small utility to serialize CIM using the modeling tool schemas +const amlPlugin = new AMLBindingsPlugin(); +const url = "src/test/resources/aml/modeling/schema/apiModelDialect.yaml" +const text = fs.readFileSync(url).toString() +amlPlugin.import([],[{url: "file://"+ url, text: text}]).then((parsed) => { + const base = "out/aml-modeling-tool/"; + parsed.forEach((dialectInstance) => { + const location = base + dialectInstance.location; + const locationDir = path.dirname(location); + if (!fs.existsSync(locationDir)) { + fs.mkdirSync(locationDir, {recursive: true}); + } + dialectInstance.toYaml().then((data) => { + fs.writeFileSync(location + ".yaml", data); + }); + dialectInstance.toJsonLd().then((data) => { + fs.writeFileSync(location + ".jsonld", data); + }); + }); +}); diff --git a/src/main/bindings/AMLBindingsPlugin.ts b/src/main/bindings/AMLBindingsPlugin.ts new file mode 100644 index 0000000..bb8daf6 --- /dev/null +++ b/src/main/bindings/AMLBindingsPlugin.ts @@ -0,0 +1,69 @@ +import {BindingsPlugin, ConfigurationParameter, Resource} from "./BindingsPlugin"; +import {DataModel, DialectWrapper} from "@api-modeling/api-modeling-metadata"; +import * as meta from "@api-modeling/api-modeling-metadata"; +import {Md5} from "ts-md5"; +import {AMLImporter} from "./aml/importer"; +import {applyMixins} from "./utils/mixins"; +import {AmlParser} from "./utils/amlParser"; + +export class AMLBindingsPlugin extends BindingsPlugin { + constructor() { + super(); + } + + async export(configuration: ConfigurationParameter[], graphs: DialectWrapper[]): Promise { + return Promise.resolve([]); + } + + async import(configuration: ConfigurationParameter[], resources: Resource[]): Promise { + this.resetAutoGen(); + + if (resources.length !== 1) { + throw new Error("The AML plugin must receive only the root AML Dialect / Dialect Library file from the model to be imported"); + } + + // parsing + try { + const resource = resources[0]; + + const parser = new AmlParser(resource.url, resource.text); + let baseUnit = await parser.parse(); + const name = baseUnit.id.split("/").pop(); + const module = new meta.Module("Imported spec " + name); + module.uuid = Md5.hashStr(baseUnit.id + "_module").toString(); + const unitDataModels = this.parseBaseUnit(module.id(), baseUnit) + module.dataModels = unitDataModels.map((unitDataModel) => { + return unitDataModel.id(); + }); + + // modularity wrapper + const modularityDialect: meta.DialectWrapper = new meta.ModularityDialect(); + modularityDialect.id = module.id(); + modularityDialect.location = "modules"; + await modularityDialect.encode(module) + const modularityWrapper = [modularityDialect]; + + + // data models wrappers + const dataModelWrappersPromises = unitDataModels.map(async (dm) => { + const dataModelDialect: meta.DialectWrapper = new meta.DataModelDialect(); + dataModelDialect.id = dm.id(); + dataModelDialect.location = "data_model_" + dm.uuid // @todo check the extension + await dataModelDialect.encode(dm); + return dataModelDialect + }); + const dataModelWrappers = await Promise.all(dataModelWrappersPromises); + + const allWrappers = modularityWrapper.concat(dataModelWrappers); + return Promise.resolve(allWrappers); + + } catch (e) { + console.log("ERROR:" + e.message) + throw e; + } + } + +} + +export interface AMLBindingsPlugin extends AMLImporter {} +applyMixins(AMLBindingsPlugin, [AMLImporter]); \ No newline at end of file diff --git a/src/main/bindings/CIMBindingsPlugin.ts b/src/main/bindings/CIMBindingsPlugin.ts index 1c99376..37c169c 100644 --- a/src/main/bindings/CIMBindingsPlugin.ts +++ b/src/main/bindings/CIMBindingsPlugin.ts @@ -1,5 +1,14 @@ import {BindingsPlugin, ConfigurationParameter, Resource} from "./BindingsPlugin"; -import {DialectWrapper, ModularityDialect, Module, Entity, Attribute, Association, IntegerScalar, StringScalar, DataModel, DataModelDialect, ModelBindingsDialect, BindingsModel, Binding} from "@api-modeling/api-modeling-metadata"; +import { + DialectWrapper, + ModularityDialect, + Module, + DataModel, + DataModelDialect, + ModelBindingsDialect, + BindingsModel, + Binding, Entity +} from "@api-modeling/api-modeling-metadata"; import * as graph from "./utils/N3Graph"; import * as n3 from "n3"; import {CIMImporter} from "./cim/importer"; @@ -36,7 +45,7 @@ export class CIMBindingsPlugin extends BindingsPlugin { // Data Models const dataModels: DataModel[] = entityGroupsDataModels.map((entityGroup) => { const entities = this.parseEntityGroup(store, entityGroup); - entityGroup.entities = entities; + entityGroup.entities = entities; return entityGroup; }); @@ -70,36 +79,102 @@ export class CIMBindingsPlugin extends BindingsPlugin { const moduleBindings = new ModelBindingsDialect(); moduleBindings.id = "http://cloudinformationmodel.org/modeling/modules_bindings"; moduleBindings.location = "modules_bindings"; - await moduleBindings.encode(bindingsModel); + await moduleBindings.encode(bindingsModel); return ([modularityDialect]).concat(dataModelDialects).concat([moduleBindings]); } async export(configuration: ConfigurationParameter[], graphs: DialectWrapper[]): Promise { - // @ts-ignore - const modules: ModularityDialect[] = graphs.filter((dialectWrapper) => { - return (dialectWrapper instanceof ModularityDialect); - }); - // @ts-ignore - const dataModels: DataModelDialect[] = graphs.filter((dialectWrapper) => { - return (dialectWrapper instanceof DataModelDialect); - }); - // @ts-ignore - const bindings: ModelBindingsDialect[] = graphs.filter((dialectWrapper) => { - return (dialectWrapper instanceof ModelBindingsDialect); - }); - - - const subjectAreas = this.findSubjectAreas(modules, bindings); - return (new Promise((s,f) => { - f("Not implemented yet"); + const version = configuration.find((p) => p.name == "cimVersion"); + if (version == null) { + throw new Error("CIM version to export must be provided") + } + const outputFile = configuration.find((p) => p.name == "outputFile"); + if (outputFile == null) { + throw new Error("Output file for the whole CIM distribution must be provided") + } + + return (new Promise((s, f) => { + try { + // @ts-ignore + const modules: ModularityDialect[] = graphs.filter((dialectWrapper) => { + return (dialectWrapper instanceof ModularityDialect); + }); + // @ts-ignore + const dataModels: DataModelDialect[] = graphs.filter((dialectWrapper) => { + return (dialectWrapper instanceof DataModelDialect); + }); + // @ts-ignore + const bindings: ModelBindingsDialect[] = graphs.filter((dialectWrapper) => { + return (dialectWrapper instanceof ModelBindingsDialect); + }); + + + const subjectAreas = this.findSubjectAreas(modules, bindings); + const entityLinkingMap: {[id: string]: Entity} = {} + dataModels.forEach((dm) => { + (dm.encodedDataModel()?.entities || []).forEach((e) => { + entityLinkingMap[e.id()] = e; + }) + }); + + const exportedSubjectAreas = subjectAreas.map((sa) => { + const entityGroupsDataModels = (sa.dataModels || []).map(id => { + const found = dataModels.find((dm) => dm.encodedDataModel()?.id() == id) + if (found != null) { + return found + } else { + throw new Error(`Missing data model ${id} for subject area module ${sa.id()}`) + } + }); + let subjectAreaId = this.toId(sa.name); + if (sa.uuid.indexOf("cim/subjectarea/") > -1) { + subjectAreaId = sa.uuid.split("cim/subjectarea/").pop()!; + } + const entityGroups = entityGroupsDataModels.map((dm) => + this.exportEntityGroup(subjectAreaId, dm!, version.value, entityLinkingMap) + ); + let json = { + "@id": subjectAreaId + "SubjectArea", + "@type": "SubjectArea", + "version": version, + "name": sa.name + } + + if (sa.description) { + // @ts-ignore + json['description'] = sa.description; + } + // @ts-ignore + json['entityGroups'] = entityGroups + + return json; + }); + + const finalJson = JSON.stringify({ + '@context': VOCAB.CONTEXT, + 'subjectAreas': exportedSubjectAreas + }, null, 2); + + + const resource: Resource = { + "url": outputFile.value, + "text": finalJson + }; + s([resource]); + } catch (e) { + f(e); + } })); } - protected async parseGlobalFile(resource: Resource, store?: n3.N3Store): Promise { + protected async parseGlobalFile(resource: Resource, store?: n3.Store): Promise { return await graph.loadGraph(resource.text ? resource.text : '', store); } + +} + +export interface CIMBindingsPlugin extends CIMImporter, CIMExporter { } -export interface CIMBindingsPlugin extends CIMImporter, CIMExporter {} applyMixins(CIMBindingsPlugin, [CIMImporter, CIMExporter]); \ No newline at end of file diff --git a/src/main/bindings/aml/importer.ts b/src/main/bindings/aml/importer.ts new file mode 100644 index 0000000..0ea5455 --- /dev/null +++ b/src/main/bindings/aml/importer.ts @@ -0,0 +1,265 @@ +import * as meta from "@api-modeling/api-modeling-metadata"; +import * as amf from "@api-modeling/amf-client-js"; +import {Md5} from "ts-md5"; +import {VOCAB} from "../api_contract/constants"; + +type Mapping = amf.model.domain.NodeMapping|amf.model.domain.UnionNodeMapping; + +export class AMLImporter { + + private idGenerator = 0; + // Resets the seed to generate identifiers + protected resetAutoGen() { + this.idGenerator = 0; + } + + protected parseBaseUnit(moduleUri: string, baseUnit: amf.model.document.BaseUnit, parsed: meta.DataModel[] = []): meta.DataModel[] { + const name = baseUnit.location.split("/").reverse()[0]; + if (!parsed.find((dm) => dm.uuid === baseUnit.id)) { + if (this.hasNodeMappings(baseUnit).length !== 0) { + const entities = this.parseNodeMappings(baseUnit); + const dataModel = new meta.DataModel(moduleUri); + dataModel.uuid = Md5.hashStr(baseUnit.id).toString(); + dataModel.entities = entities; + dataModel.name = name; + dataModel.description = baseUnit.usage.option; + // @ts-ignore + dataModel['parsed'] = baseUnit; + parsed.push(dataModel); + baseUnit.references().map((ref) => { + this.parseBaseUnit(moduleUri, ref, parsed); + }) + } + } + return parsed; + } + + + private hasNodeMappings(baseUnit: amf.model.document.BaseUnit): Mapping[] { + let acc: Mapping[] = []; + + if (baseUnit instanceof amf.model.document.Dialect) { + const dialect = (baseUnit) + const encoded = dialect.encodes + if (encoded != null && (encoded instanceof amf.model.domain.NodeMapping || encoded instanceof amf.model.domain.UnionNodeMapping)) { + acc.push(encoded) + } + const declared = dialect.declares || []; + if (declared != null) { + declared.forEach((dec) => { + if (dec instanceof amf.model.domain.NodeMapping || dec instanceof amf.model.domain.UnionNodeMapping) { + acc = acc.concat(dec) + } + }); + } + } + + if (baseUnit instanceof amf.model.document.DialectLibrary) { + const dialect = (baseUnit) + const declared = dialect.declares || []; + if (declared != null) { + declared.forEach((dec) => { + if (dec instanceof amf.model.domain.NodeMapping || dec instanceof amf.model.domain.UnionNodeMapping) { + acc = acc.concat(dec) + } + }); + } + } + return acc; + } + + private parseNodeMappings(baseUnit: amf.model.document.BaseUnit): meta.Entity[] { + let entities: meta.Entity[] = []; + let nodeMappings = this.hasNodeMappings(baseUnit); + nodeMappings.forEach((nm) => + entities.push(this.parseMapping(nm, entities, true)) + ); + return entities; + } + + private parseMapping(mapping: Mapping, entities: meta.Entity[], topLevel: boolean = false): meta.Entity { + const uuid = Md5.hashStr(mapping.id).toString(); + const alreadyParsed = entities.find((e) => e.uuid === uuid); + if (alreadyParsed != null) { + return alreadyParsed; + } else { + if (mapping.isLink) { + const linkTarget = mapping.linkTarget!.id; + const linkName = mapping.linkLabel!.value() + const link = new meta.Entity(linkName); + link.uuid = Md5.hashStr(linkTarget).toString(); + // @ts-ignore + link['isLink'] = true; + return link; + } else { + if (mapping instanceof amf.model.domain.NodeMapping) { + return this.parseNodeMapping(mapping, entities, topLevel); + } else { + return this.parseUnionNodeMapping(mapping, entities, topLevel); + } + } + } + } + private parseNodeMapping(nodeMapping: amf.model.domain.NodeMapping, entities: meta.Entity[], topLevel: boolean = false): meta.Entity { + const name = this.getMappingName(nodeMapping) + const entity = new meta.Entity(name) + entity.uuid = Md5.hashStr(nodeMapping.id).toString(); + // @todo from vocabulary + // entity.description = + + // Process extensions using the base shapes in the model + if (nodeMapping.extendsNode.length !== 0) { + const extensions = nodeMapping.extendsNode.map((baseShape) => { + if (baseShape instanceof amf.model.domain.NodeMapping || baseShape instanceof amf.model.domain.UnionNodeMapping) { + const extendedFrom = this.parseMapping(baseShape, entities); + if (extendedFrom != null) { + return this.genEntityLink(extendedFrom!.id()); + } else { + return null; + } + } + }).filter((uuid) => uuid != null); + if (extensions.length > 1) { + // @todo + throw new Error("More than one base shape not supported in entity dialect yet") + } + if (extensions.length === 1) { + entity.extends = extensions[0]! + } + } + + // Let's classify properties in scalar that will become attributes and objects that will become associations + // If we find a type of shape we don't support we will throw an error. + let scalarProperties: (amf.model.domain.PropertyMapping)[] = [] + let objectProperties: (amf.model.domain.PropertyMapping)[] = [] + + nodeMapping.propertiesMapping().forEach((property) => { + const classif = property.classification() + if (classif.indexOf("object") > -1) { + objectProperties.push(property) + } else if (classif.indexOf("literal") > -1) { + scalarProperties.push(property) + } + }); + + entity.attributes = scalarProperties.map((property) => { + return this.parseAttribute(property); + }); + + entity.associations = objectProperties.map((property) => { + return this.parseAssociation(property) + }); + + return entity; + } + + + + private parseUnionNodeMapping(union: amf.model.domain.UnionNodeMapping, entities: meta.Entity[], topLevel: boolean): meta.Entity { + const name = this.getMappingName(union) + const entity = new meta.Entity(name) + const unionMembers = union.objectRange().map((idField) => this.genEntityLink(idField.value())) + entity.disjoint = unionMembers + return entity; + } + + //@todo: move to commong + /** + * Checks that a shape can be transformed into a modeling Scalar value + * @param shape + */ + private getMappingName(shape: Mapping, hint: string = "Entity"): string { + const name = shape.name.option ; + if (name != null && name !== "type") { + return name; + } else { + return this.genName(hint); + } + } + + private genName(root: string) { + this.idGenerator++; + return `${root}${this.idGenerator}`; + } + + private parseAttribute(property: amf.model.domain.PropertyMapping) { + let scalarRange; + let literalRange = property.literalRange().value() + + if (literalRange === VOCAB.XSD_STRING) { + scalarRange = new meta.StringScalar(); + } else if (literalRange === VOCAB.XSD_INTEGER) { + scalarRange = new meta.IntegerScalar(); + } else if (literalRange === VOCAB.XSD_FLOAT) { + scalarRange = new meta.FloatScalar(); + } else if (literalRange === VOCAB.XSD_BOOLEAN) { + scalarRange = new meta.BooleanScalar(); + } else if (literalRange === VOCAB.XSD_DATE_TIME) { // @todo format option + scalarRange = new meta.DateTimeScalar(); + } else if (literalRange === VOCAB.XSD_DATE) { + scalarRange = new meta.DateScalar(); + } else if (literalRange === VOCAB.AML_DATE_TIME_ONLY) { // @todo format option + scalarRange = new meta.DateTimeScalar() + } else if (literalRange === VOCAB.XSD_TIME) { + scalarRange = new meta.TimeScalar(); + } else if (literalRange === VOCAB.AML_NUMBER) { + scalarRange = new meta.FloatScalar(); + } else if (literalRange === VOCAB.XSD_DOUBLE) { // @todo add type binding + scalarRange = new meta.FloatScalar(); + } else if (literalRange === VOCAB.XSD_LONG) { // @todo add type binding + scalarRange = new meta.IntegerScalar(); + } else if (literalRange === VOCAB.AML_DATE_TIME_ONLY) { + scalarRange = new meta.DateTimeScalar(); + } else if (literalRange === VOCAB.AML_NUMBER) { + scalarRange = new meta.FloatScalar(); + } else if (literalRange === VOCAB.AML_LINK) { // @todo check links here + scalarRange = new meta.StringScalar(); + // throw new Error("AML Links not supported") + } else if (literalRange === VOCAB.AML_ANY) { + throw new Error("AML Any not supported") // @todo check any here + } else if (literalRange === VOCAB.XSD_URI) { + scalarRange = new meta.StringScalar(); + } else { + throw new Error(`Unsupported scalar value ${literalRange}`) // @todo missing null, link, uri + } + + // now we can create the attribute wrapper + const name = property.name().value() + const attribute = new meta.Attribute(name, scalarRange) + attribute.uuid = Md5.hashStr(property.id).toString(); + //attribute.description = property.description.option; + attribute.required = (property.minCount().option || 0) !== 0; + attribute.allowMultiple = property.allowMultiple().option || false; + + // @todo parse additional attributes for a property shape and add bindings + return attribute; + } + + private parseAssociation(property: amf.model.domain.PropertyMapping): meta.Association { + if (property.objectRange().length === 1) { + // now we can create the association wrapper + const name = property.name().value(); + const association = new meta.Association(name); + association.uuid = Md5.hashStr(property.id).toString(); + // association.description = property.description.option; @todo: from vocab + association.required = (property.minCount().option || 0) !== 0; + association.allowMultiple = property.allowMultiple().option || false + association.target = this.genEntityLink(property.objectRange()[0]!.value()); + return association; + } else { + const name = "Union "+ this.idGenerator; + this.idGenerator++; + const entity = new meta.Entity(name) + const unionMembers = property.objectRange().map((idField) => this.genEntityLink(idField.value())) + entity.disjoint = unionMembers + return entity; + } + } + + private genEntityLink(id: string): meta.Entity { + const uuid = Md5.hashStr(id).toString() + const entity = new meta.Entity("") + entity.uuid = uuid; + return entity; + } +} \ No newline at end of file diff --git a/src/main/bindings/api_contract/exporter.ts b/src/main/bindings/api_contract/exporter.ts index 0b7e8b2..d1d6a23 100644 --- a/src/main/bindings/api_contract/exporter.ts +++ b/src/main/bindings/api_contract/exporter.ts @@ -90,7 +90,7 @@ export class APIContractExporter extends ExporterBaseUtils { private isNodeShape(entity: meta.Entity): boolean { const fieldNum = (entity.attributes || []).length + (entity.associations || []).length if (entity.extends != null) { - const baseEntity = this.findEntityById(entity.extends); + const baseEntity = this.findEntityById(entity.extends.id()); return this.isNodeShape(baseEntity) || fieldNum > 0; // Object can extend Any } else { return fieldNum > 0 @@ -185,7 +185,7 @@ export class APIContractExporter extends ExporterBaseUtils { nodeShape.withProperties(scalarPropertyShapes.concat(objectPropertyShapes)); if (entity.extends != null) { - const baseLink = this.generateLink(entity.id(), entity.extends!); + const baseLink = this.generateLink(entity.id(), entity.extends!.id()); nodeShape.withInherits([baseLink]); } @@ -203,7 +203,7 @@ export class APIContractExporter extends ExporterBaseUtils { unionShape.withDescription(entity.description); } - const members = (entity.disjoint || []).map((entityId) => this.generateLink(entity.id(), entityId)); + const members = (entity.disjoint || []).map((unionEntity) => this.generateLink(entity.id(), unionEntity.id())); unionShape.withAnyOf(members); return unionShape; @@ -221,7 +221,7 @@ export class APIContractExporter extends ExporterBaseUtils { } if (entity.extends != null) { - const baseLink = this.generateLink(entity.id(), entity.extends!); + const baseLink = this.generateLink(entity.id(), entity.extends!.id()); anyShape.withInherits([baseLink]); } @@ -286,7 +286,7 @@ export class APIContractExporter extends ExporterBaseUtils { private exportAssociation(entity: meta.Entity, assoc: meta.Association): amf.model.domain.PropertyShape { const target = assoc.target; if (target != null) { - const targetShape = this.generateLink(entity.id(), target!); + const targetShape = this.generateLink(entity.id(), target!.id()); // The actual property shape const propertyShape: amf.model.domain.PropertyShape = new amf.model.domain.PropertyShape(); diff --git a/src/main/bindings/api_contract/importer.ts b/src/main/bindings/api_contract/importer.ts index 59300db..8c69ff5 100644 --- a/src/main/bindings/api_contract/importer.ts +++ b/src/main/bindings/api_contract/importer.ts @@ -2,6 +2,7 @@ import * as meta from "@api-modeling/api-modeling-metadata"; import * as amf from "@api-modeling/amf-client-js"; import {Md5} from 'ts-md5/dist/md5'; import {VOCAB} from "./constants"; +import {Entity} from "@api-modeling/api-modeling-metadata"; export class APIContractImporter { @@ -127,7 +128,6 @@ export class APIContractImporter { return parsed; } } - return null; } private parseUnionShape(unionShape: amf.model.domain.UnionShape, entities: meta.Entity[]) { @@ -136,8 +136,7 @@ export class APIContractImporter { const unionMembers = unionShape.anyOf .map((shape) => this.parseShape(shape, entities)) .filter((shape) => shape != null) - .map((s) => s!.id()) - entity.disjoint = unionMembers + entity.disjoint = unionMembers; return entity; } @@ -169,12 +168,7 @@ export class APIContractImporter { // Process extensions using the base shapes in the model if (nodeShape.inherits.length !== 0) { const extensions = nodeShape.inherits.map((baseShape) => { - const extendedFrom = this.parseShape(baseShape, entities); - if (extendedFrom != null) { - return extendedFrom!.id() - } else { - return null; - } + return this.parseShape(baseShape, entities); }).filter((uuid) => uuid != null); if (extensions.length > 1) { // @todo @@ -417,7 +411,7 @@ export class APIContractImporter { } const entity = new meta.Entity("") entity.uuid = Md5.hashStr(id).toString(); - return entity.id(); + return entity; } private uniqueName(parsed: meta.Entity, entities: meta.Entity[]) { diff --git a/src/main/bindings/cim/constants.ts b/src/main/bindings/cim/constants.ts index be4c663..0f9d334 100644 --- a/src/main/bindings/cim/constants.ts +++ b/src/main/bindings/cim/constants.ts @@ -10,7 +10,8 @@ class CIMConstantsSingleton { XSD_NS = "http://www.w3.org/2001/XMLSchema#"; // CIM model - CIM_SUBJECT_AREA = $rdf.namedNode(this.CIM_NS + 'SubjectArea'); + CIM_SUBJECT_AREA = $rdf.namedNode(this.CIM_NS + 'SubjectArea'); + CIM_ENTITY_GROUP = $rdf.namedNode(this.CIM_NS + 'EntityGroup'); CIM_ENTITTY_GROUPS = $rdf.namedNode(this.CIM_NS + 'entityGroup'); CIM_CLASSES = $rdf.namedNode(this.CIM_NS + 'classes'); CIM_ID = $rdf.namedNode(this.CIM_NS + "id"); @@ -26,11 +27,73 @@ class CIMConstantsSingleton { SH_MAX_COUNT = $rdf.namedNode(this.SH_NS + "maxCount"); SH_MIN_COUNT = $rdf.namedNode(this.SH_NS + "minCount"); SH_AND = $rdf.namedNode(this.SH_NS + "and"); + SH_SHAPE = $rdf.namedNode(this.SH_NS + 'Shape') // CIM Bindings CIM_BINDINGS_PROFILE = "http://mulesoft.com/modeling/instances/bindings/cim"; CIM_BINDINGS_SUBJECT_AREA = "http://mulesoft.com/modeling/instances/bindings/cim/SubjectAreaBinding"; CIM_BINDINGS_ENTITY_GROUP = "http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding"; + + CONTEXT = { + "@base": "http://cloudinformationmodel.org/model/", + "cim": "http://cloudinformationmodel.org/model/", + "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "sh": "http://www.w3.org/ns/shacl#", + "xsd": "http://www.w3.org/2001/XMLSchema#", + "version": "cim:version", + "classConcepts": "cim:classes", + "propertyConcepts": "cim:properties", + "schemas": "cim:schemas", + "name": "rdfs:label", + "description": "rdfs:comment", + "Class": "rdfs:Class", + "Property": "rdf:Property", + "Literal": "rdfs:Literal", + "domain": { + "@id": "rdfs:domain", + "@type": "@id" + }, + "subjectAreas": { + "@id": "cim:subjectArea" + }, + "entityGroups": { + "@id": "cim:entityGroup" + }, + "range": { + "@id": "rdfs:range", + "@type": "@id" + }, + "subClassOf": { + "@id": "rdfs:subClassOf", + "@type": "@id" + }, + "subPropertyOf": { + "@id": "rdfs:subPropertyOf", + "@type": "@id" + }, + "properties": "sh:property", + "path": { + "@id": "sh:path", + "@type": "@id" + }, + "node": { + "@id": "sh:node", + "@type": "@id" + }, + "and": { + "@id": "sh:and", + "@container": "@list" + }, + "in": "sh:in", + "minCount": "sh:minCount", + "maxCount": "sh:maxCount", + "datatype": { + "@id": "sh:datatype", + "@type": "@id" + }, + "Shape": "sh:Shape" + } } export const VOCAB = new CIMConstantsSingleton(); \ No newline at end of file diff --git a/src/main/bindings/cim/exporter.ts b/src/main/bindings/cim/exporter.ts index 6999d00..2515fab 100644 --- a/src/main/bindings/cim/exporter.ts +++ b/src/main/bindings/cim/exporter.ts @@ -1,26 +1,239 @@ import {VOCAB} from "./constants"; import {DialectWrapper, ModularityDialect, Module, Entity, Attribute, Association, IntegerScalar, StringScalar, DataModel, DataModelDialect, ModelBindingsDialect, BindingsModel, Binding} from "@api-modeling/api-modeling-metadata"; import * as n3 from "n3"; +import {model} from "@api-modeling/amf-client-js"; export class CIMExporter { + private INT_SCALAR_ID = new IntegerScalar().id(); + /** * Find all the subject areas bindings found in a model * @param modules * @param bindings */ - protected findSubjectAreas(modules: ModularityDialect[], bindings: ModelBindingsDialect[]) { - bindings.map((d) => { + protected findSubjectAreas(moduleDialects: ModularityDialect[], bindings: ModelBindingsDialect[]): Module[] { + let subjectAreas: Module[] = []; + let modules = this.getModules(moduleDialects); + bindings.forEach((d) => { if (d.encodesWrapper) { const bindingsModel = d.encodesWrapper as BindingsModel; - const subjectAreaModules = (bindingsModel.bindings || []).filter((binding) => { + const subjectAreaBinding = (bindingsModel.bindings || []).filter((binding) => { return (binding.declaration === VOCAB.CIM_BINDINGS_SUBJECT_AREA); }); - modules + const subjectAreasFound = subjectAreaBinding.map((binding) => { + const found = modules[binding.source] + if (found == null) { + throw new Error(`Cannot find module with subject area binding ${binding.source}, binding ID: ${binding.id()}`) + } + return found; + }); + subjectAreas = subjectAreas.concat(subjectAreasFound); } else { return []; } }) + return subjectAreas; + } + + protected getModules(moduleDialects: ModularityDialect[]): {[id: string]: Module} { + let acc: {[id: string]: Module} = {}; + + moduleDialects.forEach((moduleDialect) => { + let remaining = moduleDialect.declaredModules() || [] + const root = moduleDialect.encodedModule(); + if (root != null) { + remaining.unshift(root) + } + + + while (remaining.length > 0) { + const next = remaining.shift(); + if (next != null && acc[next.id()] == null) { + acc[next.id()] = next; + remaining = remaining.concat(next.nested || []) + } + } + }); + + return acc; } + protected exportEntityGroup(subjectArea: string, dm: DataModelDialect, version: string, entityLinkingMap: {[id: string]: Entity}) { + const dataModel = dm.encodedDataModel(); + const propAcc: {[id:string]: string[]} = {}; + + if (dataModel != null) { + const entities = (dataModel.entities||[]); + const shapes = entities.map((entity) => { + return this.exportEntityShape(entity, propAcc, entityLinkingMap); + }); + const classes = entities.map((entity) => { + return this.exportEntityClass(entity); + }); + + let dataModelId = dataModel.id().split("/").pop()! + if (dataModel.name) { + dataModelId = this.toId(dataModel.name) + } + const json = { + "@id": dataModelId + "EntityGroup" + } + if (dataModel.name) { + // @ts-ignore + json['name'] = dataModel.name; + } + + // @ts-ignore + json['@type'] = "EntityGroup"; + // @ts-ignore + json['version'] = version + // @ts-ignore + json['subjectArea'] = { + '@id': subjectArea + }; + + if (dataModel.description) { + // @ts-ignore + json['description'] = dataModel.description + } + // @ts-ignore + json['classConcepts'] = classes; + // @ts-ignore + json['propertyConcepts'] = Object.keys(propAcc).map((id) => { + let domain = propAcc[id]; + return { + "@id": id, + "@type": "Property", + "domain": domain + } + }); + // @ts-ignore + json['schemas'] = shapes + + return json; + } + + } + + private entityId(entity: Entity) { + let id = this.toId(entity.name); // @todo we need a binding for this + if (entity.uuid.indexOf("cim/entity/") > -1) { + id = entity.uuid.split("cim/entity/").pop()!; + } + return id; + } + private exportEntityShape(entity: Entity, propAcc: {[id: string]: string[]}, entityLinkingMap: {[id: string]: Entity}) { + const id = this.entityId(entity) + let json = { + "@type": "Shape", + "@id": id, + }; + + const attributes = (entity.attributes || []).map(attr => { + const path = attr.name + let json: {[n: string]: any} = { + "path": path + }; + if (attr.range.id() === this.INT_SCALAR_ID) { + json['datatype'] = VOCAB.XSD_NS + "integer"; + } else if (path == "id") { + json['datatype'] = VOCAB.CIM_NS + "id"; + } else { + json['datatype'] = VOCAB.XSD_NS + "string"; + } + + if (attr.required) { + json[VOCAB.SH_MIN_COUNT.value] = 1 + } + if (!attr.allowMultiple) { + json[VOCAB.SH_MAX_COUNT.value] = 1 + } + + // keep the inverse map of properties + const propDomain = propAcc[path] || []; + propDomain.push(id) + propAcc[path] = propDomain + + return json; + }); + + const associations = (entity.associations || []) + .filter(a => a.target != null) + .map(assoc => { + const path = assoc.name + let json: {[n: string]: any} = { + "path": path + } + const targetEntity = entityLinkingMap[assoc.target?.id()!] + if (targetEntity != null) { + json[VOCAB.SH_NODE.value] = this.entityId(targetEntity) + if (assoc.required) { + json[VOCAB.SH_MIN_COUNT.value] = 1 + } + if (!assoc.allowMultiple) { + json[VOCAB.SH_MAX_COUNT.value] = 1 + } + + // keep the inverse map of properties + const propDomain = propAcc[path] || []; + propDomain.push(id) + propAcc[path] = propDomain + + return json; + } else { + console.log(`Unlinked entity ${assoc.target?.id()} cannot export to CIM`) + return null; + } + }) + .filter(p => p != null); + + const properties = attributes.concat(associations); + + if (entity.extends != null) { + const superShape = { + "@id": this.toId(entity.extends?.name) + } + // @ts-ignore + json['and'] = [ + superShape, + { + "properties": properties + } + ] + return json; + } else { + // @ts-ignore + json['properties'] = properties; + return json + } + } + + private exportEntityClass(entity: Entity) { + let id = this.toId(entity.name); // @todo we need a binding for this + if (entity.uuid.indexOf("cim/entity/") > -1) { + id = entity.uuid.split("cim/entity/").pop()!; + } + let json = { + "@id": id, + "name": entity.name, + "@type": "Class" + }; + + if (entity.extends != null) { + // @ts-ignore + json['subClassOf'] = this.toId(entity.extends.name); + } + if (entity.description != null) { + // @ts-ignore + json['description'] = entity.description!; + } + + return json; + + } + + protected toId(name: string) { + return name.replace(/\s+/, "").replace("_", "") + } } \ No newline at end of file diff --git a/src/main/bindings/cim/importer.ts b/src/main/bindings/cim/importer.ts index b32ffe0..a09340b 100644 --- a/src/main/bindings/cim/importer.ts +++ b/src/main/bindings/cim/importer.ts @@ -14,7 +14,7 @@ export class CIMImporter { protected genUUID(prop: Attribute|Association, entity: Entity, path: n3.Quad_Object) { const base = entity.uuid; const propId = path.value.split("/").pop(); - const propIdFin = propId ? propId.replace(' ','_') : propId; + const propIdFin = propId ? propId.replace(' ','') : propId; prop.uuid = `${base}/attr/${propIdFin}`; } @@ -47,14 +47,14 @@ export class CIMImporter { * Parses all the subject areas in a CIM model and generates modeling Modules * @param store */ - protected async parseSubjectAreas(store: n3.N3Store): Promise { + protected async parseSubjectAreas(store: n3.Store): Promise { let subjectAreas = store.getSubjects(VOCAB.RDF_TYPE, VOCAB.CIM_SUBJECT_AREA, null); return subjectAreas.map((id) => { const name = store.getObjects(id, VOCAB.RDFS_LABEL, null)[0]; const description = store.getObjects(id, VOCAB.RDFS_COMMENT, null)[0]; const module = new Module(name.value); module.description = description.value; - const toReplace = name.value ? name.value.replace(' ','_') : name.value + const toReplace = name.value ? name.value.replace(' ','') : name.value module.uuid = `cim/subjectarea/${toReplace}`; // @ts-ignore module['_source'] = id.value; @@ -71,7 +71,7 @@ export class CIMImporter { const subjectAreaId = subjectArea.id(); const binding = new Binding(subjectAreaId, VOCAB.CIM_BINDINGS_SUBJECT_AREA) const subjectAreaName = subjectAreaId.split("/").pop(); - const toReplace = subjectAreaName ? subjectAreaName.replace(' ','_') : subjectAreaName; + const toReplace = subjectAreaName ? subjectAreaName.replace(' ','') : subjectAreaName; binding.uuid = `cim/bindings/subjectArea/${toReplace}` return binding }); @@ -82,7 +82,7 @@ export class CIMImporter { * @param store * @param subjectAreas */ - protected parseEntityGroups(store: n3.N3Store, subjectAreas: Module[]): DataModel[] { + protected parseEntityGroups(store: n3.Store, subjectAreas: Module[]): DataModel[] { const acc: DataModel[] = []; subjectAreas.forEach((subjectArea) => { // @ts-ignore @@ -96,7 +96,7 @@ export class CIMImporter { dataModel.name = name.value dataModel.description = description.value; const inter = id.value.split("/").pop(); - const toReplace = inter!.replace(' ','_'); + const toReplace = inter!.replace(' ',''); dataModel.uuid = `cim/entitygroup/${toReplace}`; subjectArea.dataModels!.push(dataModel.id()); // @ts-ignore @@ -117,7 +117,7 @@ export class CIMImporter { const entityGroupId = entityGroup.id(); const binding = new Binding(entityGroupId, VOCAB.CIM_BINDINGS_ENTITY_GROUP) const subjectAreaName = entityGroupId.split("/").pop(); - const toReplace = subjectAreaName ? subjectAreaName.replace(' ','_') : subjectAreaName; + const toReplace = subjectAreaName ? subjectAreaName.replace(' ','') : subjectAreaName; binding.uuid = `cim/bindings/entityGroup/${toReplace}` return binding }); @@ -128,7 +128,7 @@ export class CIMImporter { * @param store * @param entityGroup */ - protected parseEntityGroup(store: n3.N3Store, entityGroup: DataModel): Entity[] { + protected parseEntityGroup(store: n3.Store, entityGroup: DataModel): Entity[] { // @ts-ignore const entityGroupId = entityGroup['_source']; const source = $rdf.namedNode(entityGroupId); @@ -182,9 +182,9 @@ export class CIMImporter { this.fillPropertyData(association, minCount, maxCount, description, displayName); const targetEntity = new Entity(""); const inter = node.value.split("/").pop() - const toReplace = inter ? inter.replace(' ','_') : inter + const toReplace = inter ? inter.replace(' ','') : inter targetEntity.uuid = `cim/entity/${toReplace}`; - association.target = targetEntity.id(); + association.target = targetEntity; associations.push(association) } } diff --git a/src/main/bindings/utils/N3Graph.ts b/src/main/bindings/utils/N3Graph.ts index c08efd0..75adf28 100644 --- a/src/main/bindings/utils/N3Graph.ts +++ b/src/main/bindings/utils/N3Graph.ts @@ -1,6 +1,6 @@ import * as n3 from "n3"; import {JsonLdParser} from "jsonld-streaming-parser"; -import {N3Store} from "n3"; +import {Store} from "n3"; export const $rdf = n3.DataFactory; // @ts-ignore @@ -39,15 +39,15 @@ $rdf.graph = function() { return store; }; -export function store(): n3.N3Store { +export function store(): n3.Store { // @ts-ignore return $rdf.graph(); } -export function loadGraph(str: string, existingStore?: n3.N3Store): Promise { +export function loadGraph(str: string, existingStore?: n3.Store): Promise { return new Promise((resolve, reject) => { // @ts-ignore - const store: n3.N3Store = existingStore || $rdf.graph(); + const store: n3.Store = existingStore || $rdf.graph(); const myParser = new JsonLdParser({ dataFactory: $rdf @@ -71,7 +71,7 @@ export function loadGraph(str: string, existingStore?: n3.N3Store): Promise { + await this.init(); + const baseUnit = await amf.Core + .parser("AML 1.0", "application/yaml") + .parseStringAsync(this.specUrl, this.text) + return baseUnit + } +} \ No newline at end of file diff --git a/src/main/index.ts b/src/main/index.ts new file mode 100644 index 0000000..bb352d3 --- /dev/null +++ b/src/main/index.ts @@ -0,0 +1,450 @@ +import { ConfigurationParameter, Resource, BindingsPlugin } from './bindings/BindingsPlugin'; +import { CIMBindingsPlugin } from './bindings/CIMBindingsPlugin' +import { APIContractBindingsPlugin } from './bindings/APIContractBindingsPlugin' +import * as fs from 'fs'; +import {DialectWrapper, ModularityDialect, Module, Entity, Attribute, Association, IntegerScalar, StringScalar, DataModel, DataModelDialect, ModelBindingsDialect, BindingsModel, Binding, BindingArrayValue} from "@api-modeling/api-modeling-metadata"; +import { startup, post, store, transitiveGet, get, schPref } from '@api-modeling/metadata-store' +import {ApiParser} from "./bindings/utils/apiParser"; +import { postBinding } from '@api-modeling/metadata-store/dist/esm/postGet'; +const DataFactory = require('n3').DataFactory; +const { namedNode } = DataFactory; +var FileAPI = require('file-api') + , File = FileAPI.File + , FileList = FileAPI.FileList + , FileReader = FileAPI.FileReader + ; +type PlugInMap = { + 'cim' : CIMBindingsPlugin, + 'api' : APIContractBindingsPlugin, + 'gorp' : Error +} + +type GetCon = RecordBindingsPlugin> +let pim : GetCon = { + 'cim' : () => { + return new CIMBindingsPlugin() + }, + 'api' : () => { + return new APIContractBindingsPlugin(); + } +} + +async function loadFile(fname: string){ + +} +async function pluginExport(plugInName : string, parameters : ConfigurationParameter[], graphs: DialectWrapper[]): Promise { + const somePlugin = pim[plugInName]() + let something = await somePlugin.export(parameters,graphs) + return something +} + +async function pluginImport(plugInName : string, parameters : ConfigurationParameter[], resourceLocs: Resource[]) : Promise{ + const somePlugin = pim[plugInName](); + let allResources = resourceLocs.map(loc => { + return (async () => { + if (loc.text) return loc + if (loc.url.startsWith('file://')){ + const textData = fs.readFileSync(loc.url.substring(7)).toString(); + //console.log("here?") + loc.text = textData + return loc + } else { + return loc + } + })() + }) + let resourceList = (await Promise.all(allResources)).map(z => z) + const parsed = await somePlugin.import(parameters, resourceList ); + return parsed; +} + +function makeBaseUnit(dialoc: any, base: string){ + let filer = dialoc['@type'].filter((f : string) => f.startsWith("file:///"))[0] + //let start = base.indexOf('file:///') + let end = filer.indexOf('#',8) + let rebase = filer.substring(0,end)//base.replace(base.substring(start,end),dialoc) + //console.log("NEW BASE IS : "+JSON.stringify(JSON.parse(rebase),null,2)) + let baseUnit = `[ + { + "@id": "file://src/main/resources/test/cim/test/association.yaml", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "${rebase}" + } + ], + "http://a.ml/vocabularies/document#encodes": ${base}, + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.1.0" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": true + } + ] + } +]` +//console.log("BaseUnit is\n"+baseUnit) +return baseUnit +} + +let project = `[ + { + "@id": "http://yaddayaddadingdong.com", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "http://yaddayaddadingdong.com" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "projUUID0", + "@type": [ + "http://a.ml/vocabularies/project#Project", + "https://raw.githubusercontent.com/api-modeling/metadata/storage/model/project/schema/projectDialect.yaml#/declarations/Project", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/project#owner": [ + { + "@value": "John Smith" + } + ], + "http://a.ml/vocabularies/project#uuid": [ + { + "@value": "projUUID0" + } + ], + "http://a.ml/vocabularies/core#displayName": [ + { + "@value": "Project 1" + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.1.0" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": true + } + ] + } +]` + +async function loadCim(projId : string, parsed : DialectWrapper[]){ + const modules = parsed.filter((parsed) => parsed instanceof ModularityDialect) + const dataModels = parsed.filter((parsed) => parsed instanceof DataModelDialect) + const bindingsModels = parsed.filter((parsed) => parsed instanceof ModelBindingsDialect) + let json = await modules[0].toJsonLd() + let jsonld = JSON.parse(json.toString()) + let astore = store + let nn = namedNode + let cimModule = await post(jsonld, projId) + let bindName = ''; + let dataPromises = dataModels.map(dm => { + return (async () => { + let jsonString = await dm.toJsonLd() + let jsonld = JSON.parse(jsonString.toString()) + + let modelId = jsonld[0]['http://a.ml/vocabularies/document#encodes'][0]['@id'] + let astore = store + let nn = namedNode + let module = store.getSubjects(namedNode('http://a.ml/vocabularies/modularity#dataModels'),namedNode(modelId))[0] + await post(jsonld, module.value) + })() + }) + await Promise.all(dataPromises) + // storing bindings! + + let bindingPromises = bindingsModels.map(bm => { + return (async () => { + let jsonString = await bm.toJsonLd() + let jsonld = JSON.parse(jsonString.toString()) + bindName = await postBinding(jsonld, projId) + })() + }) + await Promise.all(bindingPromises) + return [bindName,cimModule] +} + +let newModule = +{ + "@id": "http://mulesoft.com/uuid/cim/subjectArea/MatthewsSubjectArea", + "@type": [ + "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", + "http://a.ml/vocabularies/modularity#Module", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "uuid/cim/subjectArea/MatthewsSubjectArea" + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Example Entities included: Category Theory, Microrecursive script" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "Matthews" + } + ] +} + +let newDataModel = { + "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/MatthewsEntityGroup/dataModel", + "@type": [ + "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "http://a.ml/vocabularies/data-model#DataModel", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entitygroup/MatthewsEntityGroup/dataModel" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Matthews data model" + } + ] +} + +let newEntity = +{ + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Matthew", + "@type": [ + "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Matthew" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Matthew" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Individual/attr/noMatthewReason", + "@type": [ + "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "noMatthewReason" + } + ], + "http://a.ml/vocabularies/data-model#uuid": [ + { + "@value": "cim/entity/Individual/attr/noMatthewReason" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/string", + "@type": [ + "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling-tooling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Individual/attr/exceptionsCount", + "@type": [ + "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "exceptionsCount" + } + ], + "http://a.ml/vocabularies/data-model#uuid": [ + { + "@value": "cim/entity/Individual/attr/exceptionsCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/integer", + "@type": [ + "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling-tooling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Represent the person you are, or will be, dealing with using the system" + } + ] +} + +function retrieveByType(typeName : string):any[] { + return store.getSubjects(namedNode(schPref.rdf + 'type'),namedNode(typeName)) +} + +function createBinding(source : string, regime: string){ + store.addQuad() +} + +startup().then(async () => { + // create project + let projId = await post(JSON.parse(project)) + let apiParameters = [{name: "format", value: ApiParser.RAML1}, {name: "syntax", value: ApiParser.YAML}] + + pluginImport("cim",[],[{url: "file://src/test/resources/model.jsonld"}]). + //pluginImport('api', + // apiParameters + // ,[{url: 'file://src/test/resources/library.raml'}]). + then(async (parsed) =>{ + let vals = await loadCim(projId, parsed) + let bindName = vals[0] + let cimModule = vals[1] + // at this point, it's all been stored + + // add a new subjectarea + let newModName = await post(newModule, cimModule) + // add a new datamodel + let newDMName = await post(newDataModel, newModName) + // add a new entity + let newEntityName = await post(newEntity, newDMName) + + //finding who doesn't have a binding + // get all Modules and filter to who is "boundBy" bindName + let modsToAnnotate = retrieveByType(schPref.amlm + 'Module'). + filter((m : any) => store.getObjects(m, namedNode(schPref.bind + "boundBy")). + filter((o : any) => store.countQuads(o,namedNode(schPref.rdf + 'type'),null,namedNode(bindName)) > 0).length === 0) + let dmsToAnnotate = retrieveByType(schPref.amldm + 'DataModel'). + filter((m : any) => store.getObjects(m, namedNode(schPref.bind + "boundBy")). + filter((o : any) => store.countQuads(o,namedNode(schPref.rdf + 'type'),null,namedNode(bindName)) > 0).length === 0) + + + // time to resuscitate the jsonld + let astore = store + let bindingJson = await get(bindName, false) + let basis = ((bindingJson)[0]['@graph']).filter(u => u['@id'] === bindName)[0] + let items = ((bindingJson)[0]['@graph']) + let pos = 0 + while (items[pos]['@id'] != bindName) pos++ + let root = items[pos] + items.splice(pos,1) + let im : { [index : string] : any} = {} + items.forEach(i => im[i['@id']] = i) + let newer = root['http://a.ml/vocabularies/bindings#binding'].map((i : any) => im[i['@id']]) + root['http://a.ml/vocabularies/bindings#binding'] = newer + + //items.unshift(root) + let bu = makeBaseUnit(basis, JSON.stringify([root], null, 2)) + let bmd = new ModelBindingsDialect() + await bmd.fromJsonLd(bindName, bu) + + let megaJson : any[] = await transitiveGet(cimModule) + const dataModelListList : string [][] = megaJson.map(m => m['http://a.ml/vocabularies/modularity#dataModels'] ? + m['http://a.ml/vocabularies/modularity#dataModels'].map((x : any) => x['@id']) : []) + let dataModelList : string [] = [] + dataModelListList.forEach(l => { dataModelList = dataModelList.concat(l) }) + + const moduleDialecti : DialectWrapper[] = await Promise.all(megaJson.map((dm : any) => { + return (async () => { + //let json = await transitiveGet(dm) + //console.log("Module name: "+dm['@id']) + let dmd = new ModularityDialect() + await dmd.fromJsonLd(dm['@id'], makeBaseUnit(dm, JSON.stringify([dm],null, 2))) + return dmd + })() + })) + + const dataModelDialecti = await Promise.all(dataModelList.map((dm : string) => { + return (async () => { + let json : any[] = await transitiveGet(dm) + let texted = JSON.stringify(json,null,2) + const redo = toTree(json) + //console.log("DataModel name: "+dm) + //console.log("TREE:\n"+JSON.stringify(redo,null,2)) + let dmd = new DataModelDialect() + //console.log("DM is\n"+JSON.stringify(json,null, 2)) + let baseUnit = makeBaseUnit(json[0], JSON.stringify([json[0]],null, 2)) + await dmd.fromJsonLd(dm, baseUnit) + return dmd + })() + })) + //let allDialects : DialectWrapper[] = bindingsModels.concat(moduleDialecti).concat(dataModelDialecti) + let allDialects : DialectWrapper[] = [bmd] + let finalDialects = allDialects.concat(moduleDialecti).concat(dataModelDialecti) + const generated = await pluginExport('cim', + [{name:'cimVersion', value:'0.1.0'},{name:'outputFile',value: 'cimfoobar.json'}], + finalDialects) + + console.log("done:\n"+generated[0].text) + }) +}) + +function toTree(json : any[]){ + let idMap : { [key : string]: any}= {} + json.forEach(node => idMap[node['@id']] = node) + return walk(json[0],idMap) +} + +function walk(json : any, idMap : { [key : string]: any}): object { + let keys = Object.keys(json) + if (keys.length === 1 && keys[0] === '@value') + return json + if (keys.length === 1 && keys[0] === '@id'){ + if (idMap[json['@id']]){ + return walk(idMap[json['@id']], idMap) + } else return json + } + keys.forEach(key => { + if (key === 'http://a.ml/vocabularies/data-model#entities' || + key === 'http://a.ml/vocabularies/data-model#associations' || + key === 'http://a.ml/vocabularies/data-model#attributes'){ + try { + json[key] = json[key].map((v : any) => walk(v,idMap)) + } catch (error) { + console.log("error is "+error) + } + } + }) + return json +} diff --git a/src/test/bindings/CIMBindingsPlugin.test.ts b/src/test/bindings/CIMBindingsPlugin.test.ts index cb2dd5c..9c436fb 100644 --- a/src/test/bindings/CIMBindingsPlugin.test.ts +++ b/src/test/bindings/CIMBindingsPlugin.test.ts @@ -2,14 +2,18 @@ import { describe } from 'mocha' import { assert } from 'chai'; import {CIMBindingsPlugin} from "../../main/bindings/CIMBindingsPlugin"; import * as fs from 'fs'; +import * as graph from "../../main/bindings/utils/N3Graph"; import { Module, DataModel, BindingsModel, ModularityDialect, DataModelDialect, ModelBindingsDialect } from "@api-modeling/api-modeling-metadata" +import {VOCAB} from "../../main/bindings/cim/constants"; +import {NamedNode, Quad_Subject} from "n3"; describe('CIMBindingsPlugin', function() { - this.timeout(5000); + this.timeout(500000); + const cimPlugin = new CIMBindingsPlugin(); + const textUrl = "src/test/resources/model.jsonld"; + const textData = fs.readFileSync(textUrl).toString(); + it('should parse CIM distribution and generate subject areas', async function () { - const cimPlugin = new CIMBindingsPlugin(); - const textUrl = "src/test/resources/model.jsonld"; - const textData = fs.readFileSync(textUrl).toString(); const parsed = await cimPlugin.import([],[{ url: "file://"+ textUrl, text: textData}] ); assert.equal(parsed.length, 14); // all the models: modules, entities, bindings @@ -28,4 +32,40 @@ describe('CIMBindingsPlugin', function() { }); + it ('should export CIM distribution from a data model with the proper model bindings', async function () { + const parsed = await cimPlugin.import([],[{ url: "file://"+ textUrl, text: textData}] ); + const config = [{name: "outputFile", value: "exported.jsonld"}, {name: "cimVersion", value: "0.2"}]; + const generated = await cimPlugin.export(config, parsed) + + const store = graph.store(); + await graph.loadGraph(textData, store); + + const storeParsed = graph.store(); + await graph.loadGraph(generated[0].text, storeParsed); + + fs.writeFileSync(textUrl.replace(".jsonld", ".json"), generated[0].text); + + let subjectAreas = store.getSubjects(VOCAB.RDF_TYPE, VOCAB.CIM_SUBJECT_AREA, null); + let entityGroups = store.getSubjects(VOCAB.RDF_TYPE, VOCAB.CIM_ENTITY_GROUP, null); + let shapes = store.getSubjects(VOCAB.RDF_TYPE, VOCAB.SH_SHAPE, null); + + assert.isNotEmpty(subjectAreas); + assert.isNotEmpty(entityGroups); + assert.isNotEmpty(shapes); + + subjectAreas.forEach((sa: Quad_Subject) => { + const found = storeParsed.getQuads(sa.id, VOCAB.RDF_TYPE, VOCAB.CIM_SUBJECT_AREA, null) + assert.equal(found.length, 1) + }); + + entityGroups.forEach((sa: Quad_Subject) => { + const found = storeParsed.getQuads(sa.id, VOCAB.RDF_TYPE, VOCAB.CIM_ENTITY_GROUP, null) + assert.equal(found.length, 1) + }); + + shapes.forEach((sa: Quad_Subject) => { + const found = storeParsed.getQuads(sa.id, VOCAB.RDF_TYPE, VOCAB.SH_SHAPE, null) + assert.equal(found.length, 1) + }); + }) }); \ No newline at end of file diff --git a/src/test/resources/aml/api-federation/containers/source.yaml b/src/test/resources/aml/api-federation/containers/source.yaml new file mode 100644 index 0000000..1264c4c --- /dev/null +++ b/src/test/resources/aml/api-federation/containers/source.yaml @@ -0,0 +1,24 @@ +#%Container Configuration 0.1 + +namespace: source + +pattern: + template: $container/{Source.id} + +indexes: + Source: + properties: + id: {} + organizationId: {} + environmentId: {} + groupId: {} + assetId: {} + version: {} + name: {} + securityScheme: {} + endPoint: {} + + +schema: file://api-federation/dialects/source.yaml + +pageSize: 50 diff --git a/src/test/resources/aml/api-federation/containers/source_acl.yaml b/src/test/resources/aml/api-federation/containers/source_acl.yaml new file mode 100644 index 0000000..de8c662 --- /dev/null +++ b/src/test/resources/aml/api-federation/containers/source_acl.yaml @@ -0,0 +1,20 @@ +#%Container Auth 0.1 + +namespace: api-query +resource: + template: /organizations/{org}/environments/{envId}/sources +indexes: + Source: + properties: + organizationId: + alias: org + environmentId: + alias: envId + +modes: + Read: + action: GET + Write: + action: PUT + Delete: + action: DELETE diff --git a/src/test/resources/aml/api-federation/dialects/source.yaml b/src/test/resources/aml/api-federation/dialects/source.yaml new file mode 100644 index 0000000..48a8823 --- /dev/null +++ b/src/test/resources/aml/api-federation/dialects/source.yaml @@ -0,0 +1,540 @@ +#%Dialect 1.0 + +dialect: Source +version: 0.1 + +documents: + root: + encodes: Source + declares: + nodes: Source + +external: + af: http://ang.anypoint.com/vocabularies/api-federation# + doc: http://a.ml/vocabularies/document# + +nodeMappings: + + DataGraphElement: + classTerm: af.DataGraphElement + mapping: + elementProperties: + range: Property + allowMultiple: true + + Property: + classTerm: af.Property + extends: DataGraphElement + + Source: + classTerm: af.Source + extends: DataGraphElement + mapping: + id: + range: string + mandatory: true + organizationId: + range: string + mandatory: true + environmentId: + range: string + mandatory: true + groupId: + range: string + mandatory: true + assetId: + range: string + mandatory: true + version: + range: string + mandatory: true + name: + range: string + mandatory: true + securityScheme: + range: string + mandatory: false + endPoint: + range: string + mandatory: false + dataGraph: + range: DataGraph + mandatory: true + customizations: + range: Customization + allowMultiple: true + + DataGraphElementUnion: + typeDiscriminatorName: type + typeDiscriminator: + EntryPoint: EntryPointNode + Map: MapResourceNode + Scalar: ScalarResourceNode + Enum: EnumResourceNode + List: ListResourceNode + Union: UnionResourceNode + Nil: NilResourceNode + Any: AnyResourceNode + Object: ObjectResourceNode + ExternalFormat: ExternalFormatResourceNode + Recursive: RecursiveResourceNode + union: + - EntryPointNode + - MapResourceNode + - EnumResourceNode + - ListResourceNode + - UnionResourceNode + - NilResourceNode + - AnyResourceNode + - ObjectResourceNode + - ExternalFormatResourceNode + - RecursiveResourceNode + + DataGraph: + classTerm: af.DataGraph + extends: DataGraphElement + mapping: + entryPoint: + range: EntryPointNode + mandatory: true + targetNodesByShapeId: + range: MapEntry + allowMultiple: true + + MapEntry: + classTerm: af.MapEntry + mapping: + key: + range: string + mandatory: true + value: + range: DataGraphElementUnion + mandatory: true + + ApiBindingUnion: + typeDiscriminatorName: type + typeDiscriminator: + HttpApi: HttpApiBinding + HttpEndPoint: HttpEndPointBinding + HttpPayload: HttpPayloadBinding + HttpParameter: HttpParameterBinding + HttpNestedPayload: HttpNestedPayloadBinding + ScalarProperty: HttpScalarPayloadBinding + union: + - HttpApiBinding + - HttpEndPointBinding + - HttpPayloadBinding + - HttpParameterBinding + - HttpNestedPayloadBinding + - HttpScalarPayloadBinding + + GraphQlBindingUnion: + typeDiscriminatorName: type + typeDiscriminator: + TypeBinding: GraphQlTypeBinding + FieldBinding: GraphQlFieldBinding + union: + - GraphQlTypeBinding + - GraphQlFieldBinding + + DataGraphEdgeUnion: + typeDiscriminatorName: type + typeDiscriminator: + Network: NetworkEdge + Property: PropertyEdge + union: + - NetworkEdge + - PropertyEdge + + SecuritySchemeUnion: + typeDiscriminatorName: type + typeDiscriminator: + NoAuth: NoAuthSecurityScheme + HttpAuth: HttpAuthSecurityScheme + HttpBasicAuth: HttpBasicAuthSecurityScheme + union: + - NoAuthSecurityScheme + - HttpAuthSecurityScheme + - HttpBasicAuthSecurityScheme + + PropertyEdge: + classTerm: af.PropertyEdge + extends: DataGraphEdge + mapping: + target: + range: DataGraphElementUnion + bindings: + range: ApiBindingUnion + graphQlBinding: + range: GraphQlBindingUnion + + DataGraphEdge: + classTerm: af.DataGraphEdge + extends: DataGraphElement + mapping: + name: + range: string + description: + range: string + optional: + range: boolean + target: + range: DataGraphElementUnion + parameters: + range: PropertyEdge + allowMultiple: true + bindings: + range: ApiBindingUnion + regex: + range: string + defaultValue: + range: string + graphQlBinding: + range: GraphQlBindingUnion + + SecurityScheme: + classTerm: af.SecurityScheme + extends: DataGraphElement + + NoAuthSecurityScheme: + classTerm: af.NoAuthSecurityScheme + extends: SecurityScheme + + HttpAuthSecurityScheme: + classTerm: af.HttpAuthSecurityScheme + extends: SecurityScheme + mapping: + queryParameters: + range: string + allowMultiple: true + headers: + range: string + allowMultiple: true + cookies: + range: string + allowMultiple: true + + HttpBasicAuthSecurityScheme: + classTerm: af.HttpBasicAuthSecurityScheme + extends: HttpAuthSecurityScheme + + NetworkEdge: + classTerm: af.NetworkEdge + extends: DataGraphEdge + mapping: + securitySchemes: + range: SecuritySchemeUnion + allowMultiple: true + method: + range: string + + HttpApiBinding: + classTerm: af.HttpApiBinding + extends: DataGraphElement + mapping: + webApi: + range: WebApi + + HttpEndPointBinding: + classTerm: af.HttpEndPointBinding + extends: DataGraphElement + mapping: + webApi: + range: WebApi + endPoint: + range: EndPoint + + HttpPayloadBinding: + classTerm: af.HttpPayloadBinding + extends: DataGraphElement + mapping: + mediaTypes: + range: string + allowMultiple: true + + HttpParameterBinding: + classTerm: af.HttpParameterBinding + extends: DataGraphElement + mapping: + parameter: + range: Parameter + + HttpNestedPayloadBinding: + classTerm: af.HttpNestedPayloadBinding + extends: DataGraphElement + mapping: + property: + range: PropertyShape + mediaTypes: + range: string + allowMultiple: true + + HttpScalarPayloadBinding: + classTerm: af.HttpScalarPayloadBinding + extends: DataGraphElement + mapping: + property: + range: PropertyShape + + DataEdge: + classTerm: af.DataEdge + extends: DataGraphEdge + + DataGraphNode: + classTerm: af.DataGraphNode + extends: DataGraphElement + mapping: + name: + range: string + description: + range: string + nullable: + range: boolean + edges: + range: DataGraphEdgeUnion + allowMultiple: true + shapeId: + range: string + shapeName: + range: string + bindings: + range: ApiBindingUnion + defaultValue: + range: string + graphQlBinding: + range: GraphQlBindingUnion + constructors: + range: TypeConstructor + allowMultiple: true + + EntryPointNode: + classTerm: af.EntryPoint + extends: DataGraphNode + + MapResourceNode: + classTerm: af.MapResource + extends: DataGraphNode + mapping: + valueType: + range: DataGraphElementUnion + regex: + range: string + + TypeConstructor: + classTerm: af.TypeConstructor + extends: DataGraphElement + mapping: + binding: + range: HttpEndPointBinding + mandatory: true + properties: + range: string + allowMultiple: true + + ScalarResourceNode: + classTerm: af.ScalarResource + extends: DataGraphNode + mapping: + scalarType: + range: ScalarType + mandatory: true + + ScalarType: + classTerm: af.ScalarType + extends: DataGraphElement + mapping: + range: + range: string + format: + range: string + + EnumValue: + classTerm: af.EnumValue + extends: DataGraphElement + mapping: + name: + range: string + mandatory: true + description: + range: string + value: + range: string + mandatory: true + graphQlBinding: + range: GraphQlFieldBinding + + EnumResourceNode: + classTerm: af.EnumResource + extends: DataGraphNode + mapping: + scalarType: + range: ScalarType + values: + range: EnumValue + allowMultiple: true + mapKey: name + + ListResourceNode: + classTerm: af.ListResourceNode + extends: DataGraphNode + mapping: + memberType: + range: DataGraphElementUnion + + UnionResourceNode: + classTerm: af.UnionResource + extends: DataGraphNode + mapping: + unionTypes: + range: DataGraphElementUnion + allowMultiple: true + + NilResourceNode: + classTerm: af.NilResource + extends: DataGraphNode + + AnyResourceNode: + classTerm: af.AnyResource + extends: DataGraphNode + + ObjectResourceNode: + classTerm: af.ObjectResource + extends: DataGraphNode + mapping: + scalarEdges: + range: DataEdge + allowMultiple: true + closed: + range: boolean + + ExternalFormatResourceNode: + classTerm: af.ExternalFormatResource + extends: DataGraphNode + mapping: + mediaType: + range: string + + RecursiveResourceNode: + classTerm: af.RecursiveResource + extends: DataGraphNode + mapping: + fixpoint: + range: string + + WrapperResourceNode: + classTerm: af.WrapperResource + extends: DataGraphNode + mapping: + memberType: + range: DataGraphElementUnion + mandatory: true + scalarEdges: + range: DataEdge + allowMultiple: true + + AqElement: + classTerm: af.AqElement + extends: DataGraphElement + + WebApi: + classTerm: af.WebApi + extends: AqElement + mapping: + servers: + range: Server + allowMultiple: true + schemes: + range: string + allowMultiple: true + name: + range: string + version: + range: string + + Server: + classTerm: af.Server + extends: AqElement + mapping: + url: + range: string + mandatory: true + + EndPoint: + classTerm: af.EndPoint + extends: AqElement + mapping: + method: + range: string + mandatory: true + path: + range: string + mandatory: true + + Parameter: + classTerm: af.Parameter + extends: AqElement + mapping: + name: + range: string + mandatory: true + binding: + range: string + mandatory: true + + PropertyShape: + classTerm: af.PropertyShape + extends: AqElement + mapping: + name: + range: string + mandatory: true + + GraphQlBinding: + classTerm: af.GraphQlBinding + extends: DataGraphElement + + GraphQlTypeBinding: + classTerm: af.GraphQlTypeBinding + extends: GraphQlBinding + mapping: + outputTypeName: + range: string + inputTypeName: + range: string + disjointProperties: + range: string + allowMultiple: true + + GraphQlFieldBinding: + classTerm: af.GraphQlFieldBinding + extends: GraphQlBinding + mapping: + name: + range: string + + ObjectProperty: + classTerm: af.ObjectProperty + extends: Property + + PrimaryKey: + classTerm: af.PrimaryKey + extends: ObjectProperty + mapping: + fields: + range: string + allowMultiple: true + + Customization: + classTerm: af.Customization + extends: DataGraphElement + mapping: + element: + range: DataGraphElement + + PrimaryKeyCustomization: + classTerm: af.PrimaryKeyCustomization + extends: Customization + mapping: + keys: + range: string + allowMultiple: true \ No newline at end of file diff --git a/src/test/resources/aml/api-federation/examples/source-1.flatten.json b/src/test/resources/aml/api-federation/examples/source-1.flatten.json new file mode 100644 index 0000000..6585ffe --- /dev/null +++ b/src/test/resources/aml/api-federation/examples/source-1.flatten.json @@ -0,0 +1,2297 @@ +{ + "@context": { + "schema": "file://api-federation/dialects/source.yaml#/declarations/", + "anypoint": "http://anypoint.com/vocabs/anypoint#", + "catalog": "http://anypoint.com/vocabs/digital-repository#", + "data": "http://a.ml/vocabularies/data#", + "owl": "http://www.w3.org/2002/07/owl#", + "apiContract": "http://a.ml/vocabularies/apiContract#", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "shacl": "http://www.w3.org/ns/shacl#", + "core": "http://a.ml/vocabularies/core#", + "security": "http://a.ml/vocabularies/security#", + "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "shapes": "http://a.ml/vocabularies/shapes#", + "meta": "http://a.ml/vocabularies/meta#", + "doc": "http://a.ml/vocabularies/document#", + "apif": "http://ang.anypoint.com/vocabularies/api-federation#" + }, + "@graph": [ + { + "@id": "aq:delete-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "apif:EndPoint", + "schema:EndPoint", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:method": "delete", + "data:path": "/customer/{customerId}/address" + }, + { + "@id": "aq:get-end-point:/web-api/end-points/%2Faddress", + "@type": [ + "apif:EndPoint", + "schema:EndPoint", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:method": "get", + "data:path": "/address" + }, + { + "@id": "aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D", + "@type": [ + "apif:EndPoint", + "schema:EndPoint", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:method": "get", + "data:path": "/address/{addressId}" + }, + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomer", + "@type": [ + "apif:EndPoint", + "schema:EndPoint", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:method": "get", + "data:path": "/customer" + }, + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "apif:EndPoint", + "schema:EndPoint", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:method": "get", + "data:path": "/customer/{customerId}" + }, + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "apif:EndPoint", + "schema:EndPoint", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:method": "get", + "data:path": "/customer/{customerId}/address" + }, + { + "@id": "aq:parameter:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId", + "@type": [ + "apif:Parameter", + "schema:Parameter", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:binding": "path", + "data:name": "addressId" + }, + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId", + "@type": [ + "apif:Parameter", + "schema:Parameter", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:binding": "path", + "data:name": "customerId" + }, + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId", + "@type": [ + "apif:Parameter", + "schema:Parameter", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:binding": "path", + "data:name": "customerId" + }, + { + "@id": "aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "apif:EndPoint", + "schema:EndPoint", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:method": "patch", + "data:path": "/customer/{customerId}" + }, + { + "@id": "aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "apif:EndPoint", + "schema:EndPoint", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:method": "patch", + "data:path": "/customer/{customerId}/address" + }, + { + "@id": "aq:post-end-point:/web-api/end-points/%2Fcustomer", + "@type": [ + "apif:EndPoint", + "schema:EndPoint", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:method": "post", + "data:path": "/customer" + }, + { + "@id": "aq:post-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "apif:EndPoint", + "schema:EndPoint", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:method": "post", + "data:path": "/customer/{customerId}/address" + }, + { + "@id": "aq:property-shape:/declarations/types/Address/property/name", + "@type": [ + "apif:PropertyShape", + "schema:PropertyShape", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "name" + }, + { + "@id": "aq:property-shape:/declarations/types/Address/property/number", + "@type": [ + "apif:PropertyShape", + "schema:PropertyShape", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "number" + }, + { + "@id": "aq:property-shape:/declarations/types/Customer/property/customerId", + "@type": [ + "apif:PropertyShape", + "schema:PropertyShape", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "customerId" + }, + { + "@id": "aq:property-shape:/declarations/types/Customer/property/name", + "@type": [ + "apif:PropertyShape", + "schema:PropertyShape", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "name" + }, + { + "@id": "aq:server:/web-api/https%3A%2F%2Fanypoint.mulesoft.com%2Fmocking%2Fapi%2Fv1%2Flinks%2Faf50a732-daf9-4c18-a7ec-d7cc3b14af1b%2Fapi", + "@type": [ + "apif:Server", + "schema:Server", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:url": "https://anypoint.mulesoft.com/mocking/api/v1/links/af50a732-daf9-4c18-a7ec-d7cc3b14af1b/api" + }, + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api", + "@type": [ + "apif:WebApi", + "schema:WebApi", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "API Query Test API", + "data:servers": { + "@id": "aq:server:/web-api/https%3A%2F%2Fanypoint.mulesoft.com%2Fmocking%2Fapi%2Fv1%2Flinks%2Faf50a732-daf9-4c18-a7ec-d7cc3b14af1b%2Fapi" + }, + "data:version": "1.1" + }, + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "apif:WebApi", + "schema:WebApi", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "web-api", + "doc:link-target": { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + }, + { + "@id": "binding:http-api:aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api", + "@type": [ + "apif:HttpApiBinding", + "schema:HttpApiBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:webApi": { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + }, + { + "@id": "binding:http-end-point:aq:delete-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "apif:HttpEndPointBinding", + "schema:HttpEndPointBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:endPoint": { + "@id": "aq:delete-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + }, + "data:webApi": { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644" + } + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress", + "@type": [ + "apif:HttpEndPointBinding", + "schema:HttpEndPointBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:endPoint": { + "@id": "aq:get-end-point:/web-api/end-points/%2Faddress" + }, + "data:webApi": { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644" + } + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D", + "@type": [ + "apif:HttpEndPointBinding", + "schema:HttpEndPointBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:endPoint": { + "@id": "aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D" + }, + "data:webApi": { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644" + } + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D-type-constructor", + "@type": [ + "apif:TypeConstructor", + "schema:TypeConstructor", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:binding": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D" + }, + "data:properties": [ + "name", + "number" + ] + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/link--1800946728", + "@type": [ + "apif:HttpEndPointBinding", + "schema:HttpEndPointBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "%2Faddress%2F%7BaddressId%7D", + "doc:link-target": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D" + } + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress-type-constructor", + "@type": [ + "apif:TypeConstructor", + "schema:TypeConstructor", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:binding": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress" + }, + "data:properties": [ + "name", + "number" + ] + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress/link--1146418524", + "@type": [ + "apif:HttpEndPointBinding", + "schema:HttpEndPointBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "%2Faddress", + "doc:link-target": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress" + } + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer", + "@type": [ + "apif:HttpEndPointBinding", + "schema:HttpEndPointBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:endPoint": { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomer" + }, + "data:webApi": { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644" + } + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "apif:HttpEndPointBinding", + "schema:HttpEndPointBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:endPoint": { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D" + }, + "data:webApi": { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644" + } + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "apif:HttpEndPointBinding", + "schema:HttpEndPointBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:endPoint": { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + }, + "data:webApi": { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644" + } + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress-type-constructor", + "@type": [ + "apif:TypeConstructor", + "schema:TypeConstructor", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:binding": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + }, + "data:properties": [ + "name", + "number" + ] + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/link-1177453818", + "@type": [ + "apif:HttpEndPointBinding", + "schema:HttpEndPointBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "doc:link-target": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + } + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D-type-constructor", + "@type": [ + "apif:TypeConstructor", + "schema:TypeConstructor", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:binding": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D" + }, + "data:properties": [ + "customerId", + "name" + ] + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/link-63951620", + "@type": [ + "apif:HttpEndPointBinding", + "schema:HttpEndPointBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "%2Fcustomer%2F%7BcustomerId%7D", + "doc:link-target": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D" + } + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer-type-constructor", + "@type": [ + "apif:TypeConstructor", + "schema:TypeConstructor", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:binding": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer" + }, + "data:properties": [ + "customerId", + "name" + ] + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer/link--181352626", + "@type": [ + "apif:HttpEndPointBinding", + "schema:HttpEndPointBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "%2Fcustomer", + "doc:link-target": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer" + } + }, + { + "@id": "binding:http-end-point:aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "apif:HttpEndPointBinding", + "schema:HttpEndPointBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:endPoint": { + "@id": "aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D" + }, + "data:webApi": { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644" + } + }, + { + "@id": "binding:http-end-point:aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "apif:HttpEndPointBinding", + "schema:HttpEndPointBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:endPoint": { + "@id": "aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + }, + "data:webApi": { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644" + } + }, + { + "@id": "binding:http-end-point:aq:post-end-point:/web-api/end-points/%2Fcustomer", + "@type": [ + "apif:HttpEndPointBinding", + "schema:HttpEndPointBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:endPoint": { + "@id": "aq:post-end-point:/web-api/end-points/%2Fcustomer" + }, + "data:webApi": { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644" + } + }, + { + "@id": "binding:http-end-point:aq:post-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "apif:HttpEndPointBinding", + "schema:HttpEndPointBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:endPoint": { + "@id": "aq:post-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + }, + "data:webApi": { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644" + } + }, + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId", + "@type": [ + "apif:HttpParameterBinding", + "schema:HttpParameterBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:parameter": { + "@id": "aq:parameter:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId" + } + }, + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId", + "@type": [ + "apif:HttpParameterBinding", + "schema:HttpParameterBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:parameter": { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId" + } + }, + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/link-1183376778", + "@type": [ + "apif:HttpParameterBinding", + "schema:HttpParameterBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "customerId", + "doc:link-target": { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId" + } + }, + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId", + "@type": [ + "apif:HttpParameterBinding", + "schema:HttpParameterBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:parameter": { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId" + } + }, + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/link-1912481541", + "@type": [ + "apif:HttpParameterBinding", + "schema:HttpParameterBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "customerId", + "doc:link-target": { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId" + } + }, + { + "@id": "binding:http-payload-binding:", + "@type": [ + "apif:HttpPayloadBinding", + "schema:HttpPayloadBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ] + }, + { + "@id": "binding:http-payload-binding:/link--1408531840", + "@type": [ + "apif:HttpPayloadBinding", + "schema:HttpPayloadBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "binding:http-payload-binding:", + "doc:link-target": { + "@id": "binding:http-payload-binding:" + } + }, + { + "@id": "binding:http-payload-binding:application/json", + "@type": [ + "apif:HttpPayloadBinding", + "schema:HttpPayloadBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:mediaTypes": "application/json" + }, + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "apif:HttpPayloadBinding", + "schema:HttpPayloadBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "json", + "doc:link-target": { + "@id": "binding:http-payload-binding:application/json" + } + }, + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Address/property/name", + "@type": [ + "apif:HttpScalarPayloadBinding", + "schema:HttpScalarPayloadBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:property": { + "@id": "aq:property-shape:/declarations/types/Address/property/name" + } + }, + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Address/property/number", + "@type": [ + "apif:HttpScalarPayloadBinding", + "schema:HttpScalarPayloadBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:property": { + "@id": "aq:property-shape:/declarations/types/Address/property/number" + } + }, + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Customer/property/customerId", + "@type": [ + "apif:HttpScalarPayloadBinding", + "schema:HttpScalarPayloadBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:property": { + "@id": "aq:property-shape:/declarations/types/Customer/property/customerId" + } + }, + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Customer/property/name", + "@type": [ + "apif:HttpScalarPayloadBinding", + "schema:HttpScalarPayloadBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:property": { + "@id": "aq:property-shape:/declarations/types/Customer/property/name" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph", + "@type": [ + "apif:DataGraph", + "schema:DataGraph", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:entryPoint": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/entry-point" + }, + "data:targetNodesByShapeId": [ + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer" + }, + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address" + }, + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array" + }, + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array" + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-delete-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-2103872330:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "apif:NetworkEdge", + "schema:NetworkEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-end-point:aq:delete-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + }, + "data:description": "Delete customer address", + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-delete-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-2103872330:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding" + }, + "data:name": "delete_customer_address_by_customerId", + "data:optional": true, + "data:parameters": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId557003101-349534512" + }, + "data:securitySchemes": [], + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any0" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-delete-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-2103872330:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "deleteCustomerAddressByCustomerId" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-entryPoint-473519988:/web-api/end-points/%2Faddress", + "@type": [ + "apif:NetworkEdge", + "schema:NetworkEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress/link--1146418524" + }, + "data:description": "Get all addresses", + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-entryPoint-473519988:/web-api/end-points/%2Faddress:graphql-binding" + }, + "data:name": "address", + "data:optional": false, + "data:parameters": [], + "data:securitySchemes": [], + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-entryPoint-473519988:/web-api/end-points/%2Faddress:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "address" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-name-customerId--501707102:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "apif:NetworkEdge", + "schema:NetworkEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/link-1177453818" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-name-customerId--501707102:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding" + }, + "data:name": "address", + "data:optional": true, + "data:parameters": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId-1757044120-1270087532" + }, + "data:securitySchemes": [], + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-name-customerId--501707102:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "address" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-addressByAddressId-address-entryPoint--254398261:/web-api/end-points/%2Faddress%2F%7BaddressId%7D", + "@type": [ + "apif:NetworkEdge", + "schema:NetworkEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/link--1800946728" + }, + "data:description": "Get an address by its id", + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-addressByAddressId-address-entryPoint--254398261:/web-api/end-points/%2Faddress%2F%7BaddressId%7D:graphql-binding" + }, + "data:name": "address_by_addressId", + "data:optional": true, + "data:parameters": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId3075468101006756839" + }, + "data:securitySchemes": [], + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-addressByAddressId-address-entryPoint--254398261:/web-api/end-points/%2Faddress%2F%7BaddressId%7D:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "addressByAddressId" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customer-addressByAddressId-address-entryPoint-473519988:/web-api/end-points/%2Fcustomer", + "@type": [ + "apif:NetworkEdge", + "schema:NetworkEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer/link--181352626" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customer-addressByAddressId-address-entryPoint-473519988:/web-api/end-points/%2Fcustomer:graphql-binding" + }, + "data:name": "customer", + "data:optional": false, + "data:parameters": [], + "data:securitySchemes": [], + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customer-addressByAddressId-address-entryPoint-473519988:/web-api/end-points/%2Fcustomer:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "customer" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1391118338:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "apif:NetworkEdge", + "schema:NetworkEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/link-1177453818" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1391118338:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding" + }, + "data:name": "customer_address_by_customerId", + "data:optional": true, + "data:parameters": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId-3990796921998875063" + }, + "data:securitySchemes": [], + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1391118338:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "customerAddressByCustomerId" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--714735302:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "apif:NetworkEdge", + "schema:NetworkEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/link-63951620" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--714735302:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D:graphql-binding" + }, + "data:name": "customer_by_customerId", + "data:optional": true, + "data:parameters": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId-12328800611353031082" + }, + "data:securitySchemes": [], + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--714735302:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "customerByCustomerId" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-623874614:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "apif:NetworkEdge", + "schema:NetworkEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-end-point:aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + }, + "data:description": "Change customer address", + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-623874614:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding" + }, + "data:name": "update_customer_address_by_customerId", + "data:optional": true, + "data:parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId557003101-349534512/link--553997116" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/patch/request/application%2Fjson-618453554745937234" + } + ], + "data:securitySchemes": [], + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any1" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-623874614:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "updateCustomerAddressByCustomerId" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerByCustomerId-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1358728915:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "apif:NetworkEdge", + "schema:NetworkEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-end-point:aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D" + }, + "data:description": "Change customer address", + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerByCustomerId-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1358728915:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D:graphql-binding" + }, + "data:name": "update_customer_by_customerId", + "data:optional": true, + "data:parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId-678675251323928882" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/patch/request/application%2Fjson734639804-1926282334" + } + ], + "data:securitySchemes": [], + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any2" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerByCustomerId-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1358728915:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "updateCustomerByCustomerId" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--608977703:/web-api/end-points/%2Fcustomer", + "@type": [ + "apif:NetworkEdge", + "schema:NetworkEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-end-point:aq:post-end-point:/web-api/end-points/%2Fcustomer" + }, + "data:description": "Create a new customer", + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--608977703:/web-api/end-points/%2Fcustomer:graphql-binding" + }, + "data:name": "create_customer", + "data:optional": true, + "data:parameters": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer/post/request/application%2Fjson1002200953-1880564048" + }, + "data:securitySchemes": [], + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--608977703:/web-api/end-points/%2Fcustomer:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "createCustomer" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-1785666993:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "apif:NetworkEdge", + "schema:NetworkEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-end-point:aq:post-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + }, + "data:description": "Add customer address", + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-1785666993:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding" + }, + "data:name": "create_customer_address_by_customerId", + "data:optional": true, + "data:parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId-3990796921998875063/link-1577519288" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/post/request/application%2Fjson-1353327446-1180434468" + } + ], + "data:securitySchemes": [], + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-1785666993:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "createCustomerAddressByCustomerId" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId3075468101006756839", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId:graphql-binding" + }, + "data:name": "addressId", + "data:optional": false, + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId/scalar/addressId" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "addressId" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId-1757044120-1270087532", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding" + }, + "data:name": "customerId", + "data:optional": true, + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId-3990796921998875063", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/link-1183376778" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding/link-2004256836" + }, + "data:name": "customerId", + "data:optional": false, + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId/link--347918316" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId-3990796921998875063/link-1577519288", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "customerId-3990796921998875063", + "doc:link-target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId-3990796921998875063" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId557003101-349534512", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/link-1183376778" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding/link-2004256836" + }, + "data:name": "customerId", + "data:optional": false, + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId/link--347918316" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId557003101-349534512/link--553997116", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "customerId557003101-349534512", + "doc:link-target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId557003101-349534512" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "customerId" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding/link-2004256836", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "customerId:graphql-binding", + "doc:link-target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/patch/request/application%2Fjson-618453554745937234", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:application/json/link-263936211" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/patch/request/application%2Fjson:graphql-binding" + }, + "data:name": "input", + "data:optional": false, + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/patch/request/application%2Fjson:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "input" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/post/request/application%2Fjson-1353327446-1180434468", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:application/json/link-263936211" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/post/request/application%2Fjson:graphql-binding" + }, + "data:name": "input", + "data:optional": false, + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/post/request/application%2Fjson:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "input" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId-12328800611353031082", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId:graphql-binding" + }, + "data:name": "customerId", + "data:optional": false, + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId-678675251323928882", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/link-1912481541" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId:graphql-binding/link-1459905727" + }, + "data:name": "customerId", + "data:optional": false, + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId/link-1580515599" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "customerId" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId:graphql-binding/link-1459905727", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "customerId:graphql-binding", + "doc:link-target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId:graphql-binding" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/patch/request/application%2Fjson734639804-1926282334", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:application/json/link-263936211" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/patch/request/application%2Fjson:graphql-binding" + }, + "data:name": "input", + "data:optional": false, + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/patch/request/application%2Fjson:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "input" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer/post/request/application%2Fjson1002200953-1880564048", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:application/json/link-263936211" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer/post/request/application%2Fjson:graphql-binding" + }, + "data:name": "input", + "data:optional": false, + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer/post/request/application%2Fjson:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "input" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-customerId:/declarations/types/Customer/property/customerId/scalar/customerId551895240-644752799", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Customer/property/customerId" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-customerId:/declarations/types/Customer/property/customerId/scalar/customerId:graphql-binding" + }, + "data:name": "customerId", + "data:optional": false, + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/customerId/scalar/customerId" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-customerId:/declarations/types/Customer/property/customerId/scalar/customerId:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "customerId" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Address/property/name/scalar/name583317210-1599836922", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Address/property/name" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Address/property/name/scalar/name:graphql-binding" + }, + "data:name": "name", + "data:optional": false, + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/name/scalar/name" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Address/property/name/scalar/name:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "name" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Customer/property/name/scalar/name-1645443792-244845647", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Customer/property/name" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Customer/property/name/scalar/name:graphql-binding" + }, + "data:name": "name", + "data:optional": false, + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/name/scalar/name" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Customer/property/name/scalar/name:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "name" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-number:/declarations/types/Address/property/number/scalar/number5272857561354662757", + "@type": [ + "apif:PropertyEdge", + "schema:PropertyEdge", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Address/property/number" + }, + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-number:/declarations/types/Address/property/number/scalar/number:graphql-binding" + }, + "data:name": "number", + "data:optional": false, + "data:target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/number/scalar/number" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-number:/declarations/types/Address/property/number/scalar/number:graphql-binding", + "@type": [ + "apif:GraphQlFieldBinding", + "schema:GraphQlFieldBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:name": "number" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/entry-point", + "@type": [ + "apif:EntryPoint", + "schema:EntryPointNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-api:aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + }, + "data:edges": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-entryPoint-473519988:/web-api/end-points/%2Faddress" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-addressByAddressId-address-entryPoint--254398261:/web-api/end-points/%2Faddress%2F%7BaddressId%7D" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customer-addressByAddressId-address-entryPoint-473519988:/web-api/end-points/%2Fcustomer" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1391118338:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--714735302:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--608977703:/web-api/end-points/%2Fcustomer" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-1785666993:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-delete-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-2103872330:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-623874614:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerByCustomerId-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1358728915:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D" + } + ], + "data:name": "API Query Test API", + "data:nullable": false + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any0", + "@type": [ + "apif:AnyResource", + "schema:AnyResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:" + }, + "data:constructors": [], + "data:description": "", + "data:edges": [], + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any0:graphql-binding" + }, + "data:nullable": false, + "data:shapeId": "" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any0:graphql-binding", + "@type": [ + "apif:GraphQlTypeBinding", + "schema:GraphQlTypeBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any1", + "@type": [ + "apif:AnyResource", + "schema:AnyResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:/link--1408531840" + }, + "data:constructors": [], + "data:description": "", + "data:edges": [], + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any1:graphql-binding" + }, + "data:nullable": false, + "data:shapeId": "" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any1:graphql-binding", + "@type": [ + "apif:GraphQlTypeBinding", + "schema:GraphQlTypeBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any2", + "@type": [ + "apif:AnyResource", + "schema:AnyResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:/link--1408531840" + }, + "data:constructors": [], + "data:description": "", + "data:edges": [], + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any2:graphql-binding" + }, + "data:nullable": false, + "data:shapeId": "" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any2:graphql-binding", + "@type": [ + "apif:GraphQlTypeBinding", + "schema:GraphQlTypeBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array", + "@type": [ + "apif:ListResourceNode", + "schema:ListResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:application/json" + }, + "data:constructors": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress-type-constructor" + }, + "data:edges": [], + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array:graphql-binding" + }, + "data:memberType": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + }, + "data:nullable": false, + "data:shapeId": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array/link--1521064566", + "@type": [ + "apif:ListResourceNode", + "schema:ListResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "default-array", + "doc:link-target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array:graphql-binding", + "@type": [ + "apif:GraphQlTypeBinding", + "schema:GraphQlTypeBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array", + "@type": [ + "apif:ListResourceNode", + "schema:ListResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:application/json/link-263936211" + }, + "data:constructors": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer-type-constructor" + }, + "data:edges": [], + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array:graphql-binding" + }, + "data:memberType": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer" + }, + "data:nullable": false, + "data:shapeId": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array/link--2092861602", + "@type": [ + "apif:ListResourceNode", + "schema:ListResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "default-array", + "doc:link-target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array:graphql-binding", + "@type": [ + "apif:GraphQlTypeBinding", + "schema:GraphQlTypeBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address", + "@type": [ + "apif:ObjectResource", + "schema:ObjectResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:application/json/link-263936211" + }, + "data:closed": false, + "data:constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D-type-constructor" + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress-type-constructor" + } + ], + "data:description": "A simple Address", + "data:edges": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Address/property/name/scalar/name583317210-1599836922" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-number:/declarations/types/Address/property/number/scalar/number5272857561354662757" + } + ], + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address:graphql-binding" + }, + "data:name": "Address", + "data:nullable": false, + "data:shapeId": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address", + "data:shapeName": "Address" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665", + "@type": [ + "apif:ObjectResource", + "schema:ObjectResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "Address", + "doc:link-target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address:graphql-binding", + "@type": [ + "apif:GraphQlTypeBinding", + "schema:GraphQlTypeBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:inputTypeName": "InputTypeAddress", + "data:outputTypeName": "Address" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer", + "@type": [ + "apif:ObjectResource", + "schema:ObjectResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:application/json/link-263936211" + }, + "data:closed": false, + "data:constructors": { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D-type-constructor" + }, + "data:description": "A simple Customer", + "data:edges": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-customerId:/declarations/types/Customer/property/customerId/scalar/customerId551895240-644752799" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Customer/property/name/scalar/name-1645443792-244845647" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-name-customerId--501707102:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + } + ], + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer:graphql-binding" + }, + "data:name": "Customer", + "data:nullable": false, + "data:shapeId": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer", + "data:shapeName": "Customer" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589", + "@type": [ + "apif:ObjectResource", + "schema:ObjectResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "Customer", + "doc:link-target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer:graphql-binding", + "@type": [ + "apif:GraphQlTypeBinding", + "schema:GraphQlTypeBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:inputTypeName": "InputTypeCustomer", + "data:outputTypeName": "Customer" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/name/scalar/name", + "@type": [ + "apif:ScalarResource", + "schema:ScalarResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:application/json/link-263936211" + }, + "data:constructors": [], + "data:edges": [], + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/name/scalar/name:graphql-binding" + }, + "data:name": "name", + "data:nullable": false, + "data:scalarType": { + "@id": "http://www.w3.org/2001/XMLSchema#string" + }, + "data:shapeId": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address/property/name/scalar/name", + "data:shapeName": "name" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/name/scalar/name:graphql-binding", + "@type": [ + "apif:GraphQlTypeBinding", + "schema:GraphQlTypeBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/number/scalar/number", + "@type": [ + "apif:ScalarResource", + "schema:ScalarResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:application/json/link-263936211" + }, + "data:constructors": [], + "data:edges": [], + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/number/scalar/number:graphql-binding" + }, + "data:name": "number", + "data:nullable": false, + "data:scalarType": { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + }, + "data:shapeId": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address/property/number/scalar/number", + "data:shapeName": "number" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/number/scalar/number:graphql-binding", + "@type": [ + "apif:GraphQlTypeBinding", + "schema:GraphQlTypeBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/customerId/scalar/customerId", + "@type": [ + "apif:ScalarResource", + "schema:ScalarResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:application/json/link-263936211" + }, + "data:constructors": [], + "data:edges": [], + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/customerId/scalar/customerId:graphql-binding" + }, + "data:name": "customerId", + "data:nullable": false, + "data:scalarType": { + "@id": "http://www.w3.org/2001/XMLSchema#integer/link-1613180487" + }, + "data:shapeId": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer/property/customerId/scalar/customerId", + "data:shapeName": "customerId" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/customerId/scalar/customerId:graphql-binding", + "@type": [ + "apif:GraphQlTypeBinding", + "schema:GraphQlTypeBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/name/scalar/name", + "@type": [ + "apif:ScalarResource", + "schema:ScalarResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:application/json/link-263936211" + }, + "data:constructors": [], + "data:edges": [], + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/name/scalar/name:graphql-binding" + }, + "data:name": "name", + "data:nullable": false, + "data:scalarType": { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713" + }, + "data:shapeId": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer/property/name/scalar/name", + "data:shapeName": "name" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/name/scalar/name:graphql-binding", + "@type": [ + "apif:GraphQlTypeBinding", + "schema:GraphQlTypeBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId/scalar/addressId", + "@type": [ + "apif:ScalarResource", + "schema:ScalarResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:application/json/link-263936211" + }, + "data:constructors": [], + "data:edges": [], + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId/scalar/addressId:graphql-binding" + }, + "data:name": "addressId", + "data:nullable": false, + "data:scalarType": { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713" + }, + "data:shapeId": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId/scalar/addressId", + "data:shapeName": "addressId" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId/scalar/addressId:graphql-binding", + "@type": [ + "apif:GraphQlTypeBinding", + "schema:GraphQlTypeBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId", + "@type": [ + "apif:ScalarResource", + "schema:ScalarResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:application/json/link-263936211" + }, + "data:constructors": [], + "data:edges": [], + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId:graphql-binding" + }, + "data:name": "customerId", + "data:nullable": false, + "data:scalarType": { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713" + }, + "data:shapeId": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId", + "data:shapeName": "customerId" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId/link--347918316", + "@type": [ + "apif:ScalarResource", + "schema:ScalarResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "customerId", + "doc:link-target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId:graphql-binding", + "@type": [ + "apif:GraphQlTypeBinding", + "schema:GraphQlTypeBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId", + "@type": [ + "apif:ScalarResource", + "schema:ScalarResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:bindings": { + "@id": "binding:http-payload-binding:application/json/link-263936211" + }, + "data:constructors": [], + "data:edges": [], + "data:graphQlBinding": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId:graphql-binding" + }, + "data:name": "customerId", + "data:nullable": false, + "data:scalarType": { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713" + }, + "data:shapeId": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId", + "data:shapeName": "customerId" + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId/link-1580515599", + "@type": [ + "apif:ScalarResource", + "schema:ScalarResourceNode", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "customerId", + "doc:link-target": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId" + } + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId:graphql-binding", + "@type": [ + "apif:GraphQlTypeBinding", + "schema:GraphQlTypeBinding", + "meta:DialectDomainElement", + "doc:DomainElement" + ] + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#integer", + "@type": [ + "apif:ScalarType", + "schema:ScalarType", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:range": "integer" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#integer/link-1613180487", + "@type": [ + "apif:ScalarType", + "schema:ScalarType", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "integer", + "doc:link-target": { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#string", + "@type": [ + "apif:ScalarType", + "schema:ScalarType", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:range": "string" + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "apif:ScalarType", + "schema:ScalarType", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "doc:link-label": "string", + "doc:link-target": { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + }, + { + "@id": "./", + "@type": [ + "meta:DialectInstance", + "doc:Document", + "doc:Fragment", + "doc:Module", + "doc:Unit", + "apif:Source", + "schema:Source", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:assetId": "orders-api", + "data:dataGraph": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph" + }, + "data:endPoint": "http://orders-api.com/v1", + "data:environmentId": "8e71092e-5a5b-43ff-98fa-7ea37519cb17", + "data:groupId": "96754fff-58c1-456d-9a53-b392cb09758d", + "data:name": "Orders API", + "data:id": "8e71092e-5a5b-43ff-98fa-7ea37519cb17", + "data:organizationId": "96754fff-58c1-456d-9a53-b392cb09758d", + "data:securityScheme": "ClientSecret", + "data:version": "v1.0.0", + "doc:encodes": { + "@id": "./" + }, + "doc:root": false, + "doc:version": "2.0.1", + "meta:definedBy": { + "@id": "file://api-federation/dialects/source.yaml" + } + }, + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address", + "@type": [ + "apif:MapEntry", + "schema:MapEntry", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:key": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address", + "data:value": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665" + } + }, + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer", + "@type": [ + "apif:MapEntry", + "schema:MapEntry", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:key": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer", + "data:value": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589" + } + }, + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array", + "@type": [ + "apif:MapEntry", + "schema:MapEntry", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:key": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array", + "data:value": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array/link--1521064566" + } + }, + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array", + "@type": [ + "apif:MapEntry", + "schema:MapEntry", + "meta:DialectDomainElement", + "doc:DomainElement" + ], + "data:key": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array", + "data:value": { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array/link--2092861602" + } + } + ] +} diff --git a/src/test/resources/aml/api-federation/examples/source-1.json b/src/test/resources/aml/api-federation/examples/source-1.json new file mode 100644 index 0000000..0f8c1a8 --- /dev/null +++ b/src/test/resources/aml/api-federation/examples/source-1.json @@ -0,0 +1,3710 @@ +[ + { + "@id": "d255d20a-0c80-4012-8913-78ca5e05e2ef", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "file://api-federation/dialects/source.yaml" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "d255d20a-0c80-4012-8913-78ca5e05e2ef", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Source", + "file://api-federation/dialects/source.yaml#/declarations/Source", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#version": [ + { + "@value": "v1.0.0" + } + ], + + "http://a.ml/vocabularies/data#endPoint": [ + { + "@value": "http://orders-api.com/v1" + } + ], + "http://a.ml/vocabularies/data#id": [ + { + "@value": "8e71092e-5a5b-43ff-98fa-7ea37519cb17" + } + ], + "http://a.ml/vocabularies/data#securityScheme": [ + { + "@value": "ClientSecret" + } + ], + "http://a.ml/vocabularies/data#assetId": [ + { + "@value": "orders-api" + } + ], + "http://a.ml/vocabularies/data#groupId": [ + { + "@value": "96754fff-58c1-456d-9a53-b392cb09758d" + } + ], + "http://a.ml/vocabularies/data#dataGraph": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#DataGraph", + "file://api-federation/dialects/source.yaml#/declarations/DataGraph", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#entryPoint": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/entry-point", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EntryPoint", + "file://api-federation/dialects/source.yaml#/declarations/EntryPointNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-api:aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpApiBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpApiBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "file://api-federation/dialects/source.yaml#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#servers": [ + { + "@id": "aq:server:/web-api/https%3A%2F%2Fanypoint.mulesoft.com%2Fmocking%2Fapi%2Fv1%2Flinks%2Faf50a732-daf9-4c18-a7ec-d7cc3b14af1b%2Fapi", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Server", + "file://api-federation/dialects/source.yaml#/declarations/Server", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#url": [ + { + "@value": "https://anypoint.mulesoft.com/mocking/api/v1/links/af50a732-daf9-4c18-a7ec-d7cc3b14af1b/api" + } + ] + } + ], + "http://a.ml/vocabularies/data#version": [ + { + "@value": "1.1" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "API Query Test API" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#edges": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-entryPoint-473519988:/web-api/end-points/%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "file://api-federation/dialects/source.yaml#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress/link--1146418524", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Faddress" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-entryPoint-473519988:/web-api/end-points/%2Faddress:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "address" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "file://api-federation/dialects/source.yaml#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#mediaTypes": [ + { + "@value": "application/json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "file://api-federation/dialects/source.yaml#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "name" + }, + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "file://api-federation/dialects/source.yaml#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "file://api-federation/dialects/source.yaml#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/address" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#memberType": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "file://api-federation/dialects/source.yaml#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "Address" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "file://api-federation/dialects/source.yaml#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "name" + }, + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "file://api-federation/dialects/source.yaml#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "file://api-federation/dialects/source.yaml#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/address/{addressId}" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "file://api-federation/dialects/source.yaml#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "name" + }, + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "file://api-federation/dialects/source.yaml#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "file://api-federation/dialects/source.yaml#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer/{customerId}/address" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#inputTypeName": [ + { + "@value": "InputTypeAddress" + } + ], + "http://a.ml/vocabularies/data#outputTypeName": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#edges": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Address/property/name/scalar/name583317210-1599836922", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Address/property/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Address/property/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "file://api-federation/dialects/source.yaml#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Address/property/name/scalar/name:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/name/scalar/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "file://api-federation/dialects/source.yaml#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address/property/name/scalar/name" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/name/scalar/name:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "file://api-federation/dialects/source.yaml#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#range": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-number:/declarations/types/Address/property/number/scalar/number5272857561354662757", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Address/property/number", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Address/property/number", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "file://api-federation/dialects/source.yaml#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "number" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-number:/declarations/types/Address/property/number/scalar/number:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "number" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/number/scalar/number", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "file://api-federation/dialects/source.yaml#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address/property/number/scalar/number" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/number/scalar/number:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "file://api-federation/dialects/source.yaml#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#range": [ + { + "@value": "integer" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "A simple Address" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "Address" + } + ], + "http://a.ml/vocabularies/data#closed": [ + { + "@value": false + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "Get all addresses" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "address" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-addressByAddressId-address-entryPoint--254398261:/web-api/end-points/%2Faddress%2F%7BaddressId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "file://api-federation/dialects/source.yaml#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId3075468101006756839", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "file://api-federation/dialects/source.yaml#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId/scalar/addressId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "file://api-federation/dialects/source.yaml#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId/scalar/addressId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "addressId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId/scalar/addressId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "file://api-federation/dialects/source.yaml#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/link--1800946728", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Faddress%2F%7BaddressId%7D" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-addressByAddressId-address-entryPoint--254398261:/web-api/end-points/%2Faddress%2F%7BaddressId%7D:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressByAddressId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "file://api-federation/dialects/source.yaml#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "Get an address by its id" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "address_by_addressId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customer-addressByAddressId-address-entryPoint-473519988:/web-api/end-points/%2Fcustomer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "file://api-federation/dialects/source.yaml#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer/link--181352626", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomer" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customer-addressByAddressId-address-entryPoint-473519988:/web-api/end-points/%2Fcustomer:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customer" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "file://api-federation/dialects/source.yaml#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "file://api-federation/dialects/source.yaml#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "customerId" + }, + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "file://api-federation/dialects/source.yaml#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "file://api-federation/dialects/source.yaml#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#memberType": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "file://api-federation/dialects/source.yaml#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "Customer" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "file://api-federation/dialects/source.yaml#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "customerId" + }, + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "file://api-federation/dialects/source.yaml#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "file://api-federation/dialects/source.yaml#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer/{customerId}" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#inputTypeName": [ + { + "@value": "InputTypeCustomer" + } + ], + "http://a.ml/vocabularies/data#outputTypeName": [ + { + "@value": "Customer" + } + ] + } + ], + "http://a.ml/vocabularies/data#edges": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-customerId:/declarations/types/Customer/property/customerId/scalar/customerId551895240-644752799", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Customer/property/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Customer/property/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "file://api-federation/dialects/source.yaml#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-customerId:/declarations/types/Customer/property/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/customerId/scalar/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "file://api-federation/dialects/source.yaml#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer/property/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer/link-1613180487", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "file://api-federation/dialects/source.yaml#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "integer" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Customer/property/name/scalar/name-1645443792-244845647", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Customer/property/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Customer/property/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "file://api-federation/dialects/source.yaml#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Customer/property/name/scalar/name:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/name/scalar/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "file://api-federation/dialects/source.yaml#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer/property/name/scalar/name" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/name/scalar/name:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "file://api-federation/dialects/source.yaml#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-name-customerId--501707102:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "file://api-federation/dialects/source.yaml#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId-1757044120-1270087532", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "file://api-federation/dialects/source.yaml#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "file://api-federation/dialects/source.yaml#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "file://api-federation/dialects/source.yaml#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/link-1177453818", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-name-customerId--501707102:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "address" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "file://api-federation/dialects/source.yaml#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "address" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "A simple Customer" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "Customer" + } + ], + "http://a.ml/vocabularies/data#closed": [ + { + "@value": false + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customer" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1391118338:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "file://api-federation/dialects/source.yaml#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId-3990796921998875063", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/link-1183376778", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding/link-2004256836", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId:graphql-binding" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId/link--347918316", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "file://api-federation/dialects/source.yaml#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/link-1177453818", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1391118338:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerAddressByCustomerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "file://api-federation/dialects/source.yaml#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customer_address_by_customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--714735302:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "file://api-federation/dialects/source.yaml#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId-12328800611353031082", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "file://api-federation/dialects/source.yaml#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "file://api-federation/dialects/source.yaml#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "file://api-federation/dialects/source.yaml#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/link-63951620", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomer%2F%7BcustomerId%7D" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--714735302:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerByCustomerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "file://api-federation/dialects/source.yaml#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Customer" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customer_by_customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--608977703:/web-api/end-points/%2Fcustomer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "file://api-federation/dialects/source.yaml#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer/post/request/application%2Fjson1002200953-1880564048", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer/post/request/application%2Fjson:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "file://api-federation/dialects/source.yaml#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Customer" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:post-end-point:/web-api/end-points/%2Fcustomer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "file://api-federation/dialects/source.yaml#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:post-end-point:/web-api/end-points/%2Fcustomer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "file://api-federation/dialects/source.yaml#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "post" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--608977703:/web-api/end-points/%2Fcustomer:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "createCustomer" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "file://api-federation/dialects/source.yaml#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Customer" + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "Create a new customer" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "create_customer" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-1785666993:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "file://api-federation/dialects/source.yaml#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId-3990796921998875063/link-1577519288", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId-3990796921998875063" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId-3990796921998875063" + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/post/request/application%2Fjson-1353327446-1180434468", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/post/request/application%2Fjson:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "file://api-federation/dialects/source.yaml#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:post-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "file://api-federation/dialects/source.yaml#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:post-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "file://api-federation/dialects/source.yaml#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer/{customerId}/address" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "post" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-1785666993:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "createCustomerAddressByCustomerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "file://api-federation/dialects/source.yaml#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "Add customer address" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "create_customer_address_by_customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-delete-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-2103872330:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "file://api-federation/dialects/source.yaml#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId557003101-349534512", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/link-1183376778", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding/link-2004256836", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId:graphql-binding" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId/link--347918316", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "file://api-federation/dialects/source.yaml#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:delete-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "file://api-federation/dialects/source.yaml#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:delete-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "file://api-federation/dialects/source.yaml#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer/{customerId}/address" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "delete" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-delete-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-2103872330:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "deleteCustomerAddressByCustomerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any0", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#AnyResource", + "file://api-federation/dialects/source.yaml#/declarations/AnyResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any0:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "" + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "Delete customer address" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "delete_customer_address_by_customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-623874614:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "file://api-federation/dialects/source.yaml#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId557003101-349534512/link--553997116", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId557003101-349534512" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId557003101-349534512" + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/patch/request/application%2Fjson-618453554745937234", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/patch/request/application%2Fjson:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "file://api-federation/dialects/source.yaml#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "file://api-federation/dialects/source.yaml#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "file://api-federation/dialects/source.yaml#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer/{customerId}/address" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "patch" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-623874614:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "updateCustomerAddressByCustomerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any1", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#AnyResource", + "file://api-federation/dialects/source.yaml#/declarations/AnyResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:/link--1408531840", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "binding:http-payload-binding:" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any1:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "" + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "Change customer address" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "update_customer_address_by_customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerByCustomerId-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1358728915:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "file://api-federation/dialects/source.yaml#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId-678675251323928882", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/link-1912481541", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId:graphql-binding/link-1459905727", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId:graphql-binding" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId:graphql-binding" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId/link-1580515599", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "file://api-federation/dialects/source.yaml#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/patch/request/application%2Fjson734639804-1926282334", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/patch/request/application%2Fjson:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "file://api-federation/dialects/source.yaml#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Customer" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "file://api-federation/dialects/source.yaml#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "file://api-federation/dialects/source.yaml#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer/{customerId}" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "patch" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerByCustomerId-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1358728915:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "updateCustomerByCustomerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any2", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#AnyResource", + "file://api-federation/dialects/source.yaml#/declarations/AnyResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:/link--1408531840", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "binding:http-payload-binding:" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any2:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "" + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "Change customer address" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "update_customer_by_customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "API Query Test API" + } + ] + } + ], + "http://a.ml/vocabularies/data#targetNodesByShapeId": [ + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "file://api-federation/dialects/source.yaml#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "file://api-federation/dialects/source.yaml#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Customer" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "file://api-federation/dialects/source.yaml#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "file://api-federation/dialects/source.yaml#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "file://api-federation/dialects/source.yaml#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array/link--2092861602", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "file://api-federation/dialects/source.yaml#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "default-array" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "file://api-federation/dialects/source.yaml#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array/link--1521064566", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "file://api-federation/dialects/source.yaml#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "default-array" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#organizationId": [ + { + "@value": "96754fff-58c1-456d-9a53-b392cb09758d" + } + ], + "http://a.ml/vocabularies/data#environmentId": [ + { + "@value": "8e71092e-5a5b-43ff-98fa-7ea37519cb17" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "Orders API" + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.0.1" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": false + } + ] + } +] diff --git a/src/test/resources/aml/api-federation/examples/source-2.json b/src/test/resources/aml/api-federation/examples/source-2.json new file mode 100644 index 0000000..322d78c --- /dev/null +++ b/src/test/resources/aml/api-federation/examples/source-2.json @@ -0,0 +1,641 @@ +[ + { + "@id": "190bb64f-ada6-4a3c-ba2e-0caed4159754:8bd9d771-ad9d-473e-9b54-498f38f6200f:190bb64f-ada6-4a3c-ba2e-0caed4159754:date-only-type:v1.0", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "file://api-federation/dialects/source.yaml" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "190bb64f-ada6-4a3c-ba2e-0caed4159754:8bd9d771-ad9d-473e-9b54-498f38f6200f:190bb64f-ada6-4a3c-ba2e-0caed4159754:date-only-type:v1.0", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Source", + "file://api-federation/dialects/source.yaml#/declarations/Source", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#version": [ + { + "@value": "v1.0" + } + ], + "http://a.ml/vocabularies/data#id": [ + { + "@value": "8e71092e-5a5b-43ff-98fa-7ea37519cb17" + } + ], + "http://a.ml/vocabularies/data#assetId": [ + { + "@value": "date-only-type" + } + ], + "http://a.ml/vocabularies/data#groupId": [ + { + "@value": "190bb64f-ada6-4a3c-ba2e-0caed4159754" + } + ], + "http://a.ml/vocabularies/data#dataGraph": [ + { + "@id": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/data-graph", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#DataGraph", + "file://api-federation/dialects/source.yaml#/declarations/DataGraph", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#entryPoint": [ + { + "@id": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/data-graph/entry-point", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EntryPoint", + "file://api-federation/dialects/source.yaml#/declarations/EntryPointNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-api:aq:web-api:file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/web-api", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpApiBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpApiBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/web-api", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "file://api-federation/dialects/source.yaml#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#servers": [], + "http://a.ml/vocabularies/data#version": [ + { + "@value": "v1" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "Flights API" + } + ], + "http://a.ml/vocabularies/data#schemes": [ + { + "@value": "https" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#edges": [ + { + "@id": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/data-graph/edges/network-get-flights-entryPoint-473519988:/web-api/end-points/%2Fflights", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "file://api-federation/dialects/source.yaml#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fflights", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/web-api/link--1045432492", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "file://api-federation/dialects/source.yaml#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fflights", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "file://api-federation/dialects/source.yaml#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/flights" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/data-graph/edges/network-get-flights-entryPoint-473519988:/web-api/end-points/%2Fflights:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "flights" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/data-graph/nodes/scalar:/web-api/end-points/%2Fflights/get/200/default/scalar/default", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "file://api-federation/dialects/source.yaml#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/web-api/end-points/%2Fflights/get/200/default/scalar/default" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "default" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#mediaTypes": [ + { + "@value": "application/json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/data-graph/nodes/scalar:/web-api/end-points/%2Fflights/get/200/default/scalar/default:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "default" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#date", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "file://api-federation/dialects/source.yaml#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#range": [ + { + "@value": "date" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "flights" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/data-graph/edges/network-post-createFlights-flights-entryPoint-1739636744:/web-api/end-points/%2Fflights", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "file://api-federation/dialects/source.yaml#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/data-graph/edges/property-:/web-api/end-points/%2Fflights/post/request/input-14959810", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "file://api-federation/dialects/source.yaml#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/data-graph/edges/property-:/web-api/end-points/%2Fflights/post/request/input:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/data-graph/nodes/scalar:/web-api/end-points/%2Fflights/post/request/input/scalar/input", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "file://api-federation/dialects/source.yaml#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/web-api/end-points/%2Fflights/post/request/input/scalar/input" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "input" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/data-graph/nodes/scalar:/web-api/end-points/%2Fflights/post/request/input/scalar/input:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#date/link--499246685", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "file://api-federation/dialects/source.yaml#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#date" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "date" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:post-end-point:/web-api/end-points/%2Fflights", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/web-api/link--1045432492", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "file://api-federation/dialects/source.yaml#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:post-end-point:/web-api/end-points/%2Fflights", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "file://api-federation/dialects/source.yaml#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/flights" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "post" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/data-graph/edges/network-post-createFlights-flights-entryPoint-1739636744:/web-api/end-points/%2Fflights:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "createFlights" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/data-graph/nodes/scalar:/web-api/end-points/%2Fflights/post/200/default/scalar/default", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "file://api-federation/dialects/source.yaml#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/web-api/end-points/%2Fflights/post/200/default/scalar/default" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "default" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "file://api-federation/dialects/source.yaml#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/leandro.luck/mulesoft/api-query/src/test/resources/spec/response/response-types/date-only-type/oas-2.yaml#/data-graph/nodes/scalar:/web-api/end-points/%2Fflights/post/200/default/scalar/default:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "file://api-federation/dialects/source.yaml#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "default" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#date/link--499246685", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "file://api-federation/dialects/source.yaml#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#date" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "date" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "Retrieves flights." + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "create_flights" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "API for viewing and managing your flights." + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "Flights API" + } + ] + } + ], + "http://a.ml/vocabularies/data#targetNodesByShapeId": [] + } + ], + "http://a.ml/vocabularies/data#organizationId": [ + { + "@value": "190bb64f-ada6-4a3c-ba2e-0caed4159754" + } + ], + "http://a.ml/vocabularies/data#environmentId": [ + { + "@value": "8bd9d771-ad9d-473e-9b54-498f38f6200f" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "date-only-type" + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.0.1" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": false + } + ] + } +] diff --git a/src/test/resources/aml/api-federation/examples/source-3.json b/src/test/resources/aml/api-federation/examples/source-3.json new file mode 100644 index 0000000..fc6c030 --- /dev/null +++ b/src/test/resources/aml/api-federation/examples/source-3.json @@ -0,0 +1,3709 @@ +[ + { + "@id": "0d10d9ae-8c0b-497a-b576-735d5a3d63ed", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "0d10d9ae-8c0b-497a-b576-735d5a3d63ed", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Source", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Source", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#version": [ + { + "@value": "1.0.0" + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@value": "http:///lecko.com" + } + ], + "http://a.ml/vocabularies/data#id": [ + { + "@value": "0d10d9ae-8c0b-497a-b576-735d5a3d63ed" + } + ], + "http://a.ml/vocabularies/data#securityScheme": [ + { + "@value": "secScheme" + } + ], + "http://a.ml/vocabularies/data#assetId": [ + { + "@value": "assetId" + } + ], + "http://a.ml/vocabularies/data#groupId": [ + { + "@value": "group" + } + ], + "http://a.ml/vocabularies/data#dataGraph": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#DataGraph", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/DataGraph", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#entryPoint": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/entry-point", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EntryPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EntryPointNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-api:aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpApiBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpApiBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#servers": [ + { + "@id": "aq:server:/web-api/https%3A%2F%2Fanypoint.mulesoft.com%2Fmocking%2Fapi%2Fv1%2Flinks%2Faf50a732-daf9-4c18-a7ec-d7cc3b14af1b%2Fapi", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Server", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Server", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#url": [ + { + "@value": "https://anypoint.mulesoft.com/mocking/api/v1/links/af50a732-daf9-4c18-a7ec-d7cc3b14af1b/api" + } + ] + } + ], + "http://a.ml/vocabularies/data#version": [ + { + "@value": "1.1" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "API Query Test API" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#edges": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-entryPoint-473519988:/web-api/end-points/%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress/link--1146418524", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Faddress" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-entryPoint-473519988:/web-api/end-points/%2Faddress:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "address" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#mediaTypes": [ + { + "@value": "application/json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "name" + }, + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/address" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#memberType": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "Address" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "name" + }, + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/address/{addressId}" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + }, + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "name" + }, + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer/{customerId}/address" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#inputTypeName": [ + { + "@value": "InputTypeAddress" + } + ], + "http://a.ml/vocabularies/data#outputTypeName": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#edges": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Address/property/name/scalar/name583317210-1599836922", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Address/property/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Address/property/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Address/property/name/scalar/name:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/name/scalar/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address/property/name/scalar/name" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/name/scalar/name:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#range": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-number:/declarations/types/Address/property/number/scalar/number5272857561354662757", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Address/property/number", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Address/property/number", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "number" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-number:/declarations/types/Address/property/number/scalar/number:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "number" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/number/scalar/number", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address/property/number/scalar/number" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/number/scalar/number:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#range": [ + { + "@value": "integer" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "A simple Address" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "Address" + } + ], + "http://a.ml/vocabularies/data#closed": [ + { + "@value": false + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "Get all addresses" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "address" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-addressByAddressId-address-entryPoint--254398261:/web-api/end-points/%2Faddress%2F%7BaddressId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId3075468101006756839", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId/scalar/addressId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId/scalar/addressId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "addressId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/parameter/addressId/scalar/addressId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D/link--1800946728", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Faddress%2F%7BaddressId%7D" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Faddress%2F%7BaddressId%7D" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-addressByAddressId-address-entryPoint--254398261:/web-api/end-points/%2Faddress%2F%7BaddressId%7D:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressByAddressId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "Get an address by its id" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "address_by_addressId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customer-addressByAddressId-address-entryPoint-473519988:/web-api/end-points/%2Fcustomer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer/link--181352626", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomer" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customer-addressByAddressId-address-entryPoint-473519988:/web-api/end-points/%2Fcustomer:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customer" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "customerId" + }, + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#memberType": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "Customer" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "customerId" + }, + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer/{customerId}" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#inputTypeName": [ + { + "@value": "InputTypeCustomer" + } + ], + "http://a.ml/vocabularies/data#outputTypeName": [ + { + "@value": "Customer" + } + ] + } + ], + "http://a.ml/vocabularies/data#edges": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-customerId:/declarations/types/Customer/property/customerId/scalar/customerId551895240-644752799", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Customer/property/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Customer/property/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-customerId:/declarations/types/Customer/property/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/customerId/scalar/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer/property/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer/link-1613180487", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "integer" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Customer/property/name/scalar/name-1645443792-244845647", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Customer/property/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Customer/property/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-name:/declarations/types/Customer/property/name/scalar/name:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/name/scalar/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer/property/name/scalar/name" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/name/scalar/name:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-name-customerId--501707102:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId-1757044120-1270087532", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/link-1177453818", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-address-name-customerId--501707102:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "address" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "address" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "A simple Customer" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "Customer" + } + ], + "http://a.ml/vocabularies/data#closed": [ + { + "@value": false + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customer" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1391118338:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId-3990796921998875063", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/link-1183376778", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding/link-2004256836", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId:graphql-binding" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId/link--347918316", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/link-1177453818", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomer%2F%7BcustomerId%7D%2Faddress" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1391118338:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerAddressByCustomerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customer_address_by_customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--714735302:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId-12328800611353031082", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/link-63951620", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomer%2F%7BcustomerId%7D" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-get-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--714735302:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerByCustomerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Customer" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customer_by_customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--608977703:/web-api/end-points/%2Fcustomer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer/post/request/application%2Fjson1002200953-1880564048", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer/post/request/application%2Fjson:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Customer" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:post-end-point:/web-api/end-points/%2Fcustomer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:post-end-point:/web-api/end-points/%2Fcustomer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "post" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--608977703:/web-api/end-points/%2Fcustomer:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "createCustomer" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Customer" + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "Create a new customer" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "create_customer" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-1785666993:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId-3990796921998875063/link-1577519288", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId-3990796921998875063" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId-3990796921998875063" + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/post/request/application%2Fjson-1353327446-1180434468", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/post/request/application%2Fjson:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:post-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:post-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer/{customerId}/address" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "post" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-post-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-1785666993:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "createCustomerAddressByCustomerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "Add customer address" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "create_customer_address_by_customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-delete-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-2103872330:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId557003101-349534512", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/link-1183376778", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding/link-2004256836", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId:graphql-binding" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId:graphql-binding" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId/link--347918316", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:delete-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:delete-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer/{customerId}/address" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "delete" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-delete-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-2103872330:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "deleteCustomerAddressByCustomerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any0", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#AnyResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/AnyResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any0:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "" + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "Delete customer address" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "delete_customer_address_by_customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-623874614:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId557003101-349534512/link--553997116", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/parameter/customerId557003101-349534512" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId557003101-349534512" + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/patch/request/application%2Fjson-618453554745937234", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress/patch/request/application%2Fjson:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer/{customerId}/address" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "patch" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint-623874614:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D%2Faddress:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "updateCustomerAddressByCustomerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any1", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#AnyResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/AnyResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:/link--1408531840", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "binding:http-payload-binding:" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any1:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "" + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "Change customer address" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "update_customer_address_by_customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerByCustomerId-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1358728915:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId-678675251323928882", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/link-1912481541", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId:graphql-binding/link-1459905727", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId:graphql-binding" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId:graphql-binding" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId/link-1580515599", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/patch/request/application%2Fjson734639804-1926282334", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D/patch/request/application%2Fjson:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Customer" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "input" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/link-147558644", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:patch-end-point:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customer/{customerId}" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "patch" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/edges/network-patch-updateCustomerByCustomerId-updateCustomerAddressByCustomerId-deleteCustomerAddressByCustomerId-createCustomerAddressByCustomerId-createCustomer-customerByCustomerId-customerAddressByCustomerId-customer-addressByAddressId-address-entryPoint--1358728915:/web-api/end-points/%2Fcustomer%2F%7BcustomerId%7D:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "updateCustomerByCustomerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any2", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#AnyResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/AnyResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:/link--1408531840", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "binding:http-payload-binding:" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/any2:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "" + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "Change customer address" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "update_customer_by_customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "API Query Test API" + } + ] + } + ], + "http://a.ml/vocabularies/data#targetNodesByShapeId": [ + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer/link--247958589", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Customer" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address/link--303228665", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array/link--2092861602", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomer/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "default-array" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array/link--1521064566", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///Users/mforlenza/mulesoft/api-query-webapi/src/test/resources/spec/serialization/toFile/toJsonLd/raml-10.raml#/data-graph/nodes/list:/web-api/end-points/%2Faddress/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "default-array" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#organizationId": [ + { + "@value": "190bb64f-ada6-4a3c-ba2e-0caed4159754" + } + ], + "http://a.ml/vocabularies/data#environmentId": [ + { + "@value": "22b573ce-008f-4f45-959c-079e35f193e4" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.0.1" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": false + } + ] + } +] diff --git a/src/test/resources/aml/api-federation/examples/source-4.json b/src/test/resources/aml/api-federation/examples/source-4.json new file mode 100644 index 0000000..97d1fb8 --- /dev/null +++ b/src/test/resources/aml/api-federation/examples/source-4.json @@ -0,0 +1,9288 @@ +[ + { + "@id": "420d35f5-2fdb-4f0b-a55c-1b21462dcaf2", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "420d35f5-2fdb-4f0b-a55c-1b21462dcaf2", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Source", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Source", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#version": [ + { + "@value": "1.0.0" + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@value": "http://securedperformanceapi.us-e1.devx.cloudhub.io" + } + ], + "http://a.ml/vocabularies/data#id": [ + { + "@value": "420d35f5-2fdb-4f0b-a55c-1b21462dcaf2" + } + ], + "http://a.ml/vocabularies/data#securityScheme": [ + { + "@value": "Custom" + } + ], + "http://a.ml/vocabularies/data#assetId": [ + { + "@value": "api-federation-performance-test" + } + ], + "http://a.ml/vocabularies/data#groupId": [ + { + "@value": "f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform" + } + ], + "http://a.ml/vocabularies/data#dataGraph": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#DataGraph", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/DataGraph", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#entryPoint": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/entry-point", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EntryPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EntryPointNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-api:aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpApiBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpApiBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#servers": [ + { + "@id": "aq:server:/web-api/http%3A%2F%2Fapi-query-performance-service.kdev.msap.io%2Fstress", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Server", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Server", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#url": [ + { + "@value": "http://api-query-performance-service.kdev.msap.io/stress" + } + ] + } + ], + "http://a.ml/vocabularies/data#version": [ + { + "@value": "1.0" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "api-federation-performance-test" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#edges": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-productsByProductId-products-customersOrdersProductsByCustomerIdOrderId-customersOrdersByCustomerIdOrderId-customersOrdersByCustomerId-customersByCustomerId-customersAddressesByCustomerIdAddressId-customersAddressesByCustomerId-customers-entryPoint--1574880315:/web-api/end-points/%2Fproducts%2F%7BproductId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [ + { + "@id": "https://federation.graph.devx.anypoint.mulesoft.com/v1/source/aqHttpAuthSecScheme", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpAuthSecurityScheme", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpAuthSecurityScheme", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#headers": [ + { + "@value": "client_secret" + }, + { + "@value": "client_id" + } + ] + } + ], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/parameter/productId-606203488-1233875272-743583886", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/parameter/productId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/parameter/productId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/parameter/productId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/parameter/productId/scalar/productId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fproducts%2F%7BproductId%7D/parameter/productId/scalar/productId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "productId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/parameter/productId/scalar/productId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/get/request/parameter/bigContent-998466665-1334537012246021546", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/get/request/parameter/bigContent", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/get/request/parameter/bigContent", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "query" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "bigContent" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/get/request/parameter/bigContent:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "bigContent" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/get/request/parameter/bigContent/scalar/schema", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fproducts%2F%7BproductId%7D/get/request/parameter/bigContent/scalar/schema" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/get/request/parameter/bigContent/scalar/schema:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "55 kb in the description" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#range": [ + { + "@value": "boolean" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "55 kb in the description" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "bigContent" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/link--1704010194", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fproducts%2F%7BproductId%7D" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fproducts%2F%7BproductId%7D" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-productsByProductId-products-customersOrdersProductsByCustomerIdOrderId-customersOrdersByCustomerIdOrderId-customersOrdersByCustomerId-customersByCustomerId-customersAddressesByCustomerIdAddressId-customersAddressesByCustomerId-customers-entryPoint--1574880315:/web-api/end-points/%2Fproducts%2F%7BproductId%7D:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productsByProductId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/ProductDetail", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/ProductDetail" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "ProductDetail" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#mediaTypes": [ + { + "@value": "application/json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fproducts%2F%7BproductId%7D-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "productId" + }, + { + "@value": "name" + }, + { + "@value": "description" + }, + { + "@value": "brand" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fproducts%2F%7BproductId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/link--1187680697", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fproducts%2F%7BproductId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/products/{productId}" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/ProductDetail:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#inputTypeName": [ + { + "@value": "InputTypeProductDetail" + } + ], + "http://a.ml/vocabularies/data#outputTypeName": [ + { + "@value": "ProductDetail" + } + ] + } + ], + "http://a.ml/vocabularies/data#edges": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-productId:/declarations/types/ProductDetail/property/productId/scalar/productId-20754019066528174661731436265", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/ProductDetail/property/productId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/ProductDetail/property/productId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-productId:/declarations/types/ProductDetail/property/productId/scalar/productId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/ProductDetail/property/productId/scalar/productId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/ProductDetail/property/productId/scalar/productId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "productId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/ProductDetail/property/productId/scalar/productId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#range": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-name:/declarations/types/ProductDetail/property/name/scalar/name525719492-14606882841663297445", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/ProductDetail/property/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/ProductDetail/property/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-name:/declarations/types/ProductDetail/property/name/scalar/name:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/ProductDetail/property/name/scalar/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/ProductDetail/property/name/scalar/name" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/ProductDetail/property/name/scalar/name:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-description:/declarations/types/ProductDetail/property/description/scalar/description-6521188310169101901300365787", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/ProductDetail/property/description", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/ProductDetail/property/description", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "description" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-description:/declarations/types/ProductDetail/property/description/scalar/description:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "description" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/ProductDetail/property/description/scalar/description", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/ProductDetail/property/description/scalar/description" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/ProductDetail/property/description/scalar/description:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-brand:/declarations/types/ProductDetail/property/brand/scalar/brand16622272441890468289418418296", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/ProductDetail/property/brand", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/ProductDetail/property/brand", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "brand" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-brand:/declarations/types/ProductDetail/property/brand/scalar/brand:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "brand" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/ProductDetail/property/brand/scalar/brand", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/ProductDetail/property/brand/scalar/brand" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "brand" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/ProductDetail/property/brand/scalar/brand:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "brand" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "brand" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "A Product" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "ProductDetail" + } + ], + "http://a.ml/vocabularies/data#closed": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "products_by_productId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-products-customersOrdersProductsByCustomerIdOrderId-customersOrdersByCustomerIdOrderId-customersOrdersByCustomerId-customersByCustomerId-customersAddressesByCustomerIdAddressId-customersAddressesByCustomerId-customers-entryPoint--1481577769:/web-api/end-points/%2Fproducts", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [ + { + "@id": "https://federation.graph.devx.anypoint.mulesoft.com/v1/source/aqHttpAuthSecScheme", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpAuthSecurityScheme", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpAuthSecurityScheme", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#headers": [ + { + "@value": "client_secret" + }, + { + "@value": "client_id" + } + ] + } + ], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fproducts/get/request/parameter/productsCounts-49105891-81643731-476956561", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fproducts/get/request/parameter/productsCounts", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fproducts/get/request/parameter/productsCounts", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "query" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productsCounts" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fproducts/get/request/parameter/productsCounts:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productsCounts" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fproducts/get/request/parameter/productsCounts/scalar/schema", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fproducts/get/request/parameter/productsCounts/scalar/schema" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fproducts/get/request/parameter/productsCounts/scalar/schema:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#range": [ + { + "@value": "integer" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productsCounts" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fproducts/link--1488930930", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fproducts" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fproducts" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-products-customersOrdersProductsByCustomerIdOrderId-customersOrdersByCustomerIdOrderId-customersOrdersByCustomerId-customersByCustomerId-customersAddressesByCustomerIdAddressId-customersAddressesByCustomerId-customers-entryPoint--1481577769:/web-api/end-points/%2Fproducts:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "products" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fproducts-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "productId" + }, + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fproducts", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/link--1187680697", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fproducts", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/products" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#memberType": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Product", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Product" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "Product" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Product:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#inputTypeName": [ + { + "@value": "InputTypeProduct" + } + ], + "http://a.ml/vocabularies/data#outputTypeName": [ + { + "@value": "Product" + } + ] + } + ], + "http://a.ml/vocabularies/data#edges": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-productId:/declarations/types/Product/property/productId/scalar/productId-11716036181464842623-1411302998", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Product/property/productId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Product/property/productId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-productId:/declarations/types/Product/property/productId/scalar/productId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Product/property/productId/scalar/productId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Product/property/productId/scalar/productId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "productId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Product/property/productId/scalar/productId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-name:/declarations/types/Product/property/name/scalar/name-1094935172-1249111165-1877856188", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Product/property/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Product/property/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-name:/declarations/types/Product/property/name/scalar/name:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Product/property/name/scalar/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Product/property/name/scalar/name" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Product/property/name/scalar/name:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-productsByProductId-name-productId--734411749:/web-api/end-points/%2Fproducts%2F%7BproductId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/parameter/productId105192832419282860501379601241", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/parameter/productId/link-1871245520", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/parameter/productId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "productId" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/parameter/productId:graphql-binding/link-1234581457", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/parameter/productId:graphql-binding" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "productId:graphql-binding" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/parameter/productId/scalar/productId/link--1849627944", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/parameter/productId/scalar/productId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "productId" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/get/request/parameter/bigContent-998466665-1334537012246021546/link--1534746564", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/get/request/parameter/bigContent-998466665-1334537012246021546" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "bigContent-998466665-1334537012246021546" + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fproducts%2F%7BproductId%7D/link--1704010194", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fproducts%2F%7BproductId%7D" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fproducts%2F%7BproductId%7D" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-productsByProductId-name-productId--734411749:/web-api/end-points/%2Fproducts%2F%7BproductId%7D:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productsByProductId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/ProductDetail/link--1587739046", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/ProductDetail" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "ProductDetail" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "products_by_productId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "A Product" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "Product" + } + ], + "http://a.ml/vocabularies/data#closed": [ + { + "@value": false + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "products" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-customersOrdersProductsByCustomerIdOrderId-customersOrdersByCustomerIdOrderId-customersOrdersByCustomerId-customersByCustomerId-customersAddressesByCustomerIdAddressId-customersAddressesByCustomerId-customers-entryPoint-114074946:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [ + { + "@id": "https://federation.graph.devx.anypoint.mulesoft.com/v1/source/aqHttpAuthSecScheme", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpAuthSecurityScheme", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpAuthSecurityScheme", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#headers": [ + { + "@value": "client_secret" + }, + { + "@value": "client_id" + } + ] + } + ], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/orderId1216660945745682817-21953109", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/orderId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/orderId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orderId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/orderId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orderId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/orderId/scalar/orderId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/orderId/scalar/orderId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "orderId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/orderId/scalar/orderId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orderId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orderId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/customerId-1476479769512541160953242767", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/customerId/scalar/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/request/parameter/productsCounts8867379631246538144-307410761", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/request/parameter/productsCounts", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/request/parameter/productsCounts", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "query" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productsCounts" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/request/parameter/productsCounts:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productsCounts" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/request/parameter/productsCounts/scalar/schema", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/request/parameter/productsCounts/scalar/schema" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/request/parameter/productsCounts/scalar/schema:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer/link-1613180487", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "integer" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "productsCounts" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/link--1880188530", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-customersOrdersProductsByCustomerIdOrderId-customersOrdersByCustomerIdOrderId-customersOrdersByCustomerId-customersByCustomerId-customersAddressesByCustomerIdAddressId-customersAddressesByCustomerId-customers-entryPoint-114074946:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customersOrdersProductsByCustomerIdOrderId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "productId" + }, + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/link--1187680697", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customers/{customerId}/orders/{orderId}/products" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#memberType": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Product/link--1515862406", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Product" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Product" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customers_orders_products_by_customerId_orderId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-customersOrdersByCustomerIdOrderId-customersOrdersByCustomerId-customersByCustomerId-customersAddressesByCustomerIdAddressId-customersAddressesByCustomerId-customers-entryPoint-1382880952:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [ + { + "@id": "https://federation.graph.devx.anypoint.mulesoft.com/v1/source/aqHttpAuthSecScheme", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpAuthSecurityScheme", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpAuthSecurityScheme", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#headers": [ + { + "@value": "client_secret" + }, + { + "@value": "client_id" + } + ] + } + ], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/orderId-1657116492-1261005656649281722", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/orderId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/orderId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orderId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/orderId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orderId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/orderId/scalar/orderId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/orderId/scalar/orderId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "orderId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/orderId/scalar/orderId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orderId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orderId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/customerId587810412-8787695521929591599", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/customerId/scalar/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/link-796301470", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-customersOrdersByCustomerIdOrderId-customersOrdersByCustomerId-customersByCustomerId-customersAddressesByCustomerIdAddressId-customersAddressesByCustomerId-customers-entryPoint-1382880952:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customersOrdersByCustomerIdOrderId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Order", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Order" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "Order" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "orderId" + }, + { + "@value": "items" + }, + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/link--1187680697", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customers/{customerId}/orders/{orderId}" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Order:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#inputTypeName": [ + { + "@value": "InputTypeOrder" + } + ], + "http://a.ml/vocabularies/data#outputTypeName": [ + { + "@value": "Order" + } + ] + } + ], + "http://a.ml/vocabularies/data#edges": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-orderId:/declarations/types/Order/property/orderId/scalar/orderId-1786687625848520511852125559", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Order/property/orderId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Order/property/orderId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orderId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-orderId:/declarations/types/Order/property/orderId/scalar/orderId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orderId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Order/property/orderId/scalar/orderId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Order/property/orderId/scalar/orderId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "orderId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Order/property/orderId/scalar/orderId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orderId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orderId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-items:/declarations/types/Order/property/items/array/items/array/default-array0-369862171736132345203084291", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-nested-payload:aq:property-shape:/declarations/types/Order/property/items:application/json", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpNestedPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpNestedPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#mediaTypes": [ + { + "@value": "application/json" + } + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Order/property/items", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "items" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-items:/declarations/types/Order/property/items/array/items/array/default-array0:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "items" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/declarations/types/Order/property/items/array/items/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Order/property/items/array/items/array/default-array" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/declarations/types/Order/property/items/array/items/array/default-array:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "items" + } + ], + "http://a.ml/vocabularies/data#memberType": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Item", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Item" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "Item" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Item:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#inputTypeName": [ + { + "@value": "InputTypeItem" + } + ], + "http://a.ml/vocabularies/data#outputTypeName": [ + { + "@value": "Item" + } + ] + } + ], + "http://a.ml/vocabularies/data#edges": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-product:/declarations/types/Product01681722511-768435672-1387458642", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-nested-payload:aq:property-shape:/declarations/types/Item/property/product:application/json", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpNestedPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpNestedPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#mediaTypes": [ + { + "@value": "application/json" + } + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Item/property/product", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "product" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-product:/declarations/types/Product0:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "product" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Product/link--1515862406", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Product" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Product" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "product" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-itemId:/declarations/types/Item/property/itemId/scalar/itemId1882207171-10253941911351564398", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Item/property/itemId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Item/property/itemId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "itemId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-itemId:/declarations/types/Item/property/itemId/scalar/itemId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "itemId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Item/property/itemId/scalar/itemId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Item/property/itemId/scalar/itemId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "itemId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Item/property/itemId/scalar/itemId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "itemId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer/link-1613180487", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "integer" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "itemId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-count:/declarations/types/Item/property/count/scalar/count1096315365-228968423-1174867222", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Item/property/count", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Item/property/count", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "count" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-count:/declarations/types/Item/property/count/scalar/count:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "count" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Item/property/count/scalar/count", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Item/property/count/scalar/count" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "count" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Item/property/count/scalar/count:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "count" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer/link-1613180487", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "integer" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "count" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "An Item" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "Item" + } + ], + "http://a.ml/vocabularies/data#closed": [ + { + "@value": false + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "items" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-customerId:/declarations/types/Order/property/customerId/scalar/customerId-645702273-1816663206815255293", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Order/property/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Order/property/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-customerId:/declarations/types/Order/property/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Order/property/customerId/scalar/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Order/property/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Order/property/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-products-items-customerId-orderId--562004489:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [ + { + "@id": "https://federation.graph.devx.anypoint.mulesoft.com/v1/source/aqHttpAuthSecScheme", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpAuthSecurityScheme", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpAuthSecurityScheme", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#headers": [ + { + "@value": "client_secret" + }, + { + "@value": "client_id" + } + ] + } + ], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/orderId-13786561705039139791394238591", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/orderId/link-996658663", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/orderId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "orderId" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/orderId:graphql-binding/link--39753496", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/orderId:graphql-binding" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "orderId:graphql-binding" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/orderId/scalar/orderId/link--901354880", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/orderId/scalar/orderId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "orderId" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orderId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/customerId2919122871574178435-1596013029", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/customerId/link-411345081", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/customerId:graphql-binding/link-1235972712", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/customerId:graphql-binding" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId:graphql-binding" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/customerId/scalar/customerId/link-1924707196", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/request/parameter/productsCounts8867379631246538144-307410761/link-1333137057", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/request/parameter/productsCounts8867379631246538144-307410761" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "productsCounts8867379631246538144-307410761" + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/link--1880188530", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-products-items-customerId-orderId--562004489:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "products" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array/link--962443061", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "default-array" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "products" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "An Order" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "Order" + } + ], + "http://a.ml/vocabularies/data#closed": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customers_orders_by_customerId_orderId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-customersOrdersByCustomerId-customersByCustomerId-customersAddressesByCustomerIdAddressId-customersAddressesByCustomerId-customers-entryPoint-149498516:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [ + { + "@id": "https://federation.graph.devx.anypoint.mulesoft.com/v1/source/aqHttpAuthSecScheme", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpAuthSecurityScheme", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpAuthSecurityScheme", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#headers": [ + { + "@value": "client_secret" + }, + { + "@value": "client_id" + } + ] + } + ], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/parameter/customerId-10366372901870875175-937037731", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/parameter/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/parameter/customerId/scalar/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/parameter/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/request/parameter/ordersCount-2043170817-788629125-283187669", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/request/parameter/ordersCount", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/request/parameter/ordersCount", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "query" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "ordersCount" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/request/parameter/ordersCount:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "ordersCount" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/request/parameter/ordersCount/scalar/schema", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/request/parameter/ordersCount/scalar/schema" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/request/parameter/ordersCount/scalar/schema:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer/link-1613180487", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "integer" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "ordersCount" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/link-441996766", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomers%2F%7BcustomerId%7D%2Forders" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-customersOrdersByCustomerId-customersByCustomerId-customersAddressesByCustomerIdAddressId-customersAddressesByCustomerId-customers-entryPoint-149498516:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customersOrdersByCustomerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/200/default/array/default/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "orderId" + }, + { + "@value": "items" + }, + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/link--1187680697", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customers/{customerId}/orders" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/200/default/array/default/array/default-array:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#memberType": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Order/link--1236728038", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Order" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Order" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customers_orders_by_customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-customersByCustomerId-customersAddressesByCustomerIdAddressId-customersAddressesByCustomerId-customers-entryPoint--985133346:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [ + { + "@id": "https://federation.graph.devx.anypoint.mulesoft.com/v1/source/aqHttpAuthSecScheme", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpAuthSecurityScheme", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpAuthSecurityScheme", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#headers": [ + { + "@value": "client_secret" + }, + { + "@value": "client_id" + } + ] + } + ], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D/parameter/customerId2051309585310796380946675817", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D/parameter/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D/parameter/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D/get/request/parameter/delay1488056796237151997-1463962382", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D/get/request/parameter/delay", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D/get/request/parameter/delay", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "query" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "delay" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D/get/request/parameter/delay:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "delay" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D/get/request/parameter/delay/scalar/schema", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D/get/request/parameter/delay/scalar/schema" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D/get/request/parameter/delay/scalar/schema:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "This is a delay in milisecods" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer/link-1613180487", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "integer" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "This is a delay in milisecods" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "delay" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D/link-432053486", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomers%2F%7BcustomerId%7D" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-customersByCustomerId-customersAddressesByCustomerIdAddressId-customersAddressesByCustomerId-customers-entryPoint--985133346:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customersByCustomerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Customer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "Customer" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "name" + }, + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/link--1187680697", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customers/{customerId}" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Customer:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#inputTypeName": [ + { + "@value": "InputTypeCustomer" + } + ], + "http://a.ml/vocabularies/data#outputTypeName": [ + { + "@value": "Customer" + } + ] + } + ], + "http://a.ml/vocabularies/data#edges": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-name:/declarations/types/Customer/property/name/scalar/name118690604-1537564287-11076315", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Customer/property/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Customer/property/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-name:/declarations/types/Customer/property/name/scalar/name:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/name/scalar/name", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Customer/property/name/scalar/name" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/name/scalar/name:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-customerId:/declarations/types/Customer/property/customerId/scalar/customerId-60565282817296538971475198495", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Customer/property/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Customer/property/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-customerId:/declarations/types/Customer/property/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/customerId/scalar/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Customer/property/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Customer/property/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-ordersByOrderId-orders-addressesByAddressId-addresses-name-customerId-2062587810:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [ + { + "@id": "https://federation.graph.devx.anypoint.mulesoft.com/v1/source/aqHttpAuthSecScheme", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpAuthSecurityScheme", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpAuthSecurityScheme", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#headers": [ + { + "@value": "client_secret" + }, + { + "@value": "client_id" + } + ] + } + ], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/orderId-1657116492-1261005656649281722/link-1975786369", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/orderId-1657116492-1261005656649281722" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "orderId-1657116492-1261005656649281722" + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/customerId3250780345556080371115090976", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/customerId/link--254517640", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/customerId:graphql-binding/link-836195973", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/customerId:graphql-binding" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId:graphql-binding" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/customerId/scalar/customerId/link--159724081", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D/link-796301470", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-ordersByOrderId-orders-addressesByAddressId-addresses-name-customerId-2062587810:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "ordersByOrderId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Order/link--1236728038", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Order" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Order" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orders_by_orderId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-orders-addressesByAddressId-addresses-name-customerId-642395388:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [ + { + "@id": "https://federation.graph.devx.anypoint.mulesoft.com/v1/source/aqHttpAuthSecScheme", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpAuthSecurityScheme", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpAuthSecurityScheme", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#headers": [ + { + "@value": "client_secret" + }, + { + "@value": "client_id" + } + ] + } + ], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/parameter/customerId121804773220303593641730433134", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/parameter/customerId/link-776135128", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/parameter/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/parameter/customerId:graphql-binding/link-1468217317", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/parameter/customerId:graphql-binding" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId:graphql-binding" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/parameter/customerId/scalar/customerId/link-1794936111", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/request/parameter/ordersCount-2043170817-788629125-283187669/link--193054662", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/request/parameter/ordersCount-2043170817-788629125-283187669" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "ordersCount-2043170817-788629125-283187669" + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/link-441996766", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomers%2F%7BcustomerId%7D%2Forders" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-orders-addressesByAddressId-addresses-name-customerId-642395388:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orders" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/200/default/array/default/array/default-array/link--1932881542", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "default-array" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "orders" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-addressesByAddressId-addresses-name-customerId-1659803282:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [ + { + "@id": "https://federation.graph.devx.anypoint.mulesoft.com/v1/source/aqHttpAuthSecScheme", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpAuthSecurityScheme", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpAuthSecurityScheme", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#headers": [ + { + "@value": "client_secret" + }, + { + "@value": "client_id" + } + ] + } + ], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/customerId100827856-7919241691128422823", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/customerId/scalar/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/addressId-4927868461271252840-1946908442", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/addressId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/addressId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/addressId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/addressId/scalar/addressId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/addressId/scalar/addressId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "addressId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/addressId/scalar/addressId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/link--195190450", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-addressesByAddressId-addresses-name-customerId-1659803282:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressesByAddressId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Address", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "Address" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "street" + }, + { + "@value": "number" + }, + { + "@value": "addressId" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/link--1187680697", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customers/{customerId}/addresses/{addressId}" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Address:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#inputTypeName": [ + { + "@value": "InputTypeAddress" + } + ], + "http://a.ml/vocabularies/data#outputTypeName": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#edges": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-street:/declarations/types/Address/property/street/scalar/street325398707-2082188459-1724468405", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Address/property/street", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Address/property/street", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "street" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-street:/declarations/types/Address/property/street/scalar/street:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "street" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/street/scalar/street", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Address/property/street/scalar/street" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "street" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/street/scalar/street:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "street" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "street" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-number:/declarations/types/Address/property/number/scalar/number287723906437050928-249782976", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Address/property/number", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Address/property/number", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "number" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-number:/declarations/types/Address/property/number/scalar/number:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "number" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/number/scalar/number", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Address/property/number/scalar/number" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/number/scalar/number:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer/link-1613180487", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "integer" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-addressId:/declarations/types/Address/property/addressId/scalar/addressId-1941844753-759486160-798340540", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:scalar-property:aq:property-shape:/declarations/types/Address/property/addressId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpScalarPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpScalarPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#property": [ + { + "@id": "aq:property-shape:/declarations/types/Address/property/addressId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyShape", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyShape", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-addressId:/declarations/types/Address/property/addressId/scalar/addressId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/addressId/scalar/addressId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Address/property/addressId/scalar/addressId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "addressId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/declarations/types/Address/property/addressId/scalar/addressId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "A simple Address" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "Address" + } + ], + "http://a.ml/vocabularies/data#closed": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addresses_by_addressId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-addresses-name-customerId-748903225:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [ + { + "@id": "https://federation.graph.devx.anypoint.mulesoft.com/v1/source/aqHttpAuthSecScheme", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpAuthSecurityScheme", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpAuthSecurityScheme", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#headers": [ + { + "@value": "client_secret" + }, + { + "@value": "client_id" + } + ] + } + ], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/parameter/customerId13604241471464271638-403634810", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/parameter/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "path" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/parameter/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/parameter/customerId/scalar/customerId", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/parameter/customerId/scalar/customerId:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string/link-820540713", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "string" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesDelay-1793058351680549459-1616296913", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesDelay", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesDelay", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "query" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressesDelay" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesDelay:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressesDelay" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesDelay/scalar/schema", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesDelay/scalar/schema" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesDelay/scalar/schema:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "delay in miliseconds" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer/link-1613180487", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "integer" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "delay in miliseconds" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressesDelay" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesCount-19443499871588735132-371447069", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesCount", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesCount", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "query" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressesCount" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesCount:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressesCount" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesCount/scalar/schema", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesCount/scalar/schema" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesCount/scalar/schema:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer/link-1613180487", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "integer" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addressesCount" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/link--1372082", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomers%2F%7BcustomerId%7D%2Faddresses" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-addresses-name-customerId-748903225:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addresses" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/200/default/array/default/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "street" + }, + { + "@value": "number" + }, + { + "@value": "addressId" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/link--1187680697", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customers/{customerId}/addresses" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/200/default/array/default/array/default-array:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#memberType": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Address/link--1808480550", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "addresses" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#description": [ + { + "@value": "A simple Customer" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "Customer" + } + ], + "http://a.ml/vocabularies/data#closed": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customers_by_customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-customersAddressesByCustomerIdAddressId-customersAddressesByCustomerId-customers-entryPoint--720841338:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [ + { + "@id": "https://federation.graph.devx.anypoint.mulesoft.com/v1/source/aqHttpAuthSecScheme", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpAuthSecurityScheme", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpAuthSecurityScheme", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#headers": [ + { + "@value": "client_secret" + }, + { + "@value": "client_id" + } + ] + } + ], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/customerId-1792245399-803626229-1710874961", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/customerId/link--389233643", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/customerId:graphql-binding/link--445836668", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/customerId:graphql-binding" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId:graphql-binding" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/customerId/scalar/customerId/link--810829736", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/addressId-4927868461271252840-1946908442/link-211845676", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/parameter/addressId-4927868461271252840-1946908442" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "addressId-4927868461271252840-1946908442" + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D/link--195190450", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-customersAddressesByCustomerIdAddressId-customersAddressesByCustomerId-customers-entryPoint--720841338:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses%2F%7BaddressId%7D:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customersAddressesByCustomerIdAddressId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Address/link--1808480550", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customers_addresses_by_customerId_addressId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-customersAddressesByCustomerId-customers-entryPoint-1009861235:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [ + { + "@id": "https://federation.graph.devx.anypoint.mulesoft.com/v1/source/aqHttpAuthSecScheme", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpAuthSecurityScheme", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpAuthSecurityScheme", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#headers": [ + { + "@value": "client_secret" + }, + { + "@value": "client_id" + } + ] + } + ], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/parameter/customerId768508208163119880955373016", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/parameter/customerId/link-420672527", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/parameter/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/parameter/customerId:graphql-binding/link-907149502", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/parameter/customerId:graphql-binding" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId:graphql-binding" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/parameter/customerId/scalar/customerId/link--262316206", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/parameter/customerId/scalar/customerId" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "customerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesDelay-1793058351680549459-1616296913/link-800620727", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesDelay-1793058351680549459-1616296913" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "addressesDelay-1793058351680549459-1616296913" + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesCount-19443499871588735132-371447069/link--2044714825", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/request/parameter/addressesCount-19443499871588735132-371447069" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "addressesCount-19443499871588735132-371447069" + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/link--1372082", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomers%2F%7BcustomerId%7D%2Faddresses" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-customersAddressesByCustomerId-customers-entryPoint-1009861235:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customersAddressesByCustomerId" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/200/default/array/default/array/default-array/link--1016466759", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "default-array" + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customers_addresses_by_customerId" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + }, + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-customers-entryPoint--98356226:/web-api/end-points/%2Fcustomers", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#NetworkEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/NetworkEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#securitySchemes": [ + { + "@id": "https://federation.graph.devx.anypoint.mulesoft.com/v1/source/aqHttpAuthSecScheme", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpAuthSecurityScheme", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpAuthSecurityScheme", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#headers": [ + { + "@value": "client_secret" + }, + { + "@value": "client_id" + } + ] + } + ], + "http://a.ml/vocabularies/data#parameters": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers/get/request/parameter/customersCount1789986764174021570835905200", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#PropertyEdge", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/PropertyEdge", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-parameter:aq:parameter:/web-api/end-points/%2Fcustomers/get/request/parameter/customersCount", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpParameterBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpParameterBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#parameter": [ + { + "@id": "aq:parameter:/web-api/end-points/%2Fcustomers/get/request/parameter/customersCount", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#Parameter", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/Parameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@value": "query" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customersCount" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/property-:/web-api/end-points/%2Fcustomers/get/request/parameter/customersCount:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customersCount" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers/get/request/parameter/customersCount/scalar/schema", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers/get/request/parameter/customersCount/scalar/schema" + } + ], + "http://a.ml/vocabularies/data#shapeName": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/scalar:/web-api/end-points/%2Fcustomers/get/request/parameter/customersCount/scalar/schema:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "schema" + } + ], + "http://a.ml/vocabularies/data#scalarType": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer/link-1613180487", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ScalarType", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ScalarType", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "integer" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customersCount" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers/link--1668860762", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "%2Fcustomers" + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/edges/network-get-customers-entryPoint--98356226:/web-api/end-points/%2Fcustomers:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlFieldBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlFieldBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customers" + } + ] + } + ], + "http://a.ml/vocabularies/data#target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers/get/200/default/array/default/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#shapeId": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/data#bindings": [ + { + "@id": "binding:http-payload-binding:application/json/link-263936211", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpPayloadBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpPayloadBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "binding:http-payload-binding:application/json" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "json" + } + ] + } + ], + "http://a.ml/vocabularies/data#constructors": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers-type-constructor", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#TypeConstructor", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/TypeConstructor", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#properties": [ + { + "@value": "name" + }, + { + "@value": "customerId" + } + ], + "http://a.ml/vocabularies/data#binding": [ + { + "@id": "binding:http-end-point:aq:get-end-point:/web-api/end-points/%2Fcustomers", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#HttpEndPointBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/HttpEndPointBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#webApi": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/link--1187680697", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#WebApi", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/WebApi", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "aq:web-api:file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "web-api" + } + ] + } + ], + "http://a.ml/vocabularies/data#endPoint": [ + { + "@id": "aq:get-end-point:/web-api/end-points/%2Fcustomers", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#EndPoint", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/EndPoint", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#path": [ + { + "@value": "/customers" + } + ], + "http://a.ml/vocabularies/data#method": [ + { + "@value": "get" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#graphQlBinding": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers/get/200/default/array/default/array/default-array:graphql-binding", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#GraphQlTypeBinding", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/GraphQlTypeBinding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data#edges": [], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#memberType": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Customer/link-608958678", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Customer" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "customers" + } + ], + "http://a.ml/vocabularies/data#optional": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#nullable": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "api-federation-performance-test" + } + ] + } + ], + "http://a.ml/vocabularies/data#targetNodesByShapeId": [ + { + "@id": "mapEntry-file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/200/default/array/default/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/200/default/array/default/array/default-array/link--1932881542", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "default-array" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers/get/200/default/array/default/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers/get/200/default/array/default/array/default-array/link--1507315946", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "default-array" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array/link--1150713709", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "default-array" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Product", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Product" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Product/link--1515862406", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Product" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Product" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Item", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Item" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Item/link--1010330176", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Item" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Item" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array/link--962443061", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Forders%2F%7BorderId%7D%2Fproducts/get/200/application%2Fjson/array/schema/array/default-array" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "default-array" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Order/property/items/array/items/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Order/property/items/array/items/array/default-array" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/declarations/types/Order/property/items/array/items/array/default-array/link--1281028984", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/declarations/types/Order/property/items/array/items/array/default-array" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "default-array" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/200/default/array/default/array/default-array", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/200/default/array/default/array/default-array/link--1016466759", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ListResourceNode", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ListResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/list:/web-api/end-points/%2Fcustomers%2F%7BcustomerId%7D%2Faddresses/get/200/default/array/default/array/default-array" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "default-array" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Address", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Address/link--1808480550", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Address" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Address" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Customer", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Customer/link-608958678", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Customer" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Customer" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Order", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/Order" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Order/link--1236728038", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/Order" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "Order" + } + ] + } + ] + }, + { + "@id": "mapEntry-file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/ProductDetail", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#MapEntry", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/MapEntry", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#key": [ + { + "@value": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/declarations/types/ProductDetail" + } + ], + "http://a.ml/vocabularies/data#value": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/ProductDetail/link--1587739046", + "@type": [ + "http://ang.anypoint.com/vocabularies/api-federation#ObjectResource", + "http://federation.graph.anypoint.mulesoft.com/v1/source/schema/Source/0.1#/declarations/ObjectResourceNode", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/document#link-target": [ + { + "@id": "file:///tmp/virt2262748433919990856serv/api-federation-performance-test.raml#/data-graph/nodes/object:/declarations/types/ProductDetail" + } + ], + "http://a.ml/vocabularies/document#link-label": [ + { + "@value": "ProductDetail" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data#organizationId": [ + { + "@value": "bf2dc25e-2f87-4f5c-b76a-461d4d2652a8" + } + ], + "http://a.ml/vocabularies/data#environmentId": [ + { + "@value": "f46485b1-1fb7-4feb-8944-c7c61e9cedb6" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "Api Federation Performance Test" + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.0.1" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": false + } + ] + } +] \ No newline at end of file diff --git a/src/test/resources/aml/bindings/schema/bindingsProfileDialect.yaml b/src/test/resources/aml/bindings/schema/bindingsProfileDialect.yaml new file mode 100644 index 0000000..43d7994 --- /dev/null +++ b/src/test/resources/aml/bindings/schema/bindingsProfileDialect.yaml @@ -0,0 +1,165 @@ +#%Dialect 1.0 + +dialect: Bindings Profile +version: 0.1 + +uses: + core: ../../common/vocabulary/core.yaml + bindingsConcepts: ../vocabulary/bindingsVocabulary.yaml + +documents: + root: + encodes: BindingsProfile + +nodeMappings: + + BindingsProfile: + classTerm: bindingsConcepts.BindingProfile + idTemplate: "http://mulesoft.com/modeling/instances/bindings/{name}" + mapping: + name: + propertyTerm: core.name + range: string + mandatory: true + version: + propertyTerm: core.version + range: string + mandatory: true + importParameters: + propertyTerm: bindingsConcepts.importParameters + range: ConfigurationScalarParameter + allowMultiple: true + exportParameters: + propertyTerm: bindingsConcepts.exportParameters + range: ConfigurationScalarParameter + allowMultiple: true + moduleBindings: + propertyTerm: bindingsConcepts.moduleBindingDeclaration + range: ModuleBindingDeclaration + allowMultiple: true + dataModelBindings: + propertyTerm: bindingsConcepts.dataModelBindingDeclaration + range: DataModelBindingDeclaration + allowMultiple: true + entityBindings: + propertyTerm: bindingsConcepts.entityBindingDeclaration + range: EntityBindingDeclaration + allowMultiple: true + attributeBindings: + propertyTerm: bindingsConcepts.attributeBindingDeclaration + range: AttributeBindingDeclaration + allowMultiple: true + associationBindings: + propertyTerm: bindingsConcepts.associationBindingDeclaration + range: AssociationBindingDeclaration + allowMultiple: true + + BindingDeclaration: + classTerm: bindingsConcepts.BindingDeclaration + idTemplate: "http://mulesoft.com/modeling/instances/bindings/{profile}/{name}" + mapping: + name: + propertyTerm: core.name + range: string + mandatory: true + unique: true + profile: + propertyTerm: bindingsConcepts.profile + range: string + mandatory: true + unique: true + label: + propertyTerm: bindingsConcepts.label + range: string + mandatory: true + description: + propertyTerm: core.description + mandatory: true + canBeGlobal: + propertyTerm: bindingsConcepts.canBeGlobal + parameters: + range: BindingParameterUnion + allowMultiple: true + + + ModuleBindingDeclaration: + classTerm: bindingsConcepts.ModuleBindingDeclaration + extends: BindingDeclaration + + DataModelBindingDeclaration: + classTerm: bindingsConcepts.DataModelBindingDeclaration + extends: BindingDeclaration + + EntityBindingDeclaration: + classTerm: bindingsConcepts.EntityBindingDeclaration + extends: BindingDeclaration + + AttributeBindingDeclaration: + classTerm: bindingsConcepts.AttributeBindingDeclaration + extends: BindingDeclaration + + AssociationBindingDeclaration: + classTerm: bindingsConcepts.AssociationBindingDeclaration + extends: BindingDeclaration + + + BindingParameterUnion: + typeDiscriminatorName: type + typeDiscriminator: + Scalar: BindingScalarParameter + Dictionary: BindingDictionaryParameter + Array: BindingArrayParameter + union: + - BindingScalarParameter + - BindingDictionaryParameter + - BindingArrayParameter + + + BindingParameter: + idTemplate: "http://mulesoft.com/modeling/instances/uuid/{uuid}" + classTerm: bindingsConcepts.BindingParameter + mapping: + uuid: + mandatory: true + range: string + name: + propertyTerm: core.name + mandatory: true + range: string + unique: true + description: + propertyTerm: core.description + range: string + dataType: + range: string + enum: + - integer + - float + - string + - uri + enum: + propertyTerm: bindingsConcepts.bindingParameterEnumConstraint + range: string + allowMultiple: true + + BindingScalarParameter: + classTerm: bindingsConcepts.BindingScalarParameter + extends: BindingParameter + + ConfigurationScalarParameter: + classTerm: bindingsConcepts.BindingConfigurationParameter + extends: BindingScalarParameter + mapping: + required: + propertyTerm: bindingsConcepts.requiredConfiguration + mandatory: true + range: boolean + + + BindingDictionaryParameter: + classTerm: bindingsConcepts.BindingDictionaryParameter + extends: BindingParameter + + BindingArrayParameter: + classTerm: bindingsConcepts.BindingArrayParameter + extends: BindingParameter \ No newline at end of file diff --git a/src/test/resources/aml/bindings/schema/modelBindingsDialect.yaml b/src/test/resources/aml/bindings/schema/modelBindingsDialect.yaml new file mode 100644 index 0000000..24dd97e --- /dev/null +++ b/src/test/resources/aml/bindings/schema/modelBindingsDialect.yaml @@ -0,0 +1,122 @@ +#%Dialect 1.0 + +dialect: Model Bindings +version: 0.1 + +uses: + core: ../../common/vocabulary/core.yaml + bindingsConcepts: ../vocabulary/bindingsVocabulary.yaml + +documents: + root: + encodes: BindingsModel + +nodeMappings: + + BindingsModel: + classTerm: bindingsConcepts.BindingModel + idTemplate: "http://mulesoft.com/modeling/bindings/{uuid}" + mapping: + uuid: + mandatory: true + range: string + bindings: + propertyTerm: bindingsConcepts.binding + range: Binding + allowMultiple: true + declaration: + propertyTerm: bindingsConcepts.bindingDeclaration + range: link + source: + propertyTerm: bindingsConcepts.bindingSource + range: link + + Binding: + classTerm: bindingsConcepts.Binding + idTemplate: "http://mulesoft.com/modeling/bindings/{uuid}" + mapping: + uuid: + mandatory: true + range: string + source: + propertyTerm: bindingsConcepts.bindingSource + range: link + declaration: + propertyTerm: bindingsConcepts.bindingDeclarationSource + range: link + mandatory: true + configuration: + propertyTerm: bindingsConcepts.bindingConfiguration + range: BindingValuesUnion + allowMultiple: true + + BindingValuesUnion: + typeDiscriminatorName: type + typeDiscriminator: + Scalar: BindingScalarValue + Dictionary: BindingDictionaryValue + Array: BindingArrayValue + union: + - BindingScalarValue + - BindingArrayValue + - BindingDictionaryValue + + BindingScalarValue: + classTerm: bindingsConcepts.BindingScalarValue + idTemplate: "http://mulesoft.com/modeling/bindings/{uuid}" + mapping: + uuid: + mandatory: true + range: string + parameter: + propertyTerm: bindingsConcepts.parameterSource + range: link + lexicalValue: + propertyTerm: bindingsConcepts.lexicalValue + range: string + + BindingArrayValue: + classTerm: bindingsConcepts.BindingArrayValue + idTemplate: "http://mulesoft.com/modeling/bindings/{uuid}" + mapping: + uuid: + mandatory: true + range: string + parameter: + propertyTerm: bindingsConcepts.parameterSource + range: link + lexicalValues: + propertyTerm: bindingsConcepts.lexicalValue + range: string + allowMultiple: true + + BindingDictionaryValue: + classTerm: bindingsConcepts.BindingDictionaryValue + idTemplate: "http://mulesoft.com/modeling/bindings/{uuid}" + mapping: + uuid: + mandatory: true + range: string + parameter: + propertyTerm: bindingsConcepts.parameterSource + range: link + pairs: + range: BindingDictonaryKeyValue + allowMultiple: true + + BindingDictonaryKeyValue: + classTerm: bindingsConcepts.BindingDictionaryKeyValue + idTemplate: "http://mulesoft.com/modeling/bindings/{uuid}" + mapping: + uuid: + mandatory: true + range: string + key: + propertyTerm: bindingsConcepts.parameterSource + range: string + lexicalValue: + propertyTerm: bindingsConcepts.lexicalValue + range: string + + + diff --git a/src/test/resources/aml/bindings/vocabulary/bindingsVocabulary.yaml b/src/test/resources/aml/bindings/vocabulary/bindingsVocabulary.yaml new file mode 100644 index 0000000..7d54036 --- /dev/null +++ b/src/test/resources/aml/bindings/vocabulary/bindingsVocabulary.yaml @@ -0,0 +1,211 @@ +#%Vocabulary 1.0 + +base: http://a.ml/vocabularies/bindings# + +uses: + mod: ../../modularity/vocabulary/modularVocab.yaml + +external: + rdfs: https://www.w3.org/2000/01/rdf-schema + xsd: http://www.w3.org/2001/XMLSchema# + +classTerms: + + BindingProfile: + displayName: Binding Profile + description: | + Set of Binding Decclarations that map transformations from the + data model to a particular format + properties: + - moduleBindingDeclaration + - entityBindingDeclaration + - attributeBindingDeclaration + - associationBindingDeclaration + + BindingDeclaration: + displayName: Binding Declaration + description: | + Base concept for all declarations of binding transformations. + Bindings are basically mappings from nodes in the model to nodes + in the graph describing the target format of the binding. + + ModuleBindingDeclaration: + displayName: Module Binding Declaration + description: | + Binding declaration that must be applied specifically to Modules + + DataModelBindingDeclaration: + displayName: DataModel Binding Declaration + description: | + Binding declaration that must be applied specifically a full DataModel + + EntityBindingDeclaration: + displayName: Entity Binding Declaration + description: | + Binding declaration that must be applied specifically to Entities + + AttributeBindingDeclaration: + displayName: Module Binding Declaration + description: | + Binding declaration that must be applied specifically to Attributes + + AssociationBindingDeclaration: + displayName: Entity Binding Declaration + description: | + Binding declaration that must be applied specifically to Associations + + BindingParameter: + displayName: Binding Parameter + description: | + Parameter associated to a BindingDeclaration that can be used + to configure the binding + + BindingScalarParameter: + extends: BindingParameter + + BindingConfigurationParameter: + extends: BindingScalarParameter + + BindingArrayParameter: + extends: BindingParameter + + BindingDictionaryParameter: + extends: BindingParameter + + BindingModel: + displayName: Binding Model + description: Layer of bindings enriching a data model + + Binding: + displayName: Binding + description: | + A binding for a data model element. It links a node in the model to a + BindingDeclaration in a Binding Profile. It can be seen as the application + of a function that transforms the data model element into a node in the + graph describing the profile format. + + BindingValue: + displayName: Binding Value + description: Value for the parameters of a binding + + BindingScalarValue: + extends: BindingValue + + BindingArrayValue: + extends: BindingValue + + BindingDictionaryValue: + extends: BindingValue + + BindingDictionaryKeyValue: + displayName: Binding Dictionary Key Value + description: Pair key-value that is part of a BindingDictionaryValue + +propertyTerms: + + importParameters: + description: options to control how to import a model from an external format + range: BindingScalarParameter + + exportParameters: + description: options to control how to export a model to an external format + range: BindingScalarParameter + + profile: + description: profile a binding declaration belongs to + range: string + + canBeGlobal: + displayName: can be global + description: | + Property indicating that this binding can be applied to all + the target nodes in the model + range: boolean + + profileNamespace: + displayName: profile namespace + description: URI prefix for all the bindings in a profile + range: string + + bindingDeclaration: + displayName: binding declaration + description: Binding declaration associated to a profile + + moduleBindingDeclaration: + displayName: module binding + description: ModuleBindingDeclaration associated to a profile + extends: bindingDeclaration + range: ModuleBindingDeclaration + + dataModelBindingDeclaration: + displayName: dataModel binding + description: DataModelBindingDeclaration associated to a profile + extends: bindingDeclaration + range: DataModelBindingDeclaration + + entityBindingDeclaration: + displayName: entity binding + description: EntityBindingDeclaration associated to a profile + extends: bindingDeclaration + range: EntityBindingDeclaration + + attributeBindingDeclaration: + displayName: attribute binding + description: AttributeBindingDeclaration associated to a profile + extends: bindingDeclaration + range: AttributeBindingDeclaration + + associationBindingDeclaration: + displayName: association binding + description: AssociationBindingDeclaration associated to a profile + extends: bindingDeclaration + range: AssociationBindingDeclaration + + label: + displayName: label + description: Human readable name of a mapping + range: string + + binding: + displayName: binding + description: | + An actual binding association between a node in the data model + and a declared binding + range: Binding + + bindingSource: + displayName: binding source + description: link to the element in the data model being bound + range: any + + bindingDeclarationSource: + displayName: binding declaration source + description: | + link to the binding declaration defining the type of binding + applied to an element in the data model + range: any + + bindingConfiguration: + displayName: binding configuration + description: | + list of values configured for the application of a particular + binding declaration over a data model element + + requiredConfiguration: + displayName: required configuration + description: Marks a configuration parameter as mandatory + range: boolean + + parameterSource: + displayName: parameter source + description: link to the parameter declaration for a binding value + range: any + + lexicalValue: + displayName: parameter lexical value + description: lexical string encoded serialization of the value for a binding + range: string + + bindingParameterEnumConstraint: + displayName: enum constraint for the values of a binding parameter + range: string \ No newline at end of file diff --git a/src/test/resources/aml/catalog/containers/asset-documentation.yaml b/src/test/resources/aml/catalog/containers/asset-documentation.yaml new file mode 100644 index 0000000..3eea57d --- /dev/null +++ b/src/test/resources/aml/catalog/containers/asset-documentation.yaml @@ -0,0 +1,23 @@ +#%Container Configuration 0.1 + +namespace: asset-documentation + +pattern: + template: $container/$uuid + +indexes: + DocumentationNode: + properties: + organizationId: {} + groupId: {} + assetId: {} + majorVersionComponent: {} + minorVersionComponent: {} + content: {} + title: {} + +schema: file://catalog/dialects/asset.yaml + +fragment: Documentation + +pageSize: 10 diff --git a/src/test/resources/aml/catalog/containers/asset-documentation_acl.yaml b/src/test/resources/aml/catalog/containers/asset-documentation_acl.yaml new file mode 100644 index 0000000..42576e8 --- /dev/null +++ b/src/test/resources/aml/catalog/containers/asset-documentation_acl.yaml @@ -0,0 +1,24 @@ +#%Container Auth 0.1 + +namespace: exchange + +resource: + template: /organizations/{org}/assets/{assetGroupId}/{assetId} + +indexes: + DocumentationNode: + properties: + organizationId: + alias: org + groupId: + alias: assetGroupId + assetId: + alias: assetId + +modes: + Read: + action: GET + Write: + action: PUT + Delete: + action: DELETE diff --git a/src/test/resources/aml/catalog/containers/asset-major-versions.yaml b/src/test/resources/aml/catalog/containers/asset-major-versions.yaml new file mode 100644 index 0000000..5f1ecbc --- /dev/null +++ b/src/test/resources/aml/catalog/containers/asset-major-versions.yaml @@ -0,0 +1,33 @@ +#%Container Configuration 0.1 + +namespace: asset-major-versions + +pattern: + template: $container/{MajorVersionNode.groupId}/{MajorVersionNode.assetId}/{MajorVersionNode.majorVersionComponent} + +indexes: + MajorVersionNode: + properties: + groupId: {} + assetId: {} + majorVersionComponent: {} + +schema: file://catalog/dialects/asset.yaml + +fragment: Major + +links: + MajorVersionNode: + properties: + minorVersions: + target: + - + container: asset-minor-versions + node: MinorVersionNode + asset: + target: + - + container: assets + node: AssetNode + +pageSize: 10 diff --git a/src/test/resources/aml/catalog/containers/asset-major-versions_acl.yaml b/src/test/resources/aml/catalog/containers/asset-major-versions_acl.yaml new file mode 100644 index 0000000..53efdf5 --- /dev/null +++ b/src/test/resources/aml/catalog/containers/asset-major-versions_acl.yaml @@ -0,0 +1,24 @@ +#%Container Auth 0.1 + +namespace: exchange + +resource: + template: /organizations/{org}/assets/{assetGroupId}/{assetId} + +indexes: + MajorVersionNode: + properties: + organizationId: + alias: org + groupId: + alias: assetGroupId + assetId: + alias: assetId + +modes: + Read: + action: GET + Write: + action: PUT + Delete: + action: DELETE diff --git a/src/test/resources/aml/catalog/containers/asset-minor-versions.yaml b/src/test/resources/aml/catalog/containers/asset-minor-versions.yaml new file mode 100644 index 0000000..59f477d --- /dev/null +++ b/src/test/resources/aml/catalog/containers/asset-minor-versions.yaml @@ -0,0 +1,53 @@ +#%Container Configuration 0.1 + +namespace: asset-minor-versions + +pattern: + template: $container/{MinorVersionNode.groupId}/{MinorVersionNode.assetId}/{MinorVersionNode.majorVersionComponent}/{MinorVersionNode.minorVersionComponent} + +indexes : + MinorVersionNode: + properties: + groupId: {} + assetId: {} + majorVersionComponent: {} + minorVersionComponent: {} + +schema: file://catalog/dialects/asset.yaml + +fragment: Minor + +links: + MinorVersionNode: + properties: + customerMetadata: + target: + - + container: customer-metadata + node: CustomerMetadataNode + additionalTechnicalContent: + target: + - + container: asset-documentation + node: DocumentationNode + majorVersion: + target: + - + container: asset-major-versions + node: MajorVersionNode + VersionNode: + properties: + metadata: + target: + - container: webapi-spec + node: ParsedUnitUnion + dependencies: + target: + - container: asset-minor-versions + node: VersionNode + systemMetadata: + target: + - container: system-metadata + node: SystemMetadataNode + +pageSize: 10 diff --git a/src/test/resources/aml/catalog/containers/asset-minor-versions_acl.yaml b/src/test/resources/aml/catalog/containers/asset-minor-versions_acl.yaml new file mode 100644 index 0000000..2c990dc --- /dev/null +++ b/src/test/resources/aml/catalog/containers/asset-minor-versions_acl.yaml @@ -0,0 +1,24 @@ +#%Container Auth 0.1 + +namespace: exchange + +resource: + template: /organizations/{org}/assets/{assetGroupId}/{assetId} + +indexes: + MinorVersionNode: + properties: + organizationId: + alias: org + groupId: + alias: assetGroupId + assetId: + alias: assetId + +modes: + Read: + action: GET + Write: + action: PUT + Delete: + action: DELETE diff --git a/src/test/resources/aml/catalog/containers/assets.yaml b/src/test/resources/aml/catalog/containers/assets.yaml new file mode 100644 index 0000000..f6d4e48 --- /dev/null +++ b/src/test/resources/aml/catalog/containers/assets.yaml @@ -0,0 +1,28 @@ +#%Container Configuration 0.1 + +namespace: assets + +pattern: + template: $container/{AssetNode.groupId}/{AssetNode.assetId} + +indexes: + AssetNode: + properties: + groupId: {} + assetId : {} + +schema: file://catalog/dialects/asset.yaml + +links: + AssetNode: + properties: + majorVersions: + target: + - container: asset-major-versions + node: MajorVersionNode + organization: + target: + - container: anypoint-organizations + node: AnypointOrganizationNode + +pageSize: 20 diff --git a/src/test/resources/aml/catalog/containers/assets_acl.yaml b/src/test/resources/aml/catalog/containers/assets_acl.yaml new file mode 100644 index 0000000..0375c5b --- /dev/null +++ b/src/test/resources/aml/catalog/containers/assets_acl.yaml @@ -0,0 +1,24 @@ +#%Container Auth 0.1 + +namespace: exchange + +resource: + template: /organizations/{org}/assets/{assetGroupId}/{assetId} + +indexes: + AssetNode: + properties: + organizationId: + alias: org + groupId: + alias: assetGroupId + assetId: + alias: assetId + +modes: + Read: + action: GET + Write: + action: PUT + Delete: + action: DELETE diff --git a/src/test/resources/aml/catalog/containers/customer-metadata.yaml b/src/test/resources/aml/catalog/containers/customer-metadata.yaml new file mode 100644 index 0000000..1c35268 --- /dev/null +++ b/src/test/resources/aml/catalog/containers/customer-metadata.yaml @@ -0,0 +1,20 @@ +#%Container Configuration 0.1 + +namespace: customer-metadata + +pattern: + template: $container/{CustomerMetadataNode.groupId}/{CustomerMetadataNode.assetId}/{CustomerMetadataNode.majorVersionComponent}/{CustomerMetadataNode.minorVersionComponent} + +indexes: + CustomerMetadataNode: + properties: + groupId: {} + assetId: {} + majorVersionComponent: {} + minorVersionComponent: {} + +schema: file://catalog/dialects/asset.yaml + +fragment: CustomerMetadata + +pageSize: 10 diff --git a/src/test/resources/aml/catalog/containers/customer-metadata_acl.yaml b/src/test/resources/aml/catalog/containers/customer-metadata_acl.yaml new file mode 100644 index 0000000..cf20273 --- /dev/null +++ b/src/test/resources/aml/catalog/containers/customer-metadata_acl.yaml @@ -0,0 +1,24 @@ +#%Container Auth 0.1 + +namespace: exchange + +resource: + template: /organizations/{org}/assets/{assetGroupId}/{assetId} + +indexes: + CustomerMetadataNode: + properties: + organizationId: + alias: org + groupId: + alias: assetGroupId + assetId: + alias: assetId + +modes: + Read: + action: GET + Write: + action: PUT + Delete: + action: DELETE diff --git a/src/test/resources/aml/catalog/containers/public-asset-minor-versions.yaml b/src/test/resources/aml/catalog/containers/public-asset-minor-versions.yaml new file mode 100644 index 0000000..8457b15 --- /dev/null +++ b/src/test/resources/aml/catalog/containers/public-asset-minor-versions.yaml @@ -0,0 +1,29 @@ +#%Container Configuration 0.1 + +namespace: public-asset-minor-versions + +pattern: + template: $container/{PublicMinorVersionNode.groupId}/{PublicMinorVersionNode.assetId}/{PublicMinorVersionNode.majorVersionComponent}/{PublicMinorVersionNode.minorVersionComponent} + +indexes : + PublicMinorVersionNode: + properties: + groupId: {} + assetId: {} + majorVersionComponent: {} + minorVersionComponent: {} + +schema: file://catalog/dialects/asset.yaml + +fragment: Public + +pageSize: 10 + +links: + PublicMinorVersionNode: + properties: + publicMinorVersion: + target: + - + container: asset-minor-versions + node: MinorVersionNode diff --git a/src/test/resources/aml/catalog/containers/system-metadata.yaml b/src/test/resources/aml/catalog/containers/system-metadata.yaml new file mode 100644 index 0000000..50d45f4 --- /dev/null +++ b/src/test/resources/aml/catalog/containers/system-metadata.yaml @@ -0,0 +1,19 @@ +#%Container Configuration 0.1 + +namespace: system-metadata + +pattern: + template: $container/{SystemMetadataNode.groupId}/{SystemMetadataNode.assetId}/{SystemMetadataNode.semverVersion} + +indexes: + SystemMetadataNode: + properties: + groupId: {} + assetId: {} + semverVersion: {} + +schema: file://catalog/dialects/asset.yaml + +fragment: SystemMetadata + +pageSize: 10 diff --git a/src/test/resources/aml/catalog/containers/system-metadata_acl.yaml b/src/test/resources/aml/catalog/containers/system-metadata_acl.yaml new file mode 100644 index 0000000..dd4a0f4 --- /dev/null +++ b/src/test/resources/aml/catalog/containers/system-metadata_acl.yaml @@ -0,0 +1,24 @@ +#%Container Auth 0.1 + +namespace: exchange + +resource: + template: /organizations/{org}/assets/{assetGroupId}/{assetId} + +indexes: + SystemMetadataNode: + properties: + organizationId: + alias: org + groupId: + alias: assetGroupId + assetId: + alias: assetId + +modes: + Read: + action: GET + Write: + action: PUT + Delete: + action: DELETE diff --git a/src/test/resources/aml/catalog/containers/webapi-spec.yaml b/src/test/resources/aml/catalog/containers/webapi-spec.yaml new file mode 100644 index 0000000..23eb94e --- /dev/null +++ b/src/test/resources/aml/catalog/containers/webapi-spec.yaml @@ -0,0 +1,59 @@ +#%Container Configuration 0.1 + +namespace: webapi-spec + +pattern: + template: $container/{BaseUnit.groupId}/{BaseUnit.assetId}/{BaseUnit.semverVersion} + +indexes: + BaseUnit: + properties: + groupId: {} + assetId: {} + semverVersion: {} + WebAPI: + properties: + name: {} + description: {} + AbstractDeclaration: + properties: + name: {} + description: {} + Example: + properties: + name: {} + displayName: {} + description: {} + Shape: + properties: + name: {} + displayName: {} + description: {} + Server: + properties: + urlTemplate: {} + EndPoint: + properties: + path: {} + name: {} + summary: {} + description: {} + Operation: + properties: + description: {} + Parameter: + properties: + name: {} + description: {} + +links: + BaseUnit: + properties: + dependencies: + target: + - container: webapi-spec + node: ParsedUnitUnion + +schema: file://catalog/dialects/canonical-webapi-spec.yaml + +pageSize: 10 diff --git a/src/test/resources/aml/catalog/containers/webapi-spec_acl.yaml b/src/test/resources/aml/catalog/containers/webapi-spec_acl.yaml new file mode 100644 index 0000000..ed95775 --- /dev/null +++ b/src/test/resources/aml/catalog/containers/webapi-spec_acl.yaml @@ -0,0 +1,24 @@ +#%Container Auth 0.1 + +namespace: exchange + +resource: + template: /organizations/{org}/assets/{assetGroupId}/{assetId} + +indexes: + BaseUnit: + properties: + organizationId: + alias: org + groupId: + alias: assetGroupId + assetId: + alias: assetId + +modes: + Read: + action: GET + Write: + action: PUT + Delete: + action: DELETE diff --git a/src/test/resources/aml/catalog/dialects/asset.yaml b/src/test/resources/aml/catalog/dialects/asset.yaml new file mode 100644 index 0000000..e4fc6bf --- /dev/null +++ b/src/test/resources/aml/catalog/dialects/asset.yaml @@ -0,0 +1,614 @@ +#%Dialect 1.0 + +dialect: Asset +version: 1.0 + +uses: + digital-repo: file://vocabulary/digital-repository.yaml + core: file://vocabulary/core.yaml + anypoint: file://vocabulary/anypoint.yaml + +nodeMappings: + + AssetNode: + classTerm: digital-repo.Asset + mapping: + tenantId: + propertyTerm: anypoint.tenantId + range: string + mandatory: true + # immutable + organizationId: + propertyTerm: anypoint.organizationId + range: string + mandatory: true + # immutable + groupId: + propertyTerm: digital-repo.groupId + range: string + mandatory: true + unique: true + # immutable + assetId: + propertyTerm: digital-repo.assetId + range: string + mandatory: true + unique: true + # immutable + organization: + propertyTerm: anypoint.organization + range: anyUri # AnypointOrganizationNode + # immutable + name: + propertyTerm: core.name + range: string + mandatory: true + # mutable + description: + propertyTerm: core.description + range: string + mandatory: false + # mutable + icon: + propertyTerm: digital-repo.file + range: FileNode + # mutable + averageRating: + propertyTerm: anypoint.averageRating + range: float + # mutable + numberOfRatings: + propertyTerm: anypoint.numberOfRatings + range: integer + # mutable + majorVersions: + propertyTerm: digital-repo.majorVersion + range: link # MajorVersionNode + allowMultiple: true + # mutable + + APIGroupAssetNode: + classTerm: digital-repo.APIGroupAsset + extends: AssetNode + + WebAPISpecAssetNode: + classTerm: digital-repo.WebAPISpecAsset + extends: AssetNode + + WebAPISpecFragmentAssetNode: + classTerm: digital-repo.WebAPISpecFragmentAsset + extends: AssetNode + + MuleAppAssetNode: + classTerm: digital-repo.MuleAppAsset + extends: AssetNode + + MuleConnectorAssetNode: + classTerm: digital-repo.MuleConnectorAsset + extends: AssetNode + + MuleTemplateAssetNode: + classTerm: digital-repo.MuleTemplateAsset + extends: AssetNode + + MuleExampleAssetNode: + classTerm: digital-repo.MuleExampleAsset + extends: AssetNode + + MulePolicyAssetNode: + classTerm: digital-repo.MulePolicyAsset + extends: AssetNode + + SOAPSpecAssetNode: + classTerm: digital-repo.SOAPSpecAsset + extends: AssetNode + + ExternalLibraryAssetNode: + classTerm: digital-repo.ExternalLibraryAsset + extends: AssetNode + + UnknownSpecAPIAssetNode: + classTerm: digital-repo.UnknownSpecAPIAsset + extends: AssetNode + + CustomAssetNode: + classTerm: digital-repo.CustomAsset + extends: AssetNode + + AssetUnionNode: + union: + - APIGroupAssetNode + - WebAPISpecAssetNode + - WebAPISpecFragmentAssetNode + - MuleAppAssetNode + - MuleConnectorAssetNode + - MuleTemplateAssetNode + - MuleExampleAssetNode + - MulePolicyAssetNode + - SOAPSpecAssetNode + - UnknownSpecAPIAssetNode + - CustomAssetNode + - ExternalLibraryAssetNode + typeDiscriminator: + APIGroup: APIGroupAssetNode + WebAPISpec: WebAPISpecAssetNode + WebAPISpecFragment: WebAPISpecFragmentAssetNode + MuleApp: MuleAppAssetNode + MuleConnector: MuleConnectorAssetNode + MuleTemplate: MuleTemplateAssetNode + MuleExample: MuleExampleAssetNode + MulePolicy: MulePolicyAssetNode + SOAPSpec: SOAPSpecAssetNode + UnknownAPI: UnknownSpecAPIAssetNode + Custom: CustomAssetNode + ExternalLibrary: ExternalLibraryAssetNode + typeDiscriminatorName: assetType + + MajorVersionNode: + classTerm: digital-repo.MajorVersion + mapping: + tenantId: + propertyTerm: anypoint.tenantId + range: string + mandatory: true + # immutable + organizationId: + propertyTerm: anypoint.organizationId + range: string + mandatory: true + # immutable + groupId: + propertyTerm: digital-repo.groupId + range: string + mandatory: true + # immutable + assetId: + propertyTerm: digital-repo.assetId + range: string + mandatory: true + # immutable + asset: + propertyTerm: digital-repo.asset + range: link + mandatory: true + # immutable + majorVersionComponent: + propertyTerm: digital-repo.majorVersionComponent + range: integer + mandatory: true + unique: true + # immutable + displayName: + propertyTerm: core.name + range: string + mandatory: true + # immutable + minorVersions: + propertyTerm: digital-repo.minorVersion + range: link # MinorVersionNode + allowMultiple: true + # mutable + + MinorVersionNode: + classTerm: digital-repo.MinorVersion + mapping: + tenantId: + propertyTerm: anypoint.tenantId + range: string + mandatory: true + # immutable + organizationId: + propertyTerm: anypoint.organizationId + range: string + mandatory: true + # immutable + groupId: + propertyTerm: digital-repo.groupId + range: string + mandatory: true + # immutable + assetId: + propertyTerm: digital-repo.assetId + range: string + mandatory: true + # immutable + majorVersionComponent: + propertyTerm: digital-repo.majorVersionComponent + range: integer + mandatory: true + unique: true + # immutable + minorVersionComponent: + propertyTerm: digital-repo.minorVersionComponent + range: integer + mandatory: true + unique: true + # immutable + majorVersion: + propertyTerm: digital-repo.majorVersion + range: link # MajorVersionNode + mandatory: true + # immutable + additionalTechnicalContent: + propertyTerm: core.documentation + range: link # DocumentationNode + allowMultiple: true + # mutable + customerMetadata: + propertyTerm: digital-repo.customerMetadata + range: link # CustomerMetadataNode + # immutable + versions: + propertyTerm: digital-repo.version + range: VersionNode + allowMultiple: true + # mutable + averageRating: + propertyTerm: anypoint.averageRating + range: float + # mutable + numberOfRatings: + propertyTerm: anypoint.numberOfRatings + range: integer + # mutable + updatedAt: + propertyTerm: core.dateModified + range: dateTime + # mutable + isPublic: + propertyTerm: digital-repo.isPublic + range: boolean + # mutable + + VersionNode: + classTerm: digital-repo.Version + mapping: + semverVersion: + propertyTerm: digital-repo.semverVersion + range: string + mandatory: true + unique: true + # inmutable + patchVersionComponent: + propertyTerm: digital-repo.patchVersionComponent + range: integer + mandatory: true + # immutable + preReleaseVersionTag: + propertyTerm: digital-repo.preReleaseVersionTag + range: string + # immutable + buildVersionTag: + propertyTerm: digital-repo.buildVersionTag + range: string + # immutable + isMutable: + # Changing from isSnapshot to isMutable + propertyTerm: digital-repo.isMutable + range: boolean + mandatory: true + # immutable + files: + propertyTerm: digital-repo.file + range: FileNode + allowMultiple: true + # immutable -> implementation of snapshots make this mutable (and icons) + dependencies: + propertyTerm: digital-repo.dependency + range: link + allowMultiple: true + # immutable -> implementation of snapshots make this mutable + status: + propertyTerm: digital-repo.status + range: string + mandatory: true + # mutable + createdById: + propertyTerm: anypoint.userId + range: string # Anypoint userId + mandatory: true + # immutable + createdBy: + propertyTerm: core.creator + range: anyUri # to an Anypoint user + # immutable + createdAt: + propertyTerm: core.dateCreated + range: dateTime + mandatory: true + # immutable + metadata: + propertyTerm: anypoint.metadata + range: link + systemMetadata: + propertyTerm: digital-repo.systemMetadata + range: link # SystemMetadataNode + # immutable + generatedFrom: + propertyTerm: digital-repo.generatedFrom + range: anyUri + # immutable + + FileNode: + classTerm: digital-repo.File + mapping: + classifier: + propertyTerm: digital-repo.classifier + range: string + enum: + - raml + - oas + - fat-raml + - mule-plugin + - studio-plugin + - mule-application + - mule-application-example + - mule-application-template + - mule-policy + - raml-fragment + - old + - external-library + - wsdl + - http + - custom + - "null" + - icon + mandatory: true + # immutable + packaging: + propertyTerm: digital-repo.packaging + range: string + mandatory: true + # immutable + mainFile: + propertyTerm: digital-repo.mainFile + range: uri + # immutable + sha1: + propertyTerm: digital-repo.sha1 + range: string + # immutable + md5: + propertyTerm: digital-repo.md5 + range: string + # immutable + size: + propertyTerm: core.fileSize + range: integer + # immutable + generatedFrom: + propertyTerm: digital-repo.generatedFrom + range: anyUri + # immutable + createdAt: + propertyTerm: core.dateCreated + range: dateTime + mandatory: true + # immutable + + DocumentationNode: + classTerm: core.TechArticle + mapping: + tenantId: + propertyTerm: anypoint.tenantId + range: string + mandatory: true + # immutable + organizationId: + propertyTerm: anypoint.organizationId + range: string + mandatory: true + # immutable + groupId: + propertyTerm: digital-repo.groupId + range: string + mandatory: true + # immutable + assetId: + propertyTerm: digital-repo.assetId + range: string + mandatory: true + # immutable + majorVersionComponent: + propertyTerm: digital-repo.majorVersionComponent + range: integer + mandatory: true + unique: true + # immutable + minorVersionComponent: + propertyTerm: digital-repo.minorVersionComponent + range: integer + mandatory: true + unique: true + # immutable + title: + propertyTerm: core.title + range: string + mandatory: true + unique: true + # mutable + content: + propertyTerm: core.articleBody + range: string + mandatory: true + # mutable + + CustomerMetadataNode: + classTerm: digital-repo.CustomerMetadata + mapping: + tenantId: + propertyTerm: anypoint.tenantId + range: string + mandatory: true + # immutable + organizationId: + propertyTerm: anypoint.organizationId + range: string + mandatory: true + # immutable + groupId: + propertyTerm: digital-repo.groupId + range: string + mandatory: true + unique: true + # immutable + assetId: + propertyTerm: digital-repo.assetId + range: string + mandatory: true + unique: true + # immutable + majorVersionComponent: + propertyTerm: digital-repo.majorVersionComponent + range: integer + mandatory: true + unique: true + # immutable + minorVersionComponent: + propertyTerm: digital-repo.minorVersionComponent + range: integer + mandatory: true + unique: true + # immutable + tags: + propertyTerm: digital-repo.tags + range: string + allowMultiple: true + keyValueTags: + propertyTerm: digital-repo.keyValueTags + range: string + allowMultiple: true + categories: + propertyTerm: digital-repo.categories + range: string + allowMultiple: true + fields: + propertyTerm: digital-repo.customFields + range: string + allowMultiple: true + searchableValues: + propertyTerm: digital-repo.searchableValues + range: string + allowMultiple: true + + SystemMetadataNode: + classTerm: digital-repo.SystemMetadata + mapping: + tenantId: + propertyTerm: anypoint.tenantId + range: string + mandatory: true + # immutable + organizationId: + propertyTerm: anypoint.organizationId + range: string + mandatory: true + # immutable + groupId: + propertyTerm: digital-repo.groupId + range: string + mandatory: true + unique: true + # immutable + assetId: + propertyTerm: digital-repo.assetId + range: string + mandatory: true + unique: true + # immutable + semverVersion: + propertyTerm: digital-repo.semverVersion + range: string + mandatory: true + unique: true + # inmutable + projectId: + propertyTerm: anypoint.projectId + range: string + commitId: + propertyTerm: anypoint.commitId + range: string + branchId: + propertyTerm: anypoint.branchId + range: string + hasOperations: + propertyTerm: anypoint.hasOperations + range: string + hasMessageSources: + propertyTerm: anypoint.hasMessageSources + range: string + hasConnectionProviders: + propertyTerm: anypoint.hasConnectionProviders + range: string + hasConfigurations: + propertyTerm: anypoint.hasConfigurations + range: string + minMuleVersion: + propertyTerm: anypoint.minMuleVersion + range: string + featureId: + propertyTerm: anypoint.featureId + range: string + fullVersion: + propertyTerm: anypoint.fullVersion + range: string + externalLink: + propertyTerm: digital-repo.externalLink + range: string + tags: + propertyTerm: digital-repo.tags + range: string + allowMultiple: true + + PublicMinorVersionNode: + classTerm: digital-repo.PublicMinorVersion + mapping: + tenantId: + propertyTerm: anypoint.tenantId + range: string + mandatory: true + # immutable + organizationId: + propertyTerm: anypoint.organizationId + range: string + mandatory: true + # immutable + groupId: + propertyTerm: digital-repo.groupId + range: string + mandatory: true + # immutable + assetId: + propertyTerm: digital-repo.assetId + range: string + mandatory: true + # immutable + majorVersionComponent: + propertyTerm: digital-repo.majorVersionComponent + range: integer + mandatory: true + unique: true + # immutable + minorVersionComponent: + propertyTerm: digital-repo.minorVersionComponent + range: integer + mandatory: true + unique: true + # immutable + publicMinorVersion: + propertyTerm: digital-repo.minorVersion + range: link # MinorVersionNode + mandatory: true + # immutable + +documents: + root: + encodes: AssetUnionNode + fragments: + encodes: + Documentation: DocumentationNode + Major: MajorVersionNode + Minor: MinorVersionNode + Public: PublicMinorVersionNode + CustomerMetadata: CustomerMetadataNode + SystemMetadata: SystemMetadataNode diff --git a/src/test/resources/aml/catalog/dialects/canonical-webapi-spec.yaml b/src/test/resources/aml/catalog/dialects/canonical-webapi-spec.yaml new file mode 100644 index 0000000..7019b45 --- /dev/null +++ b/src/test/resources/aml/catalog/dialects/canonical-webapi-spec.yaml @@ -0,0 +1,2051 @@ +#%Dialect 1.0 + +dialect: WebAPI Spec +version: 1.0 + +uses: + raml-shapes: file://vocabulary/data-shapes.yaml + security: file://vocabulary/security.yaml + apiBinding: file://vocabulary/api-binding.yaml + data: file://vocabulary/data-model.yaml + doc: file://vocabulary/aml-doc.yaml + apiContract: file://vocabulary/api-contract.yaml + core: file://vocabulary/core.yaml + meta: file://vocabulary/aml-meta.yaml + digital-repo: file://vocabulary/digital-repository.yaml + anypoint: file://vocabulary/anypoint.yaml + +external: + shacl: http://www.w3.org/ns/shacl# + rdfs: http://www.w3.org/2000/01/rdf-schema# + +nodeMappings: + + DataShapesUnion: + typeDiscriminatorName: shapeType + typeDiscriminator: + Union: UnionShape + Tuple: TupleShape + Node: NodeShape + Array: ArrayShape + Schema: SchemaShape + File: FileShape + Nil: NilShape + Scalar: ScalarShape + Any: AnyShape + Recursive: RecursiveShape + + union: + - UnionShape + - TupleShape + - NodeShape + - ArrayShape + - SchemaShape + - FileShape + - MatrixShape + - NilShape + - ScalarShape + - AnyShape + - RecursiveShape + + SecuritySettingsUnion: + typeDiscriminatorName: settingsType + typeDiscriminator: + OAuth2: OAuth2Settings + OAuth1: OAuth1Settings + APIKey: APIKeySettings + Http: HTTPSettings + OpenID: OpenIDSettings + + union: + - OAuth2Settings + - OAuth1Settings + - APIKeySettings + - HTTPSettings + - OpenIDSettings + + + DataNodeUnion: + typeDiscriminatorName: elementType + typeDiscriminator: + Scalar: ScalarNode + Array: ArrayNode + Link: LinkNode + Object: ObjectNode + + union: + - ScalarNode + - ArrayNode + - LinkNode + - ObjectNode + + + DomainElementUnion: + typeDiscriminatorName: elementType + typeDiscriminator: + Union: UnionShape + Tuple: TupleShape + Node: NodeShape + Array: ArrayShape + Schema: SchemaShape + File: FileShape + Nil: NilShape + Scalar: ScalarShape + Any: AnyShape + Recursive: RecursiveShape + OAuth2: OAuth2Settings + SecurityScheme: SecurityScheme + Parameter: Parameter + Request: Request + Callback: Callback + Tag: Tag + WebAPI: WebAPI + Example: Example + Trait: Trait + TemplatedLink: TemplatedLink + Server: Server + ResourceType: ResourceType + CustomDomainProperty: CustomDomainProperty + + union: + - UnionShape + - TupleShape + - NodeShape + - ArrayShape + - SchemaShape + - FileShape + - MatrixShape + - NilShape + - ScalarShape + - AnyShape + - RecursiveShape + - SecurityScheme + - Parameter + - Request + - Callback + - Tag + - WebAPI + - Example + - Trait + - TemplatedLink + - Server + - ResourceType + - CustomDomainProperty + + ParsedUnitUnion: + typeDiscriminatorName: unitType + typeDiscriminator: + AnnotationTypeFragment: AnnotationTypeFragment + DataTypeFragment: DataTypeFragment + DocumentationItemFragment: DocumentationItemFragment + NamedExampleFragment: NamedExampleFragment + ResourceTypeFragment: ResourceTypeFragment + TraitFragment: TraitFragment + SecuritySchemeFragment: SecuritySchemeFragment + ExternalFragment: ExternalFragment + Library: Module + Document: Document + Extension: Extension + Overlay: OverlayModel + union: + - DataTypeFragment + - DocumentationItemFragment + - NamedExampleFragment + - ResourceTypeFragment + - TraitFragment + - SecuritySchemeFragment + - Module + - Document + - Extension + - OverlayModel + + APIKeySettings: + classTerm: security.ApiKeySettings + extends: Settings + mapping: + name: + propertyTerm: core.name + range: string + in: + propertyTerm: security.in + range: string + + + AbstractDeclaration: + classTerm: doc.AbstractDeclaration + mapping: + name: + propertyTerm: core.name + range: string + description: + propertyTerm: core.description + range: string + dataNode: + propertyTerm: doc.dataNode + range: DataNodeUnion + variable: + propertyTerm: doc.variable + range: string + allowMultiple: true + designLink: + propertyTerm: doc.design-link-target + range: anyUri + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + Amqp091ChannelBinding: + classTerm: apiBinding.Amqp091ChannelBinding + extends: ChannelBinding + mapping: + is: + propertyTerm: apiBinding.is + range: string + exchange: + propertyTerm: apiBinding.exchange + range: Amqp091ChannelExchange + queue: + propertyTerm: apiBinding.queue + range: Amqp091Queue + bindingVersion: + propertyTerm: apiBinding.bindingVersion + range: string + + + Amqp091ChannelExchange: + classTerm: apiBinding.Amqp091ChannelExchange + mapping: + name: + propertyTerm: core.name + range: string + type: + propertyTerm: apiBinding.type + range: string + durable: + propertyTerm: apiBinding.durable + range: boolean + autoDelete: + propertyTerm: apiBinding.autoDelete + range: boolean + vhost: + propertyTerm: apiBinding.vhost + range: string + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + Amqp091MessageBinding: + classTerm: apiBinding.Amqp091MessageBinding + extends: MessageBinding + mapping: + contentEncoding: + propertyTerm: apiBinding.contentEncoding + range: string + messageType: + propertyTerm: apiBinding.messageType + range: string + bindingVersion: + propertyTerm: apiBinding.bindingVersion + range: string + + + Amqp091OperationBinding: + classTerm: apiBinding.Amqp091OperationBinding + extends: OperationBinding + mapping: + expiration: + propertyTerm: apiBinding.expiration + range: integer + userId: + propertyTerm: apiBinding.userId + range: string + cc: + propertyTerm: apiBinding.cc + range: string + allowMultiple: true + priority: + propertyTerm: apiBinding.priority + range: integer + deliveryMode: + propertyTerm: apiBinding.deliveryMode + range: integer + mandatory: + propertyTerm: apiBinding.mandatory + range: boolean + bcc: + propertyTerm: apiBinding.bcc + range: string + allowMultiple: true + replyTo: + propertyTerm: apiBinding.replyTo + range: string + timestamp: + propertyTerm: apiBinding.timestamp + range: boolean + ack: + propertyTerm: apiBinding.ack + range: boolean + bindingVersion: + propertyTerm: apiBinding.bindingVersion + range: string + + + Amqp091Queue: + classTerm: apiBinding.Amqp091ChannelQueue + mapping: + name: + propertyTerm: core.name + range: string + durable: + propertyTerm: apiBinding.durable + range: boolean + exclusive: + propertyTerm: apiBinding.exclusive + range: boolean + autoDelete: + propertyTerm: apiBinding.autoDelete + range: boolean + vhost: + propertyTerm: apiBinding.vhost + range: string + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + AnnotationTypeFragment: + classTerm: apiContract.AnnotationTypeDeclarationFragment + extends: Fragment + + + AnyShape: + classTerm: raml-shapes.AnyShape + extends: Shape + mapping: + documentation: + propertyTerm: core.documentation + range: CreativeWork + XMLSerialization: + propertyTerm: raml-shapes.xmlSerialization + range: XMLSerializer + comment: + propertyTerm: core.comment + range: string + examples: + propertyTerm: apiContract.examples + range: Example + allowMultiple: true + raw: + propertyTerm: doc.raw + range: string + referenceId: + propertyTerm: doc.reference-id + range: anyUri + location: + propertyTerm: doc.location + range: string + + + ArrayNode: + classTerm: data.Array + extends: DataNode + mapping: + member: + propertyTerm: rdfs.member + range: DataNodeUnion + allowMultiple: true + + + ArrayShape: + classTerm: raml-shapes.ArrayShape + extends: AnyShape + mapping: + items: + propertyTerm: raml-shapes.items + range: DataShapesUnion + contains: + propertyTerm: raml-shapes.contains + range: DataShapesUnion + minCount: + propertyTerm: shacl.minCount + range: integer + maxCount: + propertyTerm: shacl.maxCount + range: integer + uinqueItems: + propertyTerm: raml-shapes.uniqueItems + range: boolean + collectionFormat: + propertyTerm: raml-shapes.collectionFormat + range: string + + + BaseUnit: + classTerm: doc.Unit + mapping: + tenantId: + propertyTerm: anypoint.tenantId + range: string + mandatory: true + organizationId: + propertyTerm: anypoint.organizationId + range: string + mandatory: true + groupId: + propertyTerm: digital-repo.groupId + range: string + mandatory: true + unique: true + assetId: + propertyTerm: digital-repo.assetId + range: string + mandatory: true + unique: true + semverVersion: + propertyTerm: digital-repo.semverVersion + range: string + mandatory: true + unique: true + version: + propertyTerm: doc.version + range: string + references: + propertyTerm: doc.references + range: ParsedUnitUnion + allowMultiple: true + dependencies: + propertyTerm: core.dependencies + range: link + allowMultiple: true + usage: + propertyTerm: doc.usage + range: string + describedBy: + propertyTerm: meta.describedBy + range: anyUri + root: + propertyTerm: doc.root + range: boolean + + + Callback: + classTerm: apiContract.Callback + mapping: + name: + propertyTerm: core.name + range: string + expression: + propertyTerm: apiContract.expression + range: string + endpoint: + propertyTerm: apiContract.endpoint + range: EndPoint + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + ChannelBinding: + classTerm: apiBinding.ChannelBinding + + + CorrelationId: + classTerm: core.CorrelationId + mapping: + name: + propertyTerm: core.name + range: string + description: + propertyTerm: core.description + range: string + location: + propertyTerm: core.location + range: string + designLink: + propertyTerm: doc.design-link-target + range: anyUri + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + CreativeWork: + classTerm: core.CreativeWork + mapping: + url: + propertyTerm: core.url + range: anyUri + title: + propertyTerm: core.title + range: string + description: + propertyTerm: core.description + range: string + designLink: + propertyTerm: doc.design-link-target + range: anyUri + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + CustomDomainProperty: + classTerm: doc.DomainProperty + mapping: + domain: + propertyTerm: rdfs.domain + range: anyUri + allowMultiple: true + schema: + propertyTerm: raml-shapes.schema + range: DataShapesUnion + name: + propertyTerm: core.name + range: string + designLink: + propertyTerm: doc.design-link-target + range: anyUri + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + DataNode: + classTerm: data.Node + mapping: + name: + propertyTerm: core.name + range: string + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + DataTypeFragment: + classTerm: raml-shapes.DataTypeFragment + extends: Fragment + + + Document: + classTerm: doc.Document + extends: BaseUnit + mapping: + encodes: + propertyTerm: doc.encodes + range: DomainElementUnion + declares: + propertyTerm: doc.declares + range: DomainElementUnion + allowMultiple: true + + + DocumentExtension: + classTerm: doc.DocumentExtension + extends: BaseUnit + mapping: + encodes: + propertyTerm: doc.encodes + range: DomainElementUnion + declares: + propertyTerm: doc.declares + range: DomainElementUnion + allowMultiple: true + + + DocumentationItemFragment: + classTerm: apiContract.UserDocumentationFragment + extends: Fragment + + + DomainExtension: + classTerm: apiContract.DomainExtension + mapping: + name: + propertyTerm: core.extensionName + range: string + definedBy: + propertyTerm: doc.definedBy + range: CustomDomainProperty + extension: + propertyTerm: doc.extension + range: DataNodeUnion + element: + propertyTerm: doc.element + range: string + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + DynamicBinding: + classTerm: apiBinding.DynamicBinding + mapping: + definition: + propertyTerm: apiBinding.definition + range: DataNodeUnion + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + EmptyBinding: + classTerm: apiBinding.EmptyBinding + mapping: + type: + propertyTerm: apiBinding.type + range: string + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + Encoding: + classTerm: apiContract.Encoding + mapping: + propertyName: + propertyTerm: apiContract.propertyName + range: string + contentType: + propertyTerm: apiContract.contentType + range: string + header: + propertyTerm: apiContract.header + range: Parameter + allowMultiple: true + style: + propertyTerm: apiContract.style + range: string + explode: + propertyTerm: apiContract.explode + range: boolean + allowReserved: + propertyTerm: apiContract.allowReserved + range: boolean + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + EndPoint: + classTerm: apiContract.EndPoint + mapping: + extends: + propertyTerm: doc.extends + typeDiscriminatorName: type + typeDiscriminator: + AppliedResourceType: ParametrizedResourceType + AppliedTrait: ParametrizedTrait + range: + - ParametrizedResourceType + - ParametrizedTrait + allowMultiple: true + + path: + propertyTerm: apiContract.path + range: string + name: + propertyTerm: core.name + range: string + summary: + propertyTerm: core.summary + range: string + description: + propertyTerm: core.description + range: string + supportedOperation: + propertyTerm: apiContract.supportedOperation + range: Operation + allowMultiple: true + parameter: + propertyTerm: apiContract.parameter + range: Parameter + allowMultiple: true + payload: + propertyTerm: apiContract.payload + range: Payload + allowMultiple: true + servers: + propertyTerm: apiContract.server + range: Server + allowMultiple: true + security: + propertyTerm: security.security + range: SecurityRequirement + allowMultiple: true + binding: + propertyTerm: apiBinding.binding + range: ChannelBinding + allowMultiple: true + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + Example: + classTerm: apiContract.Example + mapping: + name: + propertyTerm: core.name + range: string + displayName: + propertyTerm: core.displayName + range: string + guiSummary: + propertyTerm: apiContract.guiSummary + range: string + description: + propertyTerm: core.description + range: string + externalValue: + propertyTerm: doc.externalValue + range: string + strict: + propertyTerm: doc.strict + range: boolean + mediaType: + propertyTerm: core.mediaType + range: string + structuredValue: + propertyTerm: doc.structuredValue + range: DataNodeUnion + raw: + propertyTerm: doc.raw + range: string + referenceId: + propertyTerm: doc.reference-id + range: anyUri + location: + propertyTerm: doc.location + range: string + designLink: + propertyTerm: doc.design-link-target + range: anyUri + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + Extension: + classTerm: apiContract.Extension + extends: Document + + + ExternalDomainElement: + classTerm: doc.ExternalDomainElement + mapping: + raw: + propertyTerm: doc.raw + range: string + mediaType: + propertyTerm: core.mediaType + range: string + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + ExternalFragment: + classTerm: doc.ExternalFragment + extends: Fragment + + + ExternalSourceElement: + classTerm: doc.ExternalSource + mapping: + raw: + propertyTerm: doc.raw + range: string + referenceId: + propertyTerm: doc.reference-id + range: anyUri + location: + propertyTerm: doc.location + range: string + + + FileShape: + classTerm: raml-shapes.FileShape + extends: AnyShape + mapping: + fileType: + propertyTerm: raml-shapes.fileType + range: string + allowMultiple: true + pattern: + propertyTerm: shacl.pattern + range: string + min.Length: + propertyTerm: shacl.minLength + range: integer + max.Length: + propertyTerm: shacl.maxLength + range: integer + min.Inclusive: + propertyTerm: shacl.minInclusive + range: double + max.Inclusive: + propertyTerm: shacl.maxInclusive + range: double + min.Exclusive: + propertyTerm: shacl.minExclusive + range: boolean + max.Exclusive: + propertyTerm: shacl.maxExclusive + range: boolean + format: + propertyTerm: raml-shapes.format + range: string + multipleOf: + propertyTerm: raml-shapes.multipleOf + range: double + + + Fragment: + classTerm: doc.Fragment + extends: BaseUnit + mapping: + encodes: + propertyTerm: doc.encodes + range: DomainElementUnion + + + HTTPSettings: + classTerm: security.HttpSettings + extends: Settings + mapping: + scheme: + propertyTerm: security.scheme + range: string + bearerFormat: + propertyTerm: security.bearerFormat + range: string + + + HttpAPIKeySettings: + classTerm: security.HttpApiKeySettings + extends: Settings + mapping: + name: + propertyTerm: core.name + range: string + in: + propertyTerm: security.in + range: string + + + HttpMessageBinding: + classTerm: apiBinding.HttpMessageBinding + extends: MessageBinding + mapping: + headers: + propertyTerm: apiBinding.headers + range: DataShapesUnion + bindingVersion: + propertyTerm: apiBinding.bindingVersion + range: string + + + HttpOperationBinding: + classTerm: apiBinding.HttpOperationBinding + extends: OperationBinding + mapping: + type: + propertyTerm: apiBinding.type + range: string + method: + propertyTerm: apiBinding.method + range: string + query: + propertyTerm: apiBinding.query + range: DataShapesUnion + bindingVersion: + propertyTerm: apiBinding.bindingVersion + range: string + + + IriTemplate: + classTerm: apiContract.IriTemplateMapping + mapping: + templateVariable: + propertyTerm: apiContract.templateVariable + range: string + linkExpression: + propertyTerm: apiContract.linkExpression + range: string + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + KafkaMessageBinding: + classTerm: apiBinding.KafkaMessageBinding + extends: MessageBinding + mapping: + key: + propertyTerm: apiBinding.key + range: string + bindingVersion: + propertyTerm: apiBinding.bindingVersion + range: string + + + KafkaOperationBinding: + classTerm: apiBinding.KafkaOperationBinding + extends: OperationBinding + mapping: + groupId: + propertyTerm: apiBinding.groupId + range: string + clientId: + propertyTerm: apiBinding.clientId + range: string + bindingVersion: + propertyTerm: apiBinding.bindingVersion + range: string + + + License: + classTerm: core.License + mapping: + url: + propertyTerm: core.url + range: anyUri + name: + propertyTerm: core.name + range: string + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + LinkNode: + classTerm: data.Link + extends: DataNode + mapping: + value: + propertyTerm: data.value + range: string + + + MatrixShape: + classTerm: raml-shapes.MatrixShape + extends: ArrayShape + + + Message: + classTerm: apiContract.Message + mapping: + name: + propertyTerm: core.name + range: string + description: + propertyTerm: core.description + range: string + payload: + propertyTerm: apiContract.payload + range: Payload + allowMultiple: true + correlationId: + propertyTerm: core.correlationId + range: CorrelationId + displayName: + propertyTerm: core.displayName + range: string + title: + propertyTerm: core.title + range: string + summary: + propertyTerm: core.summary + range: string + header: + propertyTerm: apiContract.header + range: Parameter + allowMultiple: true + binding: + propertyTerm: apiBinding.binding + range: MessageBinding + allowMultiple: true + tag: + propertyTerm: apiContract.tag + range: Tag + allowMultiple: true + examples: + propertyTerm: apiContract.examples + range: Example + allowMultiple: true + documentation: + propertyTerm: core.documentation + range: CreativeWork + isAbstract: + propertyTerm: apiContract.isAbstract + range: boolean + designLink: + propertyTerm: doc.design-link-target + range: anyUri + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + MessageBinding: + classTerm: apiBinding.MessageBinding + + + Module: + classTerm: doc.Module + extends: BaseUnit + mapping: + declares: + propertyTerm: doc.declares + range: DomainElementUnion + allowMultiple: true + + + MqttMessageBinding: + classTerm: apiBinding.MqttMessageBinding + extends: MessageBinding + mapping: + bindingVersion: + propertyTerm: apiBinding.bindingVersion + range: string + + + MqttOperationBinding: + classTerm: apiBinding.MqttOperationBinding + extends: OperationBinding + mapping: + qos: + propertyTerm: apiBinding.qos + range: integer + retain: + propertyTerm: apiBinding.retain + range: boolean + bindingVersion: + propertyTerm: apiBinding.bindingVersion + range: string + + + MqttServerBinding: + classTerm: apiBinding.MqttServerBinding + extends: ServerBinding + mapping: + clientId: + propertyTerm: apiBinding.clientId + range: string + cleanSession: + propertyTerm: apiBinding.cleanSession + range: boolean + lastWill: + propertyTerm: apiBinding.lastWill + range: MqttServerLastWill + keepAlive: + propertyTerm: apiBinding.keepAlive + range: integer + bindingVersion: + propertyTerm: apiBinding.bindingVersion + range: string + + + MqttServerLastWill: + classTerm: apiBinding.MqttServerLastWill + mapping: + topic: + propertyTerm: apiBinding.topic + range: string + qos: + propertyTerm: apiBinding.qos + range: integer + retain: + propertyTerm: apiBinding.retain + range: boolean + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + NamedExampleFragment: + classTerm: apiContract.NamedExampleFragment + extends: Fragment + + + NilShape: + classTerm: raml-shapes.NilShape + extends: AnyShape + + + NodeShape: + classTerm: shacl.NodeShape + extends: AnyShape + mapping: + minProperties: + propertyTerm: raml-shapes.minProperties + range: integer + maxProperties: + propertyTerm: raml-shapes.maxProperties + range: integer + closed: + propertyTerm: shacl.closed + range: boolean + additionalPropertiesSchema: + propertyTerm: shacl.additionalPropertiesSchema + range: DataShapesUnion + discriminator: + propertyTerm: raml-shapes.discriminator + range: string + discriminatorValue: + propertyTerm: raml-shapes.discriminatorValue + range: string + discriminatorMapping: + propertyTerm: raml-shapes.discriminatorMapping + range: IriTemplate + allowMultiple: true + property: + propertyTerm: shacl.property + range: PropertyShape + allowMultiple: true + propertyNames: + propertyTerm: shacl.propertyNames + range: DataShapesUnion + dependencies: + propertyTerm: raml-shapes.dependencies + range: PropertyDependencies + allowMultiple: true + + + OAuth1Settings: + classTerm: security.OAuth1Settings + extends: Settings + mapping: + requestTokenURI: + propertyTerm: security.requestTokenUri + range: string + authorizationURI: + propertyTerm: security.authorizationUri + range: string + tokenCredentialsURI: + propertyTerm: security.tokenCredentialsUri + range: string + signature: + propertyTerm: security.signature + range: string + allowMultiple: true + + + OAuth2Flow: + classTerm: security.OAuth2Flow + mapping: + authorizationURI: + propertyTerm: security.authorizationUri + range: string + accessTokenURI: + propertyTerm: security.accessTokenUri + range: string + flow: + propertyTerm: security.flow + range: string + refreshURI: + propertyTerm: security.refreshUri + range: string + scope: + propertyTerm: security.scope + range: Scope + allowMultiple: true + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + OAuth2Settings: + classTerm: security.OAuth2Settings + extends: Settings + mapping: + authorizationGrant: + propertyTerm: security.authorizationGrant + range: string + allowMultiple: true + flows: + propertyTerm: security.flows + range: OAuth2Flow + allowMultiple: true + + + ObjectNode: + classTerm: data.Object + extends: DataNode + mapping: + properties: + propertyTerm: data.properties + range: PropertyNode + allowMultiple: true + + + OpenIDSettings: + classTerm: security.OpenIdConnectSettings + extends: Settings + mapping: + OpenIDConnectURL: + propertyTerm: security.openIdConnectUrl + range: string + scope: + propertyTerm: security.scope + range: Scope + allowMultiple: true + + + Operation: + classTerm: apiContract.Operation + mapping: + extends: + propertyTerm: doc.extends + typeDiscriminatorName: type + typeDiscriminator: + AppliedTrait: ParametrizedTrait + range: + - ParametrizedTrait + allowMultiple: true + + method: + propertyTerm: apiContract.method + range: string + name: + propertyTerm: core.name + range: string + description: + propertyTerm: core.description + range: string + deprecated: + propertyTerm: core.deprecated + range: boolean + guiSummary: + propertyTerm: apiContract.guiSummary + range: string + documentation: + propertyTerm: core.documentation + range: CreativeWork + scheme: + propertyTerm: apiContract.scheme + range: string + allowMultiple: true + accepts: + propertyTerm: apiContract.accepts + range: string + allowMultiple: true + mediaType: + propertyTerm: core.mediaType + range: string + allowMultiple: true + expects: + propertyTerm: apiContract.expects + range: Request + allowMultiple: true + returns: + propertyTerm: apiContract.returns + range: Response + allowMultiple: true + security: + propertyTerm: security.security + range: SecurityRequirement + allowMultiple: true + tag: + propertyTerm: apiContract.tag + range: Tag + allowMultiple: true + callback: + propertyTerm: apiContract.callback + range: Callback + allowMultiple: true + server: + propertyTerm: apiContract.server + range: Server + allowMultiple: true + binding: + propertyTerm: apiBinding.binding + range: OperationBinding + allowMultiple: true + isAbstract: + propertyTerm: apiContract.isAbstract + range: boolean + designLink: + propertyTerm: doc.design-link-target + range: anyUri + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + OperationBinding: + classTerm: apiBinding.OperationBinding + + + Organization: + classTerm: core.Organization + mapping: + url: + propertyTerm: core.url + range: anyUri + name: + propertyTerm: core.name + range: string + email: + propertyTerm: core.email + range: string + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + OverlayModel: + classTerm: apiContract.Overlay + extends: Document + + + Parameter: + classTerm: apiContract.Parameter + mapping: + name: + propertyTerm: core.name + range: string + paramName: + propertyTerm: apiContract.paramName + range: string + description: + propertyTerm: core.description + range: string + required: + propertyTerm: apiContract.required + range: boolean + deprecated: + propertyTerm: doc.deprecated + range: boolean + allowEmptyValue: + propertyTerm: apiContract.allowEmptyValue + range: boolean + style: + propertyTerm: apiContract.style + range: string + explode: + propertyTerm: apiContract.explode + range: boolean + allowReserved: + propertyTerm: apiContract.allowReserved + range: boolean + binding: + propertyTerm: apiContract.binding + range: string + schema: + propertyTerm: raml-shapes.schema + range: DataShapesUnion + payload: + propertyTerm: apiContract.payload + range: Payload + allowMultiple: true + examples: + propertyTerm: apiContract.examples + range: Example + allowMultiple: true + designLink: + propertyTerm: doc.design-link-target + range: anyUri + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + ParametrizedDeclaration: + classTerm: doc.ParametrizedDeclaration + mapping: + name: + propertyTerm: core.name + range: string + target: + propertyTerm: doc.target + range: + - ResourceType + - Trait + + variable: + propertyTerm: doc.variable + range: VariableValue + allowMultiple: true + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + ParametrizedResourceType: + classTerm: apiContract.ParametrizedResourceType + extends: ParametrizedDeclaration + + + ParametrizedSecurityScheme: + classTerm: security.ParametrizedSecurityScheme + mapping: + name: + propertyTerm: core.name + range: string + scheme: + propertyTerm: security.scheme + range: SecurityScheme + settings: + propertyTerm: security.settings + range: SecuritySettingsUnion + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + ParametrizedTrait: + classTerm: apiContract.ParametrizedTrait + extends: ParametrizedDeclaration + + + Payload: + classTerm: apiContract.Payload + mapping: + name: + propertyTerm: core.name + range: string + mediaType: + propertyTerm: core.mediaType + range: string + schemaMediaType: + propertyTerm: apiContract.schemaMediaType + range: string + schema: + propertyTerm: raml-shapes.schema + range: DataShapesUnion + examples: + propertyTerm: apiContract.examples + range: Example + allowMultiple: true + encoding: + propertyTerm: apiContract.encoding + range: Encoding + allowMultiple: true + designLink: + propertyTerm: doc.design-link-target + range: anyUri + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + PayloadFragment: + classTerm: apiContract.PayloadFragment + extends: Fragment + mapping: + mediaType: + propertyTerm: core.mediaType + range: string + + + PropertyDependencies: + classTerm: raml-shapes.PropertyDependencies + mapping: + propertySource: + propertyTerm: raml-shapes.propertySource + range: anyUri + propertyTarget: + propertyTerm: raml-shapes.propertyTarget + range: anyUri + allowMultiple: true + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + PropertyNode: + classTerm: data.Property + extends: DataNode + mapping: + range: + propertyTerm: data.range + range: DataNodeUnion + + + PropertyShape: + classTerm: shacl.PropertyShape + extends: Shape + mapping: + path: + propertyTerm: shacl.path + range: anyUri + range: + propertyTerm: raml-shapes.range + range: DataShapesUnion + min.Count: + propertyTerm: shacl.minCount + range: integer + max.Count: + propertyTerm: shacl.maxCount + range: integer + patternName: + propertyTerm: raml-shapes.patternName + range: string + + + RecursiveShape: + classTerm: raml-shapes.RecursiveShape + extends: Shape + mapping: + fixpoint: + propertyTerm: raml-shapes.fixPoint + range: anyUri + + + Request: + classTerm: apiContract.Request + extends: Message + mapping: + required: + propertyTerm: apiContract.required + range: boolean + parameter: + propertyTerm: apiContract.parameter + range: Parameter + allowMultiple: true + queryString: + propertyTerm: apiContract.queryString + range: DataShapesUnion + uriParameter: + propertyTerm: apiContract.uriParameter + range: Parameter + allowMultiple: true + cookieParameter: + propertyTerm: apiContract.cookieParameter + range: Parameter + allowMultiple: true + + + ResourceType: + classTerm: apiContract.ResourceType + extends: AbstractDeclaration + + + ResourceTypeFragment: + classTerm: apiContract.ResourceTypeFragment + extends: Fragment + + + Response: + classTerm: apiContract.Response + extends: Message + mapping: + statusCode: + propertyTerm: apiContract.statusCode + range: string + links: + propertyTerm: apiContract.link + range: TemplatedLink + allowMultiple: true + + + ScalarNode: + classTerm: data.Scalar + extends: DataNode + mapping: + value: + propertyTerm: data.value + range: string + dataType: + propertyTerm: shacl.datatype + range: anyUri + + + ScalarShape: + classTerm: raml-shapes.ScalarShape + extends: AnyShape + mapping: + datatype: + propertyTerm: shacl.datatype + range: anyUri + pattern: + propertyTerm: shacl.pattern + range: string + min.Length: + propertyTerm: shacl.minLength + range: integer + max.Length: + propertyTerm: shacl.maxLength + range: integer + min.Inclusive: + propertyTerm: shacl.minInclusive + range: double + max.Inclusive: + propertyTerm: shacl.maxInclusive + range: double + min.Exclusive: + propertyTerm: shacl.minExclusive + range: boolean + max.Exclusive: + propertyTerm: shacl.maxExclusive + range: boolean + format: + propertyTerm: raml-shapes.format + range: string + multipleOf: + propertyTerm: raml-shapes.multipleOf + range: double + + + SchemaShape: + classTerm: raml-shapes.SchemaShape + extends: AnyShape + mapping: + mediaType: + propertyTerm: core.mediaType + range: string + + + Scope: + classTerm: security.Scope + mapping: + name: + propertyTerm: core.name + range: string + description: + propertyTerm: core.description + range: string + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + SecurityRequirement: + classTerm: security.SecurityRequirement + mapping: + schemes: + propertyTerm: security.schemes + range: ParametrizedSecurityScheme + allowMultiple: true + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + SecurityScheme: + classTerm: security.SecurityScheme + mapping: + name: + propertyTerm: core.name + range: string + type: + propertyTerm: security.type + range: string + displayName: + propertyTerm: core.displayName + range: string + description: + propertyTerm: core.description + range: string + header: + propertyTerm: apiContract.header + range: Parameter + allowMultiple: true + parameter: + propertyTerm: apiContract.parameter + range: Parameter + allowMultiple: true + response: + propertyTerm: apiContract.response + range: Response + allowMultiple: true + settings: + propertyTerm: security.settings + range: SecuritySettingsUnion + queryString: + propertyTerm: apiContract.queryString + range: DataShapesUnion + designLink: + propertyTerm: doc.design-link-target + range: anyUri + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + SecuritySchemeFragment: + classTerm: security.SecuritySchemeFragment + extends: Fragment + + + Server: + classTerm: apiContract.Server + mapping: + name: + propertyTerm: core.name + range: string + urlTemplate: + propertyTerm: core.urlTemplate + range: string + description: + propertyTerm: core.description + range: string + variable: + propertyTerm: apiContract.variable + range: Parameter + allowMultiple: true + protocol: + propertyTerm: apiContract.protocol + range: string + protocolVersion: + propertyTerm: apiContract.protocolVersion + range: string + security: + propertyTerm: security.security + range: SecurityRequirement + allowMultiple: true + binding: + propertyTerm: apiBinding.binding + range: ServerBinding + allowMultiple: true + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + ServerBinding: + classTerm: apiBinding.ServerBinding + + + Settings: + classTerm: security.Settings + mapping: + additionalProperties: + propertyTerm: security.additionalProperties + range: DataNodeUnion + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + Shape: + classTerm: shacl.Shape + mapping: + name: + propertyTerm: shacl.name + range: string + displayName: + propertyTerm: core.name + range: string + description: + propertyTerm: core.description + range: string + defaultValue: + propertyTerm: shacl.defaultValue + range: DataNodeUnion + in: + propertyTerm: shacl.in + range: DataNodeUnion + allowMultiple: true + sorted: true + inherits: + propertyTerm: raml-shapes.inherits + range: DataShapesUnion + allowMultiple: true + defaultValueString: + propertyTerm: shacl.defaultValueStr + range: string + not: + propertyTerm: shacl.not + range: DataShapesUnion + and: + propertyTerm: shacl.and + range: DataShapesUnion + allowMultiple: true + or: + propertyTerm: shacl.or + range: DataShapesUnion + allowMultiple: true + exclusiveOr: + propertyTerm: shacl.xone + range: DataShapesUnion + allowMultiple: true + inheritanceClosure: + propertyTerm: raml-shapes.closure + range: anyUri + allowMultiple: true + if: + propertyTerm: shacl.if + range: DataShapesUnion + then: + propertyTerm: shacl.then + range: DataShapesUnion + else: + propertyTerm: shacl.else + range: DataShapesUnion + readOnly: + propertyTerm: raml-shapes.readOnly + range: boolean + writeOnly: + propertyTerm: raml-shapes.writeOnly + range: boolean + deprecated: + propertyTerm: raml-shapes.deprecated + range: boolean + designLink: + propertyTerm: doc.design-link-target + range: anyUri + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + ShapeExtension: + classTerm: apiContract.ShapeExtension + mapping: + definedBy: + propertyTerm: doc.definedBy + range: CustomDomainProperty + extension: + propertyTerm: doc.extension + range: DataNodeUnion + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + Tag: + classTerm: apiContract.Tag + mapping: + name: + propertyTerm: core.name + range: string + description: + propertyTerm: core.description + range: string + documentation: + propertyTerm: core.documentation + range: CreativeWork + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + TemplatedLink: + classTerm: apiContract.TemplatedLink + mapping: + name: + propertyTerm: core.name + range: string + template: + propertyTerm: apiContract.template + range: string + operationID: + propertyTerm: apiContract.operationId + range: string + mapping: + propertyTerm: apiContract.mapping + range: IriTemplate + allowMultiple: true + requestBody: + propertyTerm: apiContract.requestBody + range: string + description: + propertyTerm: core.description + range: string + server: + propertyTerm: apiContract.server + range: Server + designLink: + propertyTerm: doc.design-link-target + range: anyUri + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + Trait: + classTerm: apiContract.Trait + extends: AbstractDeclaration + + + TraitFragment: + classTerm: apiContract.TraitFragment + extends: Fragment + + + TupleShape: + classTerm: raml-shapes.TupleShape + extends: ArrayShape + mapping: + closedItems: + propertyTerm: raml-shapes.closedItems + range: boolean + additionalItemsSchema: + propertyTerm: raml-shapes.additionalItemsSchema + range: DataShapesUnion + + + UnionShape: + classTerm: raml-shapes.UnionShape + extends: AnyShape + mapping: + anyOf: + propertyTerm: raml-shapes.anyOf + range: DataShapesUnion + allowMultiple: true + + + VariableValue: + classTerm: doc.VariableValue + mapping: + name: + propertyTerm: core.name + range: string + value: + propertyTerm: doc.value + range: DataNodeUnion + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + WebAPI: + classTerm: apiContract.WebAPI + mapping: + name: + propertyTerm: core.name + range: string + description: + propertyTerm: core.description + range: string + identifier: + propertyTerm: core.identifier + range: string + server: + propertyTerm: apiContract.server + range: Server + allowMultiple: true + accepts: + propertyTerm: apiContract.accepts + range: string + allowMultiple: true + contentType: + propertyTerm: apiContract.contentType + range: string + allowMultiple: true + scheme: + propertyTerm: apiContract.scheme + range: string + allowMultiple: true + version: + propertyTerm: core.version + range: string + termsOfService: + propertyTerm: core.termsOfService + range: string + provider: + propertyTerm: core.provider + range: Organization + license: + propertyTerm: core.license + range: License + documentation: + propertyTerm: core.documentation + range: CreativeWork + allowMultiple: true + endpoint: + propertyTerm: apiContract.endpoint + range: EndPoint + allowMultiple: true + security: + propertyTerm: security.security + range: SecurityRequirement + allowMultiple: true + tag: + propertyTerm: apiContract.tag + range: Tag + allowMultiple: true + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + WebSocketsChannelBinding: + classTerm: apiBinding.WebSocketsChannelBinding + extends: ChannelBinding + mapping: + method: + propertyTerm: apiBinding.method + range: string + query: + propertyTerm: apiBinding.query + range: DataShapesUnion + query1: + propertyTerm: apiBinding.headers + range: DataShapesUnion + bindingVersion: + propertyTerm: apiBinding.bindingVersion + range: string + + + XMLSerializer: + classTerm: raml-shapes.XMLSerializer + mapping: + xmlAttribute: + propertyTerm: raml-shapes.xmlAttribute + range: boolean + xmlWrapped: + propertyTerm: raml-shapes.xmlWrapped + range: boolean + xmlName: + propertyTerm: raml-shapes.xmlName + range: string + xmlNamespace: + propertyTerm: raml-shapes.xmlNamespace + range: string + xmlPrefix: + propertyTerm: raml-shapes.xmlPrefix + range: string + designAnnotations: + propertyTerm: doc.designAnnotation + range: DomainExtension + allowMultiple: true + + + + +documents: + root: + encodes: ParsedUnitUnion diff --git a/src/test/resources/aml/catalog/examples/asset-0.yaml b/src/test/resources/aml/catalog/examples/asset-0.yaml new file mode 100644 index 0000000..41513d4 --- /dev/null +++ b/src/test/resources/aml/catalog/examples/asset-0.yaml @@ -0,0 +1,21 @@ +#%Asset 1.0 +tenantId: 7939cada-cbc5-4851-aa4a-3531286b2241 +organizationId: e7f84fb5-4891-4928-af2d-d56aabe473bc +organization: http://ang.com/anypoint-organizations/e7f84fb5-4891-4928-af2d-d56aabe473bc +assetType: WebAPISpec +name: Exchange Experience API +description: Bla +groupId: com.mulesoft +assetId: exchange-api +isGenerated: false +averageRating: 3.3 +numberOfRatings: 51 +majorVersions: + - http://ang.com/asset-major-versions/com.mulesoft/exchange-api/1 +icon: + classifier: raml + packaging: png + md5: 1e266a4e575392b7b723abafebdc0036 + sha1: de0958c7485faf49ba55f0bf819bda9b9154ab31 + size: 45465 + createdAt: 2019-04-22T21:19:58.853Z diff --git a/src/test/resources/aml/catalog/examples/asset-1.yaml b/src/test/resources/aml/catalog/examples/asset-1.yaml new file mode 100644 index 0000000..5e1c203 --- /dev/null +++ b/src/test/resources/aml/catalog/examples/asset-1.yaml @@ -0,0 +1,14 @@ +#%Asset 1.0 +tenantId: 7939cada-cbc5-4851-aa4a-3531286b2241 +organizationId: e7f84fb5-4891-4928-af2d-d56aabe473bc +organization: http://ang.com/anypoint-organizations/e7f84fb5-4891-4928-af2d-d56aabe473bc +assetType: WebAPISpec +name: Exchange Experience API +description: Bla +groupId: com.mulesoft +assetId: exchange-api +isGenerated: false +averageRating: 3.3 +numberOfRatings: 51 +majorVersions: + - http://ang.com/asset-major-versions/com.mulesoft/exchange-api/1 diff --git a/src/test/resources/aml/catalog/examples/asset-documentation.yaml b/src/test/resources/aml/catalog/examples/asset-documentation.yaml new file mode 100644 index 0000000..cac7e87 --- /dev/null +++ b/src/test/resources/aml/catalog/examples/asset-documentation.yaml @@ -0,0 +1,10 @@ +#%Documentation / Asset 1.0 +tenantId: 7939cada-cbc5-4851-aa4a-3531286b2241 +organizationId: e7f84fb5-4891-4928-af2d-d56aabe473bc +groupId: com.mulesoft +assetId: exchange-api +majorVersionComponent: 1 +minorVersionComponent: 0 +title: Page One +content: | + Lorem ipsum diff --git a/src/test/resources/aml/catalog/examples/asset-major-1.yaml b/src/test/resources/aml/catalog/examples/asset-major-1.yaml new file mode 100644 index 0000000..94631d1 --- /dev/null +++ b/src/test/resources/aml/catalog/examples/asset-major-1.yaml @@ -0,0 +1,12 @@ +#%Major / Asset 1.0 +tenantId: 7939cada-cbc5-4851-aa4a-3531286b2241 +organizationId: e7f84fb5-4891-4928-af2d-d56aabe473bc +groupId: com.mulesoft +assetId: catalog-api +asset: http://ang.com/assets/g/a +majorVersionComponent: 1 +displayName: v1 +minorVersions: + - http://ang.com/asset-minor-versions/com.mulesoft/catalog-api/1/1 + - http://ang.com/asset-minor-versions/com.mulesoft/catalog-api/1/2 + - http://ang.com/asset-minor-versions/com.mulesoft/catalog-api/1/3 diff --git a/src/test/resources/aml/catalog/examples/asset-minor-0.yaml b/src/test/resources/aml/catalog/examples/asset-minor-0.yaml new file mode 100644 index 0000000..68e6be1 --- /dev/null +++ b/src/test/resources/aml/catalog/examples/asset-minor-0.yaml @@ -0,0 +1,62 @@ +#%Minor / Asset 1.0 +tenantId: 7939cada-cbc5-4851-aa4a-3531286b2241 +organizationId: e7f84fb5-4891-4928-af2d-d56aabe473bc +groupId: com.mulesoft +assetId: exchange-api +majorVersion: http://ang.com/assets/com.mulesoft/exchange-api/1 +majorVersionComponent: 1 +minorVersionComponent: 0 +additionalTechnicalContent: + - http://ang.com/asset-documentation/1 +customerMetadata: http://ang.com/customer-metadata/com.mulesoft/exchange-api/1/0 +averageRating: 3.5 +numberOfRatings: 20 +isPublic: true +updatedAt: 2019-04-20T21:19:58.853Z +versions: + - + semverVersion: 1.0.0-rc1+12345 + patchVersionComponent: 0 + isMutable: false + preReleaseVersionTag: "rc1" + buildVersionTag: "12345" + status: published + createdBy: http://ang.com/anypoint-users/7f82fb87-d386-4f31-af48-3c92789e4d5d + files: + - classifier: raml + packaging: zip + mainFile: api.raml + size: 45465 + createdAt: 2019-04-22T21:19:58.853Z + - classifier: oas + packaging: zip + mainFile: api.json + createdAt: 2019-04-22T21:19:58.853Z + size: 29184 + dependencies: + - /assets/groupId/assetId#/v1/0.1 + createdAt: 2019-04-22T21:19:58.853Z + systemMetadata: http://ang.com/system-metadata/com.mulesoft/exchange-api/1.0.0-rc1+12345 + - + semverVersion: 1.0.1-rc2 + patchVersionComponent: 1 + isMutable: false + preReleaseVersionTag: "rc2" + status: published + createdById: c7262053-0b1d-48c6-9bf4-086ef6442f33 + createdBy: http://ang.com/anypoint-users/c7262053-0b1d-48c6-9bf4-086ef6442f33 + files: + - classifier: raml + packaging: zip + mainFile: api.raml + size: 45465 + createdAt: 2019-04-22T21:19:58.853Z + - classifier: oas + packaging: zip + mainFile: api.json + createdAt: 2019-04-22T21:19:58.853Z + size: 29184 + dependencies: + - /assets/groupId/assetId#/v1/0.1 + createdAt: 2019-04-22T21:19:58.853Z + systemMetadata: http://ang.com/system-metadata/com.mulesoft/exchange-api/1.0.1-rc2 diff --git a/src/test/resources/aml/catalog/examples/asset-minor-1.yaml b/src/test/resources/aml/catalog/examples/asset-minor-1.yaml new file mode 100644 index 0000000..dae0490 --- /dev/null +++ b/src/test/resources/aml/catalog/examples/asset-minor-1.yaml @@ -0,0 +1,58 @@ +#%Minor / Asset 1.0 +tenantId: 7939cada-cbc5-4851-aa4a-3531286b2241 +organizationId: e7f84fb5-4891-4928-af2d-d56aabe473bc +groupId: com.mulesoft +assetId: exchange-api +majorVersionComponent: 1 +minorVersionComponent: 1 +majorVersion: http://ang.com/assets/com.mulesoft/exchange-api/1 +additionalTechnicalContent: + - http://ang.com/asset-documentation/1 +customerMetadata: http://ang.com/customer-metadata/com.mulesoft/exchange-api/1/1 +averageRating: 3.1 +numberOfRatings: 31 +updatedAt: 2019-04-19T21:19:58.853Z +versions: + - + semverVersion: 1.1.9 + patchVersionComponent: 9 + isMutable: false + createdById: 19550322-3ea0-4ddd-867d-d1a76d1f2d5e + createdBy: http://ang.com/anypoint-users/19550322-3ea0-4ddd-867d-d1a76d1f2d5e + status: published + files: + - classifier: raml + packaging: zip + mainFile: api.raml + createdAt: 2019-04-22T21:19:58.853Z + size: 45465 + - classifier: oas + packaging: zip + createdAt: 2019-04-22T21:19:58.853Z + mainFile: api.json + size: 29184 + createdAt: 2019-04-22T21:19:58.853Z + systemMetadata: http://ang.com/system-metadata/com.mulesoft/exchange-api/1.1.9 + - + semverVersion: 1.1.10-rc1 + patchVersionComponent: 10 + isMutable: false + preReleaseVersionTag: "rc1" + status: published + createdById: 4ae86f92-60a0-4156-869b-1bed6a18708f + createdBy: http://ang.com/anypoint-users/4ae86f92-60a0-4156-869b-1bed6a18708f + files: + - classifier: raml + packaging: zip + mainFile: api.raml + size: 45465 + createdAt: 2019-04-22T21:19:58.853Z + - classifier: oas + packaging: zip + mainFile: api.json + createdAt: 2019-04-22T21:19:58.853Z + size: 29184 + dependencies: + - /assets/groupId/assetId#/v1/0.1 + createdAt: 2019-04-22T21:19:58.853Z + systemMetadata: http://ang.com/system-metadata/com.mulesoft/exchange-api/1.1.10-rc1 diff --git a/src/test/resources/aml/catalog/examples/customer-metadata.yaml b/src/test/resources/aml/catalog/examples/customer-metadata.yaml new file mode 100644 index 0000000..d72ad34 --- /dev/null +++ b/src/test/resources/aml/catalog/examples/customer-metadata.yaml @@ -0,0 +1,31 @@ +#%Customer Metadata / Asset 1.0 +tenantId: 7939cada-cbc5-4851-aa4a-3531286b2241 +organizationId: e7f84fb5-4891-4928-af2d-d56aabe473bc +groupId: com.mulesoft +assetId: exchange-api +majorVersionComponent: 1 +minorVersionComponent: 0 +tags: + - api + - experience + - health +keyValueTags: + - "apis.experience[0].expirationDate:2019-02-20" + - "apis.compatibleVersions:4.3.3" + - "apis.compatibleVersions:4.3.5" +categories: + - layer:front-end + - environment:dev + - environment:qa +fields: + - contributor:John + - contributor:Jack +searchableValues: + - 2019-02-20 + - 4.3.3 + - 4.3.5 + - front-end + - dev + - qa + - John + - Jack diff --git a/src/test/resources/aml/catalog/examples/public-asset-minor.yaml b/src/test/resources/aml/catalog/examples/public-asset-minor.yaml new file mode 100644 index 0000000..e6590a6 --- /dev/null +++ b/src/test/resources/aml/catalog/examples/public-asset-minor.yaml @@ -0,0 +1,8 @@ +#%Public / Asset 1.0 +tenantId: 7939cada-cbc5-4851-aa4a-3531286b2241 +organizationId: e7f84fb5-4891-4928-af2d-d56aabe473bc +groupId: com.mulesoft +assetId: exchange-api +majorVersionComponent: 1 +minorVersionComponent: 1 +publicMinorVersion: http://ang.com/asset-minor-versions/com.mulesoft/exchange-api/1/1 diff --git a/src/test/resources/aml/catalog/examples/system-metadata.yaml b/src/test/resources/aml/catalog/examples/system-metadata.yaml new file mode 100644 index 0000000..4edb31b --- /dev/null +++ b/src/test/resources/aml/catalog/examples/system-metadata.yaml @@ -0,0 +1,9 @@ +#%System Metadata / Asset 1.0 +tenantId: 7939cada-cbc5-4851-aa4a-3531286b2241 +organizationId: e7f84fb5-4891-4928-af2d-d56aabe473bc +groupId: com.mulesoft +assetId: exchange-api +semverVersion: 1.1.1-rc1 +projectId: 123456-123456-2345 +commitId: 3456-345-456 +branchId: master diff --git a/src/test/resources/aml/catalog/examples/webapi-spec.flatten.json b/src/test/resources/aml/catalog/examples/webapi-spec.flatten.json new file mode 100644 index 0000000..3eb7749 --- /dev/null +++ b/src/test/resources/aml/catalog/examples/webapi-spec.flatten.json @@ -0,0 +1,252 @@ +{ + "@context": { + "schema": "file://catalog/dialects/canonical-webapi-spec.yaml#/declarations/", + "anypoint": "http://anypoint.com/vocabs/anypoint#", + "catalog": "http://anypoint.com/vocabs/digital-repository#", + "data": "http://a.ml/vocabularies/data#", + "owl": "http://www.w3.org/2002/07/owl#", + "apiContract": "http://a.ml/vocabularies/apiContract#", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "shacl": "http://www.w3.org/ns/shacl#", + "core": "http://a.ml/vocabularies/core#", + "security": "http://a.ml/vocabularies/security#", + "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "shapes": "http://a.ml/vocabularies/shapes#", + "meta": "http://a.ml/vocabularies/meta#", + "doc": "http://a.ml/vocabularies/document#", + "dependency_1": "https://amf-service.devx.msap.io/e2c426f7-6844-4a29-8435-f74ce0ef5333/g-fragment/1.0.1#", + "dependency_0": "https://amf-service.devx.msap.io/e2c426f7-6844-4a29-8435-f74ce0ef5333/g-trait/1.0.0#" + }, + "@graph": [ + { + "@id": "file://collection.raml#", + "@type": [ + "doc:DomainElement", + "meta:DialectDomainElement", + "schema:ResourceTypeFragment", + "apiContract:ResourceTypeFragment" + ], + "doc:encodes": { + "@id": "file://collection.raml#/resourceType" + }, + "doc:dependencies": { + "@id": "https://amf-service.devx.msap.io/e2c426f7-6844-4a29-8435-f74ce0ef5333/g-fragment/1.0.1" + }, + "doc:usage": "Use this to describe a resource that lists items", + "doc:version": "2.0.0" + }, + { + "@id": "file://collection.raml#/resourceType", + "@type": [ + "doc:DomainElement", + "meta:DialectDomainElement", + "schema:ResourceType", + "apiContract:ResourceType" + ], + "core:name": "resourceType" + }, + { + "@id": "./", + "@type": [ + "doc:Unit", + "doc:Module", + "doc:Fragment", + "doc:Document", + "meta:DialectInstance" + ], + "doc:encodes": { + "@id": "#/rootAsset" + }, + "doc:dependencies": { + "@id": "https://amf-service.devx.msap.io/e2c426f7-6844-4a29-8435-f74ce0ef5333/g-trait/1.0.0" + }, + "anypoint:tenantId": "tenantId", + "anypoint:organizationId": "organizationId", + "catalog:assetId": "assetId", + "catalog:groupId": "groupId", + "catalog:semverVersion": "1.0.0", + "doc:version": "2.0.0", + "meta:definedBy": { + "@id": "file://catalog/dialects/canonical-webapi-spec.yaml" + } + }, + { + "@id": "#/declarations/resourceTypes/collection", + "@type": [ + "doc:DomainElement", + "meta:DialectDomainElement", + "schema:ResourceType", + "apiContract:ResourceType" + ], + "core:name": "collection", + "doc:design-link-target": { + "@id": "file://collection.raml#/resourceType" + }, + "doc:link-label": "collection.raml" + }, + { + "@id": "#/declarations/traits/id", + "@type": [ + "doc:DomainElement", + "meta:DialectDomainElement", + "schema:Trait", + "apiContract:Trait" + ], + "core:name": "id", + "doc:design-link-target": { + "@id": "dependency_0:/trait" + }, + "doc:link-label": "/exchange_modules/e2c426f7-6844-4a29-8435-f74ce0ef5333/g-trait/1.0.0/g-trait.raml" + }, + { + "@id": "#/rootAsset", + "@type": [ + "doc:DomainElement", + "meta:DialectDomainElement", + "schema:Document", + "doc:Document" + ], + "doc:declares": [ + { + "@id": "#/declarations/resourceTypes/collection" + }, + { + "@id": "#/declarations/traits/id" + } + ], + "doc:encodes": { + "@id": "#/web-api" + }, + "doc:references": { + "@id": "file://collection.raml#" + }, + "doc:version": "2.0.0" + }, + { + "@id": "#/web-api", + "@type": [ + "doc:DomainElement", + "schema:WebAPI", + "meta:DialectDomainElement", + "apiContract:WebAPI" + ], + "apiContract:accepts": "application/json", + "apiContract:contentType": "application/json", + "apiContract:endpoint": [ + { + "@id": "#/web-api/end-points/%2Finvoice" + }, + { + "@id": "#/web-api/end-points/%2Fping" + } + ], + "apiContract:scheme": "HTTP", + "apiContract:server": { + "@id": "#/web-api/petstore.swagger.io%2Fv1" + }, + "core:name": "g-api", + "core:version": "1" + }, + { + "@id": "#/web-api/end-points/%2Finvoice", + "@type": [ + "doc:DomainElement", + "meta:DialectDomainElement", + "schema:EndPoint", + "apiContract:EndPoint" + ], + "apiContract:path": "/invoice", + "doc:extends": { + "@id": "#/web-api/end-points/%2Finvoice/collection" + } + }, + { + "@id": "#/web-api/end-points/%2Finvoice/collection", + "@type": [ + "doc:DomainElement", + "meta:DialectDomainElement", + "schema:ParametrizedResourceType", + "apiContract:ParametrizedResourceType" + ], + "core:name": "collection", + "doc:target": { + "@id": "#/web-api/end-points/%2Finvoice/collection/default-abstract" + } + }, + { + "@id": "#/web-api/end-points/%2Finvoice/collection/default-abstract", + "@type": [ + "doc:DomainElement", + "meta:DialectDomainElement", + "schema:ResourceType", + "apiContract:ResourceType" + ], + "doc:design-link-target": { + "@id": "#/declarations/resourceTypes/collection" + }, + "doc:link-label": "collection" + }, + { + "@id": "#/web-api/end-points/%2Fping", + "@type": [ + "doc:DomainElement", + "meta:DialectDomainElement", + "schema:EndPoint", + "apiContract:EndPoint" + ], + "apiContract:path": "/ping", + "apiContract:supportedOperation": { + "@id": "#/web-api/end-points/%2Fping/get" + } + }, + { + "@id": "#/web-api/end-points/%2Fping/get", + "@type": [ + "doc:DomainElement", + "meta:DialectDomainElement", + "schema:Operation", + "apiContract:Operation" + ], + "apiContract:method": "get", + "doc:extends": { + "@id": "#/web-api/end-points/%2Fping/get/id" + } + }, + { + "@id": "#/web-api/end-points/%2Fping/get/id", + "@type": [ + "doc:DomainElement", + "meta:DialectDomainElement", + "schema:ParametrizedTrait", + "apiContract:ParametrizedTrait" + ], + "core:name": "id", + "doc:target": { + "@id": "#/web-api/end-points/%2Fping/get/id/default-abstract" + } + }, + { + "@id": "#/web-api/end-points/%2Fping/get/id/default-abstract", + "@type": [ + "doc:DomainElement", + "meta:DialectDomainElement", + "schema:Trait", + "apiContract:Trait" + ], + "doc:design-link-target": { + "@id": "#/declarations/traits/id" + }, + "doc:link-label": "id" + }, + { + "@id": "#/web-api/petstore.swagger.io%2Fv1", + "@type": [ + "doc:DomainElement", + "meta:DialectDomainElement", + "schema:Server", + "apiContract:Server" + ], + "core:urlTemplate": "petstore.swagger.io/v1" + } + ] +} diff --git a/src/test/resources/aml/catalog/views/asset-minor-versions-view.yaml b/src/test/resources/aml/catalog/views/asset-minor-versions-view.yaml new file mode 100644 index 0000000..40bb589 --- /dev/null +++ b/src/test/resources/aml/catalog/views/asset-minor-versions-view.yaml @@ -0,0 +1,139 @@ +#%View / Container Configuration 0.1 +namespace: asset-minor-versions-view +coreContainer: asset-minor-versions +containers: + + assets: + indexes: + AssetNode: + properties: + assetId: {} + groupId: {} + organizationId: {} + tenantId: {} + name: {} + description: {} + numberOfRatings: {} + averageRating: {} + FileNode: + properties: + packaging: {} + mainFile: {} + classifier: {} + sha1: {} + + asset-major-versions: + indexes: + MajorVersionNode: + properties: + majorVersionComponent: {} + displayName: {} + asset: {} + + asset-minor-versions: + indexes: + MinorVersionNode: + properties: + assetId: {} + groupId: {} + organizationId: {} + majorVersionComponent: {} + minorVersionComponent: {} + majorVersion: {} + additionalTechnicalContent: {} + numberOfRatings: {} + averageRating: {} + customerMetadata: {} + updatedAt: {} + isPublic: {} + VersionNode: + properties: + patchVersionComponent: {} + semverVersion: {} + preReleaseVersionTag: {} + buildVersionTag: {} + isMutable: {} + createdById: {} + createdBy: {} + createdAt: {} + status: {} + systemMetadata: {} + generatedFrom: {} + metadata: {} + FileNode: + properties: + packaging: {} + mainFile: {} + classifier: {} + sha1: {} + + asset-documentation: + indexes: + DocumentationNode: + properties: + title: {} + content: {} + + customer-metadata: + indexes: + CustomerMetadataNode: + properties: + tags: {} + keyValueTags: {} + categories: {} + fields: {} + searchableValues: {} + + system-metadata: + indexes: + SystemMetadataNode: + properties: + tags: {} + projectId: {} + commitId: {} + branchId: {} + hasOperations: {} + hasMessageSources: {} + hasConnectionProviders: {} + hasConfigurations: {} + minMuleVersion: {} + featureId: {} + fullVersion: {} + externalLink: {} + + webapi-spec: + indexes: + WebAPI: + properties: + name: {} + description: {} + AbstractDeclaration: + properties: + name: {} + description: {} + Example: + properties: + name: {} + displayName: {} + description: {} + Shape: + properties: + name: {} + displayName: {} + description: {} + Server: + properties: + urlTemplate: {} + EndPoint: + properties: + path: {} + name: {} + summary: {} + description: {} + Operation: + properties: + description: {} + Parameter: + properties: + name: {} + description: {} diff --git a/src/test/resources/aml/catalog/views/public-asset-minor-versions-view.yaml b/src/test/resources/aml/catalog/views/public-asset-minor-versions-view.yaml new file mode 100644 index 0000000..4dd0259 --- /dev/null +++ b/src/test/resources/aml/catalog/views/public-asset-minor-versions-view.yaml @@ -0,0 +1,105 @@ +#%View / Container Configuration 0.1 +namespace: public-asset-minor-versions-view +coreContainer: public-asset-minor-versions +containers: + assets: + indexes: + AssetNode: + properties: + assetId: {} + groupId: {} + organizationId: {} + tenantId: {} + name: {} + description: {} + numberOfRatings: {} + averageRating: {} + FileNode: + properties: + packaging: {} + mainFile: {} + classifier: {} + sha1: {} + asset-major-versions: + indexes: + MajorVersionNode: + properties: + majorVersionComponent: {} + displayName: {} + asset: {} + + public-asset-minor-versions: + indexes: + PublicMinorVersionNode: + properties: + publicMinorVersion: {} + + asset-minor-versions: + indexes: + MinorVersionNode: + properties: + assetId: {} + groupId: {} + organizationId: {} + majorVersionComponent: {} + minorVersionComponent: {} + majorVersion: {} + additionalTechnicalContent: {} + numberOfRatings: {} + averageRating: {} + customerMetadata: {} + updatedAt: {} + isPublic: {} + VersionNode: + properties: + patchVersionComponent: {} + semverVersion: {} + preReleaseVersionTag: {} + buildVersionTag: {} + isMutable: {} + createdById: {} + createdBy: {} + createdAt: {} + status: {} + systemMetadata: {} + generatedFrom: {} + FileNode: + properties: + packaging: {} + mainFile: {} + classifier: {} + sha1: {} + + asset-documentation: + indexes: + DocumentationNode: + properties: + title: {} + content: {} + + customer-metadata: + indexes: + CustomerMetadataNode: + properties: + tags: {} + keyValueTags: {} + categories: {} + fields: {} + searchableValues: {} + + system-metadata: + indexes: + SystemMetadataNode: + properties: + tags: {} + projectId: {} + commitId: {} + branchId: {} + hasOperations: {} + hasMessageSources: {} + hasConnectionProviders: {} + hasConfigurations: {} + minMuleVersion: {} + featureId: {} + fullVersion: {} + externalLink: {} diff --git a/src/test/resources/aml/common/vocabulary/core.yaml b/src/test/resources/aml/common/vocabulary/core.yaml new file mode 100644 index 0000000..ef033ec --- /dev/null +++ b/src/test/resources/aml/common/vocabulary/core.yaml @@ -0,0 +1,133 @@ +#%Vocabulary 1.0 +vocabulary: Core +base: http://a.ml/vocabularies/core# +usage: Core vocabulary with common classes and properties +classTerms: + CorrelationId: + displayName: CorrelationId + description: Model defining an identifier that can used for message tracing and correlation + CreativeWork: + displayName: Creative Work + description: The most generic kind of creative work, including books, movies, photographs, software programs, etc. + License: + displayName: License + description: Licensing information for a resource + Organization: + displayName: Organization + description: Organization providing an good or service + DigitalDocument: + description: An electronic file or document. + TechArticle: + description: | + A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc. +propertyTerms: + comment: + displayName: comment + description: A comment on an item. The comment's content is expressed via the text + range: string + correlationId: + displayName: correlationId + description: an identifier that can be used for message tracing and correlation + range: CorrelationId + deprecated: + displayName: deprecated + description: Marks the operation as deprecated + range: boolean + dependencies: + displayName: dependencies + description: Represents a dependecy between to entities + description: + displayName: description + description: Human readable description of an element + range: string + displayName: + displayName: display name + description: Human readable name for the term + range: string + documentation: + displayName: documentation + description: Documentation about the tag + range: CreativeWork + email: + displayName: email + description: Contact email for the organization + range: string + extensionName: + displayName: name + description: Name of an extension entity + range: string + identifier: + displayName: identifier + description: The identifier property represents any kind of identifier, such as ISBNs, GTIN codes, UUIDs, etc. + range: string + license: + displayName: license + description: License for the entity + range: License + location: + displayName: location + description: Structural location of a piece of information + range: string + mediaType: + displayName: mediaType + description: HTTP Media type associated to the encoded fragment information + range: string + name: + displayName: name + description: Name for an entity + range: string + provider: + displayName: provider + description: Organization providing some kind of asset or service + range: Organization + summary: + displayName: summary + description: Human readable short description of the endpoint + range: string + termsOfService: + displayName: terms of service + description: Terms and conditions when using the API + range: string + title: + displayName: title + description: Title of the item + range: string + url: + displayName: url + description: URL identifying the organization + range: uri + urlTemplate: + displayName: urlTemplate + description: URL (potentially a template) for the server + range: string + version: + displayName: version + description: Version of the API + range: string + requirements: + description: | + Component dependency requirements for application. + This includes runtime environments and shared libraries that are not included in the application distribution package, + but required to run the application (Examples: DirectX, Java or .NET runtime). + encodingFormat: + description: | + Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a + SoftwareApplication binary, audio/mpeg for .mp3 etc.). + In cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject + alongside particular encodingFormat information. + Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web + page or a Wikipedia/Wikidata entry. + dateCreated: + description: The date on which the CreativeWork was created or the item was added to a DataFeed. + dateModified: + description: The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. + creator: + description: The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. + downloadUrl: + description: If the file can be downloaded, URL to download the binary. + fileSize: + description: Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed. + articleBody: + description: The actual body of the article. + value: + description: The value of the quantitative value or property value node. \ No newline at end of file diff --git a/src/test/resources/aml/containers/vocabulary/containersVocabulary.yaml b/src/test/resources/aml/containers/vocabulary/containersVocabulary.yaml new file mode 100644 index 0000000..590c58d --- /dev/null +++ b/src/test/resources/aml/containers/vocabulary/containersVocabulary.yaml @@ -0,0 +1,15 @@ +#%Vocabulary 1.0 + +base: http://a.ml/vocabularies/containers# + +classTerms: + Container: + properties: + - containing + +propertyTerms: + containing: + objectDestructive: + hasContainer: + inverseOf: + diff --git a/src/test/resources/aml/modeling/schema/apiModelDialect.yaml b/src/test/resources/aml/modeling/schema/apiModelDialect.yaml new file mode 100644 index 0000000..e916d2c --- /dev/null +++ b/src/test/resources/aml/modeling/schema/apiModelDialect.yaml @@ -0,0 +1,171 @@ +#%Dialect 1.0 + +dialect: ApiModel +version: 0.1 + +uses: + core: ../../common/vocabulary/core.yaml + modeling: ../vocabulary/modelingVocabulary.yaml + dataModeling: ./dataModelingLibrary.yaml + +documents: + root: + encodes: ApiModel + + +nodeMappings: + + ApiModel: + idTemplate: "http://mulesoft.com/modeling/instances/{uuid}" + classTerm: modeling.ApiModel + mapping: + uuid: + mandatory: true + range: string + name: + propertyTerm: core.name + range: string + version: + propertyTerm: core.version + range: string + displayName: + propertyTerm: core.displayName + range: string + description: + propertyTerm: core.description + range: string + entryPoint: + propertyTerm: modeling.entrypoint + range: Resource + resources: + propertyTerm: modeling.resource + range: Resource + allowMultiple: true + mapKey: name + entities: + propertyTerm: modeling.entities + range: dataModeling.Entity + allowMultiple: true + mapKey: name + + + Resource: + idTemplate: "http://mulesoft.com/modeling/instances/{uuid}" + mapping: + uuid: + mandatory: true + range: string + name: + propertyTerm: core.name + range: string + displayName: + propertyTerm: core.displayName + range: string + description: + propertyTerm: core.description + range: string + schema: + propertyTerm: modeling.schema + range: dataModeling.Entity + isCollection: + propertyTerm: modeling.isCollection + range: boolean + mandatory: true + operations: + propertyTerm: modeling.operation + allowMultiple: true + range: Operation + + Operation: + idTemplate: "http://mulesoft.com/modeling/instances/{uuid}" + classTerm: modeling.Operation + mapping: + uuid: + mandatory: true + range: string + name: + propertyTerm: core.name + range: string + displayName: + propertyTerm: core.displayName + range: string + description: + propertyTerm: core.description + range: string + inputs: + propertyTerm: modeling.input + range: OperationParameter + allowMultiple: true + output: + propertyTerm: modeling.output + range: OperationParameter + transition: + propertyTerm: modeling.transition + range: ResourceTransition + isMutation: + propertyTerm: modeling.isMutation + range: boolean + + OperationParameter: + idTemplate: "http://mulesoft.com/modeling/instances/{uuid}" + classTerm: modeling.OperationParameter + mapping: + uuid: + mandatory: true + range: string + name: + propertyTerm: core.name + range: string + displayName: + propertyTerm: core.displayName + range: string + description: + propertyTerm: core.description + range: string + scalarRange: + propertyTerm: modeling.scalarRange + range: + - dataModeling.String + - dataModeling.Integer + - dataModeling.Boolean + - dataModeling.Date + - dataModeling.DateTime + - dataModeling.Time + - dataModeling.Float + typeDiscriminatorName: type + typeDiscriminator: + string: dataModeling.String + integer: dataModeling.Integer + boolean: dataModeling.Boolean + date: dataModeling.Date + dateTime: dataModeling.DateTime + time: dataModeling.Time + float: dataModeling.Float + objectRange: + propertyTerm: modeling.objectRange + range: link # link to one data model Entity + allowMultiple: + propertyTerm: modeling.allowMultiple + range: boolean + required: + propertyTerm: modeling.required + range: boolean + + ResourceTransition: + idTemplate: "http://mulesoft.com/modeling/instances/{uuid}" + mapping: + uuid: + mandatory: true + range: string + name: + propertyTerm: core.name + range: string + displayName: + propertyTerm: core.displayName + range: string + description: + propertyTerm: core.description + range: string + target: + propertyTerm: modeling.transitionTarget + range: link # target resource in the model diff --git a/src/test/resources/aml/modeling/schema/dataModelDialect.yaml b/src/test/resources/aml/modeling/schema/dataModelDialect.yaml new file mode 100644 index 0000000..7b9c562 --- /dev/null +++ b/src/test/resources/aml/modeling/schema/dataModelDialect.yaml @@ -0,0 +1,46 @@ +#%Dialect 1.0 + +dialect: DataModel +version: 0.1 + +uses: + modeling: ../vocabulary/modelingVocabulary.yaml + core: ../../common/vocabulary/core.yaml + dataModeling: ./dataModelingLibrary.yaml + +documents: + root: + encodes: DataModel + fragments: + encodes: + Entity: dataModeling.Entity + Attribute: dataModeling.Attribute + Association: dataModeling.Association + +nodeMappings: + + DataModel: + classTerm: modeling.DataModel + idTemplate: "http://mulesoft.com/modeling/instances/{uuid}" + mapping: + uuid: + mandatory: true + range: string + version: + propertyTerm: core.version + range: string + name: + propertyTerm: core.name + range: string + displayName: + propertyTerm: core.displayName + range: string + description: + propertyTerm: core.description + range: string + entities: + propertyTerm: modeling.entities + range: dataModeling.Entity + allowMultiple: true + mapKey: name + diff --git a/src/test/resources/aml/modeling/schema/dataModelingLibrary.yaml b/src/test/resources/aml/modeling/schema/dataModelingLibrary.yaml new file mode 100644 index 0000000..e8dbc61 --- /dev/null +++ b/src/test/resources/aml/modeling/schema/dataModelingLibrary.yaml @@ -0,0 +1,162 @@ +#%Library / Dialect 1.0 +uses: + modeling: ../vocabulary/modelingVocabulary.yaml + core: ../../common/vocabulary/core.yaml + +nodeMappings: + Entity: + classTerm: modeling.Entity + idTemplate: "http://mulesoft.com/modeling/instances/{uuid}" + mapping: + uuid: + mandatory: true + range: string + extends: + propertyTerm: modeling.extends + mandatory: false + range: link + name: + propertyTerm: core.name + mandatory: true + range: string + displayName: + propertyTerm: core.displayName + range: string + description: + propertyTerm: core.description + mandatory: false + range: string + attributes: + propertyTerm: modeling.attributes + range: Attribute + allowMultiple: true + mapKey: name + associations: + propertyTerm: modeling.associations + range: Association + allowMultiple: true + mapKey: name + disjoint: + propertyTerm: modeling.disjoint + range: link + allowMultiple: true + + String: + classTerm: modeling.String + idTemplate: "http://mulesoft.com/modeling/instances/string" + + Integer: + classTerm: modeling.Integer + idTemplate: "http://mulesoft.com/modeling/instances/integer" + + Boolean: + classTerm: modeling.Boolean + idTemplate: "http://mulesoft.com/modeling/instances/boolean" + + Date: + classTerm: modeling.Date + idTemplate: "http://mulesoft.com/modeling/instances/date" + + DateTime: + classTerm: modeling.DateTime + idTemplate: "http://mulesoft.com/modeling/instances/datetime" + + Time: + classTerm: modeling.Time + idTemplate: "http://mulesoft.com/modeling/instances/time" + + Float: + classTerm: modeling.Float + idTemplate: "http://mulesoft.com/modeling/instances/float" + + Attribute: + classTerm: modeling.AttributeProperty + idTemplate: "http://mulesoft.com/modeling/instances/{uuid}" + mapping: + isKey: + propertyTerm: modeling.isKey + range: boolean + uuid: + mandatory: true + range: string + name: + propertyTerm: core.name + mandatory: true + range: string + displayName: + propertyTerm: core.displayName + range: string + description: + propertyTerm: core.description + mandatory: false + range: string + required: + propertyTerm: modeling.required + range: boolean + allowMultiple: + propertyTerm: modeling.allowMultiple + range: boolean + range: + propertyTerm: modeling.range + range: + - String + - Integer + - Boolean + - Date + - DateTime + - Time + - Float + typeDiscriminatorName: type + typeDiscriminator: + string: String + integer: Integer + boolean: Boolean + date: Date + dateTime: DateTime + time: Time + float: Float + readOnly: + propertyTerm: modeling.readOnly + range: boolean + writeOnly: + propertyTerm: modeling.writeOnly + range: boolean + + Association: + classTerm: modeling.AssociationProperty + idTemplate: "http://mulesoft.com/modeling/instances/{uuid}" + mapping: + uuid: + mandatory: true + range: string + name: + propertyTerm: core.name + mandatory: true + range: string + displayName: + propertyTerm: core.displayName + range: string + description: + propertyTerm: core.description + range: string + required: + propertyTerm: modeling.required + range: boolean + allowMultiple: + propertyTerm: modeling.allowMultiple + range: boolean + inverseOf: + propertyTerm: modeling.inverseOf + range: link + target: + propertyTerm: modeling.target + range: link + isComposition: + propertyTerm: modeling.isComposition + range: boolean + readOnly: + propertyTerm: modeling.readOnly + range: boolean + writeOnly: + propertyTerm: modeling.writeOnly + range: boolean \ No newline at end of file diff --git a/src/test/resources/aml/modeling/vocabulary/modelingVocabulary.yaml b/src/test/resources/aml/modeling/vocabulary/modelingVocabulary.yaml new file mode 100644 index 0000000..5eb8cb9 --- /dev/null +++ b/src/test/resources/aml/modeling/vocabulary/modelingVocabulary.yaml @@ -0,0 +1,234 @@ +#%Vocabulary 1.0 + +base: http://a.ml/vocabularies/data-model# + +uses: +# mod: ../../modularity/vocabulary/modularVocab.yaml + cont: ../../containers/vocabulary/containersVocabulary.yaml + +external: + rdfs: https://www.w3.org/2000/01/rdf-schema + xsd: http://www.w3.org/2001/XMLSchema# + core: ../../common/vocabulary/core.yaml + +#? do we need multiple containment/scoping properties +# names must be unambiguous in their scope + +# All objects have the following - can be moved to modularity or above (are these rdfs standard?) + +# entities, a` la CIM +# no particular additional items +# does this extend rdfs:Class - or is it an rdfs:Class, with cim:Entity extending? + +classTerms: + + Thing: + #extends: rdfs:Class + properties: + - extends + - core.name # rdfs:label + - core.description # rdfs:comment + + Datatype: + extends: Thing + + Entity: + extends: + - Thing + - cont.Container + properties: + - attributes # - separated in CIM model - literals + - associations # - pointers to other Entities + + # particular datatypes extend datatype + String: + extends: Datatype + Integer: + extends: Datatype + Boolean: + extends: Datatype + Date: + extends: Datatype + DateTime: + extends: Datatype + Time: + extends: Datatype + Float: + extends: Datatype + + Property: + properties: + - domain + - required + - allowMultiple + - inverseOf + + # attributeProperty + AttributeProperty: + extends: Property + properties: + - range + - isKey + + # is a property type from entities to datatypes + # and particular attribute has type Attribute + # module can be the (single) domain + + AssociationProperty: + extends: Property + properties: + - target + - isComposition + + DataModel: + extends: cont.Container + properties: + - entities + - attributes + - associations + + ApiModel: + extends: cont.Container + properties: + - entrypoint + - entities + Resource: + extends: + - Thing + properties: + - schema + - isCollection + - operation + + Operation: + extends: + - Thing + properties: + - input + - output + - transition + - isMutation + + OperationParameter: + extends: + - Thing + properties: + - scalarRange + - objectRange + - allowMultiple + - required + + ResourceTransition: + extends: + - Thing + properties: + - transitionTarget + +#annotation extends concept (like datatype) +propertyTerms: + attribute: + range: AttributeProperty + association: + range: AssociationProperty + domain: + extends: rdfs.domain + range: Entity + required: + range: boolean + allowMultiple: + range: boolean + range: + range: Datatype + target: + range: Entity + entities: + extends: + - cont.containing + - cont.objectDestructive + range: Entity + attributes: + extends: + - cont.containing + - cont.objectDestructive + range: AttributeProperty + associations: + extends: + - cont.containing + - cont.objectDestructive + range: AssociationProperty + inverseOf: + range: AssociationProperty + extends: + range: Entity + disjoint: + displayName: disjoint + description: tagged union of types defining this entity + range: Entity + isComposition: + displayName: is key? + description: | + Marks the association as a composition relationship where the identity + of the data aggregate is the one of the composite entity that has + ownership over the components and their lifecycle + range: boolean + isKey: + displayName: is key? + range: boolean + description: Marks an attribute as being part of th key for the entity + entrypoint: + displayName: entrypoint + range: Resource + description: Entrypoint for an API model + resource: + displayName: resource + range: Resource + description: Non-entrypoint resource accessible through an API model + schema: + displayName: schema + range: Entity + description: entity describing the data schema for the resource representation + isCollection: + displayName: is collection? + description: Marks a resources as a collection resource + range: boolean + operation: + displayName: operation + description: One affordance over a resource API + range: Operation + input: + displayName: input + description: Input parameters for an API operation + range: OperationParameter + output: + displayName: output + description: output parameters for an API operation + range: OperationParameter + transition: + displayName: transition + description: | + State transition that should happen in the client application state when the + operation is successfully invoked + range: Resource + scalarRange: + displayName: scalar range + description: Marks an operation parameter as being a scalar + range: Datatype + objectRange: + displayName: object range + description: Marks an operation parameter as being an entity + range: Entity + transitionTarget: + displayName: target + description: Target resource for a transition + range: Resource + isMutation: + displayName: is idempotent? + description: marks this operation as being idempotent + range: boolean + readOnly: + displayName: is read-only? + description: is this attribute visible only in non-mutation operations + range: boolean + writeOnly: + displayName: is this attribute visible only in mutation operation + range: boolean \ No newline at end of file diff --git a/src/test/resources/aml/modularity/schema/modularDialect.yaml b/src/test/resources/aml/modularity/schema/modularDialect.yaml new file mode 100644 index 0000000..633a143 --- /dev/null +++ b/src/test/resources/aml/modularity/schema/modularDialect.yaml @@ -0,0 +1,43 @@ +#%Dialect 1.0 + +dialect: ModuleTree +version: 0.1 + +uses: + mod: ../vocabulary/modularVocab.yaml + des: ../../modeling/vocabulary/modelingVocabulary.yaml + core: ../../common/vocabulary/core.yaml + +documents: + root: + encodes: Module + declares: + modules: Module + + +nodeMappings: + Module: + classTerm: mod.Module + idTemplate: "http://mulesoft.com/modeling/instances/{uuid}" + mapping: + uuid: + range: string + mandatory: true + name: + propertyTerm: core.name + range: string + mandatory: true + displayName: + propertyTerm: core.displayName + range: string + description: + propertyTerm: core.description + range: string + dataModels: + propertyTerm: mod.dataModels + range: link + allowMultiple: true + nested: + propertyTerm: mod.modules + allowMultiple: true + range: Module diff --git a/src/test/resources/aml/modularity/vocabulary/modularVocab.yaml b/src/test/resources/aml/modularity/vocabulary/modularVocab.yaml new file mode 100644 index 0000000..63004f9 --- /dev/null +++ b/src/test/resources/aml/modularity/vocabulary/modularVocab.yaml @@ -0,0 +1,45 @@ +#%Vocabulary 1.0 + +base: http://a.ml/vocabularies/modularity# +#version: 0.1 + +uses: + cont: ../../containers/vocabulary/containersVocabulary.yaml + mod: ../../modeling/vocabulary/modelingVocabulary.yaml + #proj: ../../project/vocabulary/projectVocabulary.yaml + +external: + owl: "http://www.w3.org/2002/07/owl#" + +# Modularity principles +# - Modules form a tree, not a dag +# - There are some metaconstructs around module trees +# - Particular modeling frameworks (e.g., CIM) can inherit from these to create their own constructs + +classTerms: + Module: + extends: cont.Container + displayName: Module + properties: + - dataModels + - modules + +propertyTerms: + identifier: + range: string + dataModels: + displayName: Data Model + range: mod.DataModel + extends: + - cont.containing + - cont.objectDestructive + description: > + the DataModel describing the Entities,etc., contained in the Module + | all Modules should have either 'subModules' or 'dataModel' + modules: + displayName: Modules + description: definitions of contained modules + extends: + - cont.containing + - cont.objectDestructive + range: Module diff --git a/src/test/resources/aml/project/schema/projectDialect.yaml b/src/test/resources/aml/project/schema/projectDialect.yaml new file mode 100644 index 0000000..3dbf57c --- /dev/null +++ b/src/test/resources/aml/project/schema/projectDialect.yaml @@ -0,0 +1,35 @@ +#%Dialect 1.0 + +dialect: Project +version: 0.1 + +uses: + # mod: ../../modularity/vocabulary/modularVocab.yaml + proj: ../vocabulary/projectVocabulary.yaml + core: ../../common/vocabulary/core.yaml + +documents: + root: + encodes: Project + +nodeMappings: + Project: + classTerm: proj.Project + idTemplate: "http://mulesoft.com/modeling/instances/{uuid}" + mapping: + uuid: + range: string + mandatory: true + displayName: + propertyTerm: core.displayName + range: string + description: + propertyTerm: core.description + range: string + owner: + propertyTerm: proj.owner + range: string + modules: + propertyTerm: proj.modules + range: string + allowMultiple: true diff --git a/src/test/resources/aml/project/vocabulary/projectVocabulary.yaml b/src/test/resources/aml/project/vocabulary/projectVocabulary.yaml new file mode 100644 index 0000000..99657f8 --- /dev/null +++ b/src/test/resources/aml/project/vocabulary/projectVocabulary.yaml @@ -0,0 +1,28 @@ +#%Vocabulary 1.0 + +base: http://a.ml/vocabularies/project# + +uses: + core: ../../common/vocabulary/core.yaml + mod: ../../modularity/vocabulary/modularVocab.yaml + cont: ../../containers/vocabulary/containersVocabulary.yaml + +classTerms: + + Project: + extends: cont.Container + properties: + - owner + - modules + - bindings + +propertyTerms: + uuid: + range: string + owner: + range: string + modules: + extends: + - cont.containing + - cont.objectDestructive + range: mod.Module \ No newline at end of file diff --git a/src/test/resources/aml/system/dialects/test-eng-demos.yaml b/src/test/resources/aml/system/dialects/test-eng-demos.yaml new file mode 100644 index 0000000..27fb163 --- /dev/null +++ b/src/test/resources/aml/system/dialects/test-eng-demos.yaml @@ -0,0 +1,76 @@ +#%Dialect 1.0 + +dialect: Test-Eng-Demos +version: 0.1 +external: + schema-org: http://schema.org/ + demos: http://ang.com/demos + +documents: + library: + declares: + products: ProductNode + root: + encodes: PresentationNode + +nodeMappings: + + PresentationNode: + classTerm: demos.Presentation + mapping: + title: + propertyTerm: schema-org.name + mandatory: true + range: string + about: + propertyTerm: schema-org.description + mandatory: true + range: string + date: + propertyTerm: demos.demoDate + mandatory: true + range: date + recorded: + propertyTerm: demos.isRecorded + range: boolean + product: + propertyTerm: demos.showcases + range: ProductNode + mandatory: true + speakers: + propertyTerm: demos.speakers + mandatory: true + mapKey: nick + range: SpeakerNode + + SpeakerNode: + classTerm: demos.Speaker + mapping: + age: + propertyTerm: schema-org.age + range: integer + email: + propertyTerm: schema-org.email + range: string + nick: + propertyTerm: demos.nickName + mandatory: true + range: string + + ProductNode: + classTerm: schema-org.Product + mapping: + code: + propertyTerm: demos.code + range: string + mandatory: true + description: + propertyTerm: schema-org.description + range: string + version: + propertyTerm: demos.semantic-version + range: string + resources: + propertyTerm: demos.resources + range: string + allowMultiple: true \ No newline at end of file diff --git a/src/test/resources/aml/vocabulary/aml-doc.yaml b/src/test/resources/aml/vocabulary/aml-doc.yaml new file mode 100644 index 0000000..6ebec13 --- /dev/null +++ b/src/test/resources/aml/vocabulary/aml-doc.yaml @@ -0,0 +1,198 @@ +#%Vocabulary 1.0 +vocabulary: AML Document +base: http://a.ml/vocabularies/document# +usage: Document Model vocabulary for AMF. The Document Model defines the basic modular units where domain descriptions can be encoded. +uses: + core: file://vocabulary/core.yaml + data: file://vocabulary/data-model.yaml +external: + rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# +classTerms: + AbstractDeclaration: + displayName: Abstract Declaration + description: |- + Graph template that can be used to declare a re-usable graph structure that can be applied to different domain elements + in order to re-use common semantics. Similar to a Lisp macro or a C++ template. + It can be extended by any domain element adding bindings for the variables in the declaration. + Document: + displayName: Document + description: |- + A Document is a parsing Unit that encodes a stand-alone DomainElement and can include references to other DomainElements that reference from the encoded DomainElement. + Since it encodes a DomainElement, but also declares references, it behaves like a Fragment and a Module at the same time. + The main difference is that the Document encoded DomainElement is stand-alone and that the references declared are supposed to be private not for re-use from other Units + extends: + - Fragment + - Module + - Unit + DocumentExtension: + displayName: Document Extension + description: A Document that extends a target document, overwriting part of the information or overlaying additional information. + extends: Unit + DomainElement: + displayName: Domain element + description: Base class for any element describing a domain model. Domain Elements are encoded or declared into base units + DomainProperty: + displayName: Custom Domain Property + description: |- + Definition of an extension to the domain model defined directly by a user in the RAML/OpenAPI document. + This can be achieved by using an annotationType in RAML. In OpenAPI thy don't need to + be declared, they can just be used. + This should be mapped to new RDF properties declared directly in the main document or module. + Contrast this extension mechanism with the creation of a propertyTerm in a vocabulary, a more + re-usable and generic way of achieving the same functionality. + It can be validated using a SHACL shape + extends: rdf.Property + ExternalDomainElement: + displayName: External Domain Element + description: Domain element containing foreign information that cannot be included into the model semantics + ExternalFragment: + displayName: External Fragment + description: Fragment encoding an external entity + extends: + - Fragment + - Unit + ExternalSource: + displayName: External Source Element + description: Inlined fragment of information + Fragment: + displayName: Fragment + description: A Fragment is a parsing Unit that encodes a DomainElement + extends: Unit + Linkable: + displayName: Linkable Element + description: |- + Reification of a link between elements in the model. Used when we want to capture the structure of the source document + in the graph itself. Linkable elements are just replaced by regular links after resolution. + Module: + displayName: Module + description: |- + A Module is a parsing Unit that declares DomainElements that can be referenced from the DomainElements in other parsing Units. + It main purpose is to expose the declared references so they can be re-used + extends: Unit + ParametrizedDeclaration: + displayName: Parametrized Declaration + description: Generic graph template supporting variables that can be transformed into a domain element + Unit: + displayName: Base Unit + description: Base class for every single document model unit. After parsing a document the parser generate parsing Units. Units encode the domain elements and can reference other units to re-use descriptions. + VariableValue: + displayName: Variable Value + description: Value for a variable in a graph template +propertyTerms: + alias: + displayName: alias + range: string + customDomainProperties: + displayName: custom domain properties + description: Extensions provided for a particular domain element. + dataNode: + displayName: data node + description: Associated dynamic structure for the declaration + range: data.Node + declares: + displayName: declares + description: |- + The declares relationship exposes a DomainElement as a re-usable unit that can be referenced from other units. + URIs for the declared DomainElement are considered to be stable and safe to reference from other DomainElements. + definedBy: + displayName: defined by + description: Definition for the extended entity + range: DomainProperty + deprecated: + displayName: deprecated + description: Marks the parameter as deprecated + range: boolean + design-link-target: + displayName: design link target + description: URI of the linked element linked at design time + range: uri + designAnnotation: + displayName: design annotation + description: Extensions provided for a particular domain element during design time + element: + displayName: element + description: Element being extended + range: string + encodes: + displayName: encodes + description: The encodes relationship links a parsing Unit with the DomainElement from a particular domain the unit contains. + extends: + displayName: extends + description: |- + Entity that is going to be extended overlaying or adding additional information + The type of the relationship provide the semantics about thow the referenced and referencer elements must be combined when generating the domain model from the document model. + extension: + displayName: extension + description: Data structure associated to the extension + range: data.Node + externalValue: + displayName: external value + description: Raw text containing an unparsable example + range: string + graphDependencies: + displayName: graphDependencies + range: uri + link-label: + displayName: link label + description: Label for the type of link + range: string + link-target: + displayName: link target + description: URI of the linked element + range: uri + location: + displayName: location + description: Location of an inlined fragment + range: string + raw: + displayName: raw + description: Raw textual information that cannot be processed for the current model semantics. + range: string + recursive: + displayName: supports recursion + description: Indication taht this kind of linkable element can support recursive links + range: boolean + reference: + displayName: reference + range: string + reference-id: + displayName: reference id + description: Internal identifier for an inlined fragment + range: uri + references: + displayName: references + description: references across base units + range: Unit + root: + displayName: root + description: Indicates if the base unit represents the root of the document model obtained from parsing + range: boolean + strict: + displayName: strict + description: Indicates if this example should be validated against an associated schema + range: boolean + structuredValue: + displayName: structured value + description: Data structure containing the value of the example + range: data.Node + target: + displayName: target + description: Target node for the parameter + range: AbstractDeclaration + usage: + displayName: usage + description: Human readable description of the unit + extends: core.description + range: string + value: + displayName: value + description: value of the variables + range: data.Node + variable: + displayName: variable + description: Variables to be replaced in the graph template introduced by an AbstractDeclaration + range: VariableValue + version: + displayName: version + description: Version of the current model + range: string diff --git a/src/test/resources/aml/vocabulary/aml-meta.yaml b/src/test/resources/aml/vocabulary/aml-meta.yaml new file mode 100644 index 0000000..84d77b9 --- /dev/null +++ b/src/test/resources/aml/vocabulary/aml-meta.yaml @@ -0,0 +1,200 @@ +#%Vocabulary 1.0 +vocabulary: AML Meta +base: http://a.ml/vocabularies/meta# +usage: Vocabulary containing meta-definitions +uses: + doc: file://vocabulary/aml-doc.yaml +external: + shacl: http://www.w3.org/ns/shacl# + owl: http://www.w3.org/2002/07/owl# +classTerms: + Dialect: + displayName: Dialect + description: Definition of an AML dialect, mapping AST nodes from dialect documents into an output semantic graph + extends: + - doc.Document + - doc.Fragment + - doc.Module + - doc.Unit + DialectFragment: + displayName: Dialect Fragment + description: AML dialect mapping fragment that can be included in multiple AML dialects + extends: + - doc.Fragment + - doc.Unit + DialectInstance: + displayName: DialectInstance + extends: + - doc.Document + - doc.Fragment + - doc.Module + - doc.Unit + DialectInstanceFragment: + displayName: DialectInstanceFragment + extends: + - doc.Fragment + - doc.Unit + - doc.Document + DialectInstanceLibrary: + displayName: DialectInstanceLibrary + extends: + - doc.Module + - doc.Unit + - doc.Document + DialectInstancePatch: + displayName: DialectInstancePatch + extends: + - doc.DocumentExtension + - doc.Unit + DialectLibrary: + displayName: Dialect Library + description: Library of AML mappings that can be reused in different AML dialects + extends: + - doc.Document + - doc.Fragment + - doc.Module + - doc.Unit + DocumentMapping: + displayName: Document Mapping + description: Mapping for a particular dialect document into a graph base unit + DocumentsModel: + displayName: Documents Model + description: Mapping from different type of dialect documents to base units in the parsed graph + ExternalVocabulary: + displayName: ExternalVocabulary + NodeMapping: + displayName: NodeMapping + extends: shacl.Shape + NodePropertyMapping: + displayName: Node Property Mapping + description: Semantic mapping from an input AST in a dialect document to the output graph of information for a class of output node + Property: + displayName: Property + PublicNodeMapping: + displayName: Public Node Mapping + description: Mapping for a graph node mapping to a particular function in a dialect + UnionNodeMapping: + displayName: UnionNodeMapping + extends: shacl.Shape + Vocabulary: + displayName: Vocabulary + description: Basic primitives for the declaration of vocabularies. + extends: + - owl.Ontology + - doc.Unit + - doc.Module + VocabularyReference: + displayName: VocabularyReference +propertyTerms: + allowMultiple: + displayName: allow multiple + description: Allows multiple mapped nodes for the property mapping + range: boolean + base: + displayName: base + description: Base URI for the external model + range: string + declarationsPath: + displayName: declarations path + description: Information about the AST location of the declarations to be parsed as declared domain elements + range: string + declaredNode: + displayName: declared node + description: Node in the dialect declared in the target mappend base unit + range: PublicNodeMapping + definedBy: + displayName: definedBy + range: uri + describedBy: + displayName: described by + description: Link to the AML dialect describing a particular subgraph of information + range: uri + documents: + displayName: documents + description: Document mapping for the the dialect + range: DocumentsModel + encodedNode: + displayName: encoded node + description: Node in the dialect encoded in the target mapped base unit + range: uri + externallyLinkable: + displayName: linkable + description: Marks this object property as supporting external links + range: boolean + externals: + displayName: externals + range: owl.Ontology + fragment: + displayName: fragment + range: string + fragments: + displayName: fragments + description: Mapping of fragment base unit for a particular dialect + range: DocumentMapping + keyProperty: + displayName: key property + description: Information about whether the dialect is defined by the header or a key property + range: boolean + library: + displayName: library + description: Mappig of module base unit for a particular dialect + range: DocumentMapping + mapProperty: + displayName: map label property + description: Marks the mapping as a 'map' mapping syntax. Directly related with mapTermKeyProperty + range: string + mapTermProperty: + displayName: map term property uri + description: "Marks the mapping as a 'map' mapping syntax. " + range: uri + mapTermValueProperty: + displayName: map term value property + description: Marks the mapping as a 'map value' mapping syntax + range: uri + mapValueProperty: + displayName: map label value property + description: Marks the mapping as a 'map value' mapping syntax. Directly related with mapTermValueProperty + range: string + mappedNode: + displayName: mapped node + description: Node in the dialect definition associated to this mapping + range: uri + mergePolicy: + displayName: merge policy + description: Indication of how to merge this graph node when applying a patch document + range: string + properties: + displayName: properties + description: Properties that have the ClassTerm in the domain + range: uri + referenceStyle: + displayName: reference style + description: Determines the style for inclusions (RamlStyle or JsonSchemaStyle) + range: string + resolvedExtends: + displayName: resolvedExtends + range: uri + rootDocument: + displayName: root document + description: Root node encoded in a mapped document base unit + range: DocumentMapping + selfEncoded: + displayName: self encoded + description: Information about if the base unit URL should be the same as the URI of the parsed root nodes in the unit + range: boolean + sorted: + displayName: sorted + description: Marks the mapping as requiring order in the mapped collection of nodes + range: boolean + typeDiscriminatorMap: + displayName: type discriminator map + description: Information about the discriminator values in the source AST for the property mapping + range: string + typeDiscriminatorName: + displayName: type discriminator name + description: Information about the field in the source AST to be used as discrimintaro in the property mapping + range: string + unique: + displayName: unique + description: Marks the values for the property mapping as a primary key for this type of node + range: boolean diff --git a/src/test/resources/aml/vocabulary/anypoint.yaml b/src/test/resources/aml/vocabulary/anypoint.yaml new file mode 100644 index 0000000..538021f --- /dev/null +++ b/src/test/resources/aml/vocabulary/anypoint.yaml @@ -0,0 +1,64 @@ +#%Vocabulary 1.0 + +vocabulary: Anypoint +base: http://anypoint.com/vocabs/anypoint# + +uses: + core: file://vocabulary/core.yaml +external: + doc: "http://a.ml/vocabularies/document#" + +usage: Contains common properties for use accross Anypoint Platform + +propertyTerms: + tenantId: + extends: core.identifier + description: A unique identifier for a tenant inside the Anypoint Platform. + range: string + organizationId: + extends: core.identifier + description: A unique identifier for a business unit inside the Anypoint Platform. + range: string + userId: + extends: core.identifier + description: The unique identifier of an Anypoint Platform user + organization: + description: The organization that owns this asset. Can be a master organization or a Business Group + dependsOn: + # Consider adding support for transitivity in dependencies + extends: core.requirements + description: Indicates a dependency between two entities. + range: doc.DomainElement + minMuleVersion: + extends: core.version + description: The minimum version of Mule that this can be used with + range: string + maxMuleVersion: + extends: core.version + description: The maximum version of Mule that this can be used with + range: string + metadata: + description: A pointer to metadata in another container. + range: doc.DomainElement + averageRating: + description: The average rating for an object + numberOfRatings: + description: The number of ratings for an object + projectId: + description: The id of a project + commitId: + description: The id of a commit in a project + branchId: + description: The id of a branch in a project + hasOperations: + description: Indicates if an extension has operations + hasMessageSources: + description: Indicates if an extension has message sources + hasConnectionProviders: + description: Indicates if an extension has connection providers + hasConfigurations: + description: Indicates if an extension has configurations + featureId: + description: The feature id of a mule 3 connector + fullVersion: + description: The full version of a mule 3 connector diff --git a/src/test/resources/aml/vocabulary/api-binding.yaml b/src/test/resources/aml/vocabulary/api-binding.yaml new file mode 100644 index 0000000..e0a19a2 --- /dev/null +++ b/src/test/resources/aml/vocabulary/api-binding.yaml @@ -0,0 +1,213 @@ +#%Vocabulary 1.0 +vocabulary: API Binding +base: http://a.ml/vocabularies/apiBinding# +usage: API binding vocabulary +uses: + data: file://vocabulary/data-model.yaml +external: + shacl: http://www.w3.org/ns/shacl# +classTerms: + Amqp091ChannelBinding: + displayName: Amqp091ChannelBinding + extends: ChannelBinding + Amqp091ChannelExchange: + displayName: Amqp091ChannelExchange + Amqp091ChannelQueue: + displayName: Amqp091Queue + Amqp091MessageBinding: + displayName: Amqp091MessageBinding + extends: MessageBinding + Amqp091OperationBinding: + displayName: Amqp091OperationBinding + extends: OperationBinding + ChannelBinding: + displayName: ChannelBinding + DynamicBinding: + displayName: DynamicBinding + extends: + - ServerBinding + - ChannelBinding + - OperationBinding + - MessageBinding + EmptyBinding: + displayName: EmptyBinding + extends: + - ServerBinding + - ChannelBinding + - OperationBinding + - MessageBinding + HttpMessageBinding: + displayName: HttpMessageBinding + extends: MessageBinding + HttpOperationBinding: + displayName: HttpOperationBinding + extends: OperationBinding + KafkaMessageBinding: + displayName: KafkaMessageBinding + extends: + - MessageBinding + - OperationBinding + KafkaOperationBinding: + displayName: KafkaOperationBinding + extends: OperationBinding + MessageBinding: + displayName: MessageBinding + MqttMessageBinding: + displayName: MqttMessageBinding + extends: MessageBinding + MqttOperationBinding: + displayName: MqttOperationBinding + extends: OperationBinding + MqttServerBinding: + displayName: MqttServerBinding + extends: ServerBinding + MqttServerLastWill: + displayName: MqttServerLastWill + OperationBinding: + displayName: OperationBinding + ServerBinding: + displayName: ServerBinding + WebSocketsChannelBinding: + displayName: WebSocketsChannelBinding + extends: ChannelBinding +propertyTerms: + ack: + displayName: ack + description: Whether the consumer should ack the message or not + range: boolean + autoDelete: + displayName: autoDelete + description: Whether the exchange should be deleted when the last queue is unbound from it + range: boolean + bcc: + displayName: bcc + description: Like cc but consumers will not receive this information + range: string + binding: + displayName: binding + description: Bindings for this server + range: ServerBinding + bindingVersion: + displayName: bindingVersion + description: The version of this binding + range: string + cc: + displayName: cc + description: The routing keys the message should be routed to at the time of publishing + range: string + cleanSession: + displayName: cleanSession + description: Whether to create a persistent connection or not + range: boolean + clientId: + displayName: clientId + description: Id of the consumer inside a consumer group + range: string + contentEncoding: + displayName: contentEncoding + description: MIME encoding for the message content + range: string + definition: + displayName: definition + description: definition of the unknown dynamic binding + range: data.Node + deliveryMode: + displayName: deliveryMode + description: Delivery mode of the message + range: integer + durable: + displayName: durable + description: Whether the exchange should survive broker restarts or not + range: boolean + exchange: + displayName: exchange + description: Defines the exchange properties + range: Amqp091ChannelExchange + exclusive: + displayName: exclusive + description: Whether the queue should be used only by one connection or not + range: boolean + expiration: + displayName: expiration + description: TTL (Time-To-Live) for the message + range: integer + groupId: + displayName: groupId + description: Id of the consumer group + range: string + headers: + displayName: query + description: A Schema object containing the definitions for each query parameter + range: shacl.Shape + is: + displayName: is + description: Defines what type of channel is it + range: string + keepAlive: + displayName: keepAlive + description: Interval in seconds of the longest period of time the broker and the client can endure without sending a message + range: integer + key: + displayName: key + description: The message key + range: string + lastWill: + displayName: lastWill + description: Last Will and Testament configuration + range: MqttServerLastWill + mandatory: + displayName: mandatory + description: Whether the message is mandatory or not + range: boolean + messageType: + displayName: messageType + description: Application-specific message type + range: string + method: + displayName: method + description: The HTTP method to use when establishing the connection + range: string + priority: + displayName: priority + description: A priority for the message + range: integer + qos: + displayName: qos + description: Defines how hard the broker/client will try to ensure that a message is received + range: integer + query: + displayName: query + description: A Schema object containing the definitions for each query parameter + range: shacl.Shape + queue: + displayName: queue + description: Defines the queue properties + range: Amqp091ChannelQueue + replyTo: + displayName: replyTo + description: Name of the queue where the consumer should send the response + range: string + retain: + displayName: retain + description: Whether the broker should retain the message or not + range: boolean + timestamp: + displayName: timestamp + description: Whether the message should include a timestamp or not + range: boolean + topic: + displayName: topic + description: The topic where the Last Will and Testament message will be sent + range: string + type: + displayName: type + description: The type of the exchange + range: string + userId: + displayName: userId + description: Identifies the user who has sent the message + range: string + vhost: + displayName: vhost + description: The virtual host of the exchange + range: string diff --git a/src/test/resources/aml/vocabulary/api-contract.yaml b/src/test/resources/aml/vocabulary/api-contract.yaml new file mode 100644 index 0000000..d54f0bc --- /dev/null +++ b/src/test/resources/aml/vocabulary/api-contract.yaml @@ -0,0 +1,310 @@ +#%Vocabulary 1.0 +vocabulary: API Contract +base: http://a.ml/vocabularies/apiContract# +usage: API contract vocabulary +uses: + doc: file://vocabulary/aml-doc.yaml + core: file://vocabulary/core.yaml +external: + shacl: http://www.w3.org/ns/shacl# +classTerms: + AnnotationTypeDeclarationFragment: + displayName: Annotation Type Fragment + description: Fragment encoding a RAML annotation type + extends: + - doc.Fragment + - doc.Unit + Callback: + displayName: Callback + description: Model defining the information for a HTTP callback/ webhook + DomainExtension: + displayName: Domain Extension + description: |- + Extension to the model being parsed from RAML annotation or OpenAPI extensions + They must be a DomainPropertySchema (only in RAML) defining them. + The DomainPropertySchema might have an associated Data Shape that must validate the extension nested graph. + They are parsed as RDF graphs using a default transformation from a set of nested records into RDF. + Encoding: + displayName: Encoding + EndPoint: + displayName: EndPoint + description: EndPoint in the API holding a number of executable operations + Example: + displayName: Example + description: Example value for a schema inside an API + Extension: + displayName: Extension + description: API spec information designed to be applied and compelement the information of a base specification. RAML extensions and overlays are examples of extensions. + extends: + - doc.Document + - doc.Fragment + - doc.Module + - doc.Unit + - doc.DocumentExtension + IriTemplateMapping: + displayName: Iri Template + Message: + displayName: Message + NamedExampleFragment: + displayName: Named Example Fragment + description: Fragment encoding a RAML named example + extends: + - doc.Fragment + - doc.Unit + Operation: + displayName: Operation + description: Action that can be executed using a particular HTTP invocation + Overlay: + displayName: Overlay Model + description: Model defining a RAML overlay + extends: + - doc.Document + - doc.Fragment + - doc.Module + - doc.Unit + - doc.DocumentExtension + Parameter: + displayName: Parameter + description: Piece of data required or returned by an Operation + ParametrizedResourceType: + displayName: Parametrized Resource Type + description: RAML resource type that can accept parameters + extends: doc.ParametrizedDeclaration + ParametrizedTrait: + displayName: Parametrized Trait + description: RAML trait with declared parameters + extends: doc.ParametrizedDeclaration + Payload: + displayName: Payload + description: Encoded payload using certain media-type + PayloadFragment: + displayName: Payload Fragment + description: Fragment encoding HTTP payload information + extends: + - doc.Fragment + - doc.Unit + Request: + displayName: Request + description: Request information for an operation + extends: Message + ResourceType: + displayName: Resource Type + description: Type of document base unit encoding a RAML resource type + extends: doc.AbstractDeclaration + ResourceTypeFragment: + displayName: Resource Type Fragment + description: Fragment encoding a RAML resource type + extends: + - doc.Fragment + - doc.Unit + Response: + displayName: Response + description: Response information for an operation + extends: Message + Server: + displayName: Server + description: Information about the network accessible locations where the API is available + ShapeExtension: + displayName: Shape Extension + description: Custom extensions for a data shape definition inside an API definition + Tag: + displayName: Tag + description: Categorical information provided by some API spec format. Tags are extensions to the model supported directly in the input API spec format. + TemplatedLink: + displayName: Templated Link + description: Templated link containing URL template and variables mapping + Trait: + displayName: Trait + description: Type of document base unit encoding a RAML trait + extends: doc.AbstractDeclaration + TraitFragment: + displayName: Trait Fragment + description: Fragment encoding a RAML trait + extends: + - doc.Fragment + - doc.Unit + UserDocumentationFragment: + displayName: Documentation Item Fragment + description: Fragment encoding a RAML documentation item + extends: + - doc.Fragment + - doc.Unit + WebAPI: + displayName: Web API + description: Top level element describing a HTTP API +propertyTerms: + accepts: + displayName: accepts + description: Media-types accepted in a API request + range: string + allowEmptyValue: + displayName: allow empty value + description: Parameter can be passed without value + range: boolean + allowReserved: + displayName: allow reserved + range: boolean + binding: + displayName: binding + description: Part of the Request model where the parameter can be encoded (header, path, query param, etc.) + range: string + callback: + displayName: callback + description: associated callbacks + range: Callback + contentType: + displayName: content type + description: Media types returned by a API response + range: string + cookieParameter: + displayName: cookie parameter + range: Parameter + encoding: + displayName: encoding + description: An array of properties and its encoding information. The key, being the property name, must exist in the schema as a property + range: Encoding + endpoint: + displayName: endpoint + description: End points defined in the API + range: EndPoint + examples: + displayName: examples + description: Examples for a particular domain element + range: Example + expects: + displayName: expects + description: Request information required by the operation + range: Request + explode: + displayName: explode + range: boolean + expression: + displayName: expression + description: structural location of the information to fulfill the callback + range: string + guiSummary: + displayName: gui summary + description: Human readable description of the operation + extends: core.description + range: string + header: + displayName: header + description: Parameter passed as a header to an operation for communication models + range: Parameter + isAbstract: + displayName: isAbstract + description: Defines a model as abstract + range: boolean + link: + displayName: links + description: Structural definition of links on the source data shape AST + range: TemplatedLink + linkExpression: + displayName: link expression + description: OAS 3 link expression + range: string + mapping: + displayName: mapping + description: Variable mapping for the URL template + range: IriTemplateMapping + method: + displayName: method + description: HTTP method required to invoke the operation + range: string + operationId: + displayName: operation ID + description: Identifier of the target operation + range: string + paramName: + displayName: param name + description: Name of a parameter + extends: core.name + range: string + parameter: + displayName: parameter + description: Additional data required or returned by an operation + range: Parameter + path: + displayName: path + description: Path template for an endpoint + range: string + payload: + displayName: payload + description: Main payload data required or returned by an operation + range: Payload + propertyName: + displayName: property name + range: string + protocol: + displayName: protocol + description: The protocol this URL supports for connection + range: string + protocolVersion: + displayName: protocolVersion + description: The version of the protocol used for connection + range: string + queryString: + displayName: query string + description: Query string for the communication model + range: shacl.Shape + requestBody: + displayName: request body + range: string + required: + displayName: required + range: boolean + response: + displayName: response + description: Response associated to this security scheme + range: Response + returns: + displayName: returns + description: Response data returned by the operation + range: Response + schemaMediaType: + displayName: schemaMediaType + description: Defines the format of the payload schema + range: string + scheme: + displayName: scheme + description: URI scheme for the API protocol + range: string + server: + displayName: servers + description: Specific information about the server where the endpoint is accessible + range: Server + statusCode: + displayName: status code + description: HTTP status code returned by a response + range: string + style: + displayName: style + description: Describes how a specific property value will be serialized depending on its type. + range: string + supportedOperation: + displayName: supported operation + description: Operations supported by an endpoint + range: Operation + tag: + displayName: tag + description: Additionally custom tagged information + range: Tag + template: + displayName: template + description: URL template for a templated link + range: string + templateVariable: + displayName: templateVariable + description: Variable defined inside an URL template + range: string + uriParameter: + displayName: uri parameter + range: Parameter + uriTemplate: + displayName: uriTemplate + description: URI template that will be used to generate the URI of the parsed nodeds in the graph + range: string + variable: + displayName: variable + description: Variables in the URL for the server + range: Parameter diff --git a/src/test/resources/aml/vocabulary/core.yaml b/src/test/resources/aml/vocabulary/core.yaml new file mode 100644 index 0000000..4a018c8 --- /dev/null +++ b/src/test/resources/aml/vocabulary/core.yaml @@ -0,0 +1,133 @@ +#%Vocabulary 1.0 +vocabulary: Core +base: http://a.ml/vocabularies/core# +usage: Core vocabulary with common classes and properties +classTerms: + CorrelationId: + displayName: CorrelationId + description: Model defining an identifier that can used for message tracing and correlation + CreativeWork: + displayName: Creative Work + description: The most generic kind of creative work, including books, movies, photographs, software programs, etc. + License: + displayName: License + description: Licensing information for a resource + Organization: + displayName: Organization + description: Organization providing an good or service + DigitalDocument: + description: An electronic file or document. + TechArticle: + description: | + A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc. +propertyTerms: + comment: + displayName: comment + description: A comment on an item. The comment's content is expressed via the text + range: string + correlationId: + displayName: correlationId + description: an identifier that can be used for message tracing and correlation + range: CorrelationId + deprecated: + displayName: deprecated + description: Marks the operation as deprecated + range: boolean + dependencies: + displayName: dependencies + description: Represents a dependecy between to entities + description: + displayName: description + description: Human readable description of an element + range: string + displayName: + displayName: display name + description: Human readable name for the term + range: string + documentation: + displayName: documentation + description: Documentation about the tag + range: CreativeWork + email: + displayName: email + description: Contact email for the organization + range: string + extensionName: + displayName: name + description: Name of an extension entity + range: string + identifier: + displayName: identifier + description: The identifier property represents any kind of identifier, such as ISBNs, GTIN codes, UUIDs, etc. + range: string + license: + displayName: license + description: License for the entity + range: License + location: + displayName: location + description: Structural location of a piece of information + range: string + mediaType: + displayName: mediaType + description: HTTP Media type associated to the encoded fragment information + range: string + name: + displayName: name + description: Name for an entity + range: string + provider: + displayName: provider + description: Organization providing some kind of asset or service + range: Organization + summary: + displayName: summary + description: Human readable short description of the endpoint + range: string + termsOfService: + displayName: terms of service + description: Terms and conditions when using the API + range: string + title: + displayName: title + description: Title of the item + range: string + url: + displayName: url + description: URL identifying the organization + range: uri + urlTemplate: + displayName: urlTemplate + description: URL (potentially a template) for the server + range: string + version: + displayName: version + description: Version of the API + range: string + requirements: + description: | + Component dependency requirements for application. + This includes runtime environments and shared libraries that are not included in the application distribution package, + but required to run the application (Examples: DirectX, Java or .NET runtime). + encodingFormat: + description: | + Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a + SoftwareApplication binary, audio/mpeg for .mp3 etc.). + In cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject + alongside particular encodingFormat information. + Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web + page or a Wikipedia/Wikidata entry. + dateCreated: + description: The date on which the CreativeWork was created or the item was added to a DataFeed. + dateModified: + description: The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. + creator: + description: The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. + downloadUrl: + description: If the file can be downloaded, URL to download the binary. + fileSize: + description: Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed. + articleBody: + description: The actual body of the article. + value: + description: The value of the quantitative value or property value node. diff --git a/src/test/resources/aml/vocabulary/data-model.yaml b/src/test/resources/aml/vocabulary/data-model.yaml new file mode 100644 index 0000000..c535735 --- /dev/null +++ b/src/test/resources/aml/vocabulary/data-model.yaml @@ -0,0 +1,48 @@ +#%Vocabulary 1.0 +vocabulary: Data Model +base: http://a.ml/vocabularies/data# +usage: |- + Vocabulary defining a default set of classes to map data structures composed of recursive records of fields, + like the ones used in JSON or YAML into a RDF graph. + They can be validated using data shapes. +external: + rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# +classTerms: + Array: + displayName: Array Node + description: Node that represents a dynamic array data structure + extends: + - rdf.Seq + - Node + Link: + displayName: Link Node + description: Node that represents a dynamic link in a data structure + extends: Node + Node: + displayName: Data Node + description: Base class for all data nodes parsed from the data structure + Object: + displayName: Object Node + description: Node that represents a dynamic object with records data structure + extends: Node + Property: + displayName: Property Node + description: Node that represents a dynamic property in a dynamic node + extends: Node + Scalar: + displayName: Scalar Node + description: Node that represents a dynamic scalar value data structure + extends: Node +propertyTerms: + properties: + displayName: properties + description: properties in a dynamic object + range: Property + range: + displayName: range + description: value for a property + range: Node + value: + displayName: value + description: value for an scalar dynamic node + range: string diff --git a/src/test/resources/aml/vocabulary/data-shapes.yaml b/src/test/resources/aml/vocabulary/data-shapes.yaml new file mode 100644 index 0000000..1cf56d4 --- /dev/null +++ b/src/test/resources/aml/vocabulary/data-shapes.yaml @@ -0,0 +1,205 @@ +#%Vocabulary 1.0 +vocabulary: Data Shapes +base: http://a.ml/vocabularies/shapes# +usage: Vocabulary defining data shapes, used as an extension to SHACL +uses: + doc: file://vocabulary/aml-doc.yaml + apiContract: file://vocabulary/api-contract.yaml +external: + shacl: http://www.w3.org/ns/shacl# +classTerms: + AnyShape: + displayName: Any Shape + description: Base class for all shapes stored in the graph model + extends: Shape + ArrayShape: + displayName: Array Shape + description: Shape that contains a nested collection of data shapes + extends: AnyShape + DataTypeFragment: + displayName: Data Type Fragment + description: Fragment encoding a RAML data type + extends: + - doc.Fragment + - doc.Unit + FileShape: + displayName: File Shape + description: Shape describing data uploaded in an API request + extends: AnyShape + MatrixShape: + displayName: Matrix Shape + description: Data shape containing nested multi-dimensional collection shapes + extends: + - ArrayShape + - AnyShape + NilShape: + displayName: Nil Shape + description: Data shape representing the null/nil value in the input schema + extends: AnyShape + PropertyDependencies: + displayName: Property Dependencies + description: Dependency between sets of property shapes + RecursiveShape: + displayName: Recursive Shape + description: Recursion on a Shape structure, used when expanding a shape and finding the canonical representation of that shape. + ScalarShape: + displayName: Scalar Shape + description: Data shape describing a scalar value in the input data model, reified as an scalar node in the mapped graph + extends: AnyShape + SchemaShape: + displayName: Schema Shape + description: Raw schema that cannot be parsed using AMF shapes model + extends: AnyShape + Shape: + displayName: Shape + description: |- + Base class for all shapes. Shapes are Domain Entities that define constraints over parts of a data graph. + They can be used to define and enforce schemas for the data graph information through SHACL. + Shapes can be recursive and inherit from other shapes. + extends: shacl.Shape + TupleShape: + displayName: Tuple Shape + description: Data shape containing a multi-valued collection of shapes + extends: + - ArrayShape + - AnyShape + UnionShape: + displayName: Union Shape + description: Shape representing the union of many alternative data shapes + extends: AnyShape + XMLSerializer: + displayName: XML Serializer + description: Information about how to encode into XML a particular data shape +propertyTerms: + additionalItemsSchema: + displayName: additional items schema + description: Controls whether it’s valid to have additional items in the array beyond what is defined + range: shacl.Shape + anyOf: + displayName: any of + description: Data shapes in the union + range: shacl.Shape + closedItems: + displayName: closed items + description: Constraint limiting additional shapes in the collection + range: boolean + closure: + displayName: inheritance closure + description: Transitive closure of data shapes this particular shape inherits structure from + range: uri + collectionFormat: + displayName: collection format + description: Input collection format information + range: string + contains: + displayName: contains + description: One of the shapes in the data arrangement + range: shacl.Shape + dependencies: + displayName: dependencies + description: Dependent properties constraint + range: PropertyDependencies + deprecated: + displayName: deprecated + description: Deprecated annotation for a property constraint + range: boolean + discriminator: + displayName: discriminator + description: Discriminator property + range: string + discriminatorMapping: + displayName: discriminator mapping + description: Mappping of acceptable values for the ndoe discriminator + range: apiContract.IriTemplateMapping + discriminatorValue: + displayName: discriminator value + description: Values for the discriminator property + range: string + fileType: + displayName: file type + description: Type of file described by this shape + range: string + fixPoint: + displayName: fixpoint + description: Link to the base of the recursion for a recursive shape + range: uri + format: + displayName: format + description: Format constraint + range: string + inherits: + displayName: inherits + description: Relationship of inheritance between data shapes + range: shacl.Shape + items: + displayName: items + description: Shapes inside the data arrangement + range: shacl.Shape + maxProperties: + displayName: max properties + description: Maximum number of properties in the input node constraint + range: integer + minProperties: + displayName: min properties + description: Minimum number of properties in the input node constraint + range: integer + multipleOf: + displayName: multiple of + description: Multiple of constraint + range: double + patternName: + displayName: pattern name + description: Patterned property constraint + range: string + propertySource: + displayName: property source + description: Source property shape in the dependency + range: uri + propertyTarget: + displayName: property target + description: Target property shape in the dependency + range: uri + range: + displayName: range + description: Range property constraint + range: shacl.Shape + readOnly: + displayName: read only + description: Read only property constraint + range: boolean + schema: + displayName: schema + description: Schema for an entity + range: shacl.Shape + uniqueItems: + displayName: uinque items + description: Unique items constraint + range: boolean + writeOnly: + displayName: write only + description: Write only property constraint + range: boolean + xmlAttribute: + displayName: xml attribute + description: XML attribute mapping + range: boolean + xmlName: + displayName: xml name + description: XML name mapping + range: string + xmlNamespace: + displayName: xml namespace + description: XML namespace mapping + range: string + xmlPrefix: + displayName: xml prefix + description: XML prefix mapping + range: string + xmlSerialization: + displayName: XML serialization + description: information about how to serialize + range: XMLSerializer + xmlWrapped: + displayName: xml wrapped + description: XML wrapped mapping flag + range: boolean diff --git a/src/test/resources/aml/vocabulary/digital-repository.yaml b/src/test/resources/aml/vocabulary/digital-repository.yaml new file mode 100644 index 0000000..3cc160d --- /dev/null +++ b/src/test/resources/aml/vocabulary/digital-repository.yaml @@ -0,0 +1,216 @@ +#%Vocabulary 1.0 + +vocabulary: Digital Repository +base: http://anypoint.com/vocabs/digital-repository# + +uses: + core: file://vocabulary/core.yaml + anypoint: file://vocabulary/anypoint.yaml + +usage: | + Repository of digital design 'assets' supporting an authoring life cycle. + They can be edited, shared and versioned. + Assets can have dependencies on other assets. + +classTerms: + # Main model for an asset + Asset: + description: | + Any versionable design digital document + extends: core.DigitalDocument + + APIGroupAsset: + description: | + An asset of type API Group. An API Group defines a collection of APIs + that can be managed all together. + extends: Asset + + WebAPISpecAsset: + description: | + An asset of type Web API Spec. An API Spec defines the contract of an + API using a specialized language. RAML 0.8 and 1.0 and OAS 2.0 formats + are currently supported. + extends: Asset + + WebAPISpecFragmentAsset: + description: | + An asset of type Web API Spec Fragment. A reusable part of an API Spec. + Currently RAML 1.0 Fragments are supported. + extends: Asset + + MuleAppAsset: + description: | + An asset of type Mule Application. A Mule Application is an integration + application that runs on the Mule runtime. + extends: Asset + + MuleConnectorAsset: + description: | + An asset of type Connector. A Connector can be used in Mule Applications + to connect to different SaaS instances, databases, queues and other data sources. + extends: Asset + + MuleTemplateAsset: + description: | + An asset of type Template. A Template is a Mule Application implementing a + common use case, that can be modified, configured and deployed to fulfill that + use case. + extends: Asset + + MuleExampleAsset: + description: | + An asset of type Example. A small Mule Application demonstrating a feature + of the Mule runtime. + extends: Asset + + MulePolicyAsset: + description: | + An asset of type Policy. A Mule Policy can be applied to managed APIs to + enforce certain behaviors, for example, rate limiting or client id enforcement. + extends: Asset + + SOAPSpecAsset: + description: An asset of type SOAP. A WSDL specification of a Web Service. + extends: Asset + + UnknownSpecAPIAsset: + description: | + An asset representing and API which API Spec is unknown. It can be used to manage + that API by wrapping it with a proxy that points to a known endpoint. + extends: Asset + + CustomAsset: + description: | + An asset of type Custom. It can be used to document any artifact, optionally + uploading a File. + extends: Asset + + ExternalLibraryAsset: + description: | + An asset of type ExternalLibrary. It represents a java library to be used by Mule Applications + extends: Asset + + MajorVersion: + description: | + Logically grouped set of versions of an asset. + Major versions are identified by a name and all nested minor versions that are + part of the same major version. + + MinorVersion: + description: Logically grouped set of asset versions with the same major version. + + PublicMinorVersion: + description: MinorVersion that should be visible in public asset listings + + Version: + description: Set of files conforming a versioned asset + + File: + description: Digital file in an asset version + + CustomerMetadata: + description: | + Every piece of extra information that a customer can provide and can be attached to an Asset + + SystemMetadata: + description: | + Every piece of extra information that is related to an Asset but belongs to a different domain. Temporal storage until those domains exist in ANG. + +propertyTerms: + dependency: + extends: anypoint.dependsOn + description: Other asset versions which a particular asset version depends on + range: Version + groupId: + extends: core.identifier + description: A text identifier of the asset's groupId, that is unique to a single organization. + range: string + assetId: + extends: core.identifier + description: A text identifier of the asset, it's defined by the publisher. + range: string + asset: + description: Any versionable design digital document + range: Asset + majorVersion: + description: Major versions associated to a particular asset + range: MajorVersion + minorVersion: + description: Minor versions associated to a particular asset + range: MinorVersion + version: + description: version of a particular asset + range: Version + file: + description: files in a version + range: File + semverVersion: + extends: core.version + description: The full asset version for an asset in semver format + range: string + majorVersionComponent: + extends: core.version + description: The major version part for asset version (1 in 1.2.3) + range: string + minorVersionComponent: + extends: core.version + description: The minor version part for asset version (2 in 1.2.3) + range: string + patchVersionComponent: + extends: core.version + description: The patch version part for asset version (3 in 1.2.3) + range: string + preReleaseVersionTag: + extends: core.version + description: The preRelase extension for the version + range: string + buildVersionTag: + extends: core.version + description: The build extension for the version + range: string + classifier: + description: | + An asset version can have multiple files. The classifier is used + to differentiate those different files. + range: string + packaging: + extends: core.encodingFormat + description: The extension of a distribution file. + range: string + generatedFrom: + description: | + A link to the object that was used to create this one. The existence + of this relation implies that the subject of the relation was generated + by the system. + isMutable: + description: Flag indicating this version can be republished, i.e. the version is a snapshot + range: boolean + isPublic: + description: Flag indicating this version is to be listed publicly + range: boolean + status: + description: The status of the asset. It can be published, deleted or deprecated. + range: string + mainFile: + description: The main file inside a packaged file. + range: string + md5: + description: A hash for the file. + sha1: + description: A hash for the file. + tags: + description: The tags for an asset. They can be either set by customer or by the publication process + keyValueTags: + description: Legacy tags that have keys and can have multiple values for a single key + categories: + description: The categories for an asset. + customFields: + description: The custom fields for an asset. + searchableValues: + description: The values for keyValueTags, categories and customFields that should be indexed for full text search + systemMetadata: + description: Associated system metadata. + customerMetadata: + description: Associated customer metadata. + externalLink: + description: link to an external system that exposes the implementation of an HTTP or SOAP API diff --git a/src/test/resources/aml/vocabulary/security.yaml b/src/test/resources/aml/vocabulary/security.yaml new file mode 100644 index 0000000..2013959 --- /dev/null +++ b/src/test/resources/aml/vocabulary/security.yaml @@ -0,0 +1,115 @@ +#%Vocabulary 1.0 +vocabulary: Security +base: http://a.ml/vocabularies/security# +usage: Vocabulary for HTTP security information +uses: + doc: file://vocabulary/aml-doc.yaml + data: file://vocabulary/data-model.yaml +classTerms: + ApiKeySettings: + displayName: API Key Settings + description: Settings for an API Key security scheme + extends: Settings + HttpApiKeySettings: + displayName: Http API Key Settings + description: Settings for an Http API Key security scheme + extends: Settings + HttpSettings: + displayName: HTTP Settings + description: Settings for an HTTP security scheme + extends: Settings + OAuth1Settings: + displayName: OAuth1 Settings + description: Settings for an OAuth1 security scheme + extends: Settings + OAuth2Flow: + displayName: OAuth2 Flow + description: Flow for an OAuth2 security scheme setting + OAuth2Settings: + displayName: OAuth2 Settings + description: Settings for an OAuth2 security scheme + extends: Settings + OpenIdConnectSettings: + displayName: OpenID Settings + description: Settings for an OpenID security scheme + extends: Settings + ParametrizedSecurityScheme: + displayName: Parametrized Security Scheme + Scope: + displayName: Scope + SecurityRequirement: + displayName: Security Requirement + description: Flow for an OAuth2 security scheme setting + SecurityScheme: + displayName: Security Scheme + description: Authentication and access control mechanism defined in an API + SecuritySchemeFragment: + displayName: Security Scheme Fragment + description: Fragment encoding a RAML security scheme + extends: + - doc.Fragment + - doc.Unit + Settings: + displayName: Settings + description: Settings for a security scheme +propertyTerms: + accessTokenUri: + displayName: access token URI + range: string + additionalProperties: + displayName: additional properties + range: data.Node + authorizationGrant: + displayName: authorization grant + range: string + authorizationUri: + displayName: authorization URI + range: string + bearerFormat: + displayName: bearer format + range: string + flow: + displayName: flow + range: string + flows: + displayName: flows + range: OAuth2Flow + in: + displayName: in + range: string + openIdConnectUrl: + displayName: OpenID connect URL + range: string + refreshUri: + displayName: refresh URI + range: string + requestTokenUri: + displayName: request token URI + range: string + scheme: + displayName: scheme + range: SecurityScheme + schemes: + displayName: schemes + range: ParametrizedSecurityScheme + scope: + displayName: scope + range: Scope + security: + displayName: security + description: Textual indication of the kind of security scheme used + range: SecurityRequirement + settings: + displayName: settings + description: Security scheme settings + range: Settings + signature: + displayName: signature + range: string + tokenCredentialsUri: + displayName: token credentials URI + range: string + type: + displayName: type + description: Type of security scheme + range: string diff --git a/src/test/resources/model.json b/src/test/resources/model.json new file mode 100644 index 0000000..d9f31b0 --- /dev/null +++ b/src/test/resources/model.json @@ -0,0 +1,11008 @@ +{ + "@context": { + "@base": "http://cloudinformationmodel.org/model/", + "cim": "http://cloudinformationmodel.org/model/", + "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "sh": "http://www.w3.org/ns/shacl#", + "xsd": "http://www.w3.org/2001/XMLSchema#", + "version": "cim:version", + "classConcepts": "cim:classes", + "propertyConcepts": "cim:properties", + "schemas": "cim:schemas", + "name": "rdfs:label", + "description": "rdfs:comment", + "Class": "rdfs:Class", + "Property": "rdf:Property", + "Literal": "rdfs:Literal", + "domain": { + "@id": "rdfs:domain", + "@type": "@id" + }, + "subjectAreas": { + "@id": "cim:subjectArea" + }, + "entityGroups": { + "@id": "cim:entityGroup" + }, + "range": { + "@id": "rdfs:range", + "@type": "@id" + }, + "subClassOf": { + "@id": "rdfs:subClassOf", + "@type": "@id" + }, + "subPropertyOf": { + "@id": "rdfs:subPropertyOf", + "@type": "@id" + }, + "properties": "sh:property", + "path": { + "@id": "sh:path", + "@type": "@id" + }, + "node": { + "@id": "sh:node", + "@type": "@id" + }, + "and": { + "@id": "sh:and", + "@container": "@list" + }, + "in": "sh:in", + "minCount": "sh:minCount", + "maxCount": "sh:maxCount", + "datatype": { + "@id": "sh:datatype", + "@type": "@id" + }, + "Shape": "sh:Shape" + }, + "subjectAreas": [ + { + "@id": "PartySubjectArea", + "@type": "SubjectArea", + "version": { + "name": "cimVersion", + "value": "0.2" + }, + "name": "Party", + "description": "This defines who you have trading relationships with and how. For example: customer & supplier along with their phone number and email.", + "entityGroups": [ + { + "@id": "AccountEntityGroup", + "name": "Account", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "Party" + }, + "description": "Example Entities included: Account, Account Contact, Bill Frequency", + "classConcepts": [ + { + "@id": "Account", + "name": "Account", + "@type": "Class", + "description": "How the party want to interact with your enterprise e.g. have multiple billing accounts" + }, + { + "@id": "AccountContact", + "name": "Account Contact", + "@type": "Class", + "description": "An individual who has a role specific to an Account." + }, + { + "@id": "AccountContactRole", + "name": "Account Contact Role", + "@type": "Class", + "description": "What role does a contact play on an account e.g. decision maker, influencer" + }, + { + "@id": "AccountPartner", + "name": "Account Partner", + "@type": "Class", + "description": "State what partner (account) is related to/have access to another account" + }, + { + "@id": "BillingFrequency", + "name": "Billing Frequency", + "@type": "Class", + "description": "Describes a period of time used for recurring bills e.g. monthly or semi-monthly" + } + ], + "propertyConcepts": [ + { + "@id": "generalLedgerAccount", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "autoPaymentAmount", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "autoPayEnabledFlag", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "paymentTerm", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "billDeliveryMethod", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "lastActivityDate", + "@type": "Property", + "domain": [ + "Account", + "AccountContact" + ] + }, + { + "@id": "balanceAmountLimit", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "ninetyDayBalanceAmount", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "sixtyDayBalanceAmount", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "thirtyDayBalanceAmount", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "balanceAmount", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "defaultFreightTerms", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "sLAExpirationDate", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "sLAType", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "assignTerritoryFlag", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "useAsServiceAccount", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "useAsShippingAccount", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "useAsBillingAccount", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "useAsSalesAccount", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "holdStatusReason", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "accountType", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "description", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "name", + "@type": "Property", + "domain": [ + "Account", + "BillingFrequency" + ] + }, + { + "@id": "number", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "id", + "@type": "Property", + "domain": [ + "Account", + "AccountContact", + "AccountContactRole", + "AccountPartner", + "BillingFrequency" + ] + }, + { + "@id": "autoPaymentMethod", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "billFrequency", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "billContactAddress", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "parentAccount", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "orderDeliveryMethod", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "shippingAddress", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "shippingEmail", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "shippingPhoneid", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "shippingContact", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "faxPhone", + "@type": "Property", + "domain": [ + "Account", + "AccountContact" + ] + }, + { + "@id": "salesPhone", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "primarySalesContactPoint", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "partyRole", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "party", + "@type": "Property", + "domain": [ + "Account" + ] + }, + { + "@id": "contactNote", + "@type": "Property", + "domain": [ + "AccountContact" + ] + }, + { + "@id": "assistantPhone", + "@type": "Property", + "domain": [ + "AccountContact" + ] + }, + { + "@id": "assistantName", + "@type": "Property", + "domain": [ + "AccountContact" + ] + }, + { + "@id": "title", + "@type": "Property", + "domain": [ + "AccountContact" + ] + }, + { + "@id": "departmentName", + "@type": "Property", + "domain": [ + "AccountContact" + ] + }, + { + "@id": "indirectRelationAccountContact", + "@type": "Property", + "domain": [ + "AccountContact" + ] + }, + { + "@id": "reportsToAccountContact", + "@type": "Property", + "domain": [ + "AccountContact" + ] + }, + { + "@id": "otherContactAddress", + "@type": "Property", + "domain": [ + "AccountContact" + ] + }, + { + "@id": "mailingAddress", + "@type": "Property", + "domain": [ + "AccountContact" + ] + }, + { + "@id": "mobilePhone", + "@type": "Property", + "domain": [ + "AccountContact" + ] + }, + { + "@id": "businessPhone", + "@type": "Property", + "domain": [ + "AccountContact" + ] + }, + { + "@id": "homePhone", + "@type": "Property", + "domain": [ + "AccountContact" + ] + }, + { + "@id": "contactEmail", + "@type": "Property", + "domain": [ + "AccountContact" + ] + }, + { + "@id": "individual", + "@type": "Property", + "domain": [ + "AccountContact" + ] + }, + { + "@id": "account", + "@type": "Property", + "domain": [ + "AccountContact", + "AccountPartner" + ] + }, + { + "@id": "activeToDate", + "@type": "Property", + "domain": [ + "AccountContactRole" + ] + }, + { + "@id": "activeFromDate", + "@type": "Property", + "domain": [ + "AccountContactRole" + ] + }, + { + "@id": "accountContactRoleType", + "@type": "Property", + "domain": [ + "AccountContactRole" + ] + }, + { + "@id": "accountContact", + "@type": "Property", + "domain": [ + "AccountContactRole" + ] + }, + { + "@id": "partnerAccount", + "@type": "Property", + "domain": [ + "AccountPartner" + ] + }, + { + "@id": "billingFrequencyName", + "@type": "Property", + "domain": [ + "BillingFrequency" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "Account", + "properties": [ + { + "path": "generalLedgerAccount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "autoPaymentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "autoPayEnabledFlag", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentTerm", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billDeliveryMethod", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "lastActivityDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "balanceAmountLimit", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "ninetyDayBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "sixtyDayBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "thirtyDayBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "balanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "defaultFreightTerms", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "sLAExpirationDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "sLAType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "assignTerritoryFlag", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "useAsServiceAccount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "useAsShippingAccount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "useAsBillingAccount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "useAsSalesAccount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "holdStatusReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "accountType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "number", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "autoPaymentMethod", + "http://www.w3.org/ns/shacl#node": "PaymentMethod" + }, + { + "path": "billFrequency", + "http://www.w3.org/ns/shacl#node": "BillingFrequency" + }, + { + "path": "billContactAddress", + "http://www.w3.org/ns/shacl#node": "ContactPointAddress" + }, + { + "path": "parentAccount", + "http://www.w3.org/ns/shacl#node": "Account" + }, + { + "path": "orderDeliveryMethod", + "http://www.w3.org/ns/shacl#node": "OrderDeliveryMethod" + }, + { + "path": "shippingAddress", + "http://www.w3.org/ns/shacl#node": "ContactPointAddress" + }, + { + "path": "shippingEmail", + "http://www.w3.org/ns/shacl#node": "ContactPointEmail" + }, + { + "path": "shippingPhoneid", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "shippingContact", + "http://www.w3.org/ns/shacl#node": "AccountContact" + }, + { + "path": "faxPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "salesPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "primarySalesContactPoint", + "http://www.w3.org/ns/shacl#node": "ContactPoint" + }, + { + "path": "partyRole", + "http://www.w3.org/ns/shacl#node": "PartyRole" + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party" + } + ] + }, + { + "@type": "Shape", + "@id": "AccountContact", + "properties": [ + { + "path": "lastActivityDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contactNote", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "assistantPhone", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "assistantName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "title", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "departmentName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "indirectRelationAccountContact", + "http://www.w3.org/ns/shacl#node": "AccountContact" + }, + { + "path": "reportsToAccountContact", + "http://www.w3.org/ns/shacl#node": "AccountContact" + }, + { + "path": "otherContactAddress", + "http://www.w3.org/ns/shacl#node": "ContactPointAddress" + }, + { + "path": "mailingAddress", + "http://www.w3.org/ns/shacl#node": "ContactPointAddress" + }, + { + "path": "mobilePhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "faxPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "businessPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "homePhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "contactEmail", + "http://www.w3.org/ns/shacl#node": "ContactPointEmail" + }, + { + "path": "individual", + "http://www.w3.org/ns/shacl#node": "Individual", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "account", + "http://www.w3.org/ns/shacl#node": "Account", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "AccountContactRole", + "properties": [ + { + "path": "activeToDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "activeFromDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "accountContactRoleType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "accountContact", + "http://www.w3.org/ns/shacl#node": "AccountContact" + } + ] + }, + { + "@type": "Shape", + "@id": "AccountPartner", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "account", + "http://www.w3.org/ns/shacl#node": "Account", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "partnerAccount", + "http://www.w3.org/ns/shacl#node": "Account", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "BillingFrequency", + "properties": [ + { + "path": "billingFrequencyName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } + ] + }, + { + "@id": "ContactPointEntityGroup", + "name": "Contact Point", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "Party" + }, + "description": "Example Entities included: Contact Point, Contact Consent, Contact Channel", + "classConcepts": [ + { + "@id": "ContactPointAddress", + "name": "Contact Point Address", + "@type": "Class", + "description": "Mailing address for a party e.g. 123 Main St, Big City, CA12345, USA" + }, + { + "@id": "ContactPointEmail", + "name": "Contact Point Email", + "@type": "Class", + "description": "Email address for a party e.g. email info@northerntrailoutfitters.com" + }, + { + "@id": "ContactPointPhone", + "name": "Contact Point Phone", + "@type": "Class", + "description": "Phone number for a party e.g. phone 123-4567" + }, + { + "@id": "ContactPoint", + "name": "Contact Point", + "@type": "Class", + "description": "All contact points for a party e.g. phone 123-4567, email info@northerntrailoutfitters.com" + }, + { + "@id": "PartyWebAddress", + "name": "Party Web Address", + "@type": "Class", + "description": "What is the Web URL for the Party" + }, + { + "@id": "ContactPointType", + "name": "Contact Point Type", + "@type": "Class", + "description": "Contain the fixed list of types a contact point can be of e.g. phone, email" + }, + { + "@id": "ContactPointSocial", + "name": "Contact Point Social", + "@type": "Class", + "description": "Social handle for a party e.g. trustednews at twitter" + }, + { + "@id": "ContactPointLocation", + "name": "Contact Point Location", + "@type": "Class", + "description": "Physical location for a party e.g. party Northern Trail Outfitters at Standford Shopping Mall" + }, + { + "@id": "ContactPointApp", + "name": "Contact Point App", + "@type": "Class", + "description": "Software Application for a party and optionally on a specific device e.g. John Doe have Strava App on device iPhone123" + } + ], + "propertyConcepts": [ + { + "@id": "forBusinessUse", + "@type": "Property", + "domain": [ + "ContactPointAddress", + "ContactPointEmail", + "ContactPointPhone", + "ContactPoint", + "PartyWebAddress", + "ContactPointSocial", + "ContactPointLocation", + "ContactPointApp" + ] + }, + { + "@id": "contactPhone", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "emailLatestBounceReasonText", + "@type": "Property", + "domain": [ + "ContactPointEmail" + ] + }, + { + "@id": "isFaxCapable", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "forPersonalUse", + "@type": "Property", + "domain": [ + "ContactPoint" + ] + }, + { + "@id": "profileOccurrenceCount", + "@type": "Property", + "domain": [ + "ContactPoint" + ] + }, + { + "@id": "profileLastUpdatedDate", + "@type": "Property", + "domain": [ + "ContactPoint" + ] + }, + { + "@id": "profileFirstCreatedDate", + "@type": "Property", + "domain": [ + "ContactPoint" + ] + }, + { + "@id": "primaryFlag", + "@type": "Property", + "domain": [ + "ContactPoint" + ] + }, + { + "@id": "bestTimeToContactEndTime", + "@type": "Property", + "domain": [ + "ContactPoint" + ] + }, + { + "@id": "bestTimeToContactStartTime", + "@type": "Property", + "domain": [ + "ContactPoint" + ] + }, + { + "@id": "activeToDate", + "@type": "Property", + "domain": [ + "ContactPoint" + ] + }, + { + "@id": "activeFromDate", + "@type": "Property", + "domain": [ + "ContactPoint" + ] + }, + { + "@id": "id", + "@type": "Property", + "domain": [ + "ContactPoint", + "ContactPointType", + "ContactPointLocation" + ] + }, + { + "@id": "contactPointType", + "@type": "Property", + "domain": [ + "ContactPoint" + ] + }, + { + "@id": "partyRole", + "@type": "Property", + "domain": [ + "ContactPoint" + ] + }, + { + "@id": "party", + "@type": "Property", + "domain": [ + "ContactPoint" + ] + }, + { + "@id": "webSiteURL", + "@type": "Property", + "domain": [ + "PartyWebAddress" + ] + }, + { + "@id": "optInPriority", + "@type": "Property", + "domain": [ + "ContactPointType" + ] + }, + { + "@id": "name", + "@type": "Property", + "domain": [ + "ContactPointType" + ] + }, + { + "@id": "socialNetworkProvider", + "@type": "Property", + "domain": [ + "ContactPointSocial" + ] + }, + { + "@id": "applicationLogin", + "@type": "Property", + "domain": [ + "ContactPointApp" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "ContactPointAddress", + "properties": [ + { + "path": "forBusinessUse", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contactPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + } + ] + }, + { + "@type": "Shape", + "@id": "ContactPointEmail", + "properties": [ + { + "path": "forBusinessUse", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "emailLatestBounceReasonText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ContactPointPhone", + "properties": [ + { + "path": "forBusinessUse", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isFaxCapable", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ContactPoint", + "properties": [ + { + "path": "forBusinessUse", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "forPersonalUse", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "profileOccurrenceCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "profileLastUpdatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "profileFirstCreatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "primaryFlag", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "bestTimeToContactEndTime", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "bestTimeToContactStartTime", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "activeToDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "activeFromDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contactPointType", + "http://www.w3.org/ns/shacl#node": "ContactPointType", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "partyRole", + "http://www.w3.org/ns/shacl#node": "PartyRole" + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PartyWebAddress", + "properties": [ + { + "path": "forBusinessUse", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "webSiteURL", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ContactPointType", + "properties": [ + { + "path": "optInPriority", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ContactPointSocial", + "properties": [ + { + "path": "forBusinessUse", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "socialNetworkProvider", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ContactPointLocation", + "properties": [ + { + "path": "forBusinessUse", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ContactPointApp", + "properties": [ + { + "path": "forBusinessUse", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "applicationLogin", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } + ] + }, + { + "@id": "PartyRoleEntityGroup", + "name": "Party Role", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "Party" + }, + "description": "Example Entities included: Party Role, Buyer Role, Actor Role, Customer Role", + "classConcepts": [ + { + "@id": "PartyRole", + "name": "Party Role", + "@type": "Class", + "description": "Trading roles a party may play at the same time i.e. Customer, Supplier, Seller, Competitor, Worker" + }, + { + "@id": "Customer", + "name": "Customer", + "@type": "Class", + "description": "Information about a party playing role of customer e.g. life time value, life cycle status" + }, + { + "@id": "Seller", + "name": "Seller", + "@type": "Class", + "description": "Information about a party playing role of seller e.g. customer satisfaction score" + }, + { + "@id": "Supplier", + "name": "Supplier", + "@type": "Class", + "description": "Information about a party playing role of supplier e.g. vendor ranking" + }, + { + "@id": "Competitor", + "name": "Competitor", + "@type": "Class", + "description": "Information about a party playing role of competitor e.g. strength (in products), weaknesses (in offerings), opportunities (to overtake), threats (to our business)" + }, + { + "@id": "CustomerStatusHistory", + "name": "Customer Status History", + "@type": "Class", + "description": "History of when customer changed frome one status to another" + } + ], + "propertyConcepts": [ + { + "@id": "id", + "@type": "Property", + "domain": [ + "PartyRole", + "CustomerStatusHistory" + ] + }, + { + "@id": "party", + "@type": "Property", + "domain": [ + "PartyRole", + "Customer", + "Seller", + "Supplier", + "Competitor" + ] + }, + { + "@id": "customerSatisfactionScore", + "@type": "Property", + "domain": [ + "Customer" + ] + }, + { + "@id": "newCustomerAcquisitionCount", + "@type": "Property", + "domain": [ + "Seller" + ] + }, + { + "@id": "competitiveMarketingRank", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "assetTurnoverRatio", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "endDateTIme", + "@type": "Property", + "domain": [ + "CustomerStatusHistory" + ] + }, + { + "@id": "startDateTime", + "@type": "Property", + "domain": [ + "CustomerStatusHistory" + ] + }, + { + "@id": "partyRoleStatus", + "@type": "Property", + "domain": [ + "CustomerStatusHistory" + ] + }, + { + "@id": "partyRole", + "@type": "Property", + "domain": [ + "CustomerStatusHistory" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "PartyRole", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "Customer", + "properties": [ + { + "path": "customerSatisfactionScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "Seller", + "properties": [ + { + "path": "newCustomerAcquisitionCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "Supplier", + "properties": [ + { + "path": "competitiveMarketingRank", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "Competitor", + "properties": [ + { + "path": "assetTurnoverRatio", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "CustomerStatusHistory", + "properties": [ + { + "path": "endDateTIme", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "startDateTime", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyRoleStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyRole", + "http://www.w3.org/ns/shacl#node": "PartyRole", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } + ] + }, + { + "@id": "LeadEntityGroup", + "name": "Lead", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "Party" + }, + "description": "Example Entities included: Lead, Lead Status, Lead Source", + "classConcepts": [ + { + "@id": "Lead", + "name": "Lead", + "@type": "Class", + "description": "A person or company that showed interest in the company's products" + } + ], + "propertyConcepts": [ + { + "@id": "geoCodeAccuracy", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "geoCodeLongitude", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "geoCodeLatitude", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "website", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "leadScore", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "leadRating", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "photoURL", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "lastActivityDate", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "companyName", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "annualRevenue", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "countryName", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "stateProvinceName", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "streetName", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "emailBouncedReason", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "emailBouncedDate", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "convertedDate", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "isConverted", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "description", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "leadStatus", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "leadSource", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "id", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "partnerAccount", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "faxContactPhone", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "mobileContactPhone", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "phoneContactPoint", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "contactPointEmail", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "contactAddress", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "convertedToAccountContact", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "convertedToAccount", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "partyRole", + "@type": "Property", + "domain": [ + "Lead" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "Lead", + "properties": [ + { + "path": "geoCodeAccuracy", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "geoCodeLongitude", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "geoCodeLatitude", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "website", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadRating", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "photoURL", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "lastActivityDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "companyName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "annualRevenue", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "countryName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "stateProvinceName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "streetName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "emailBouncedReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "emailBouncedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "convertedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isConverted", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadSource", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partnerAccount", + "http://www.w3.org/ns/shacl#node": "Account" + }, + { + "path": "faxContactPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "mobileContactPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "phoneContactPoint", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "contactPointEmail", + "http://www.w3.org/ns/shacl#node": "ContactPointEmail" + }, + { + "path": "contactAddress", + "http://www.w3.org/ns/shacl#node": "ContactPointAddress" + }, + { + "path": "convertedToAccountContact", + "http://www.w3.org/ns/shacl#node": "AccountContact" + }, + { + "path": "convertedToAccount", + "http://www.w3.org/ns/shacl#node": "Account" + }, + { + "path": "partyRole", + "http://www.w3.org/ns/shacl#node": "PartyRole", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } + ] + }, + { + "@id": "PartyEntityGroup", + "name": "Party", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "Party" + }, + "description": "Example Entities included: Organization, Individual, Affiliate Group, Uncategorized", + "classConcepts": [ + { + "@id": "Party", + "name": "Party", + "@type": "Class", + "description": "A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group." + }, + { + "@id": "Individual", + "name": "Individual", + "@type": "Class", + "description": "Represent the person you are, or will be, dealing with using the system" + }, + { + "@id": "Household", + "name": "Household", + "@type": "Class", + "description": "A combination of people, normally recorded in the system for marketing or service purposes" + }, + { + "@id": "InternalBusinessUnit", + "name": "Internal Business Unit", + "@type": "Class", + "description": "Defining a part of your own internal organization. May be anything from a holding company, a line of business, a country division, a department and for which you may want to track e.g. if it is a legal entity, default GL Code, profit-and-loss etc against." + }, + { + "@id": "UncategorizedParty", + "name": "Uncategorized Party", + "@type": "Class", + "description": "A party we may be, or will be, dealing with but we do not know who they are yet e.g. Social Handle 'TrustedNews' which we do not yet know if a person or a business but complain about our company so we want to log a case to investigate further. E.g. an ord" + }, + { + "@id": "PartyAdditionalName", + "name": "Party Additional Name", + "@type": "Class", + "description": "Under what name is a person also known as( AKA), under what alternate name is a business doing business as (DBA)" + }, + { + "@id": "PersonLanguage", + "name": "Person Language", + "@type": "Class", + "description": "Languages a person can comprehend and level of comprehension" + }, + { + "@id": "PartyRelatedParty", + "name": "Party Related Party", + "@type": "Class", + "description": "Relates any two parties together e.g. Jane and John Doe part of The Doe Household" + }, + { + "@id": "PartyRelationshipType", + "name": "Party Relationship Type", + "@type": "Class", + "description": "Define name of a relationship and how to read the relationship both ways e.g. household for / household member of" + }, + { + "@id": "PartyIdentification", + "name": "Party Identification", + "@type": "Class", + "description": "Set of ways to identify a party e.g. driving license, birth certificate" + }, + { + "@id": "PersonEmployment", + "name": "Person Employment", + "@type": "Class", + "description": "Information about an employee" + }, + { + "@id": "PersonLifeEvent", + "name": "Person Life Event", + "@type": "Class", + "description": "Major events a person had in their lives e.g. graudation date, marriage date" + }, + { + "@id": "PersonEducation", + "name": "Person Education", + "@type": "Class", + "description": "Education a person has e.g. Phd, High School" + } + ], + "propertyConcepts": [ + { + "@id": "noMergeReason", + "@type": "Property", + "domain": [ + "Party", + "Individual", + "Household", + "InternalBusinessUnit", + "UncategorizedParty" + ] + }, + { + "@id": "partyType", + "@type": "Property", + "domain": [ + "Party" + ] + }, + { + "@id": "globalParty", + "@type": "Property", + "domain": [ + "Party" + ] + }, + { + "@id": "id", + "@type": "Property", + "domain": [ + "Party", + "PartyAdditionalName", + "PersonLanguage", + "PartyRelatedParty", + "PartyRelationshipType", + "PartyIdentification", + "PersonEmployment", + "PersonLifeEvent", + "PersonEducation" + ] + }, + { + "@id": "primaryAccount", + "@type": "Property", + "domain": [ + "Party" + ] + }, + { + "@id": "convictionsCount", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "householdDissolvedDate", + "@type": "Property", + "domain": [ + "Household" + ] + }, + { + "@id": "parentInternalBusinessUnit", + "@type": "Property", + "domain": [ + "InternalBusinessUnit" + ] + }, + { + "@id": "creationReason", + "@type": "Property", + "domain": [ + "UncategorizedParty" + ] + }, + { + "@id": "additionalNameType", + "@type": "Property", + "domain": [ + "PartyAdditionalName" + ] + }, + { + "@id": "name", + "@type": "Property", + "domain": [ + "PartyAdditionalName", + "PartyIdentification" + ] + }, + { + "@id": "party", + "@type": "Property", + "domain": [ + "PartyAdditionalName", + "PartyRelatedParty", + "PartyIdentification" + ] + }, + { + "@id": "writtenProficiencyLevel", + "@type": "Property", + "domain": [ + "PersonLanguage" + ] + }, + { + "@id": "spokenProficiencyLevel", + "@type": "Property", + "domain": [ + "PersonLanguage" + ] + }, + { + "@id": "individual", + "@type": "Property", + "domain": [ + "PersonLanguage", + "PersonEmployment", + "PersonLifeEvent", + "PersonEducation" + ] + }, + { + "@id": "relatedToDate", + "@type": "Property", + "domain": [ + "PartyRelatedParty" + ] + }, + { + "@id": "relatedFromDate", + "@type": "Property", + "domain": [ + "PartyRelatedParty" + ] + }, + { + "@id": "partyRelationshipType", + "@type": "Property", + "domain": [ + "PartyRelatedParty" + ] + }, + { + "@id": "relatedParty", + "@type": "Property", + "domain": [ + "PartyRelatedParty" + ] + }, + { + "@id": "isBidirectional", + "@type": "Property", + "domain": [ + "PartyRelationshipType" + ] + }, + { + "@id": "relatedPartyRole", + "@type": "Property", + "domain": [ + "PartyRelationshipType" + ] + }, + { + "@id": "partyRole", + "@type": "Property", + "domain": [ + "PartyRelationshipType", + "PartyIdentification" + ] + }, + { + "@id": "verifiedDate", + "@type": "Property", + "domain": [ + "PartyIdentification" + ] + }, + { + "@id": "expiryDate", + "@type": "Property", + "domain": [ + "PartyIdentification" + ] + }, + { + "@id": "issuedAtLocation", + "@type": "Property", + "domain": [ + "PartyIdentification" + ] + }, + { + "@id": "issuedByAuthority", + "@type": "Property", + "domain": [ + "PartyIdentification" + ] + }, + { + "@id": "issuedDate", + "@type": "Property", + "domain": [ + "PartyIdentification" + ] + }, + { + "@id": "identificationNumber", + "@type": "Property", + "domain": [ + "PartyIdentification" + ] + }, + { + "@id": "partyIdentificationType", + "@type": "Property", + "domain": [ + "PartyIdentification" + ] + }, + { + "@id": "employerPostalCodeText", + "@type": "Property", + "domain": [ + "PersonEmployment" + ] + }, + { + "@id": "employerCityName", + "@type": "Property", + "domain": [ + "PersonEmployment" + ] + }, + { + "@id": "employerAddressLine4", + "@type": "Property", + "domain": [ + "PersonEmployment" + ] + }, + { + "@id": "employerAddressLine3", + "@type": "Property", + "domain": [ + "PersonEmployment" + ] + }, + { + "@id": "employerAddressLine2", + "@type": "Property", + "domain": [ + "PersonEmployment" + ] + }, + { + "@id": "employerAddressLine1", + "@type": "Property", + "domain": [ + "PersonEmployment" + ] + }, + { + "@id": "employerPhoneNumber", + "@type": "Property", + "domain": [ + "PersonEmployment" + ] + }, + { + "@id": "occupationText", + "@type": "Property", + "domain": [ + "PersonEmployment" + ] + }, + { + "@id": "positionText", + "@type": "Property", + "domain": [ + "PersonEmployment" + ] + }, + { + "@id": "employmentStatus", + "@type": "Property", + "domain": [ + "PersonEmployment" + ] + }, + { + "@id": "annualIncome", + "@type": "Property", + "domain": [ + "PersonEmployment" + ] + }, + { + "@id": "employerName", + "@type": "Property", + "domain": [ + "PersonEmployment" + ] + }, + { + "@id": "endDate", + "@type": "Property", + "domain": [ + "PersonEmployment" + ] + }, + { + "@id": "startDate", + "@type": "Property", + "domain": [ + "PersonEmployment" + ] + }, + { + "@id": "employerContactPointAddress", + "@type": "Property", + "domain": [ + "PersonEmployment" + ] + }, + { + "@id": "personLifeEventDateTime", + "@type": "Property", + "domain": [ + "PersonLifeEvent" + ] + }, + { + "@id": "personLifeEventType", + "@type": "Property", + "domain": [ + "PersonLifeEvent" + ] + }, + { + "@id": "institutionName", + "@type": "Property", + "domain": [ + "PersonEducation" + ] + }, + { + "@id": "graduationDate", + "@type": "Property", + "domain": [ + "PersonEducation" + ] + }, + { + "@id": "educationLevel", + "@type": "Property", + "domain": [ + "PersonEducation" + ] + }, + { + "@id": "educationName", + "@type": "Property", + "domain": [ + "PersonEducation" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "Party", + "properties": [ + { + "path": "noMergeReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "globalParty", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "primaryAccount", + "http://www.w3.org/ns/shacl#node": "Account" + } + ] + }, + { + "@type": "Shape", + "@id": "Individual", + "properties": [ + { + "path": "noMergeReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "convictionsCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "Household", + "properties": [ + { + "path": "noMergeReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "householdDissolvedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "InternalBusinessUnit", + "properties": [ + { + "path": "noMergeReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "parentInternalBusinessUnit", + "http://www.w3.org/ns/shacl#node": "InternalBusinessUnit" + } + ] + }, + { + "@type": "Shape", + "@id": "UncategorizedParty", + "properties": [ + { + "path": "noMergeReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "creationReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PartyAdditionalName", + "properties": [ + { + "path": "additionalNameType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PersonLanguage", + "properties": [ + { + "path": "writtenProficiencyLevel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "spokenProficiencyLevel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "individual", + "http://www.w3.org/ns/shacl#node": "Individual", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PartyRelatedParty", + "properties": [ + { + "path": "relatedToDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "relatedFromDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyRelationshipType", + "http://www.w3.org/ns/shacl#node": "PartyRelationshipType", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "relatedParty", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PartyRelationshipType", + "properties": [ + { + "path": "isBidirectional", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "relatedPartyRole", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyRole", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PartyIdentification", + "properties": [ + { + "path": "verifiedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "expiryDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "issuedAtLocation", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "issuedByAuthority", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "issuedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "identificationNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyIdentificationType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyRole", + "http://www.w3.org/ns/shacl#node": "PartyRole" + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PersonEmployment", + "properties": [ + { + "path": "employerPostalCodeText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerCityName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerAddressLine4", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerAddressLine3", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerAddressLine2", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerAddressLine1", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerPhoneNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "occupationText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "positionText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employmentStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "annualIncome", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "endDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "startDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerContactPointAddress", + "http://www.w3.org/ns/shacl#node": "ContactPointAddress" + }, + { + "path": "individual", + "http://www.w3.org/ns/shacl#node": "Individual", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PersonLifeEvent", + "properties": [ + { + "path": "personLifeEventDateTime", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personLifeEventType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "individual", + "http://www.w3.org/ns/shacl#node": "Individual", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PersonEducation", + "properties": [ + { + "path": "institutionName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "graduationDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "educationLevel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "educationName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "individual", + "http://www.w3.org/ns/shacl#node": "Individual", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } + ] + } + ] + }, + { + "@id": "PaymentSubjectArea", + "@type": "SubjectArea", + "version": { + "name": "cimVersion", + "value": "0.2" + }, + "name": "Payment", + "description": "A submitted payment. Includes information about whether a submitted payment was successfully processed or not.", + "entityGroups": [ + { + "@id": "PaymentEntityGroup", + "name": "Payment", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "Payment" + }, + "description": "Example Entities included: Payment, Payment Group, Payment Authorization, Payment Gateway", + "classConcepts": [ + { + "@id": "Payment", + "name": "Payment", + "@type": "Class", + "description": "An amount of currency paid." + }, + { + "@id": "CapturePayment", + "name": "Capture Payment", + "@type": "Class", + "description": "The transfer of money from the customer's account to the merchant's account." + }, + { + "@id": "RefundPayment", + "name": "Refund Payment", + "@type": "Class", + "description": "Represents a repayment made, typically to a customer who isn’t satisfied with the goods or services purchased. Refunds are typically made after a payment has already been received from customers" + }, + { + "@id": "PaymentPolicy", + "name": "Payment Policy", + "@type": "Class", + "description": "This entity stores policy information for an org or an account which can be used to automate the process of payment application to invoice based on business needs." + }, + { + "@id": "RefundCreditMemoAllocation", + "name": "Refund Credit Memo Allocation", + "@type": "Class", + "description": "Facilitates applying/unapplying refund balance to a credit memo." + }, + { + "@id": "RefundAllocation", + "name": "Refund Allocation", + "@type": "Class", + "description": "Facilitates applying/unapplying a capture payment, or a credit memo to a Refund Payment." + }, + { + "@id": "PaymentGroup", + "name": "Payment Group", + "@type": "Class", + "description": "Payment Group provides a way to associate payments and payment gateway events, where the payment is not associated with a Sales Order." + }, + { + "@id": "PaymentTreatmentMethod", + "name": "Payment Treatment Method", + "@type": "Class", + "description": "Represents a specific algorithm or method to apply. For example - pay for taxes first, pay for charges first, pay for oldest due invoice first etc. It can also point to a rule based on which application can be done. Treatment has a method." + }, + { + "@id": "PaymentTreatment", + "name": "Payment Treatment", + "@type": "Class", + "description": "This entity has the information which controls the way in which payment can be applied based on a legal entity or workflow. A policy has multiple treatments associated." + }, + { + "@id": "PaymentAuthorization", + "name": "Payment Authorization", + "@type": "Class", + "description": "An approval from the issuer of a payment instrument (usually a card), that the customer has sufficient funds to cover the cost of the transaction." + }, + { + "@id": "PaymentGatewayAuthReversalLog", + "name": "Payment Gateway Authorization Reversal Log", + "@type": "Class", + "description": "A log record of all requests made to financial institutions, made via the payment gateway, to cancel payment authorizations." + }, + { + "@id": "PaymentGatewayInteractionLog", + "name": "Payment Gateway Interaction Log", + "@type": "Class", + "description": "A log record of all messages exchanged with merchants made via the payment gateway, for authorizations and payments." + }, + { + "@id": "PaymentGatewayPaymentLog", + "name": "Payment Gateway Payment Log", + "@type": "Class", + "description": "A log record of all messages originating with financial institutions that previously provided payment authorizations, that payments have been deducted from customers' accounts." + }, + { + "@id": "PaymentGatewayAuthorizationLog", + "name": "Payment Gateway Authorization Log", + "@type": "Class", + "description": "A log record of all requests made to financial institutions, made via the payment gateway, to authorize payments." + }, + { + "@id": "PaymentGatewayInteractionType", + "name": "Payment Gateway Interaction Type", + "@type": "Class", + "description": "Reasons for accessing the Payment Gateway, including authorization, Sale and Void." + }, + { + "@id": "PaymentGateway", + "name": "Payment Gateway", + "@type": "Class", + "description": "Holds the payment gateway merchant details which are used to interact external payment systems." + }, + { + "@id": "PaymentGatewayProvider", + "name": "Payment Gateway Provider", + "@type": "Class", + "description": "Stores class details needed for maintaining Apex adapter." + }, + { + "@id": "PaymentGatewayResultCode", + "name": "Payment Gateway Result Code", + "@type": "Class", + "description": "The response from the Payment Gateway." + }, + { + "@id": "PaymentApplication", + "name": "Payment Application", + "@type": "Class", + "description": "The designation of part or all of a Payment to satisfy a claim on the payment funds." + }, + { + "@id": "PaymentInvoiceApplication", + "name": "Payment Invoice Application", + "@type": "Class", + "description": "Facilitates applying/unapplying payment balance to an Invoice." + }, + { + "@id": "PaymentAllocation", + "name": "Payment Allocation", + "@type": "Class", + "description": "A Payment Application may be further broken down, to allocate payment funds to one or more line items within an Invoice or Credit Memo" + }, + { + "@id": "PaymentCreditMemoApplication", + "name": "Payment Credit Memo Application", + "@type": "Class", + "description": "Facilitates applying/unapplying payment balance to a credit memo." + }, + { + "@id": "PaymentCreditMemoAllocation", + "name": "Payment Credit Memo Allocation", + "@type": "Class", + "description": "Facilitates applying a Payment Application to the line items of a Credit Memo." + }, + { + "@id": "PaymentInvoiceAllocation", + "name": "Payment Invoice Allocation", + "@type": "Class", + "description": "Facilitates applying a Payment Application to the line items of an Invoice." + }, + { + "@id": "RefundPaymentAllocation", + "name": "Refund Payment Allocation", + "@type": "Class", + "description": "Facilitates applying/unapplying refund balance to a payment." + }, + { + "@id": "PaymentAuthorizationReversal", + "name": "Payment Authorization Reversal", + "@type": "Class", + "description": "An authorization reversal is a message that alerts the issuer that part or all of a sale has been cancelled and the authorization hold should be rescinded." + } + ], + "propertyConcepts": [ + { + "@id": "paymentType", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "authorizationProcessingMode", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "latestGatewayInternalResult", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "paymentStatus", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "id", + "@type": "Property", + "domain": [ + "Payment", + "RefundPayment", + "PaymentPolicy", + "RefundCreditMemoAllocation", + "RefundAllocation", + "PaymentGroup", + "PaymentTreatmentMethod", + "PaymentTreatment", + "PaymentAuthorization", + "PaymentGatewayInteractionLog", + "PaymentGatewayInteractionType", + "PaymentGateway", + "PaymentGatewayProvider", + "PaymentGatewayResultCode", + "PaymentApplication", + "PaymentAllocation", + "PaymentCreditMemoApplication", + "PaymentCreditMemoAllocation", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "customerPhoneNumber", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "customerEmailAddress", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "name", + "@type": "Property", + "domain": [ + "Payment", + "PaymentPolicy", + "PaymentGatewayInteractionType", + "PaymentGateway", + "PaymentGatewayResultCode", + "PaymentApplication" + ] + }, + { + "@id": "latestGatewayReferenceNumber", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "latestGatewayInternalReferenceNumber", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "latestPaymentGatewayMessageText", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "macAddress", + "@type": "Property", + "domain": [ + "Payment", + "PaymentAuthorization", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "iPAddress", + "@type": "Property", + "domain": [ + "Payment", + "PaymentAuthorization", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "paymentNumber", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "commentText", + "@type": "Property", + "domain": [ + "Payment", + "PaymentApplication" + ] + }, + { + "@id": "paymentAmount", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "netAppliedAmount", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "totalAppliedAmount", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "totalUnappliedAmount", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "balanceAmount", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "latestGatewayDate", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "externalCreatedDate", + "@type": "Property", + "domain": [ + "Payment", + "RefundAllocation", + "PaymentAuthorization", + "PaymentApplication", + "PaymentAllocation", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "paymentEffectiveDate", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "paymentCancellationDate", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "salesOrderPaymentSummary", + "@type": "Property", + "domain": [ + "Payment", + "CapturePayment", + "RefundPayment", + "PaymentAuthorization" + ] + }, + { + "@id": "paymentGroup", + "@type": "Property", + "domain": [ + "Payment", + "PaymentAuthorization" + ] + }, + { + "@id": "paymentGateway", + "@type": "Property", + "domain": [ + "Payment", + "PaymentAuthorization" + ] + }, + { + "@id": "paymentTreatment", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "internalBusinessUnit", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "account", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "paymentMethod", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "latestGatewayResultCode", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "paymentAuthorization", + "@type": "Property", + "domain": [ + "CapturePayment", + "PaymentGatewayAuthorizationLog", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "paymentPolicyStatus", + "@type": "Property", + "domain": [ + "PaymentPolicy" + ] + }, + { + "@id": "paymentPolicyTreatmentSelection", + "@type": "Property", + "domain": [ + "PaymentPolicy" + ] + }, + { + "@id": "description", + "@type": "Property", + "domain": [ + "PaymentPolicy", + "PaymentGatewayInteractionType", + "PaymentGatewayResultCode" + ] + }, + { + "@id": "refundPayment", + "@type": "Property", + "domain": [ + "RefundCreditMemoAllocation", + "RefundAllocation", + "RefundPaymentAllocation" + ] + }, + { + "@id": "refundAllocationType", + "@type": "Property", + "domain": [ + "RefundAllocation" + ] + }, + { + "@id": "refundAllocationName", + "@type": "Property", + "domain": [ + "RefundAllocation" + ] + }, + { + "@id": "refundBalanceAmount", + "@type": "Property", + "domain": [ + "RefundAllocation" + ] + }, + { + "@id": "allocatedAmount", + "@type": "Property", + "domain": [ + "RefundAllocation" + ] + }, + { + "@id": "appliedDate", + "@type": "Property", + "domain": [ + "RefundAllocation", + "PaymentApplication" + ] + }, + { + "@id": "effectiveDate", + "@type": "Property", + "domain": [ + "RefundAllocation", + "PaymentApplication" + ] + }, + { + "@id": "unappliedDate", + "@type": "Property", + "domain": [ + "RefundAllocation", + "PaymentApplication" + ] + }, + { + "@id": "hasBeenUnapplied", + "@type": "Property", + "domain": [ + "RefundAllocation", + "PaymentApplication" + ] + }, + { + "@id": "relatedRefundAllocation", + "@type": "Property", + "domain": [ + "RefundAllocation" + ] + }, + { + "@id": "paymentGroupNumber", + "@type": "Property", + "domain": [ + "PaymentGroup" + ] + }, + { + "@id": "totalPaymentAmount", + "@type": "Property", + "domain": [ + "PaymentGroup" + ] + }, + { + "@id": "totalAuthorizationAmount", + "@type": "Property", + "domain": [ + "PaymentGroup" + ] + }, + { + "@id": "totalReversalAmount", + "@type": "Property", + "domain": [ + "PaymentGroup" + ] + }, + { + "@id": "paymentTreatmentMethodName", + "@type": "Property", + "domain": [ + "PaymentTreatmentMethod" + ] + }, + { + "@id": "paymentTreatmentMethodDescription", + "@type": "Property", + "domain": [ + "PaymentTreatmentMethod" + ] + }, + { + "@id": "paymentTreatmentMethodCode", + "@type": "Property", + "domain": [ + "PaymentTreatmentMethod" + ] + }, + { + "@id": "paymentTreatmentStatus", + "@type": "Property", + "domain": [ + "PaymentTreatment" + ] + }, + { + "@id": "paymentApplicationLevel", + "@type": "Property", + "domain": [ + "PaymentTreatment" + ] + }, + { + "@id": "paymentTreatmentName", + "@type": "Property", + "domain": [ + "PaymentTreatment" + ] + }, + { + "@id": "shouldAutoInvoice", + "@type": "Property", + "domain": [ + "PaymentTreatment" + ] + }, + { + "@id": "paymentPolicy", + "@type": "Property", + "domain": [ + "PaymentTreatment" + ] + }, + { + "@id": "paymentTreatmentMethod", + "@type": "Property", + "domain": [ + "PaymentTreatment" + ] + }, + { + "@id": "paymentAuthorizationStatus", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "paymentAuthorizationProcessingMode", + "@type": "Property", + "domain": [ + "PaymentAuthorization", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "paymentAuthorizationNumber", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "paymentAuthorizationCommentText", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "gatewayAuthorizationCode", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "paymentGatewayReferenceNumber", + "@type": "Property", + "domain": [ + "PaymentAuthorization", + "PaymentGatewayInteractionLog", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "paymentGatewayInternalReferenceNumber", + "@type": "Property", + "domain": [ + "PaymentAuthorization", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "gatewayReferenceDetailsText", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "gatewayResultCodeDescription", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "availableBalanceAmount", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "authorizationAmount", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "totalPaymentCaptureAmount", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "totalAuthorizationReversalAmount", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "paymentGatewayDate", + "@type": "Property", + "domain": [ + "PaymentAuthorization", + "PaymentGatewayInteractionLog", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "requestDate", + "@type": "Property", + "domain": [ + "PaymentAuthorization", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "expirationDate", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "paymentMethodID", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "paymentGatewayResult", + "@type": "Property", + "domain": [ + "PaymentAuthorization", + "PaymentGatewayAuthReversalLog", + "PaymentGatewayInteractionLog", + "PaymentGatewayPaymentLog", + "PaymentGatewayAuthorizationLog", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "paymentAuthorizationReversal", + "@type": "Property", + "domain": [ + "PaymentGatewayAuthReversalLog" + ] + }, + { + "@id": "internalResultCode", + "@type": "Property", + "domain": [ + "PaymentGatewayInteractionLog" + ] + }, + { + "@id": "paymentGatewayInteractionStatus", + "@type": "Property", + "domain": [ + "PaymentGatewayInteractionLog" + ] + }, + { + "@id": "paymentGatewayInteractionLogName", + "@type": "Property", + "domain": [ + "PaymentGatewayInteractionLog" + ] + }, + { + "@id": "paymentGatewayAuthorizationCode", + "@type": "Property", + "domain": [ + "PaymentGatewayInteractionLog" + ] + }, + { + "@id": "paymentGatewayAVSCode", + "@type": "Property", + "domain": [ + "PaymentGatewayInteractionLog" + ] + }, + { + "@id": "paymentGatewayMessageText", + "@type": "Property", + "domain": [ + "PaymentGatewayInteractionLog" + ] + }, + { + "@id": "internalReferenceNumber", + "@type": "Property", + "domain": [ + "PaymentGatewayInteractionLog" + ] + }, + { + "@id": "paymentGatewayInteractionType", + "@type": "Property", + "domain": [ + "PaymentGatewayInteractionLog" + ] + }, + { + "@id": "payment", + "@type": "Property", + "domain": [ + "PaymentGatewayPaymentLog", + "PaymentApplication", + "PaymentInvoiceApplication", + "PaymentCreditMemoApplication" + ] + }, + { + "@id": "paymentGatewayStatus", + "@type": "Property", + "domain": [ + "PaymentGateway" + ] + }, + { + "@id": "systemCredential", + "@type": "Property", + "domain": [ + "PaymentGateway" + ] + }, + { + "@id": "paymentGatewayCommentText", + "@type": "Property", + "domain": [ + "PaymentGateway" + ] + }, + { + "@id": "paymentGatewayProvider", + "@type": "Property", + "domain": [ + "PaymentGateway" + ] + }, + { + "@id": "paymentGatewayProviderName", + "@type": "Property", + "domain": [ + "PaymentGatewayProvider" + ] + }, + { + "@id": "apexAdapterClassName", + "@type": "Property", + "domain": [ + "PaymentGatewayProvider" + ] + }, + { + "@id": "paymentGatewayProviderCommentText", + "@type": "Property", + "domain": [ + "PaymentGatewayProvider" + ] + }, + { + "@id": "developerName", + "@type": "Property", + "domain": [ + "PaymentGatewayProvider" + ] + }, + { + "@id": "namespacePrefixText", + "@type": "Property", + "domain": [ + "PaymentGatewayProvider" + ] + }, + { + "@id": "paymentApplicationType", + "@type": "Property", + "domain": [ + "PaymentApplication" + ] + }, + { + "@id": "appliedAmount", + "@type": "Property", + "domain": [ + "PaymentApplication" + ] + }, + { + "@id": "paymentBalanceAmount", + "@type": "Property", + "domain": [ + "PaymentApplication" + ] + }, + { + "@id": "paymentInvoiceApplicationType", + "@type": "Property", + "domain": [ + "PaymentInvoiceApplication" + ] + }, + { + "@id": "paymentAllocationName", + "@type": "Property", + "domain": [ + "PaymentAllocation" + ] + }, + { + "@id": "relatedPaymentAllocation", + "@type": "Property", + "domain": [ + "PaymentAllocation", + "PaymentCreditMemoAllocation", + "PaymentInvoiceAllocation" + ] + }, + { + "@id": "paymentInvoiceApplication", + "@type": "Property", + "domain": [ + "PaymentInvoiceAllocation" + ] + }, + { + "@id": "capturePayment", + "@type": "Property", + "domain": [ + "RefundPaymentAllocation", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "paymentAuthorizationReversalStatus", + "@type": "Property", + "domain": [ + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "customerAuthorizationReversalPhone", + "@type": "Property", + "domain": [ + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "customerAuthorizationReversalEmail", + "@type": "Property", + "domain": [ + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "paymentAuthorizationReversalName", + "@type": "Property", + "domain": [ + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "paymentAuthorizationReversalCommentText", + "@type": "Property", + "domain": [ + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "authorizationReversalAmount", + "@type": "Property", + "domain": [ + "PaymentAuthorizationReversal" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "Payment", + "properties": [ + { + "path": "paymentType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "authorizationProcessingMode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "latestGatewayInternalResult", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "customerPhoneNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "customerEmailAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "latestGatewayReferenceNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "latestGatewayInternalReferenceNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "latestPaymentGatewayMessageText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "macAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "iPAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "commentText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "netAppliedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalAppliedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalUnappliedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "balanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "latestGatewayDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "externalCreatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentEffectiveDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentCancellationDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesOrderPaymentSummary", + "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentGroup", + "http://www.w3.org/ns/shacl#node": "PaymentGroup", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentGateway", + "http://www.w3.org/ns/shacl#node": "PaymentGateway", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentTreatment", + "http://www.w3.org/ns/shacl#node": "PaymentTreatment", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "internalBusinessUnit", + "http://www.w3.org/ns/shacl#node": "InternalBusinessUnit", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "account", + "http://www.w3.org/ns/shacl#node": "Account" + }, + { + "path": "paymentMethod", + "http://www.w3.org/ns/shacl#node": "PaymentMethod", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "latestGatewayResultCode", + "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "CapturePayment", + "properties": [ + { + "path": "salesOrderPaymentSummary", + "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentAuthorization", + "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "RefundPayment", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesOrderPaymentSummary", + "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentPolicy", + "properties": [ + { + "path": "paymentPolicyStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentPolicyTreatmentSelection", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "RefundCreditMemoAllocation", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "refundPayment", + "http://www.w3.org/ns/shacl#node": "RefundPayment", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "RefundAllocation", + "properties": [ + { + "path": "refundAllocationType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "refundAllocationName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "refundBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "allocatedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "appliedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "effectiveDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "unappliedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "externalCreatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "hasBeenUnapplied", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "refundPayment", + "http://www.w3.org/ns/shacl#node": "RefundPayment", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "relatedRefundAllocation", + "http://www.w3.org/ns/shacl#node": "RefundAllocation", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentGroup", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGroupNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalPaymentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalAuthorizationAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalReversalAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentTreatmentMethod", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentTreatmentMethodName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentTreatmentMethodDescription", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentTreatmentMethodCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentTreatment", + "properties": [ + { + "path": "paymentTreatmentStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentApplicationLevel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentTreatmentName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shouldAutoInvoice", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentPolicy", + "http://www.w3.org/ns/shacl#node": "PaymentPolicy", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentTreatmentMethod", + "http://www.w3.org/ns/shacl#node": "PaymentTreatmentMethod", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentAuthorization", + "properties": [ + { + "path": "paymentAuthorizationStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorizationProcessingMode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorizationNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorizationCommentText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "gatewayAuthorizationCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "iPAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "macAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayReferenceNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayInternalReferenceNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "gatewayReferenceDetailsText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "gatewayResultCodeDescription", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "availableBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "authorizationAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalPaymentCaptureAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalAuthorizationReversalAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requestDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "expirationDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "externalCreatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGroup", + "http://www.w3.org/ns/shacl#node": "PaymentGroup", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "salesOrderPaymentSummary", + "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentGateway", + "http://www.w3.org/ns/shacl#node": "PaymentGateway", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentMethodID", + "http://www.w3.org/ns/shacl#node": "PaymentMethod", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentGatewayResult", + "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentGatewayAuthReversalLog", + "properties": [ + { + "path": "paymentGatewayResult", + "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentAuthorizationReversal", + "http://www.w3.org/ns/shacl#node": "PaymentAuthorizationReversal" + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentGatewayInteractionLog", + "properties": [ + { + "path": "internalResultCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayInteractionStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayInteractionLogName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayAuthorizationCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayAVSCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayMessageText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayReferenceNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "internalReferenceNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayResult", + "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentGatewayInteractionType", + "http://www.w3.org/ns/shacl#node": "PaymentGatewayInteractionType", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentGatewayPaymentLog", + "properties": [ + { + "path": "paymentGatewayResult", + "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "payment", + "http://www.w3.org/ns/shacl#node": "Payment", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentGatewayAuthorizationLog", + "properties": [ + { + "path": "paymentGatewayResult", + "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentAuthorization", + "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentGatewayInteractionType", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentGateway", + "properties": [ + { + "path": "paymentGatewayStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "systemCredential", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayCommentText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayProvider", + "http://www.w3.org/ns/shacl#node": "PaymentGatewayProvider", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentGatewayProvider", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayProviderName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "apexAdapterClassName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayProviderCommentText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "developerName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "namespacePrefixText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentGatewayResultCode", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentApplication", + "properties": [ + { + "path": "paymentApplicationType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "commentText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "appliedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "appliedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "effectiveDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "unappliedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "externalCreatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "hasBeenUnapplied", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "payment", + "http://www.w3.org/ns/shacl#node": "Payment", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentInvoiceApplication", + "properties": [ + { + "path": "paymentInvoiceApplicationType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "payment", + "http://www.w3.org/ns/shacl#node": "Payment", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentAllocation", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAllocationName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "externalCreatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "relatedPaymentAllocation", + "http://www.w3.org/ns/shacl#node": "PaymentAllocation", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentCreditMemoApplication", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "payment", + "http://www.w3.org/ns/shacl#node": "Payment", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentCreditMemoAllocation", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "relatedPaymentAllocation", + "http://www.w3.org/ns/shacl#node": "PaymentAllocation", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentInvoiceAllocation", + "properties": [ + { + "path": "relatedPaymentAllocation", + "http://www.w3.org/ns/shacl#node": "PaymentAllocation", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentInvoiceApplication", + "http://www.w3.org/ns/shacl#node": "PaymentInvoiceApplication" + } + ] + }, + { + "@type": "Shape", + "@id": "RefundPaymentAllocation", + "properties": [ + { + "path": "refundPayment", + "http://www.w3.org/ns/shacl#node": "RefundPayment", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "capturePayment", + "http://www.w3.org/ns/shacl#node": "CapturePayment", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentAuthorizationReversal", + "properties": [ + { + "path": "paymentAuthorizationReversalStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorizationProcessingMode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "customerAuthorizationReversalPhone", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "customerAuthorizationReversalEmail", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorizationReversalName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorizationReversalCommentText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "iPAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "macAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayInternalReferenceNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayReferenceNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "authorizationReversalAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requestDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "externalCreatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorization", + "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "capturePayment", + "http://www.w3.org/ns/shacl#node": "CapturePayment" + }, + { + "path": "paymentGatewayResult", + "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } + ] + } + ] + }, + { + "@id": "PaymentMethodSubjectArea", + "@type": "SubjectArea", + "version": { + "name": "cimVersion", + "value": "0.2" + }, + "name": "Payment Method", + "description": "A method of paying for a product or service, like a credit card or check.", + "entityGroups": [ + { + "@id": "PaymentMethodEntityGroup", + "name": "Payment Method", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "PaymentMethod" + }, + "description": "Example Entities included: Payment Method Type, Payment Card Tender, Digital Wallet Tender", + "classConcepts": [ + { + "@id": "PaymentMethod", + "name": "Payment Method", + "@type": "Class", + "description": "A means by which a buyer compensates a seller for a purchased good or service." + }, + { + "@id": "PaymentMethodType", + "name": "Payment Method Type", + "@type": "Class", + "description": "The category of payment method, such as payment card, check or digital wallet." + }, + { + "@id": "PaymentCard", + "name": "Payment Card", + "@type": "Class", + "description": "A payment system issued by a financial institution to a customer that allows its owner (the cardholder) to access funds in designated bank accounts" + }, + { + "@id": "Coupon", + "name": "Coupon", + "@type": "Class", + "description": "Payment in the form of a voucher entitling the holder to a discount for a particular product." + }, + { + "@id": "CreditTender", + "name": "Credit Tender", + "@type": "Class", + "description": "Payment to the seller that results in an agreement to pay at a later date, usually via a credit account." + } + ], + "propertyConcepts": [ + { + "@id": "paymentMethodStatus", + "@type": "Property", + "domain": [ + "PaymentMethod" + ] + }, + { + "@id": "id", + "@type": "Property", + "domain": [ + "PaymentMethod", + "PaymentMethodType" + ] + }, + { + "@id": "paymentMethodType", + "@type": "Property", + "domain": [ + "PaymentMethod", + "PaymentCard", + "Coupon", + "CreditTender" + ] + }, + { + "@id": "maxTransactionAmount", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "maxPerPeriodAmount", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "useMinimumAgeYear", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "maxPerPeriodTransactionCount", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "typeRequiredIdentification", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "mediaType", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "typeDescription", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "name", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "expirationMonth", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "discountAmount", + "@type": "Property", + "domain": [ + "Coupon" + ] + }, + { + "@id": "account", + "@type": "Property", + "domain": [ + "CreditTender" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "PaymentMethod", + "properties": [ + { + "path": "paymentMethodStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentMethodType", + "http://www.w3.org/ns/shacl#node": "PaymentMethodType", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentMethodType", + "properties": [ + { + "path": "maxTransactionAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "maxPerPeriodAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "useMinimumAgeYear", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "maxPerPeriodTransactionCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "typeRequiredIdentification", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mediaType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "typeDescription", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentCard", + "properties": [ + { + "path": "expirationMonth", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentMethodType", + "http://www.w3.org/ns/shacl#node": "PaymentMethodType", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "Coupon", + "properties": [ + { + "path": "discountAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentMethodType", + "http://www.w3.org/ns/shacl#node": "PaymentMethodType", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "CreditTender", + "properties": [ + { + "path": "paymentMethodType", + "http://www.w3.org/ns/shacl#node": "PaymentMethodType", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "account", + "http://www.w3.org/ns/shacl#node": "Account" + } + ] + } + ] + } + ] + }, + { + "@id": "ProductSubjectArea", + "@type": "SubjectArea", + "version": { + "name": "cimVersion", + "value": "0.2" + }, + "name": "Product", + "description": "Anything you plan to sell or any part of a product that needs to be tracked for service purposes. For example, you are selling a green tractor.", + "entityGroups": [ + { + "@id": "ProductEntityGroup", + "name": "Product", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "Product" + }, + "description": "Example Entities included: Product Type, Product Item, Product Attribute, Product Relation", + "classConcepts": [ + { + "@id": "Product", + "name": "Product", + "@type": "Class", + "description": "What is intended to be sold e.g. goods, services, bundles, made to order products." + }, + { + "@id": "GoodsProduct", + "name": "Goods Product", + "@type": "Class", + "description": "Products you can touch e.g. cart of milk, pallet of coffee, mobile phone x model 1" + }, + { + "@id": "ServiceProduct", + "name": "Service Product", + "@type": "Class", + "description": "Products that are intangible e.g. labor, software subscription" + }, + { + "@id": "BundleProduct", + "name": "Bundle Product", + "@type": "Class", + "description": "Product groups e.g. mobile phone package include phone, call plan and charger" + }, + { + "@id": "ProductTranslation", + "name": "Product Translation", + "@type": "Class", + "description": "Translated attributes for a product" + }, + { + "@id": "ProductRelatedProduct", + "name": "Product Related Product", + "@type": "Class", + "description": "A grouping of products such as a product bundle" + }, + { + "@id": "ProductRelationshipType", + "name": "Product Relationship Type", + "@type": "Class", + "description": "What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of" + }, + { + "@id": "ProductImage", + "name": "Product Image", + "@type": "Class", + "description": "Images of a product" + }, + { + "@id": "ProductImageTranslation", + "name": "Product Image Translation", + "@type": "Class", + "description": "Translated attributes for a product image" + }, + { + "@id": "Brand", + "name": "Brand", + "@type": "Class", + "description": "What is the brand of the product e.g. Snike shoes" + } + ], + "propertyConcepts": [ + { + "@id": "type", + "@type": "Property", + "domain": [ + "Product", + "GoodsProduct", + "ServiceProduct", + "BundleProduct" + ] + }, + { + "@id": "brandGrade", + "@type": "Property", + "domain": [ + "Product", + "Brand" + ] + }, + { + "@id": "name", + "@type": "Property", + "domain": [ + "Product", + "ProductTranslation", + "ProductRelatedProduct", + "Brand" + ] + }, + { + "@id": "description", + "@type": "Property", + "domain": [ + "Product", + "ProductTranslation" + ] + }, + { + "@id": "longDescription", + "@type": "Property", + "domain": [ + "Product", + "ProductTranslation" + ] + }, + { + "@id": "displayUrl", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isDynamicBundle", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "revenueInstallmentCount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "revenueInstallmentPeriod", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "revenueScheduleType", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "canUseRevenueSchedule", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "quantityInstallmentCount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "quantityInstallmentPeriod", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "quantityScheduleType", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "canUseQuantitySchedule", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "disposalType", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "allowPartialRefund", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "allowCustomerReturn", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "validForPeriodCount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "validToDate", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "validFromDate", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "standardWarrantyLengthMonth", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isAutoProvisionable", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isInstallable", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isQualityVerificationRequired", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isQuantityEntryRequired", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isWeightEntryRequired", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isManualPriceEntryRequired", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "rewardProgramPointsCount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isFoodstampPaymentAllowed", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isPartnerDiscountAllowed", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isWorkerDiscountAllowed", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isCustomerDiscountAllowed", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isMultipleCouponsAllowed", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isCouponRedemptionAllowed", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "requiredDepositPercentage", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "requiredDepositAmount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isRainCheckAllowed", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "maximumOrderQuantityCount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "minimumOrderQuantityCount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "requiresInvididualUnitPricing", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "priceChargeType", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "minimumAdvertisementAmountStartDate", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "minimumAdvertisementAmount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "mSRPAmount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isBackOrdered", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isReturnable", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isSellableWithoutPrice", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isSellableIndependently", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isSellable", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isPreOrderable", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "productStatus", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isIntellectualPropertyProtected", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "externalSourceRecord", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "lotIdentifier", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "stockLedgerValuationAmount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "glAccountCode", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isSerialized", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "versionNumber", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "modelNumber", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "modelYear", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "manufacturerName", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "productSKU", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "id", + "@type": "Property", + "domain": [ + "Product", + "ProductTranslation", + "ProductRelatedProduct", + "ProductRelationshipType", + "ProductImage", + "ProductImageTranslation", + "Brand" + ] + }, + { + "@id": "validForPeriodUOM", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "primarySalesChannel", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "primaryProductCategory", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "brand", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "masterProduct", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "requiresUnitPriceLabel", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "evergreenContractEstimatedChargeAmount", + "@type": "Property", + "domain": [ + "ServiceProduct" + ] + }, + { + "@id": "weightUOM", + "@type": "Property", + "domain": [ + "BundleProduct" + ] + }, + { + "@id": "product", + "@type": "Property", + "domain": [ + "ProductTranslation", + "ProductImage" + ] + }, + { + "@id": "isDefaultOption", + "@type": "Property", + "domain": [ + "ProductRelatedProduct" + ] + }, + { + "@id": "toDate", + "@type": "Property", + "domain": [ + "ProductRelatedProduct" + ] + }, + { + "@id": "fromDate", + "@type": "Property", + "domain": [ + "ProductRelatedProduct" + ] + }, + { + "@id": "parentProduct", + "@type": "Property", + "domain": [ + "ProductRelatedProduct" + ] + }, + { + "@id": "productRelationshipType", + "@type": "Property", + "domain": [ + "ProductRelatedProduct" + ] + }, + { + "@id": "childProduct", + "@type": "Property", + "domain": [ + "ProductRelatedProduct" + ] + }, + { + "@id": "salesOrderProduct1", + "@type": "Property", + "domain": [ + "ProductRelatedProduct" + ] + }, + { + "@id": "salesOrderProduct2", + "@type": "Property", + "domain": [ + "ProductRelatedProduct" + ] + }, + { + "@id": "childProductRole", + "@type": "Property", + "domain": [ + "ProductRelationshipType" + ] + }, + { + "@id": "parentProductRole", + "@type": "Property", + "domain": [ + "ProductRelationshipType" + ] + }, + { + "@id": "imageViewType", + "@type": "Property", + "domain": [ + "ProductImage" + ] + }, + { + "@id": "isDefaultImage", + "@type": "Property", + "domain": [ + "ProductImage" + ] + }, + { + "@id": "translatedName", + "@type": "Property", + "domain": [ + "ProductImageTranslation" + ] + }, + { + "@id": "productImage", + "@type": "Property", + "domain": [ + "ProductImageTranslation" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "Product", + "properties": [ + { + "path": "type", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "brandGrade", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "longDescription", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "displayUrl", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isDynamicBundle", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "revenueInstallmentCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "revenueInstallmentPeriod", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "revenueScheduleType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "canUseRevenueSchedule", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "quantityInstallmentCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "quantityInstallmentPeriod", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "quantityScheduleType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "canUseQuantitySchedule", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "disposalType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "allowPartialRefund", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "allowCustomerReturn", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "validForPeriodCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "validToDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "validFromDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "standardWarrantyLengthMonth", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isAutoProvisionable", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isInstallable", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isQualityVerificationRequired", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isQuantityEntryRequired", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isWeightEntryRequired", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isManualPriceEntryRequired", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "rewardProgramPointsCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isFoodstampPaymentAllowed", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isPartnerDiscountAllowed", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isWorkerDiscountAllowed", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isCustomerDiscountAllowed", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isMultipleCouponsAllowed", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isCouponRedemptionAllowed", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requiredDepositPercentage", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requiredDepositAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isRainCheckAllowed", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "maximumOrderQuantityCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "minimumOrderQuantityCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requiresInvididualUnitPricing", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "priceChargeType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "minimumAdvertisementAmountStartDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "minimumAdvertisementAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mSRPAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isBackOrdered", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isReturnable", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isSellableWithoutPrice", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isSellableIndependently", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isSellable", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isPreOrderable", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "productStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isIntellectualPropertyProtected", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "externalSourceRecord", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "lotIdentifier", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "stockLedgerValuationAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "glAccountCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isSerialized", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "versionNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "modelNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "modelYear", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "manufacturerName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "productSKU", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "validForPeriodUOM", + "http://www.w3.org/ns/shacl#node": "ProductValidityTimePeriodUOM" + }, + { + "path": "primarySalesChannel", + "http://www.w3.org/ns/shacl#node": "SalesChannel" + }, + { + "path": "primaryProductCategory", + "http://www.w3.org/ns/shacl#node": "ProductCategory" + }, + { + "path": "brand", + "http://www.w3.org/ns/shacl#node": "Brand" + }, + { + "path": "masterProduct", + "http://www.w3.org/ns/shacl#node": "Product" + } + ] + }, + { + "@type": "Shape", + "@id": "GoodsProduct", + "properties": [ + { + "path": "type", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requiresUnitPriceLabel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ServiceProduct", + "properties": [ + { + "path": "type", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "evergreenContractEstimatedChargeAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "BundleProduct", + "properties": [ + { + "path": "type", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "weightUOM", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ProductTranslation", + "properties": [ + { + "path": "longDescription", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "product", + "http://www.w3.org/ns/shacl#node": "Product", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ProductRelatedProduct", + "properties": [ + { + "path": "isDefaultOption", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "toDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "fromDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "parentProduct", + "http://www.w3.org/ns/shacl#node": "Product", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "productRelationshipType", + "http://www.w3.org/ns/shacl#node": "ProductRelationshipType", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "childProduct", + "http://www.w3.org/ns/shacl#node": "Product", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "salesOrderProduct1", + "http://www.w3.org/ns/shacl#node": "SalesOrderProduct", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "salesOrderProduct2", + "http://www.w3.org/ns/shacl#node": "SalesOrderProduct", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ProductRelationshipType", + "properties": [ + { + "path": "childProductRole", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "parentProductRole", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ProductImage", + "properties": [ + { + "path": "imageViewType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isDefaultImage", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "product", + "http://www.w3.org/ns/shacl#node": "Product", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ProductImageTranslation", + "properties": [ + { + "path": "translatedName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "productImage", + "http://www.w3.org/ns/shacl#node": "ProductImage", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "Brand", + "properties": [ + { + "path": "brandGrade", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } + ] + }, + { + "@id": "ProductAttributeEntityGroup", + "name": "Product Attribute", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "Product" + }, + "description": "Example Entities included: Attribute Set, Attribute Set Attribute", + "classConcepts": [ + { + "@id": "ProductValidityTimePeriodUOM", + "name": "Product Validity Time Period UOM", + "@type": "Class", + "description": "Standard units of measure for time, for example minute, second, hour and day" + }, + { + "@id": "ProductCollateral", + "name": "Product Collateral", + "@type": "Class", + "description": "Collateral for a product e.g. link to brochure one" + }, + { + "@id": "AttributeSetTranslation", + "name": "Attribute Set Translation", + "@type": "Class", + "description": "Translated attributes for an attribute set" + }, + { + "@id": "AttributeTranslation", + "name": "Attribute Translation", + "@type": "Class", + "description": "Translated attributes for an attribute" + }, + { + "@id": "AttributeValue", + "name": "Attribute Value", + "@type": "Class", + "description": "A predefine set of values for a product attribute e.g. shoe lace length 10, 12, 14 centimeter" + }, + { + "@id": "AttributeValueTranslation", + "name": "Attribute Value Translation", + "@type": "Class", + "description": "Translated attributes for an attribute value" + }, + { + "@id": "ProductAttributeValue", + "name": "Product Attribute Value", + "@type": "Class", + "description": "Assignment of an attribute value to a product e.g. shoe lace" + }, + { + "@id": "ProductAttributeSet", + "name": "Product Attribute Set", + "@type": "Class", + "description": "A set of attributes e.g. shoe attributes that are assigned to a particular instance of Product" + }, + { + "@id": "PriceBookEntry", + "name": "Price Book Entry", + "@type": "Class", + "description": "A list of products and their prices." + }, + { + "@id": "DeviceUserSession", + "name": "Device User Session", + "@type": "Class", + "description": "A time-bound period when a person used a website or other service, also known as a Visit" + } + ], + "propertyConcepts": [ + { + "@id": "pluralName", + "@type": "Property", + "domain": [ + "ProductValidityTimePeriodUOM" + ] + }, + { + "@id": "name", + "@type": "Property", + "domain": [ + "ProductValidityTimePeriodUOM", + "ProductAttributeValue", + "DeviceUserSession" + ] + }, + { + "@id": "id", + "@type": "Property", + "domain": [ + "ProductValidityTimePeriodUOM", + "ProductCollateral", + "AttributeSetTranslation", + "AttributeTranslation", + "AttributeValue", + "AttributeValueTranslation", + "ProductAttributeValue", + "ProductAttributeSet", + "PriceBookEntry", + "DeviceUserSession" + ] + }, + { + "@id": "uRL", + "@type": "Property", + "domain": [ + "ProductCollateral" + ] + }, + { + "@id": "product", + "@type": "Property", + "domain": [ + "ProductCollateral", + "ProductAttributeValue", + "ProductAttributeSet", + "PriceBookEntry" + ] + }, + { + "@id": "translatedName", + "@type": "Property", + "domain": [ + "AttributeSetTranslation", + "AttributeTranslation" + ] + }, + { + "@id": "attributeSet", + "@type": "Property", + "domain": [ + "AttributeSetTranslation", + "ProductAttributeValue", + "ProductAttributeSet" + ] + }, + { + "@id": "attributeValue", + "@type": "Property", + "domain": [ + "AttributeValue", + "AttributeValueTranslation", + "ProductAttributeValue" + ] + }, + { + "@id": "translatedAttributeValue", + "@type": "Property", + "domain": [ + "AttributeValueTranslation" + ] + }, + { + "@id": "translatedAttributeValueDescription", + "@type": "Property", + "domain": [ + "AttributeValueTranslation" + ] + }, + { + "@id": "customAttributeValue", + "@type": "Property", + "domain": [ + "ProductAttributeValue" + ] + }, + { + "@id": "maxRequiredOrderValue", + "@type": "Property", + "domain": [ + "PriceBookEntry" + ] + }, + { + "@id": "minRequiredOrderValue", + "@type": "Property", + "domain": [ + "PriceBookEntry" + ] + }, + { + "@id": "servicePeriodCount", + "@type": "Property", + "domain": [ + "PriceBookEntry" + ] + }, + { + "@id": "minRequiredQuantity", + "@type": "Property", + "domain": [ + "PriceBookEntry" + ] + }, + { + "@id": "useStandardPrice", + "@type": "Property", + "domain": [ + "PriceBookEntry" + ] + }, + { + "@id": "isActive", + "@type": "Property", + "domain": [ + "PriceBookEntry" + ] + }, + { + "@id": "unitListPrice", + "@type": "Property", + "domain": [ + "PriceBookEntry" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "ProductValidityTimePeriodUOM", + "properties": [ + { + "path": "pluralName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ProductCollateral", + "properties": [ + { + "path": "uRL", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "product", + "http://www.w3.org/ns/shacl#node": "Product", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "AttributeSetTranslation", + "properties": [ + { + "path": "translatedName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "attributeSet", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "AttributeTranslation", + "properties": [ + { + "path": "translatedName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "AttributeValue", + "properties": [ + { + "path": "attributeValue", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "AttributeValueTranslation", + "properties": [ + { + "path": "translatedAttributeValue", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "translatedAttributeValueDescription", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "attributeValue", + "http://www.w3.org/ns/shacl#node": "AttributeValue", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ProductAttributeValue", + "properties": [ + { + "path": "customAttributeValue", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "attributeSet", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "attributeValue", + "http://www.w3.org/ns/shacl#node": "AttributeValue" + }, + { + "path": "product", + "http://www.w3.org/ns/shacl#node": "Product", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ProductAttributeSet", + "properties": [ + { + "path": "attributeSet", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "product", + "http://www.w3.org/ns/shacl#node": "Product", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PriceBookEntry", + "properties": [ + { + "path": "maxRequiredOrderValue", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "minRequiredOrderValue", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "servicePeriodCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "minRequiredQuantity", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "useStandardPrice", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isActive", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "unitListPrice", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "product", + "http://www.w3.org/ns/shacl#node": "Product" + } + ] + }, + { + "@type": "Shape", + "@id": "DeviceUserSession", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } + ] + }, + { + "@id": "ProductCatalogEntityGroup", + "name": "Product Catalog", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "Product" + }, + "description": "Example Entities included: Product Catalog, Product Catalog Category, Product Catalog Assignment", + "classConcepts": [ + { + "@id": "ProductCategory", + "name": "Product Category", + "@type": "Class", + "description": "A product may consist of many categories e.g. shoes, tshirts" + }, + { + "@id": "ProductCatalog", + "name": "Product Catalog", + "@type": "Class", + "description": "A catalog used for a certain business process e.g. inventory, merchandizing" + }, + { + "@id": "ProductCatalogTranslation", + "name": "Product Catalog Translation", + "@type": "Class", + "description": "Translated attributes for a product catalog" + }, + { + "@id": "ProductCategoryTranslation", + "name": "Product Category Translation", + "@type": "Class", + "description": "Translated attributes for a product category" + }, + { + "@id": "ProductCategoryProduct", + "name": "Product Category Product", + "@type": "Class", + "description": "Assignment of product to categories e.g. the Nikedas shoe assigned to shoe and running categories" + }, + { + "@id": "ProductCategoryAttributeSet", + "name": "Product Category Attribute Set", + "@type": "Class", + "description": "Assignment of an Attribute Set to a Product Category e.g. the Shoe attribute set assigned to the Shoes category" + } + ], + "propertyConcepts": [ + { + "@id": "activeToDate", + "@type": "Property", + "domain": [ + "ProductCategory", + "ProductCatalog" + ] + }, + { + "@id": "activeFromDate", + "@type": "Property", + "domain": [ + "ProductCategory", + "ProductCatalog" + ] + }, + { + "@id": "name", + "@type": "Property", + "domain": [ + "ProductCategory", + "ProductCatalog" + ] + }, + { + "@id": "id", + "@type": "Property", + "domain": [ + "ProductCategory", + "ProductCatalog", + "ProductCatalogTranslation", + "ProductCategoryTranslation", + "ProductCategoryProduct", + "ProductCategoryAttributeSet" + ] + }, + { + "@id": "parentCategory", + "@type": "Property", + "domain": [ + "ProductCategory" + ] + }, + { + "@id": "productCatalog", + "@type": "Property", + "domain": [ + "ProductCategory", + "ProductCatalogTranslation" + ] + }, + { + "@id": "translatedName", + "@type": "Property", + "domain": [ + "ProductCatalogTranslation", + "ProductCategoryTranslation" + ] + }, + { + "@id": "productCategory", + "@type": "Property", + "domain": [ + "ProductCategoryTranslation", + "ProductCategoryProduct", + "ProductCategoryAttributeSet" + ] + }, + { + "@id": "activeToDateTime", + "@type": "Property", + "domain": [ + "ProductCategoryProduct" + ] + }, + { + "@id": "activeFromDateTime", + "@type": "Property", + "domain": [ + "ProductCategoryProduct" + ] + }, + { + "@id": "product", + "@type": "Property", + "domain": [ + "ProductCategoryProduct" + ] + }, + { + "@id": "attributeSet", + "@type": "Property", + "domain": [ + "ProductCategoryAttributeSet" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "ProductCategory", + "properties": [ + { + "path": "activeToDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "activeFromDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "parentCategory", + "http://www.w3.org/ns/shacl#node": "ProductCategory" + }, + { + "path": "productCatalog", + "http://www.w3.org/ns/shacl#node": "ProductCatalog", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ProductCatalog", + "properties": [ + { + "path": "activeToDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "activeFromDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ProductCatalogTranslation", + "properties": [ + { + "path": "translatedName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "productCatalog", + "http://www.w3.org/ns/shacl#node": "ProductCatalog", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ProductCategoryTranslation", + "properties": [ + { + "path": "translatedName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "productCategory", + "http://www.w3.org/ns/shacl#node": "ProductCategory", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ProductCategoryProduct", + "properties": [ + { + "path": "activeToDateTime", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "activeFromDateTime", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "product", + "http://www.w3.org/ns/shacl#node": "Product", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "productCategory", + "http://www.w3.org/ns/shacl#node": "ProductCategory", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ProductCategoryAttributeSet", + "properties": [ + { + "path": "attributeSet", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "productCategory", + "http://www.w3.org/ns/shacl#node": "ProductCategory", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } + ] + } + ] + }, + { + "@id": "SalesOrderSubjectArea", + "@type": "SubjectArea", + "version": { + "name": "cimVersion", + "value": "0.2" + }, + "name": "Sales Order", + "description": "A document generated by a seller to indicate the specific products/services a buyer will be receive during a sale.", + "entityGroups": [ + { + "@id": "SalesOrderEntityGroup", + "name": "Sales Order", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "SalesOrder" + }, + "description": "Example Entities included: Sales Order, Opportunity, Payment Method", + "classConcepts": [ + { + "@id": "OrderDeliveryMethod", + "name": "Order Delivery Method", + "@type": "Class", + "description": "Standardized methods for transferring purchased products or services to the destination of fulfillment. Delivery methods are characterized by the means of transportation used, and by the delivering organization or group." + }, + { + "@id": "SalesOrderPaymentSummary", + "name": "Sales Order Payment Summary", + "@type": "Class", + "description": "One or more Payments having the same Payment Method, that have been applied to a single Sales Order." + }, + { + "@id": "ProductRelationshipType", + "name": "Product Relationship Type", + "@type": "Class", + "description": "What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of" + }, + { + "@id": "SalesChannel", + "name": "Sales Channel", + "@type": "Class", + "description": "Which channel is used to sell goods e.g. Web Store, Retail Store, Street Faire" + }, + { + "@id": "SalesOrderProduct", + "name": "Sales Order Product", + "@type": "Class", + "description": "A component of a Sales Order that identifies a product or service that will be sold to the customer" + }, + { + "@id": "SalesChannelType", + "name": "Sales Channel Type", + "@type": "Class", + "description": "Standard ways of selling products such as web, retail, direct marketing, etc" + }, + { + "@id": "SalesOrder", + "name": "Sales Order", + "@type": "Class", + "description": "An internal document generated by the seller, indicating that the customer is now ready to purchase products and services" + }, + { + "@id": "SalesOrderStatus", + "name": "Sales Order Status", + "@type": "Class", + "description": "The status of a Sales Order" + }, + { + "@id": "SalesOrderSegment", + "name": "Sales Order Segment", + "@type": "Class", + "description": "A sub-period of an overall subscription which has pricing associated with it" + }, + { + "@id": "SalesOrderConfirmationStatus", + "name": "Sales Order Confirmation Status", + "@type": "Class", + "description": "Stages of customer approval and finalization of a Sales Order." + }, + { + "@id": "SalesOrderType", + "name": "Sales Order Type", + "@type": "Class", + "description": "Classifies a Sales Order as a New, Renewal or Change order" + }, + { + "@id": "RenewalTerm", + "name": "Renewal Term", + "@type": "Class", + "description": "For renewal orders, the length of the renewal term" + }, + { + "@id": "SalesOrderProductStatus", + "name": "Sales Order Product Status", + "@type": "Class", + "description": "The status of a line component of a Sales Order" + }, + { + "@id": "SalesOrderProductReasonCategory", + "name": "Sales Order Product Reason Category", + "@type": "Class", + "description": "Groupings of Sales Order Product Reasons, such as product related or service related" + }, + { + "@id": "SalesOrderProductReason", + "name": "Sales Order Product Reason", + "@type": "Class", + "description": "The customer motive for ordering a product or service, such as replacement, new purchase, upgrade" + }, + { + "@id": "SalesOrderPriceAdjustment", + "name": "Sales Order Price Adjustment", + "@type": "Class", + "description": "A change to the price of a Sales Order that is made before order fulfillment. A Sales Order Price Adjustment may be comprised of Sales Order Product Price Adjustments that allocate the overall adjustment amount to one or more of the products and services" + }, + { + "@id": "PriceAdjustmentGroup", + "name": "Price Adjustment Group", + "@type": "Class", + "description": "Supertype of: Sales Order Price Adjustment, Sales Order Product Price Adjustment, and FulfillmentOrderProductPriceAdjustment" + }, + { + "@id": "SalesOrderPriceAdjustmentType", + "name": "Sales Order Price Adjustment Type", + "@type": "Class", + "description": "Reasons for adjusting the price of an order such as promotional discount, or customer satisfaction issue" + }, + { + "@id": "PriceAdjustmentMethod", + "name": "Price Adjustment Method", + "@type": "Class", + "description": "Defines how the adjustment will be calculated. Valid values used in Commerce Cloud are: percentage, fixed_price, amount, free, price_book_price, bonus, total_fixed_price, bonus_choice, percentage_off_options" + }, + { + "@id": "SalesOrderProductTax", + "name": "Sales Order Product Tax", + "@type": "Class", + "description": "A tax on the price of a Sales Order Product." + }, + { + "@id": "SalesOrderTax", + "name": "Sales Order Tax", + "@type": "Class", + "description": "A charge that is imposed by a government entity for public purposes. Types are aligned to phases of the process: SalesOrderTax, FulfillmentProductTax and ShipmentProductTax" + }, + { + "@id": "SalesOrderDeliveryGroup", + "name": "Sales Order Delivery Group", + "@type": "Class", + "description": "One or more Sales Order Products that share a common Sales Order Delivery Method, and Shipping Address" + }, + { + "@id": "SalesOrderDeliveryStatus", + "name": "Sales Order Delivery Status", + "@type": "Class", + "description": "The progress of a delivery such as awaiting pickup, in progress or complete" + }, + { + "@id": "SalesOrderProductGroup", + "name": "Sales Order Product Group", + "@type": "Class", + "description": "Products may be grouped together for various reasons, such as products that should be shipped together. Every product in a Sales Order Product Group is not required to be a Sales Order Product." + }, + { + "@id": "SalesOrderProductGroupType", + "name": "Sales Order Product Group Type", + "@type": "Class", + "description": "Reasons for grouping products together on sales orders, for example products that ship together." + }, + { + "@id": "SalesOrderProductNote", + "name": "Sales Order Product Note", + "@type": "Class", + "description": "A document accompanying a Sales Order that lists the description, quantity of the goods to be delivered or other information." + }, + { + "@id": "SalesOrderChangeLog", + "name": "Sales Order Change Log", + "@type": "Class", + "description": "Change log for sales order" + }, + { + "@id": "SalesOrderChangeType", + "name": "Sales Order ChangeT ype", + "@type": "Class", + "description": "The reason for a revision of an earlier sales order, e.g. quantity change, new distributed adjustment, new line adjustment, etc." + } + ], + "propertyConcepts": [ + { + "@id": "externalRecord", + "@type": "Property", + "domain": [ + "OrderDeliveryMethod", + "SalesChannel" + ] + }, + { + "@id": "name", + "@type": "Property", + "domain": [ + "OrderDeliveryMethod", + "SalesOrderPaymentSummary", + "SalesChannel", + "SalesChannelType", + "SalesOrder", + "SalesOrderStatus", + "SalesOrderSegment", + "SalesOrderConfirmationStatus", + "SalesOrderType", + "RenewalTerm", + "SalesOrderProductStatus", + "SalesOrderProductReasonCategory", + "SalesOrderProductReason", + "SalesOrderPriceAdjustmentType", + "PriceAdjustmentMethod", + "SalesOrderTax", + "SalesOrderDeliveryGroup", + "SalesOrderDeliveryStatus", + "SalesOrderProductGroup", + "SalesOrderProductGroupType", + "SalesOrderChangeLog" + ] + }, + { + "@id": "id", + "@type": "Property", + "domain": [ + "OrderDeliveryMethod", + "SalesOrderPaymentSummary", + "ProductRelationshipType", + "SalesChannel", + "SalesOrderProduct", + "SalesChannelType", + "SalesOrder", + "SalesOrderStatus", + "SalesOrderSegment", + "SalesOrderConfirmationStatus", + "SalesOrderType", + "RenewalTerm", + "SalesOrderProductStatus", + "SalesOrderProductReasonCategory", + "SalesOrderProductReason", + "SalesOrderPriceAdjustmentType", + "PriceAdjustmentMethod", + "SalesOrderTax", + "SalesOrderDeliveryGroup", + "SalesOrderDeliveryStatus", + "SalesOrderProductGroup", + "SalesOrderProductGroupType", + "SalesOrderProductNote", + "SalesOrderChangeLog", + "SalesOrderChangeType" + ] + }, + { + "@id": "product", + "@type": "Property", + "domain": [ + "OrderDeliveryMethod", + "SalesOrderProduct" + ] + }, + { + "@id": "unappliedAmount", + "@type": "Property", + "domain": [ + "SalesOrderPaymentSummary" + ] + }, + { + "@id": "paymentAmount", + "@type": "Property", + "domain": [ + "SalesOrderPaymentSummary" + ] + }, + { + "@id": "capturedAmount", + "@type": "Property", + "domain": [ + "SalesOrderPaymentSummary" + ] + }, + { + "@id": "availableToApplyBalanceAmount", + "@type": "Property", + "domain": [ + "SalesOrderPaymentSummary" + ] + }, + { + "@id": "authorizationReversalAmount", + "@type": "Property", + "domain": [ + "SalesOrderPaymentSummary" + ] + }, + { + "@id": "authorizationAmount", + "@type": "Property", + "domain": [ + "SalesOrderPaymentSummary" + ] + }, + { + "@id": "appliedAmount", + "@type": "Property", + "domain": [ + "SalesOrderPaymentSummary" + ] + }, + { + "@id": "salesOrder", + "@type": "Property", + "domain": [ + "SalesOrderPaymentSummary", + "SalesOrderProduct", + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "paymentMethod", + "@type": "Property", + "domain": [ + "SalesOrderPaymentSummary", + "SalesOrder" + ] + }, + { + "@id": "childProductRole", + "@type": "Property", + "domain": [ + "ProductRelationshipType" + ] + }, + { + "@id": "parentProductRole", + "@type": "Property", + "domain": [ + "ProductRelationshipType" + ] + }, + { + "@id": "salesChannelNumber", + "@type": "Property", + "domain": [ + "SalesChannel" + ] + }, + { + "@id": "description", + "@type": "Property", + "domain": [ + "SalesChannel", + "SalesOrderProduct", + "SalesOrder", + "SalesOrderDeliveryGroup", + "SalesOrderProductGroup", + "SalesOrderProductNote" + ] + }, + { + "@id": "salesChannelType", + "@type": "Property", + "domain": [ + "SalesChannel" + ] + }, + { + "@id": "shippingTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "shippingCostAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "handlingCostAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "discountAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "discountPercent", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "unitTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "cancelledQuantity", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "allocationPartitionName", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "allocationGroupName", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "endDate", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "unitPriceAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "totalUnitPriceAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct", + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "totalTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct", + "SalesOrder", + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "totalRecurringPriceAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "totalProductTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct", + "SalesOrder", + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "totalPriceAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct", + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "totalManualAdjustmentAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "totalListPriceAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "totalLineAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "totalLineAdjustmentAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "totalDistributedTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "totalDistributedAdjustmentTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "totalDistributedAdjustmentAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "totalAdjustmentTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct", + "SalesOrder", + "SalesOrderPriceAdjustment" + ] + }, + { + "@id": "totalAdjustmentAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct", + "SalesOrder" + ] + }, + { + "@id": "salesOrderProductAdjustedTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "recurringPriceAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "orderManualAdjustmentSubTotalAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "orderAdjustmentSubTotalAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "listPriceAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "lineAdjustmentSubTotalAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "deliveryTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "adjustedDeliveryTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "segmentIndex", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "fulfilledQuantity", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "subscriptionTermQuantity", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "subscriptionRenewalMonthQuantity", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "segmentIndexNumber", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "orderedQuantity", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "availableQuantity", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "allocatedQuantity", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "giftRecipientTelephoneNumber", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "giftOrderMessageText", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "commentText", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "isGift", + "@type": "Property", + "domain": [ + "SalesOrderProduct", + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "isBundleRoot", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "isBonusProduct", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "isAutomaticallyRenewed", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "requestedStartDate", + "@type": "Property", + "domain": [ + "SalesOrderProduct", + "SalesOrder" + ] + }, + { + "@id": "requestedEndDate", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "provisioningDate", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "promisedDate", + "@type": "Property", + "domain": [ + "SalesOrderProduct", + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "quantityOrderedUOM", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "listPriceQuantityUOM", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "orderProductNumber", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "shippingPhone", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "shippingEmail", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "shippingAddress", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "listPriceTermUOM", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "subscriptionTermUnit", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "priceBookEntry", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "sellerAccount", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "salesOrderProductStatus", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "salesOrderProductReason", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "salesOrderDeliveryGroup", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "originalOrderProduct", + "@type": "Property", + "domain": [ + "SalesOrderProduct" + ] + }, + { + "@id": "developerStatusCode", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "orderDiscount", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "orderInsuranceAmount", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "taxRate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "iSOCulture", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "cancelDateType", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "isReductionOrder", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "isGiftOrder", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "promiseFulfillmentDate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "paidDate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "packedDate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "fulfilledDate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "customerAuthorizedDate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "companyAuthorizedDate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "checkoutDate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "cancelDate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "activatedDate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "grandTotalAmount", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "adjustedTotalProductAmount", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "adjustedProductTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "totalProductAmount", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "totalPendingBillingAmount", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "totalDeliveryTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrder", + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "totalDeliveryFeeAmount", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "totalDeliveryAmount", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "totalCancelledBillingAmount", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "totalBookingAmount", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "totalAdjustedDeliveryTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "renewalUpliftRate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "billingDayOfTheMonth", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "purchaseOrderNumber", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "priceCalculationStatusMessageText", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "confirmationRecipientEmailText", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "isTaxExempt", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "isSuspended", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "isHistoricalOnly", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "isContracted", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "isClosed", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "isAnonymous", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "isAlerted", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "canBillNow", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "purchaseOrderDate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "promiseDate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "orderStartDate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "orderEndDate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "filedDate", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "salesOrderSystemStatus", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "orderNumber", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "userDeviceSession", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "soldToCustomer", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "shipToEmail", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "shipToContact", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "shipToAddress", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "seller", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "salesOrderType", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "salesOrderStatus", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "salesOrderConfirmationStatus", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "salesChannel", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "renewalTerm", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "originalOrder", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "internalBusinessUnit", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "billToPhoneNumber", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "billToEmail", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "billToContact", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "billToAddress", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "billToAccount", + "@type": "Property", + "domain": [ + "SalesOrder" + ] + }, + { + "@id": "salesOrderProductReasonCategory", + "@type": "Property", + "domain": [ + "SalesOrderProductReason" + ] + }, + { + "@id": "salesOrderTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrderProductTax", + "SalesOrderTax" + ] + }, + { + "@id": "taxAmount", + "@type": "Property", + "domain": [ + "SalesOrderProductTax" + ] + }, + { + "@id": "taxRatePercent", + "@type": "Property", + "domain": [ + "SalesOrderTax" + ] + }, + { + "@id": "taxErrorMessageText", + "@type": "Property", + "domain": [ + "SalesOrderTax" + ] + }, + { + "@id": "taxAddressStreet2Text", + "@type": "Property", + "domain": [ + "SalesOrderTax" + ] + }, + { + "@id": "taxAddressStreet1Text", + "@type": "Property", + "domain": [ + "SalesOrderTax" + ] + }, + { + "@id": "taxAddressCityName", + "@type": "Property", + "domain": [ + "SalesOrderTax" + ] + }, + { + "@id": "totalDeliveryChargeTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "totalDeliveryChargeAmount", + "@type": "Property", + "domain": [ + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "totalDeliveryAdjustmentTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "totalDeliveryAdjustmentAmount", + "@type": "Property", + "domain": [ + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "giftMessageText", + "@type": "Property", + "domain": [ + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "grandTotalDeliveryAmount", + "@type": "Property", + "domain": [ + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "deliveryInstructionsText", + "@type": "Property", + "domain": [ + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "desiredDeliveryDate", + "@type": "Property", + "domain": [ + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "salesOrderDeliveryGroupNumber", + "@type": "Property", + "domain": [ + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "salesOrderDeliveryStatus", + "@type": "Property", + "domain": [ + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "originalDeliveryGroup", + "@type": "Property", + "domain": [ + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "orderDeliveryMethod", + "@type": "Property", + "domain": [ + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "contactPointAddress", + "@type": "Property", + "domain": [ + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "accountContact", + "@type": "Property", + "domain": [ + "SalesOrderDeliveryGroup" + ] + }, + { + "@id": "salesOrderProductGroupType", + "@type": "Property", + "domain": [ + "SalesOrderProductGroup" + ] + }, + { + "@id": "noteText", + "@type": "Property", + "domain": [ + "SalesOrderProductNote" + ] + }, + { + "@id": "changeSalesOrder", + "@type": "Property", + "domain": [ + "SalesOrderChangeLog" + ] + }, + { + "@id": "relatedSalesOrder", + "@type": "Property", + "domain": [ + "SalesOrderChangeLog" + ] + }, + { + "@id": "relatedSalesOrderProduct", + "@type": "Property", + "domain": [ + "SalesOrderChangeLog" + ] + }, + { + "@id": "changeSalesOrderProduct", + "@type": "Property", + "domain": [ + "SalesOrderChangeLog" + ] + }, + { + "@id": "salesOrderChangeTypeName", + "@type": "Property", + "domain": [ + "SalesOrderChangeType" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "OrderDeliveryMethod", + "properties": [ + { + "path": "externalRecord", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "product", + "http://www.w3.org/ns/shacl#node": "Product", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderPaymentSummary", + "properties": [ + { + "path": "unappliedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "capturedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "availableToApplyBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "authorizationReversalAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "authorizationAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "appliedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesOrder", + "http://www.w3.org/ns/shacl#node": "SalesOrder", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentMethod", + "http://www.w3.org/ns/shacl#node": "PaymentMethod", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ProductRelationshipType", + "properties": [ + { + "path": "childProductRole", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "parentProductRole", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesChannel", + "properties": [ + { + "path": "externalRecord", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesChannelNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesChannelType", + "http://www.w3.org/ns/shacl#node": "SalesChannelType", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderProduct", + "properties": [ + { + "path": "shippingTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shippingCostAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "handlingCostAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "discountAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "discountPercent", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "unitTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "cancelledQuantity", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "allocationPartitionName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "allocationGroupName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "endDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "unitPriceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalUnitPriceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalRecurringPriceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalProductTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalPriceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalManualAdjustmentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalListPriceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalLineAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalLineAdjustmentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalDistributedTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalDistributedAdjustmentTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalDistributedAdjustmentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalAdjustmentTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalAdjustmentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesOrderProductAdjustedTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "recurringPriceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "orderManualAdjustmentSubTotalAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "orderAdjustmentSubTotalAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "listPriceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "lineAdjustmentSubTotalAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "deliveryTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "adjustedDeliveryTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "segmentIndex", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "fulfilledQuantity", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "subscriptionTermQuantity", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "subscriptionRenewalMonthQuantity", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "segmentIndexNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "orderedQuantity", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "availableQuantity", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "allocatedQuantity", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "giftRecipientTelephoneNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "giftOrderMessageText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "commentText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isGift", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isBundleRoot", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isBonusProduct", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isAutomaticallyRenewed", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requestedStartDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requestedEndDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "provisioningDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "promisedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "quantityOrderedUOM", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "listPriceQuantityUOM", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "orderProductNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shippingPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "shippingEmail", + "http://www.w3.org/ns/shacl#node": "ContactPointEmail" + }, + { + "path": "shippingAddress", + "http://www.w3.org/ns/shacl#node": "ContactPointAddress" + }, + { + "path": "listPriceTermUOM", + "http://www.w3.org/ns/shacl#node": "ProductValidityTimePeriodUOM" + }, + { + "path": "subscriptionTermUnit", + "http://www.w3.org/ns/shacl#node": "ProductValidityTimePeriodUOM" + }, + { + "path": "priceBookEntry", + "http://www.w3.org/ns/shacl#node": "PriceBookEntry", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "sellerAccount", + "http://www.w3.org/ns/shacl#node": "Account" + }, + { + "path": "salesOrderProductStatus", + "http://www.w3.org/ns/shacl#node": "SalesOrderProductStatus", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "salesOrderProductReason", + "http://www.w3.org/ns/shacl#node": "SalesOrderProductReason" + }, + { + "path": "salesOrderDeliveryGroup", + "http://www.w3.org/ns/shacl#node": "SalesOrderDeliveryGroup" + }, + { + "path": "product", + "http://www.w3.org/ns/shacl#node": "Product", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "salesOrder", + "http://www.w3.org/ns/shacl#node": "SalesOrder", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "originalOrderProduct", + "http://www.w3.org/ns/shacl#node": "SalesOrderProduct" + } + ] + }, + { + "@type": "Shape", + "@id": "SalesChannelType", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrder", + "properties": [ + { + "path": "developerStatusCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "orderDiscount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "orderInsuranceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "taxRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "iSOCulture", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "cancelDateType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isReductionOrder", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isGiftOrder", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "promiseFulfillmentDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paidDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "packedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "fulfilledDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "customerAuthorizedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "companyAuthorizedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "checkoutDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "cancelDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "activatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "grandTotalAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "adjustedTotalProductAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "adjustedProductTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalProductTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalProductAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalPendingBillingAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalDeliveryTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalDeliveryFeeAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalDeliveryAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalCancelledBillingAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalBookingAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalAdjustmentTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalAdjustmentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalAdjustedDeliveryTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "renewalUpliftRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billingDayOfTheMonth", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "purchaseOrderNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "priceCalculationStatusMessageText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "confirmationRecipientEmailText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isTaxExempt", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isSuspended", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isHistoricalOnly", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isContracted", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isClosed", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isAnonymous", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isAlerted", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "canBillNow", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requestedStartDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "purchaseOrderDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "promiseDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "orderStartDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "orderEndDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "filedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesOrderSystemStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "orderNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentMethod", + "http://www.w3.org/ns/shacl#node": "PaymentMethod", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "userDeviceSession", + "http://www.w3.org/ns/shacl#node": "DeviceUserSession" + }, + { + "path": "soldToCustomer", + "http://www.w3.org/ns/shacl#node": "Customer" + }, + { + "path": "shipToEmail", + "http://www.w3.org/ns/shacl#node": "ContactPointEmail" + }, + { + "path": "shipToContact", + "http://www.w3.org/ns/shacl#node": "AccountContact" + }, + { + "path": "shipToAddress", + "http://www.w3.org/ns/shacl#node": "ContactPointAddress" + }, + { + "path": "seller", + "http://www.w3.org/ns/shacl#node": "Seller" + }, + { + "path": "salesOrderType", + "http://www.w3.org/ns/shacl#node": "SalesOrderType", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "salesOrderStatus", + "http://www.w3.org/ns/shacl#node": "SalesOrderStatus", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "salesOrderConfirmationStatus", + "http://www.w3.org/ns/shacl#node": "SalesOrderConfirmationStatus", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "salesChannel", + "http://www.w3.org/ns/shacl#node": "SalesChannel", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "renewalTerm", + "http://www.w3.org/ns/shacl#node": "RenewalTerm" + }, + { + "path": "originalOrder", + "http://www.w3.org/ns/shacl#node": "SalesOrder" + }, + { + "path": "internalBusinessUnit", + "http://www.w3.org/ns/shacl#node": "InternalBusinessUnit" + }, + { + "path": "billToPhoneNumber", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "billToEmail", + "http://www.w3.org/ns/shacl#node": "ContactPointEmail" + }, + { + "path": "billToContact", + "http://www.w3.org/ns/shacl#node": "AccountContact", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "billToAddress", + "http://www.w3.org/ns/shacl#node": "ContactPointAddress", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "billToAccount", + "http://www.w3.org/ns/shacl#node": "Account", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderStatus", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderSegment", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderConfirmationStatus", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderType", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "RenewalTerm", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderProductStatus", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderProductReasonCategory", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderProductReason", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesOrderProductReasonCategory", + "http://www.w3.org/ns/shacl#node": "SalesOrderProductReasonCategory", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderPriceAdjustment", + "properties": [ + { + "path": "totalAdjustmentTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PriceAdjustmentGroup", + "properties": [] + }, + { + "@type": "Shape", + "@id": "SalesOrderPriceAdjustmentType", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PriceAdjustmentMethod", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderProductTax", + "properties": [ + { + "path": "salesOrderTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "taxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderTax", + "properties": [ + { + "path": "salesOrderTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "taxRatePercent", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "taxErrorMessageText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "taxAddressStreet2Text", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "taxAddressStreet1Text", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "taxAddressCityName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderDeliveryGroup", + "properties": [ + { + "path": "totalUnitPriceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalProductTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalPriceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalDeliveryTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalDeliveryChargeTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalDeliveryChargeAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalDeliveryAdjustmentTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalDeliveryAdjustmentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "giftMessageText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "grandTotalDeliveryAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "deliveryInstructionsText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isGift", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "promisedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "desiredDeliveryDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesOrderDeliveryGroupNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesOrder", + "http://www.w3.org/ns/shacl#node": "SalesOrder", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "salesOrderDeliveryStatus", + "http://www.w3.org/ns/shacl#node": "SalesOrderDeliveryStatus", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "originalDeliveryGroup", + "http://www.w3.org/ns/shacl#node": "SalesOrderDeliveryGroup" + }, + { + "path": "orderDeliveryMethod", + "http://www.w3.org/ns/shacl#node": "OrderDeliveryMethod", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "contactPointAddress", + "http://www.w3.org/ns/shacl#node": "ContactPointAddress", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "accountContact", + "http://www.w3.org/ns/shacl#node": "AccountContact", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderDeliveryStatus", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderProductGroup", + "properties": [ + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesOrderProductGroupType", + "http://www.w3.org/ns/shacl#node": "SalesOrderProductGroupType", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderProductGroupType", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderProductNote", + "properties": [ + { + "path": "noteText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderChangeLog", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "changeSalesOrder", + "http://www.w3.org/ns/shacl#node": "SalesOrder", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "relatedSalesOrder", + "http://www.w3.org/ns/shacl#node": "SalesOrder", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "relatedSalesOrderProduct", + "http://www.w3.org/ns/shacl#node": "SalesOrderProduct", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "changeSalesOrderProduct", + "http://www.w3.org/ns/shacl#node": "SalesOrderProduct", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "SalesOrderChangeType", + "properties": [ + { + "path": "salesOrderChangeTypeName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } + ] + } + ] + }, + { + "@id": "ShipmentSubjectArea", + "@type": "SubjectArea", + "version": { + "name": "cimVersion", + "value": "0.2" + }, + "name": "Shipment", + "description": "Tracking the physical packages actually shipped for an order.", + "entityGroups": [ + { + "@id": "ShipmentEntityGroup", + "name": "Shipment", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "Shipment" + }, + "description": "Example Entities included: Shipment, Shipment Package, Shipment Document, Shipment Product", + "classConcepts": [ + { + "@id": "Shipment", + "name": "Shipment", + "@type": "Class", + "description": "A quantity of goods sent together to a place, or the act of sending them" + }, + { + "@id": "ShipmentStatus", + "name": "Shipment Status", + "@type": "Class", + "description": "The stage of a shipment. Possible values could be pre-transit, in transit, delayed, delivered" + }, + { + "@id": "ShippingMethod", + "name": "Shipping Method", + "@type": "Class", + "description": "A parcel of one or more items bundled together, so that they arrive at the customer's address as a single unit." + }, + { + "@id": "ShipmentProduct", + "name": "Shipment Product", + "@type": "Class", + "description": "An item on a list of one or more that comprises a shipment." + }, + { + "@id": "ShipmentDocument", + "name": "Shipment Document", + "@type": "Class", + "description": "A receipt, bill of lading or other document that is delivered with the shipment to explain the purchase or shipment contents." + }, + { + "@id": "ShipmentPackage", + "name": "Shipment Package", + "@type": "Class", + "description": "A parcel of one or more items bundled together, so that they arrive at the customer's address as a single unit." + }, + { + "@id": "ShipmentProductPriceAdjustmentTax", + "name": "Shipment Product Price Adjustment Tax", + "@type": "Class", + "description": "A tax on the price of a Sales Order Product." + }, + { + "@id": "ShipmentProductPriceAdjustment", + "name": "Shipment Product Price Adjustment", + "@type": "Class", + "description": "A change to the price of an ordered product or service that is made after Fulfillment." + } + ], + "propertyConcepts": [ + { + "@id": "giftMessageText", + "@type": "Property", + "domain": [ + "Shipment" + ] + }, + { + "@id": "specialInstructionsText", + "@type": "Property", + "domain": [ + "Shipment" + ] + }, + { + "@id": "isGift", + "@type": "Property", + "domain": [ + "Shipment" + ] + }, + { + "@id": "estimatedDeliveryDateTime", + "@type": "Property", + "domain": [ + "Shipment" + ] + }, + { + "@id": "scheduledDeliveryDateTime", + "@type": "Property", + "domain": [ + "Shipment" + ] + }, + { + "@id": "actualDeliveryDateTime", + "@type": "Property", + "domain": [ + "Shipment" + ] + }, + { + "@id": "shipmentDate", + "@type": "Property", + "domain": [ + "Shipment" + ] + }, + { + "@id": "carrierTrackingNumber", + "@type": "Property", + "domain": [ + "Shipment" + ] + }, + { + "@id": "shipmentNumber", + "@type": "Property", + "domain": [ + "Shipment" + ] + }, + { + "@id": "id", + "@type": "Property", + "domain": [ + "Shipment", + "ShipmentStatus", + "ShippingMethod", + "ShipmentProduct", + "ShipmentDocument", + "ShipmentPackage", + "ShipmentProductPriceAdjustmentTax", + "ShipmentProductPriceAdjustment" + ] + }, + { + "@id": "shipToAddress", + "@type": "Property", + "domain": [ + "Shipment" + ] + }, + { + "@id": "shipmentStatus", + "@type": "Property", + "domain": [ + "Shipment" + ] + }, + { + "@id": "salesOrderDeliveryGroup", + "@type": "Property", + "domain": [ + "Shipment" + ] + }, + { + "@id": "salesOrder", + "@type": "Property", + "domain": [ + "Shipment" + ] + }, + { + "@id": "description", + "@type": "Property", + "domain": [ + "ShipmentStatus", + "ShippingMethod", + "ShipmentProductPriceAdjustment" + ] + }, + { + "@id": "name", + "@type": "Property", + "domain": [ + "ShipmentStatus", + "ShippingMethod", + "ShipmentProductPriceAdjustmentTax" + ] + }, + { + "@id": "product", + "@type": "Property", + "domain": [ + "ShippingMethod", + "ShipmentProduct" + ] + }, + { + "@id": "shipmentProductCount", + "@type": "Property", + "domain": [ + "ShipmentProduct", + "ShipmentPackage" + ] + }, + { + "@id": "shipment", + "@type": "Property", + "domain": [ + "ShipmentProduct", + "ShipmentDocument", + "ShipmentPackage" + ] + }, + { + "@id": "shipmentPackage", + "@type": "Property", + "domain": [ + "ShipmentProduct" + ] + }, + { + "@id": "salesOrderProduct", + "@type": "Property", + "domain": [ + "ShipmentProduct" + ] + }, + { + "@id": "shipmentProductDescription", + "@type": "Property", + "domain": [ + "ShipmentPackage" + ] + }, + { + "@id": "shipmentProductPriceAdjustment", + "@type": "Property", + "domain": [ + "ShipmentProductPriceAdjustmentTax" + ] + }, + { + "@id": "adjustmentAmount", + "@type": "Property", + "domain": [ + "ShipmentProductPriceAdjustment" + ] + }, + { + "@id": "adjustmentTaxAmount", + "@type": "Property", + "domain": [ + "ShipmentProductPriceAdjustment" + ] + }, + { + "@id": "shipmentProductPriceAdjustmentAmount", + "@type": "Property", + "domain": [ + "ShipmentProductPriceAdjustment" + ] + }, + { + "@id": "shipmentProduct", + "@type": "Property", + "domain": [ + "ShipmentProductPriceAdjustment" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "Shipment", + "properties": [ + { + "path": "giftMessageText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "specialInstructionsText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isGift", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "estimatedDeliveryDateTime", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "scheduledDeliveryDateTime", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "actualDeliveryDateTime", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shipmentDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "carrierTrackingNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shipmentNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shipToAddress", + "http://www.w3.org/ns/shacl#node": "ContactPointAddress" + }, + { + "path": "shipmentStatus", + "http://www.w3.org/ns/shacl#node": "ShipmentStatus" + }, + { + "path": "salesOrderDeliveryGroup", + "http://www.w3.org/ns/shacl#node": "SalesOrderDeliveryGroup" + }, + { + "path": "salesOrder", + "http://www.w3.org/ns/shacl#node": "SalesOrder" + } + ] + }, + { + "@type": "Shape", + "@id": "ShipmentStatus", + "properties": [ + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ShippingMethod", + "properties": [ + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "product", + "http://www.w3.org/ns/shacl#node": "Product", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ShipmentProduct", + "properties": [ + { + "path": "shipmentProductCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shipment", + "http://www.w3.org/ns/shacl#node": "Shipment", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "product", + "http://www.w3.org/ns/shacl#node": "Product", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "shipmentPackage", + "http://www.w3.org/ns/shacl#node": "ShipmentPackage", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "salesOrderProduct", + "http://www.w3.org/ns/shacl#node": "SalesOrderProduct", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ShipmentDocument", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shipment", + "http://www.w3.org/ns/shacl#node": "Shipment", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ShipmentPackage", + "properties": [ + { + "path": "shipmentProductCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shipmentProductDescription", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shipment", + "http://www.w3.org/ns/shacl#node": "Shipment", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ShipmentProductPriceAdjustmentTax", + "properties": [ + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shipmentProductPriceAdjustment", + "http://www.w3.org/ns/shacl#node": "ShipmentProductPriceAdjustment", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "ShipmentProductPriceAdjustment", + "properties": [ + { + "path": "adjustmentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "adjustmentTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shipmentProductPriceAdjustmentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shipmentProduct", + "http://www.w3.org/ns/shacl#node": "ShipmentProduct", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file From 6e6097c3b67c368a3003beeb1a89d4efd6e44445 Mon Sep 17 00:00:00 2001 From: mattdfuchs Date: Wed, 2 Sep 2020 09:19:46 -0700 Subject: [PATCH 03/12] generalized framework for plugins, fixes for CIM (at least) round trip --- package-lock.json | 9551 +++++++++++++---- package.json | 9 +- src/main/bindings/AMLBindingsPlugin.ts | 6 +- .../bindings/APIContractBindingsPlugin.ts | 2 +- src/main/bindings/BindingsPlugin.ts | 37 + src/main/bindings/CIMBindingsPlugin.ts | 52 +- src/main/bindings/cim/exporter.ts | 44 +- src/main/bindings/cim/importer.ts | 10 +- src/main/bindings/utils/N3Graph.ts | 23 +- src/main/index.ts | 306 +- src/test/bindings/CIMBindingsPlugin.test.ts | 2 +- 11 files changed, 7460 insertions(+), 2582 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad7d1a7..f660bd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,204 +5,428 @@ "requires": true, "dependencies": { "@api-modeling/amf-client-js": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/@api-modeling/amf-client-js/-/amf-client-js-4.1.11.tgz", - "integrity": "sha512-2z2uxn/3PbNOyM3B7YSd3lsxh0iER6hRS4WdUFv9Y3dVzhNFAgj4GK4fqveC1kWNJ3iY1sbiCVAbdt0G+Dg2RA==", + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@api-modeling/amf-client-js/-/amf-client-js-4.1.12.tgz", + "integrity": "sha512-0uyrnpTB0KBHgOU/MoHtl/mdWrW106qFouQTsrbGaxq4jg7EEYCw9CgnQF7j9NDbOJMzlha/sO/ZwIDKtbzQ2g==", "requires": { "ajv": "^6.12.2", "amf-shacl-node": "^2.0.0" } }, "@api-modeling/api-modeling-metadata": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@api-modeling/api-modeling-metadata/-/api-modeling-metadata-0.1.3.tgz", - "integrity": "sha512-oZFWPJ7101fXMafVYpi6w45C05hpzlhKkUaujDstm2rMPi7ZwXYO9Wd1I7LJ0kUUP90iUQW1zX+foJRjPAW+Jw==", - "requires": { - "@api-modeling/amf-client-js": "4.1.11", - "@types/uuid": "^7.0.2", - "uuid": "^7.0.3" - }, - "dependencies": { - "uuid": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", - "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" - } - } - }, - "@api-modeling/metadata-store": { - "version": "0.1.15", + "version": "0.1.4", "requires": { - "@comunica/actor-init-sparql-rdfjs": "^1.13.1", - "@types/jsonld": "^1.5.1", - "amf-client-js": "^4.1.1", - "jquery": "^3.5.1", - "jsonld": "^3.0.1", - "n3": "^1.3.5", - "source-map-support": "^0.5.19", + "@api-modeling/amf-client-js": "4.1.12", + "@types/uuid": "^7.0.4", "uuid": "^7.0.3" }, "dependencies": { + "@api-modeling/amf-client-js": { + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@api-modeling/amf-client-js/-/amf-client-js-4.1.12.tgz", + "integrity": "sha512-0uyrnpTB0KBHgOU/MoHtl/mdWrW106qFouQTsrbGaxq4jg7EEYCw9CgnQF7j9NDbOJMzlha/sO/ZwIDKtbzQ2g==", + "requires": { + "ajv": "^6.12.2", + "amf-shacl-node": "^2.0.0" + } + }, + "@babel/code-frame": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "requires": { + "@babel/highlight": "^7.10.4" + } + }, + "@babel/core": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.11.1.tgz", + "integrity": "sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.11.0", + "@babel/helper-module-transforms": "^7.11.0", + "@babel/helpers": "^7.10.4", + "@babel/parser": "^7.11.1", + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.11.0", + "@babel/types": "^7.11.0", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.19", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "lodash": { + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + } + } + }, + "@babel/generator": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.11.0.tgz", + "integrity": "sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==", + "requires": { + "@babel/types": "^7.11.0", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-function-name": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", + "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", + "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz", + "integrity": "sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q==", + "requires": { + "@babel/types": "^7.11.0" + } + }, + "@babel/helper-module-imports": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz", + "integrity": "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-module-transforms": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz", + "integrity": "sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==", + "requires": { + "@babel/helper-module-imports": "^7.10.4", + "@babel/helper-replace-supers": "^7.10.4", + "@babel/helper-simple-access": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.11.0", + "@babel/template": "^7.10.4", + "@babel/types": "^7.11.0", + "lodash": "^4.17.19" + }, + "dependencies": { + "lodash": { + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + } + } + }, + "@babel/helper-optimise-call-expression": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz", + "integrity": "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-replace-supers": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz", + "integrity": "sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.10.4", + "@babel/helper-optimise-call-expression": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-simple-access": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz", + "integrity": "sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==", + "requires": { + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz", + "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==", + "requires": { + "@babel/types": "^7.11.0" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/helpers": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.10.4.tgz", + "integrity": "sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==", + "requires": { + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/highlight": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", + "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.11.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.11.3.tgz", + "integrity": "sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA==" + }, + "@babel/template": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", + "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/traverse": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.11.0.tgz", + "integrity": "sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.11.0", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.11.0", + "@babel/parser": "^7.11.0", + "@babel/types": "^7.11.0", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.19" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "lodash": { + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + } + } + }, + "@babel/types": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.0.tgz", + "integrity": "sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + }, + "dependencies": { + "lodash": { + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + } + } + }, "@comunica/actor-abstract-bindings-hash": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.13.0.tgz", - "integrity": "sha512-ln6JeO9ZeoTlKkhoPF4JfjlrDaypWgsG/kR5Rqg7k9kU9JZOpEk14T/3RG5dprTr2CjmzX9sBaooug0KJU7OxQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.15.0.tgz", + "integrity": "sha512-1YUtb/zKyfpzgknkEYBhWqJaclKZkb7GqJP0sSMQfSoSiNZMKP2BqUGvLTXGuTSCb5smHqx2dcvUOImQ7IaIbw==", "requires": { - "json-stable-stringify": "^1.0.1", + "canonicalize": "^1.0.1", "rdf-string": "^1.4.2" } }, "@comunica/actor-abstract-mediatyped": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.13.0.tgz", - "integrity": "sha512-RLAwlQIGX/NvWmqgL8BrCbIZvdprW0XMrpwJy5rM/nHlQe8oiH5sa0eIa6sG6Ohn4Y6DwmgrgUoLe9b822JzuA==", - "requires": { - "lodash.mapvalues": "^4.6.0" - } + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.15.0.tgz", + "integrity": "sha512-rB0DnIuiZKGqAd6JmcXdajmgDPWzffqCqLyAp2A967NRN1NlPbPnfwkCJBHVehdcyT69dAaEkHoHDZpbwOVjHg==" }, "@comunica/actor-abstract-path": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.13.0.tgz", - "integrity": "sha512-UNiUDkRA8Rh8e8VsbWjseumGt6pT5HrLxjUw7VFHBImGZt0ncdsqZiDcgrT1sHgKPB7c8x7ckFD/ON23FFzqpw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.15.0.tgz", + "integrity": "sha512-zXTTFBPW7AxAVd7uX+7W1O05XgZcgmZ9U+e3H1rv0o0qHJUeAAhRulAMeU2ovSNI4hWb8W3bU+/LFJBQXC+u3A==", "requires": { "@rdfjs/data-model": "^1.1.1", - "asynciterator": "^2.0.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "sparqlalgebrajs": "^2.2.2" } }, "@comunica/actor-http-memento": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.13.0.tgz", - "integrity": "sha512-By9I31qc48EDg8183mhesToxC6L8zHWoRE6zAEl/z95FJIiFq4G+cRk//FQgbpfEktoN5VIPIqNu90l3tJyCPQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.15.0.tgz", + "integrity": "sha512-TYDaMo0lSuxGTpGGec5iaJX41fsl7hjTgRRTWgIO8w6yCVr9V0Od3PX2Ukgu6T2Ps62FJv23IBgrQ9Z1MoUiOw==", "requires": { - "isomorphic-fetch": "^2.2.1", + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", "parse-link-header": "^1.0.1" } }, "@comunica/actor-http-native": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.13.0.tgz", - "integrity": "sha512-88MrcbfzqUWNPxGsrtQk7Ei3ngkEjA4T+nvMzSGvT9v6teMa/wzLjZE0KPtwOgE/BLX2nC6GnPWblEBVEwCgyQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.15.0.tgz", + "integrity": "sha512-YRpb03uYbmIXcWZOKdXF0UwCIauhWTNq5L1x8Ceu93WqVZNgBjR5FcZeQwiz3Tw201YtMjnl8QysBcSHAd5zvw==", "requires": { + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", "follow-redirects": "^1.5.1", - "isomorphic-fetch": "^2.2.1", "parse-link-header": "^1.0.1" } }, "@comunica/actor-http-proxy": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.13.0.tgz", - "integrity": "sha512-mVNDLgsMOE1YY5DIyBB8oJu6caEo8kRU0gIKjWbzGXcIvEAKTsUlU0CJD5tnipCczm53rwxT11LVhUlt24yBWg==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.15.0.tgz", + "integrity": "sha512-qPujw7lsWg1hJ+lC68iERkSipmF2t2MWTXpajGdTMSTt7nc9Viy7PMkWAU8YAXdUZMr+RbiNnbu4OjEjySwiew==" }, "@comunica/actor-init-sparql": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.13.1.tgz", - "integrity": "sha512-TjFA1RbTYciAcs5SGC84UHPga0GxXLhTjlUrY2wG/jwXumweLeqSf+ob6wJf595Z4Sg8yCPJbd16rBRhrcs7Wg==", - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.13.0", - "@comunica/actor-abstract-mediatyped": "^1.13.0", - "@comunica/actor-http-memento": "^1.13.0", - "@comunica/actor-http-native": "^1.13.0", - "@comunica/actor-http-proxy": "^1.13.0", - "@comunica/actor-optimize-query-operation-join-bgp": "^1.13.0", - "@comunica/actor-query-operation-ask": "^1.13.0", - "@comunica/actor-query-operation-bgp-empty": "^1.13.1", - "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.13.1", - "@comunica/actor-query-operation-bgp-single": "^1.13.0", - "@comunica/actor-query-operation-construct": "^1.13.0", - "@comunica/actor-query-operation-describe-subject": "^1.13.0", - "@comunica/actor-query-operation-distinct-hash": "^1.13.0", - "@comunica/actor-query-operation-extend": "^1.13.0", - "@comunica/actor-query-operation-filter-sparqlee": "^1.13.0", - "@comunica/actor-query-operation-from-quad": "^1.13.0", - "@comunica/actor-query-operation-group": "^1.13.0", - "@comunica/actor-query-operation-join": "^1.13.0", - "@comunica/actor-query-operation-leftjoin-left-deep": "^1.13.0", - "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.13.0", - "@comunica/actor-query-operation-minus": "^1.13.0", - "@comunica/actor-query-operation-orderby-sparqlee": "^1.13.0", - "@comunica/actor-query-operation-path-alt": "^1.13.0", - "@comunica/actor-query-operation-path-inv": "^1.13.0", - "@comunica/actor-query-operation-path-link": "^1.13.0", - "@comunica/actor-query-operation-path-nps": "^1.13.0", - "@comunica/actor-query-operation-path-one-or-more": "^1.13.0", - "@comunica/actor-query-operation-path-seq": "^1.13.0", - "@comunica/actor-query-operation-path-zero-or-more": "^1.13.0", - "@comunica/actor-query-operation-path-zero-or-one": "^1.13.0", - "@comunica/actor-query-operation-project": "^1.13.0", - "@comunica/actor-query-operation-quadpattern": "^1.13.1", - "@comunica/actor-query-operation-reduced-hash": "^1.13.0", - "@comunica/actor-query-operation-service": "^1.13.0", - "@comunica/actor-query-operation-slice": "^1.13.0", - "@comunica/actor-query-operation-sparql-endpoint": "^1.13.0", - "@comunica/actor-query-operation-union": "^1.13.0", - "@comunica/actor-query-operation-values": "^1.13.0", - "@comunica/actor-rdf-dereference-http-parse": "^1.13.0", - "@comunica/actor-rdf-join-multi-smallest": "^1.13.0", - "@comunica/actor-rdf-join-symmetrichash": "^1.13.0", - "@comunica/actor-rdf-metadata-all": "^1.13.0", - "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.13.0", - "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.13.0", - "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.13.0", - "@comunica/actor-rdf-metadata-primary-topic": "^1.13.0", - "@comunica/actor-rdf-parse-html": "^1.13.0", - "@comunica/actor-rdf-parse-html-rdfa": "^1.13.0", - "@comunica/actor-rdf-parse-html-script": "^1.13.0", - "@comunica/actor-rdf-parse-jsonld": "^1.13.0", - "@comunica/actor-rdf-parse-n3": "^1.13.0", - "@comunica/actor-rdf-parse-rdfxml": "^1.13.0", - "@comunica/actor-rdf-parse-xml-rdfa": "^1.13.0", - "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.13.0", - "@comunica/actor-rdf-resolve-hypermedia-none": "^1.13.0", - "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.13.0", - "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.13.0", - "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.13.0", - "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.13.0", - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.13.0", - "@comunica/actor-rdf-serialize-jsonld": "^1.13.1", - "@comunica/actor-rdf-serialize-n3": "^1.13.1", - "@comunica/actor-sparql-parse-algebra": "^1.13.0", - "@comunica/actor-sparql-parse-graphql": "^1.13.0", - "@comunica/actor-sparql-serialize-json": "^1.13.0", - "@comunica/actor-sparql-serialize-rdf": "^1.13.1", - "@comunica/actor-sparql-serialize-simple": "^1.13.0", - "@comunica/actor-sparql-serialize-sparql-json": "^1.13.0", - "@comunica/actor-sparql-serialize-sparql-xml": "^1.13.0", - "@comunica/actor-sparql-serialize-stats": "^1.13.0", - "@comunica/actor-sparql-serialize-table": "^1.13.0", - "@comunica/actor-sparql-serialize-tree": "^1.13.0", - "@comunica/bus-context-preprocess": "^1.13.0", - "@comunica/bus-http": "^1.13.0", - "@comunica/bus-http-invalidate": "^1.13.0", - "@comunica/bus-init": "^1.13.0", - "@comunica/bus-optimize-query-operation": "^1.13.0", - "@comunica/bus-query-operation": "^1.13.0", - "@comunica/bus-rdf-dereference": "^1.13.0", - "@comunica/bus-rdf-dereference-paged": "^1.13.0", - "@comunica/bus-rdf-join": "^1.13.0", - "@comunica/bus-rdf-metadata": "^1.13.0", - "@comunica/bus-rdf-metadata-extract": "^1.13.0", - "@comunica/bus-rdf-parse": "^1.13.0", - "@comunica/bus-rdf-parse-html": "^1.13.0", - "@comunica/bus-rdf-resolve-hypermedia": "^1.13.0", - "@comunica/bus-rdf-resolve-hypermedia-links": "^1.13.0", - "@comunica/bus-rdf-resolve-quad-pattern": "^1.13.0", - "@comunica/bus-rdf-serialize": "^1.13.1", - "@comunica/bus-sparql-parse": "^1.13.0", - "@comunica/bus-sparql-serialize": "^1.13.0", - "@comunica/core": "^1.13.0", - "@comunica/logger-pretty": "^1.13.0", - "@comunica/logger-void": "^1.13.0", - "@comunica/mediator-all": "^1.13.0", - "@comunica/mediator-combine-pipeline": "^1.13.0", - "@comunica/mediator-combine-union": "^1.13.0", - "@comunica/mediator-number": "^1.13.0", - "@comunica/mediator-race": "^1.13.0", - "@comunica/runner": "^1.13.0", - "@comunica/runner-cli": "^1.13.0", - "asynciterator": "^2.0.1", - "asyncreiterable": "^1.2.0", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.15.0.tgz", + "integrity": "sha512-o3YViA/nTdp5cX/zs6muaKUAN/8VxFCdRqwv53waASyyBAPFm8bP20TmUKFInYhSXHJyh6e4jodFAIvIzhYqCg==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.15.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-http-memento": "^1.15.0", + "@comunica/actor-http-native": "^1.15.0", + "@comunica/actor-http-proxy": "^1.15.0", + "@comunica/actor-optimize-query-operation-join-bgp": "^1.15.0", + "@comunica/actor-query-operation-ask": "^1.15.0", + "@comunica/actor-query-operation-bgp-empty": "^1.15.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.15.0", + "@comunica/actor-query-operation-bgp-single": "^1.15.0", + "@comunica/actor-query-operation-construct": "^1.15.0", + "@comunica/actor-query-operation-describe-subject": "^1.15.0", + "@comunica/actor-query-operation-distinct-hash": "^1.15.0", + "@comunica/actor-query-operation-extend": "^1.15.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-from-quad": "^1.15.0", + "@comunica/actor-query-operation-group": "^1.15.0", + "@comunica/actor-query-operation-join": "^1.15.0", + "@comunica/actor-query-operation-leftjoin-left-deep": "^1.15.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.15.0", + "@comunica/actor-query-operation-minus": "^1.15.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-path-alt": "^1.15.0", + "@comunica/actor-query-operation-path-inv": "^1.15.0", + "@comunica/actor-query-operation-path-link": "^1.15.0", + "@comunica/actor-query-operation-path-nps": "^1.15.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-seq": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.15.0", + "@comunica/actor-query-operation-project": "^1.15.0", + "@comunica/actor-query-operation-quadpattern": "^1.15.0", + "@comunica/actor-query-operation-reduced-hash": "^1.15.0", + "@comunica/actor-query-operation-service": "^1.15.0", + "@comunica/actor-query-operation-slice": "^1.15.0", + "@comunica/actor-query-operation-sparql-endpoint": "^1.15.0", + "@comunica/actor-query-operation-union": "^1.15.0", + "@comunica/actor-query-operation-values": "^1.15.0", + "@comunica/actor-rdf-dereference-http-parse": "^1.15.0", + "@comunica/actor-rdf-join-multi-smallest": "^1.15.0", + "@comunica/actor-rdf-join-symmetrichash": "^1.15.0", + "@comunica/actor-rdf-metadata-all": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.15.0", + "@comunica/actor-rdf-metadata-primary-topic": "^1.15.0", + "@comunica/actor-rdf-parse-html": "^1.15.0", + "@comunica/actor-rdf-parse-html-rdfa": "^1.15.0", + "@comunica/actor-rdf-parse-html-script": "^1.15.0", + "@comunica/actor-rdf-parse-jsonld": "^1.15.0", + "@comunica/actor-rdf-parse-n3": "^1.15.0", + "@comunica/actor-rdf-parse-rdfxml": "^1.15.0", + "@comunica/actor-rdf-parse-xml-rdfa": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-none": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.15.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.15.0", + "@comunica/actor-sparql-parse-graphql": "^1.15.0", + "@comunica/actor-sparql-serialize-json": "^1.15.0", + "@comunica/actor-sparql-serialize-rdf": "^1.15.0", + "@comunica/actor-sparql-serialize-simple": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.15.0", + "@comunica/actor-sparql-serialize-stats": "^1.15.0", + "@comunica/actor-sparql-serialize-table": "^1.15.0", + "@comunica/actor-sparql-serialize-tree": "^1.15.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-http": "^1.15.0", + "@comunica/bus-http-invalidate": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-optimize-query-operation": "^1.15.0", + "@comunica/bus-query-operation": "^1.15.0", + "@comunica/bus-rdf-dereference": "^1.15.0", + "@comunica/bus-rdf-dereference-paged": "^1.15.0", + "@comunica/bus-rdf-join": "^1.15.0", + "@comunica/bus-rdf-metadata": "^1.15.0", + "@comunica/bus-rdf-metadata-extract": "^1.15.0", + "@comunica/bus-rdf-parse": "^1.15.0", + "@comunica/bus-rdf-parse-html": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia-links": "^1.15.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.15.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.15.0", + "@comunica/core": "^1.15.0", + "@comunica/logger-pretty": "^1.15.0", + "@comunica/logger-void": "^1.15.0", + "@comunica/mediator-all": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.15.0", + "@comunica/runner-cli": "^1.15.0", + "@types/minimist": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0", "minimist": "^1.2.0", "negotiate": "^1.0.1", "rdf-quad": "^1.4.0", @@ -212,853 +436,5545 @@ } }, "@comunica/actor-init-sparql-rdfjs": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.13.1.tgz", - "integrity": "sha512-Il9KQn8oyuX8akMF/tzUkdKn9o2cMqAhbgW9vsefNCmCgLoew5y66oOPaYsMs9gbr+9llLGkTnPaB23rPrRrWg==", - "requires": { - "@comunica/actor-abstract-mediatyped": "^1.13.0", - "@comunica/actor-init-sparql": "^1.13.1", - "@comunica/actor-query-operation-ask": "^1.13.0", - "@comunica/actor-query-operation-bgp-empty": "^1.13.1", - "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.13.1", - "@comunica/actor-query-operation-bgp-single": "^1.13.0", - "@comunica/actor-query-operation-construct": "^1.13.0", - "@comunica/actor-query-operation-describe-subject": "^1.13.0", - "@comunica/actor-query-operation-distinct-hash": "^1.13.0", - "@comunica/actor-query-operation-extend": "^1.13.0", - "@comunica/actor-query-operation-filter-sparqlee": "^1.13.0", - "@comunica/actor-query-operation-from-quad": "^1.13.0", - "@comunica/actor-query-operation-join": "^1.13.0", - "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.13.0", - "@comunica/actor-query-operation-orderby-sparqlee": "^1.13.0", - "@comunica/actor-query-operation-path-alt": "^1.13.0", - "@comunica/actor-query-operation-path-inv": "^1.13.0", - "@comunica/actor-query-operation-path-link": "^1.13.0", - "@comunica/actor-query-operation-path-nps": "^1.13.0", - "@comunica/actor-query-operation-path-one-or-more": "^1.13.0", - "@comunica/actor-query-operation-path-seq": "^1.13.0", - "@comunica/actor-query-operation-path-zero-or-more": "^1.13.0", - "@comunica/actor-query-operation-path-zero-or-one": "^1.13.0", - "@comunica/actor-query-operation-project": "^1.13.0", - "@comunica/actor-query-operation-quadpattern": "^1.13.1", - "@comunica/actor-query-operation-service": "^1.13.0", - "@comunica/actor-query-operation-slice": "^1.13.0", - "@comunica/actor-query-operation-union": "^1.13.0", - "@comunica/actor-query-operation-values": "^1.13.0", - "@comunica/actor-rdf-join-nestedloop": "^1.13.0", - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.13.0", - "@comunica/actor-rdf-serialize-jsonld": "^1.13.1", - "@comunica/actor-rdf-serialize-n3": "^1.13.1", - "@comunica/actor-sparql-parse-algebra": "^1.13.0", - "@comunica/actor-sparql-serialize-json": "^1.13.0", - "@comunica/actor-sparql-serialize-rdf": "^1.13.1", - "@comunica/actor-sparql-serialize-simple": "^1.13.0", - "@comunica/actor-sparql-serialize-sparql-json": "^1.13.0", - "@comunica/actor-sparql-serialize-sparql-xml": "^1.13.0", - "@comunica/bus-context-preprocess": "^1.13.0", - "@comunica/bus-init": "^1.13.0", - "@comunica/bus-query-operation": "^1.13.0", - "@comunica/bus-rdf-join": "^1.13.0", - "@comunica/bus-rdf-resolve-quad-pattern": "^1.13.0", - "@comunica/bus-rdf-serialize": "^1.13.1", - "@comunica/bus-sparql-parse": "^1.13.0", - "@comunica/bus-sparql-serialize": "^1.13.0", - "@comunica/core": "^1.13.0", - "@comunica/mediator-combine-pipeline": "^1.13.0", - "@comunica/mediator-combine-union": "^1.13.0", - "@comunica/mediator-number": "^1.13.0", - "@comunica/mediator-race": "^1.13.0", - "@comunica/runner": "^1.13.0", - "@comunica/runner-cli": "^1.13.0" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.15.0.tgz", + "integrity": "sha512-CcY5ZKNCeHDNSzlN8V2HELsvu0b78LteOYVkM5PnZRxRTO0KinhAMsW6cJNffsWVx4MiGWFvVdvCk28NTg/R5g==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-init-sparql": "^1.15.0", + "@comunica/actor-query-operation-ask": "^1.15.0", + "@comunica/actor-query-operation-bgp-empty": "^1.15.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.15.0", + "@comunica/actor-query-operation-bgp-single": "^1.15.0", + "@comunica/actor-query-operation-construct": "^1.15.0", + "@comunica/actor-query-operation-describe-subject": "^1.15.0", + "@comunica/actor-query-operation-distinct-hash": "^1.15.0", + "@comunica/actor-query-operation-extend": "^1.15.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-from-quad": "^1.15.0", + "@comunica/actor-query-operation-join": "^1.15.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.15.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-path-alt": "^1.15.0", + "@comunica/actor-query-operation-path-inv": "^1.15.0", + "@comunica/actor-query-operation-path-link": "^1.15.0", + "@comunica/actor-query-operation-path-nps": "^1.15.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-seq": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.15.0", + "@comunica/actor-query-operation-project": "^1.15.0", + "@comunica/actor-query-operation-quadpattern": "^1.15.0", + "@comunica/actor-query-operation-service": "^1.15.0", + "@comunica/actor-query-operation-slice": "^1.15.0", + "@comunica/actor-query-operation-union": "^1.15.0", + "@comunica/actor-query-operation-values": "^1.15.0", + "@comunica/actor-rdf-join-nestedloop": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.15.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.15.0", + "@comunica/actor-sparql-serialize-json": "^1.15.0", + "@comunica/actor-sparql-serialize-rdf": "^1.15.0", + "@comunica/actor-sparql-serialize-simple": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.15.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-query-operation": "^1.15.0", + "@comunica/bus-rdf-join": "^1.15.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.15.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.15.0", + "@comunica/core": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.15.0", + "@comunica/runner-cli": "^1.15.0" } }, "@comunica/actor-optimize-query-operation-join-bgp": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.13.0.tgz", - "integrity": "sha512-vVbVN9zfCeJuCGuh5iqQ3GlBh4SGY7Ql+WwlTJMvIqj6v7+yoMJjreReMrMitouerf5N4qchHBbygYnwKXYezg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.15.0.tgz", + "integrity": "sha512-R1rXlIfW5y+wwQns+YWKxrvukqdM/HzliB8v5Pyyqu1u5f6liOsKr4UK+m/75k4Qt4UXtViwTo7st0NkBGQsvg==", "requires": { "sparqlalgebrajs": "^2.2.2" } }, "@comunica/actor-query-operation-ask": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.13.0.tgz", - "integrity": "sha512-8XPe0kvjbwljazSardIPqlZohFVXh6peNtftTg+1kpmd3QXnOK1vakVw0t2zhoySEWA63OCJ8o8RPZQsV18NRg==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.15.0.tgz", + "integrity": "sha512-zz0WYe0ohQ/WRFl9WIcOU/hQYbtTmLGlnvjMNE5elpr6HrmJOaYEokgevmiDTou+iWiify0CJBHioLE8/QWNAg==" }, "@comunica/actor-query-operation-bgp-empty": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.13.1.tgz", - "integrity": "sha512-xJHj5daxRz3WLEJtTWmVYC9aBNSQRabr5W7Igr9q50Nyhu0Wvjm/HC3hyir77DtP5+3WhAxHYnuebkKesl+rUQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.15.0.tgz", + "integrity": "sha512-zDkHo70exCHDsgjvsyXA8SgwSwm7D0jFDC4cb3Cf55hImt8auSmX7CCU645Fo1kuze8FhSPVe0+3rchWii1PKQ==", "requires": { - "asynciterator": "^2.0.1", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0" } }, "@comunica/actor-query-operation-bgp-left-deep-smallest": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.13.1.tgz", - "integrity": "sha512-O6XPPyMkHwlAuXr337iZzXJ6u8BAQHuEmSz7zNtCJnfaM9cE2/6vrDpcTMFyC4mCw34PjjB4yYH5ZntGAnk1rw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.15.0.tgz", + "integrity": "sha512-5M7pVKM+kHDcBEXu/gRLxfWBJmgJCY1ibVppyXqpLFl8/dwUReJK69sC728GS8EHdMEKk9liqQJsAchQ1gB11w==", "requires": { - "asynciterator-promiseproxy": "^2.1.0", - "lodash.uniq": "^4.5.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0" } }, "@comunica/actor-query-operation-bgp-single": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.13.0.tgz", - "integrity": "sha512-8TNAriVSO8kk0fbXs7z5IcyCxX95i/KVbu1HpSVei0GVJUWAhJ5zbW41RGI11R/g795GvfX9tQgkaRbOToFoQg==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.15.0.tgz", + "integrity": "sha512-cz6vCnN8CGO+kTC4NdZblHtDs3sqlaYEyy4zIAS6L8142vFUF49wDWJrV19kCNVqIDhxvo90n1wGxpOyozKA9g==" }, "@comunica/actor-query-operation-construct": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.13.0.tgz", - "integrity": "sha512-4emV8tNO7Yufeszxg/BXwC5LnBSipjT36jV/IRaa6tTIGyw6xtlfPY6lBmhlit3QRFL7vpmjsL4U+SnMzhz4Jw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.15.0.tgz", + "integrity": "sha512-6qY/sCLOOgKvQ2tv1K1f10TEYOYoJ3NdlbIbiM7GH/+01MXGYJU8/ReMg3TwpRDAewAsAZSfhcdasgt801HVWg==", "requires": { "@rdfjs/data-model": "^1.1.1", - "asynciterator": "^2.0.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-terms": "^1.4.0" } }, "@comunica/actor-query-operation-describe-subject": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.13.0.tgz", - "integrity": "sha512-DW9yi9k/qgSrDS4/vtxCQe3VjT5IsRCUUKZqlZ8Onle0aIpkaJP63eUP0HBoO5DoMzmvgR5kQxXTg4LkS2G6AA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.15.0.tgz", + "integrity": "sha512-uqf3hXiMrZnCr8qFVt7x2NaGhODhVJ+Y5A7pO2xHxKjeQ8Uz+IKVvDlDR7V2j/CRq1SNjhAlyYZO7A9qyotBZQ==", "requires": { - "@comunica/actor-query-operation-union": "^1.13.0", + "@comunica/actor-query-operation-union": "^1.15.0", "@rdfjs/data-model": "^1.1.1", - "asynciterator-union": "^2.1.2" + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" } }, "@comunica/actor-query-operation-distinct-hash": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.13.0.tgz", - "integrity": "sha512-5mkRzvCixDLAls7WVbub+vq3QOUkmaiOA8f7gjPqTKooJXF2+b78n9Bv2Uqob5aSr6sUHTaJvTFv+gVxmGxd6Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.15.0.tgz", + "integrity": "sha512-2WffFnkMljklt6cg9PEFdsdlDWJbYT6ekST3TJLbKll8pq6CusoZZxp7Fx6gg+s2UOQxIHrKsI2oDj+GyDKCug==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.13.0", - "json-stable-stringify": "^1.0.1" + "@comunica/actor-abstract-bindings-hash": "^1.15.0" } }, "@comunica/actor-query-operation-extend": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.13.0.tgz", - "integrity": "sha512-agD2NomTBud+izghTKLLuuLbXa1j7GqfN+T8gU3tviovAJtuVq8kuKNdsAND6Kdw9VmblnzAw+x+quytkBRAPg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.15.0.tgz", + "integrity": "sha512-Xtu+O5qNk/ToTwY/H/uM5VEsncT8MdL+jl4GYdd5idu3vV05YbPSSSkIwxky2wEi1zHLZ9ocZbTw+t9XA1ZJ9g==", "requires": { - "sparqlee": "^1.3.2" + "sparqlee": "^1.4.2" } }, "@comunica/actor-query-operation-filter-sparqlee": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.13.0.tgz", - "integrity": "sha512-s67gEIq/BIebNibDG1ovwkY/BdRde0FhxpfPedvQ8RFpjayMR3ulJoBAsqAk9VUGHEk1aF5yqLu4ed1pbqxjsw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.15.0.tgz", + "integrity": "sha512-JK6NfYqsKNkjT7cAmOmDOmrEIgt3JIoOY1bzDkArxPkLTnmYTmCvBp1YUTNMsMQxiYSsLwcjcjUbjvI/xV7GLg==", "requires": { - "sparqlee": "^1.3.2" + "sparqlee": "^1.4.2" } }, "@comunica/actor-query-operation-from-quad": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.13.0.tgz", - "integrity": "sha512-0lGZJyCoFmozWfClv5iUy4PcWN/rQ6mE1m1OjXa1XwTiQftWixgyYazMJOTgwKeHrNP/k3aSTevNSA5yPtw+OQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.15.0.tgz", + "integrity": "sha512-5VDxz7PTurcVJrp2ZkzZCNCDoFq35CE8jUu3aVCCraCdSzJ1zfAd7+92Bua0t8vDTGOmuzq8748JRSOxOPsymg==", "requires": { - "lodash.find": "^4.6.0", + "@types/rdf-js": "^3.0.0", "sparqlalgebrajs": "^2.2.2" } }, "@comunica/actor-query-operation-group": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.13.0.tgz", - "integrity": "sha512-ioxIpu7PEV47GltqwRBoyvKjUijbHR02sHVXm1BphIoiK/Za+1zMUfVwoqC7GvI+BQzWkR6FH8xpw5g2vX/zFg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.15.0.tgz", + "integrity": "sha512-yBLS4hXPyH2fv9QH5f0wglIYyU0pajhyaD+0Cb5ecdIq2TQiuhXoQwGQBG3uo4cKGafDlzuuZ+/EA0FhjnHqgg==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.13.0", + "@comunica/actor-abstract-bindings-hash": "^1.15.0", "rdf-string": "^1.4.2", - "sparqlee": "^1.3.2" + "sparqlee": "^1.4.2" } }, "@comunica/actor-query-operation-join": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.13.0.tgz", - "integrity": "sha512-yAyiUgbtJWg7s7Hk3NjdeYt9OraIVwWa96HVOZyc34t1dLY4AbYH5J4Q3tvj0NbehZD7/iEPS2V39IiHHTcauw==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.15.0.tgz", + "integrity": "sha512-elk0hmfIzOJUr28aucmowCLZn/KRskdcFnTRw6dGQ3ydj1VqBKKFjU3UROjS6/Oi13P0x0QMq1gf9oucafVhuw==" }, "@comunica/actor-query-operation-leftjoin-left-deep": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.13.0.tgz", - "integrity": "sha512-I/oVnJA2V9kgxTDo04nSU1/vMeCqVp3+XcvUUeOGSIG7zea96/3tzp0xBBnJcHaEm23c1D/N2jSZjQKytw8o7g==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.15.0.tgz", + "integrity": "sha512-foqmciYFCUlKhU2kyKWMlHOtBywWzHP+i+xrgvdvHNgDodHrwPbb5OZe4sYMCjDwUxuP3eRTrh0ECAEc7q9GQw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + } }, "@comunica/actor-query-operation-leftjoin-nestedloop": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.13.0.tgz", - "integrity": "sha512-JyBHAmM3594bFEDRaGqJrZsj6lfjs+BCuf/BXA7lOIzvZbx3zCjyld4wZQFWzWLnIb65VQ6ED4NkdLWmsxp5TA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.15.0.tgz", + "integrity": "sha512-o6he8xtPxSygE9XM1F1L2uJ5J/MYdw3M3rly5bRR4cNsw5ES6dqms9D4CH6sLh08Agd+9HbaH2TAcrjTRt9HAQ==", "requires": { - "sparqlee": "^1.3.2" + "sparqlee": "^1.4.2" } }, "@comunica/actor-query-operation-minus": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.13.0.tgz", - "integrity": "sha512-FnXBAOyp0/Ng0Ip98dLkb7UkPFGyUh5nZQU4MWLPICPUdoVxif9nDdFWGwsFTKJQdiSs5w6YTmVyA8tkP0iGFw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.15.0.tgz", + "integrity": "sha512-OBqKYxvMXpQOYXD3PNqjvf+STqGUPo/qhMe5ETrJgCuNXm6bZH2v+/pQbpXkDoEMInEyuPVu0hygJnk0OYmYjg==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.13.0", - "asynciterator-promiseproxy": "^2.1.0" + "@comunica/actor-abstract-bindings-hash": "^1.15.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" } }, "@comunica/actor-query-operation-orderby-sparqlee": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.13.0.tgz", - "integrity": "sha512-FQ3W+SX4i2hDXuqPTx0aA2Z36s1zFRkjXA3UwUaJjyNKdqjEHT7PynZFZoCX1T4qCUKDS2bIfx7mNGJlMO2J1g==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.15.0.tgz", + "integrity": "sha512-Zzrs6Opnhqhm4Q5cd5gRkxF53EJp9YQHjQs0RtFfmPdXI6FWqbNykx7mahRXbHoBi7yXzBrEQxGwpwvhT7LfVA==", "requires": { + "@types/rdf-js": "^3.0.0", "rdf-string": "^1.4.2", - "sparqlee": "^1.3.2" + "sparqlee": "^1.4.2" } }, "@comunica/actor-query-operation-path-alt": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.13.0.tgz", - "integrity": "sha512-PciP/NxkR+D+caB6GVyZy1JMUG3BkYF9QzB+Nhk1FoMhWYnQeEEHPEjcOeyvnHn4T4JnTdudk3ZoMMczzuB5Xw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.15.0.tgz", + "integrity": "sha512-pt+b7ovkjMLizm11BQW/+erY2IDd7sJUEwx/69ZP1uyeuwjc6EAOqvt33cAtdnpF3X5aCnNgkkazh5Dvn871bA==", "requires": { - "@comunica/actor-abstract-path": "^1.13.0", - "asynciterator-union": "^2.1.2", - "lodash.uniq": "^4.5.0", + "@comunica/actor-abstract-path": "^1.15.0", + "asynciterator": "^3.0.1", "sparqlalgebrajs": "^2.2.2" } }, "@comunica/actor-query-operation-path-inv": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.13.0.tgz", - "integrity": "sha512-ftGPeacLIFcBlpxI5eLT5KrEvHSiarKKuoRi/w142YPxHqoTSIXp+J5oUYP+2mEB85llYOxUPdCRVRhJunwONA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.15.0.tgz", + "integrity": "sha512-aEJoIPqVLqEga7joSTF4zT4kVX+ywU+FxQZe77xwrLyz4rxKycPWsbja/1kgygdM/hS9HKuGocRQwMbd9pcAEA==", "requires": { - "@comunica/actor-abstract-path": "^1.13.0" + "@comunica/actor-abstract-path": "^1.15.0" } }, "@comunica/actor-query-operation-path-link": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.13.0.tgz", - "integrity": "sha512-tdxRD4jcu01gd/+TSjlpHdE6oeBTAjESeLBJBWkK38DRE5CmS5PauzPCgvvijmXysgr+1Inc2xrqG6p9FypF4Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.15.0.tgz", + "integrity": "sha512-6PVakovWv4V+bzzmDCTP6lsJ/AYhZKJ/u2n/58qOPbo4oMTo9RcGhEIziEsSFN+t5F42zMO6tK+4fMtqP0xt+Q==", "requires": { - "@comunica/actor-abstract-path": "^1.13.0", + "@comunica/actor-abstract-path": "^1.15.0", "sparqlalgebrajs": "^2.2.2" } }, "@comunica/actor-query-operation-path-nps": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.13.0.tgz", - "integrity": "sha512-aa6MGvC1aAKoKSjEeY3tyjnQfjKAr1WWFpLkSiKhvZTnU9USJiHwb0eAZpc5ZYvz1b1uLuPkJKt/P2wJ8+drPA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.15.0.tgz", + "integrity": "sha512-jF2hQtH5kVaS4Fnfaj7NJPDoT8u+6SokF2O8XdvADfr4Qm9jUeGVV4xvrJ32rtm4NWW7HT+W3c212jH408TzOw==", "requires": { - "@comunica/actor-abstract-path": "^1.13.0", + "@comunica/actor-abstract-path": "^1.15.0", "rdf-string": "^1.4.2", "sparqlalgebrajs": "^2.2.2" } }, "@comunica/actor-query-operation-path-one-or-more": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.13.0.tgz", - "integrity": "sha512-9gCYNQ2hjb8fECzUDSbcXE13jaGvq6K7387UqIaqG6mB34COY/5rxsjRWi8eNV74q6e720KUNXS9tdjOCH7i1g==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.15.0.tgz", + "integrity": "sha512-5HSuJiPIJIRXSYNiPi473CUlodtE02eW0/Rt1SInwfLqD05DQl8x8VXSHL4+/h5VZihqBNPA06z984gEawrIAw==", "requires": { - "@comunica/actor-abstract-path": "^1.13.0", - "asynciterator": "^2.0.1", - "asynciterator-promiseproxy": "^2.1.0", + "@comunica/actor-abstract-path": "^1.15.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "sparqlalgebrajs": "^2.2.2" } }, "@comunica/actor-query-operation-path-seq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.13.0.tgz", - "integrity": "sha512-rMkj1JmIby0o5mFqpDqn3pqXwGa/DL6TRWYImooGoBRmKCRw2Oe67NOo9WJ31Pnmqq7VgYByf/kk/d1UGiG2rA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.15.0.tgz", + "integrity": "sha512-9na1s3C198kxeck7NpMEkNHESDHtbYfMa5eAmISg97I9phIextS9GYszSIOE02yjmlmISuJ88hJFBhcvXnbEWQ==", "requires": { - "@comunica/actor-abstract-path": "^1.13.0", + "@comunica/actor-abstract-path": "^1.15.0", "rdf-string": "^1.4.2", "sparqlalgebrajs": "^2.2.2" } }, "@comunica/actor-query-operation-path-zero-or-more": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.13.0.tgz", - "integrity": "sha512-rjnhz9pGyp/nNvIxv2/Ns6JzwrgP0c8Jx/2/J0l6NQ8Bilt2uB0eWuq5SQsYkErDMRR28Xu+Sxbi35JCjGPoag==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.15.0.tgz", + "integrity": "sha512-42WgAH947jT5c/LniZ+hfBFFCY9jBxTjAe3pg0pG18ncW4Im7TqD0pabCxCQbAniqQgCEucVqsQM5hRxM9uwvQ==", "requires": { - "@comunica/actor-abstract-path": "^1.13.0", + "@comunica/actor-abstract-path": "^1.15.0", "rdf-string": "^1.4.2", "sparqlalgebrajs": "^2.2.2" } }, "@comunica/actor-query-operation-path-zero-or-one": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.13.0.tgz", - "integrity": "sha512-RiSzh+dYyeud5QOYN66zslAnq/wV1jnIEmenxQWTaXw76I03HXGkLifbsLpEmUhvgwy6d/GdGNnWOxtp/6nAyg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.15.0.tgz", + "integrity": "sha512-gP4Bdq2Qj8je3hQr3+8f3Loz9JNY2FiNGxuqVKXwrSOR6QqricvQKY+X1tO8/CatIhw0XpsXB3ifldvs9VGYJA==", "requires": { - "@comunica/actor-abstract-path": "^1.13.0", - "asynciterator": "^2.0.1", + "@comunica/actor-abstract-path": "^1.15.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2" } }, "@comunica/actor-query-operation-project": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.13.0.tgz", - "integrity": "sha512-Z/UwArxHGJTSmKsLMAQsyUhNZEvQeUxzBVJaLdL2DbzjdW12k7vbO3Dh/UhMLItxm1zr95Jn1vpFA/+U4owh9A==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.15.0.tgz", + "integrity": "sha512-dKn3J5B6u2NxF/uCrTwLHQ5ifRItm/lUBHCIoYuhs/h27BdlyUvo6qkcfcU1aEqZFMot9bL1idQNVx/Z0A0WQQ==", "requires": { - "@comunica/data-factory": "^1.13.0", + "@comunica/data-factory": "^1.14.0", "rdf-string": "^1.4.2" } }, "@comunica/actor-query-operation-quadpattern": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.13.1.tgz", - "integrity": "sha512-Z81EfEdZxcgBkUGVDohKvhECx60V4+mSx91JQBWmfa6YSSsm6oVRp2hJJweMKXROsMsCQb6vBpLJIpSCTfpcWg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.15.0.tgz", + "integrity": "sha512-niKm1TG4Y/03ClZkoRZcpCVhrJRsL82oVI17t7XZLyFKpaYv5jRNlBS4N9XoOEDxw3dF8e9cts5vtQzB0pQG3w==", "requires": { - "asynciterator-promiseproxy": "^2.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0" } }, "@comunica/actor-query-operation-reduced-hash": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.13.0.tgz", - "integrity": "sha512-CCHd/YizynjIsjDFDBQCUzci7X545pe+6u7oTamAzGUCJayfUiAUJ3A1T2tVOoQssPPeRYp9SmlHKSxDZGP/zg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.15.0.tgz", + "integrity": "sha512-f5jvTyfpQyVvTMNXAXD9a+fVS+NOIqedeYFoUdLOX0pNgeS7PgDkiQ3GAuDJjsf/r02qWsgwXqaMqRayx6fsoQ==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.13.0", - "lru-cache": "^5.1.1" + "@comunica/actor-abstract-bindings-hash": "^1.15.0", + "@types/lru-cache": "^5.1.0", + "lru-cache": "^6.0.0" } }, "@comunica/actor-query-operation-service": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.13.0.tgz", - "integrity": "sha512-5xAQ+Vt30E5+taJDQZW3NCIO7qf1cGFNau97VSKG7dcYV4VP2d7xbkMun3yE8//dy5TryYw7irnLVhGPeBSbGw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.15.0.tgz", + "integrity": "sha512-xQWGH8l6AbF1+74cfPPSDnAKAeb8z7GozimKgdVvJMrymwqJGck1OqXAXrzrAqAf5KLs2ux+kll7SOSTZCRSoQ==", "requires": { - "asynciterator": "^2.0.1" + "asynciterator": "^3.0.1" } }, "@comunica/actor-query-operation-slice": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.13.0.tgz", - "integrity": "sha512-iXNjCGJ4F3cylGkU7xWz5qEgncInLrbaszFflvV7W8BuMX3ZROokd+sZWMFbKkfXrMm3280w2/0ebeSRl5kjqg==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.15.0.tgz", + "integrity": "sha512-kegFbGDp6US77TMAbXKgQCA7krL0co6r90T+xOiZ3Kdo/QV52NVY5XmQTc+LAagYua6Xvte2evzNt/u7RMSs+Q==" }, "@comunica/actor-query-operation-sparql-endpoint": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.13.0.tgz", - "integrity": "sha512-C1fX7XfCy+PFngpDFgIKmb2SHdGhwo7gNa3DN+60mZCBUcGcV1tKk116zyr9BkTPoLQg/8vAEj4o9qMb+685Lw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.15.0.tgz", + "integrity": "sha512-JTJgujBK5ZVkdVnoY/m/F86FiKvVouIPF6NbKyscqiooLsCyuyY78bNsMJ9Z7GKmQJtqshTvS+6At4hqj+A1wQ==", "requires": { - "@comunica/utils-datasource": "^1.13.0", + "@comunica/utils-datasource": "^1.15.0", + "@types/rdf-js": "^3.0.0", "arrayify-stream": "^1.0.0", - "asynciterator": "^2.0.1", - "fetch-sparql-endpoint": "^1.5.0", + "asynciterator": "^3.0.1", + "fetch-sparql-endpoint": "^1.6.0", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0", "sparqlalgebrajs": "^2.2.2" } }, "@comunica/actor-query-operation-union": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.13.0.tgz", - "integrity": "sha512-WLxn6ualKwlF3Y2pZruZWQ+sxkrI/UJIU66XDbtMfGNg9FXaGKj/hKsqwkF2E0J8I3ftfij89PVnoyOF4hO88A==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.15.0.tgz", + "integrity": "sha512-4n4ytauUdeDdhGNu+F32+xc3UQhsbgyeG21lI/YxzfD7Qb4zFUhPndNlhtrvGngDQVxtO+ROA5Jb1jfhIJaqbw==", "requires": { - "asynciterator-union": "^2.1.2", - "lodash.union": "^4.6.0" + "asynciterator": "^3.0.1" } }, "@comunica/actor-query-operation-values": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.13.0.tgz", - "integrity": "sha512-Z/FDVvNvmfFzZmIR9pED7hUxC8zzZs1WIpI3lPEch9nomEaSHY0BwTG+/IZhIXdev3XlYXhlqH4oB0Nwnlmvfg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.15.0.tgz", + "integrity": "sha512-iBZpPuKneQjbGV7dlfk8EwfZXzibYt+e/ddzAQCcxspwdpVG5gpGv6XJsDcSwTPLjNhd4EqNpUuQdfjOCwTq4A==", "requires": { - "asynciterator": "^2.0.1", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2" } }, "@comunica/actor-rdf-dereference-http-parse": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.13.0.tgz", - "integrity": "sha512-ERCsAIts1yYZLK2tbiAKp+j/lPHRvK20euJVZNNoqDDWIu/SY6GPuHNm0MDfYtStNa3HRJ83n3meayI65FSEVg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.15.0.tgz", + "integrity": "sha512-m8h7MqKwCY8RTP2Fs9ODyjYdz37/msqnvN27Iu8wGm218gCaGRfkZHTsupsIppLeRmTardPk6eG/pvwpdfL2Sg==", "requires": { "relative-to-absolute-iri": "^1.0.5" } }, "@comunica/actor-rdf-join-multi-smallest": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.13.0.tgz", - "integrity": "sha512-5QVArhCwqRAW2LRvddYJRv2v00HmHgNpQhnPXsphHv1SDZ4jkys+gNRfeMF6xNvSVHMuh3JJ0i5vbrZpnNxtyA==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.15.0.tgz", + "integrity": "sha512-x61ITFPUw1cG7pNFYpJDp+viDXTbzyighocwL36acMPy/0uJmAusRZXIsKS97zyLlla31MVKfLWvSPLHFCqjZA==" }, "@comunica/actor-rdf-join-nestedloop": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.13.0.tgz", - "integrity": "sha512-DOWFFsrceTLQk44c6FBNWB8Y/dV0pWtb2ClsB2MEQJZZmiS/Tl3U5T7U7TFLROIL3w1r1417djg7PvS1RHsPnw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.15.0.tgz", + "integrity": "sha512-+PLYkQoCRVw9lGNDiTLmvVrQ5Helbq122Fhh1MA9XXpHqzXKeKPwC3kBpPnqD2MHgGlavpwz0l9CAC5ZLsL6LA==", "requires": { - "asyncjoin": "^0.3.0" + "asyncjoin": "^1.0.0" } }, "@comunica/actor-rdf-join-symmetrichash": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.13.0.tgz", - "integrity": "sha512-gq7m7nJ/rEA4yIrklb1TpAURDTd+vFhSg5A1zEBirgSJ9qDS7XFKxrxzSvmWt/L7XYKDSwFbrFFZKQMvkVH52A==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.15.0.tgz", + "integrity": "sha512-DWzFRHDpGvv/lUF229js2Xc+RGNQf5yPQHY1DD/E2VZ7zbRxionFIxvlfw4XAVyfPta7BoM/ml8cVR11OZ/LeQ==", "requires": { - "asyncjoin": "^0.3.0" + "asyncjoin": "^1.0.0" } }, "@comunica/actor-rdf-metadata-all": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.13.0.tgz", - "integrity": "sha512-qT2AA8XErRHEByQGT5UjSwtyIonofCcoLS3ZB4vWfCHJTtJUayzaIldnSCOfqYTzR/kSEw1PFXBmnPFR86GzIg==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.15.0.tgz", + "integrity": "sha512-Ax+q0igPmDQeriFL4hDMQWQPV4tsTzyboqnuXqj9U84YXmJ3y+5a5Wh/35odR3W31SwMrs56jYNIpZBKwx0+RA==", + "requires": { + "@types/rdf-js": "^3.0.0" + } }, "@comunica/actor-rdf-metadata-extract-hydra-controls": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.13.0.tgz", - "integrity": "sha512-ubZmjtrzsJ3Mz9VNAA1JTILdgtWNEbi0idyYUeIvi5rONPsUJyjRwLyofjxFm5yW6Ru3m9pu31uXmOTt5IFFdQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.15.0.tgz", + "integrity": "sha512-Ih5OJQGfmJe5ihMeFwtWhWKSCxLXEKID3i3NGm8MgiFFbEzLAAf1YLLIK57cW88vahY+3YkPZ7tq3FeIeAi3tw==", "requires": { - "lodash.assign": "^4.2.0", + "@types/rdf-js": "^3.0.0", + "@types/uritemplate": "^0.3.4", "uritemplate": "0.3.4" } }, "@comunica/actor-rdf-metadata-extract-hydra-count": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.13.0.tgz", - "integrity": "sha512-h5hJgZlog/QUBNw87j4KNymRUwBR0UYoNRjS8M9UToOJDgUoGl8wPWbXernrk4BoEOPryyI6lQqLjgl+9wFZ+g==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.15.0.tgz", + "integrity": "sha512-3qNJWsSo0xR8xt7MEFD7rVlQXiBTLddzUK/5lX1A4dB3jk20a+c62WltctWYiIFtyCs0qYluAJ8xuJ2ItOlP7w==" }, "@comunica/actor-rdf-metadata-extract-sparql-service": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.13.0.tgz", - "integrity": "sha512-WjvVN+5y3g7dV/Da01tPEN7HaM1PueNlbEJc3WkQFAjKjApDf8zgf8bIuuftzvwP2kJoSs8XZrHy0eXk7HNC8w==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.15.0.tgz", + "integrity": "sha512-CCikTWHa8nNUfmDHPGjgTH60XGcOJtkckzZXdk6kG4rMKXocsj86/cwzYM89P58LOMKy4IFfsSpoEqKIhn2gog==", "requires": { "relative-to-absolute-iri": "^1.0.5" } }, "@comunica/actor-rdf-metadata-primary-topic": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.13.0.tgz", - "integrity": "sha512-35r142uTgKFuNGabENZhDcr+Syd24oQMnHbK799RKDo2lgsWcMHOG8vWu0VCy4LMR48UbGIWRR6zDODFBgMDGQ==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.15.0.tgz", + "integrity": "sha512-7YRtw2us52nXYcaPyk8q/rCopioCS5LEVDEteD3RqCd7KMVhg+VZYU0iD5cMF9tyYr8NoXdm1/CYxTnSZE/LNg==", + "requires": { + "@types/rdf-js": "^3.0.0" + } }, "@comunica/actor-rdf-parse-html": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.13.0.tgz", - "integrity": "sha512-KtO/542wqdIwIyLtLs2BVkX1cx9DfLXG1VjfppV/8Y2OSkictv/1mT/tZy0DUvPLZWuMWY50cEd9TOIJNH316w==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-eC43jtLqY3wfA6aRim83l+3NfoMQCZv/lPP2MvqxY04/Rk77DdqKtKS2GfYrIBc8aqDOoreVgiBQG5TzPzm5Ew==", "requires": { + "@types/rdf-js": "^3.0.0", "htmlparser2": "^4.0.0" } }, "@comunica/actor-rdf-parse-html-rdfa": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.13.0.tgz", - "integrity": "sha512-S5HHmwTCUT6c8nKXp2dodrnC8qwv59QvLK2Dkz5rMAnOBnRF56YR5zs/6fBuVepBkyH7g+cZE1tZ699wQ8lUtg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.15.0.tgz", + "integrity": "sha512-1rA7YCjY1v7/1oRKzthVw633HZmHux96SQW5j+FIJTvX4GoBvf1seS082HY7WQGRpZVgLxOUxtAOQcp7zT4dHA==", "requires": { "rdfa-streaming-parser": "^1.1.1" } }, "@comunica/actor-rdf-parse-html-script": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.13.0.tgz", - "integrity": "sha512-A/DRJ/FUmcE5vAVanW3al9IegNV2+h+ClR3jGb3FzBmYXAzjvkc1uSoVwYhlVuymJ8cvK6ZLFxMxKLkNDImSqg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.15.0.tgz", + "integrity": "sha512-E12gurJpU/rcVfoH0JQOp6tnEshSigdab3l/YBbKKX46S9+uuOhXncJ58b9IO5EIDcexoEq6/KEEEtOaNFcu3g==", "requires": { + "@types/rdf-js": "^3.0.0", "relative-to-absolute-iri": "^1.0.5" } }, "@comunica/actor-rdf-parse-jsonld": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.13.0.tgz", - "integrity": "sha512-yVXAgbfSaFPiTfT/ar7FxylJC8z9MAufwrZwt+DWO4IKvgdKShX9X9xuqVveD81Pyu8VxbhWQUaBsdDbVNzXWA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.15.0.tgz", + "integrity": "sha512-s26s7/S9ZwhCYKsyMTdmZXhLu194nt8BuIwXyVY7YrqMWNJuvpmQw6L6nypC/8wBRYvTTs+mLvngcwinfVia3Q==", "requires": { + "@types/rdf-js": "^3.0.0", "jsonld-streaming-parser": "^2.0.2", "stream-to-string": "^1.2.0" } }, "@comunica/actor-rdf-parse-n3": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.13.0.tgz", - "integrity": "sha512-kKUr7Y7TCojHgqw4svDkhZFqF+CWcK/3F5ZofUVr2dKLU7LXYZbifmgfB916dsbNBQXtkThlq+epilKpjnjWhw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.15.0.tgz", + "integrity": "sha512-YWk7XSDN8GDOFL+u5PtadZmIUzAh5ZUYB/LwXLENeymIgWEaSvJo5H4QqdGmnJFArlgXX2Thk8jTvbtubiNTvw==", "requires": { + "@types/n3": "^1.4.2", "n3": "^1.0.0" } }, "@comunica/actor-rdf-parse-rdfxml": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.13.0.tgz", - "integrity": "sha512-ndovEiGJgXx2nLVkfNgI/QzYUc/dmHYYXTfNX6wb8QXIJTNY9Z6lZs7ZB2nrkWkTwcGIal61HaFrf0LpujhjFw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.15.0.tgz", + "integrity": "sha512-Rec0dnaTW95Mx91cfQPBkDkgEhoFd9J36FtiJAotLFPOiXp4YsTEZGQNSODTbhchfaTS6HDTFnETQ6GbmutaCQ==", "requires": { "rdfxml-streaming-parser": "^1.1.0" } }, "@comunica/actor-rdf-parse-xml-rdfa": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.13.0.tgz", - "integrity": "sha512-T2Q1Vz23MtM7ID76iMcmzO14vZ1h4QsrgV16G2GiBbjcU1HbpulsoCw2bfF/awVUu3tOwvNf9qnd+sW4FOYyFw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.15.0.tgz", + "integrity": "sha512-34CI/f/JQTEfrnxyqB7Y+EhkhW0tTMsHoC8yu+Y6AtSVdj2FYkSR+GmAk9F65JVnm/RC9uh1T7yT5yJMVvmgiQ==", "requires": { "rdfa-streaming-parser": "^1.1.1" } }, "@comunica/actor-rdf-resolve-hypermedia-links-next": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.13.0.tgz", - "integrity": "sha512-76r7dATzn1VomXIfFpWXZB812npp+5ycyXJMIvUYHj7cd9awQhb6SihnfIGHhNNrEPQywhJEP11zCeHiKCJzoQ==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.15.0.tgz", + "integrity": "sha512-TgQurH1G50rdgnQ9WCWchYrUDMk+379oVuha5JISwW5Dc33/wVjR+hoIkrAfKx/kIi7846mcEHO4qNQ5V818hw==" }, "@comunica/actor-rdf-resolve-hypermedia-none": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.13.0.tgz", - "integrity": "sha512-CkfhFaedUMheY45umkzCFWGoZi52EtKB7AkDeitWtG/+0l3I4Pv5uYwiSvMvbtlBLpTmXzjtAvG5n7Aa9Duezg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.15.0.tgz", + "integrity": "sha512-dgCFXKbmY9UKSaczpmdVFeSNNcotgWJavC979HQO40zjq6tg3kRDT82M0ucjuDB7fIglzA8xQYTvbjIWYNrm4g==", "requires": { - "rdf-store-stream": "^1.0.0" + "@types/rdf-js": "^3.0.0", + "rdf-store-stream": "^1.0.1" } }, "@comunica/actor-rdf-resolve-hypermedia-qpf": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.13.0.tgz", - "integrity": "sha512-55x2YNfgzcNpEHMjBvX6QDTDNlQzP2w22hxofgruHF43EsTr/IhtiSnT6C3laLw8oYLGug5ddPDCjQIE3o1XZg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.15.0.tgz", + "integrity": "sha512-Z8FW2fgyCL0FnfVFOd+gm/zAgEIx8xz/7rdTofam/1XerXY9GwU0n6lV/x4f+rlD57TfdrlXRzHKKejrkFBorQ==", "requires": { "@rdfjs/data-model": "^1.1.0", - "asynciterator": "^2.0.1", - "asynciterator-promiseproxy": "^2.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.5.1" } }, "@comunica/actor-rdf-resolve-hypermedia-sparql": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.13.0.tgz", - "integrity": "sha512-pib38KPJJJxA9xeOgQVFZeQduHaHMw61kndp2ApIT8R3g8giu7pzeDYIJz7ynM2DpBGy00xFGWPpOQJM/913Lw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.15.0.tgz", + "integrity": "sha512-Lzun8e5Q36f+dHGTANsJhBTVABPzzMg9prjK/gP2VX/lKmyFknvoUk4JjMH8ScJOaUE342l6IyHALcxKV79uNg==", "requires": { + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.15.0", "@rdfjs/data-model": "^1.1.1", - "asynciterator": "^2.0.1", - "asynciterator-promiseproxy": "^2.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.2.2", - "sparqljson-parse": "^1.5.0" + "sparqlalgebrajs": "^2.2.2" } }, "@comunica/actor-rdf-resolve-quad-pattern-federated": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.13.0.tgz", - "integrity": "sha512-lKzZPEw2SeIw3T0CKyAF4S9b+2765nmCuLwzts5kvnX4eQynzG4Sh/g7eSzxmxCSStmuNP3IK4Nu6OLMCsJRBw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.15.0.tgz", + "integrity": "sha512-d+EhBEPY8Hwt++2IKbhiaJM/s2FCvNGXXvjLYVZhGhpXJcmiSMsP4xdo6r0FaEuQTcc0oynZGloRSu2DeZA/lQ==", "requires": { - "@comunica/data-factory": "^1.13.0", + "@comunica/data-factory": "^1.14.0", "@rdfjs/data-model": "^1.1.1", - "asynciterator": "^2.0.1", - "asynciterator-promiseproxy": "^2.1.0", - "asynciterator-union": "^2.1.2", - "lodash.omit": "^4.5.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-terms": "^1.5.1" } }, "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.13.0.tgz", - "integrity": "sha512-d7yXQhjBBnIfppH6B1dmk6PM61vQHynJP5WDKV6rPfQKX9vgP0o/ssxsJAHPUttgeD4IW8AnZfNRctnpHBV5RQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.15.0.tgz", + "integrity": "sha512-fBBcO3uyT94SPK8o5uck5ZAxoV3o8kgK7Mse4PXYR7zCy7u2fLzGgpPX/tnHcHZrinrlSFTqXFNUNVmJZxmuqQ==", "requires": { - "@comunica/utils-datasource": "^1.13.0", + "@comunica/utils-datasource": "^1.15.0", "@rdfjs/data-model": "^1.1.1", - "asynciterator-promiseproxy": "^2.1.0", - "lru-cache": "^5.1.1", + "@types/lru-cache": "^5.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "lru-cache": "^6.0.0", "rdf-string": "^1.4.2", "rdf-terms": "^1.5.1" } }, "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.13.0.tgz", - "integrity": "sha512-6IK2u3ggJGrV81tq0mj5I4x7OOdRGyOD8a/ZeomRLnaA7byhnT++PqIvEmJm8rm7g1Vt8cbvAxbJ1Jv+7SmFug==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.15.0.tgz", + "integrity": "sha512-BHvI5nmo77cqlSzKbzHvh71WfU098M4jKeRXxpQzqHx7qZdrCQ1bvML8mP0TWoZWFAQumm4+Ey6mErSj3xm7EQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.15.0.tgz", + "integrity": "sha512-8w/jl6QaN5uMQQzz1w9URy77eZLAWLQwSLnao2NAd3QyWnQsocDfKfIk4rRx6Z7fXeVl2aEpZSNgnnMRwYZ6VQ==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.2.2", + "sparqljson-parse": "^1.5.0" + } }, "@comunica/actor-rdf-serialize-jsonld": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.13.1.tgz", - "integrity": "sha512-RSVCVJ3wcJz6gSdj+uYJdvf0fQZhuiXmDj/Clanr5cr7SBNSmyFyhRMj+rbwynLFaadUO59/C9VyP2P/mdt/Zg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.15.0.tgz", + "integrity": "sha512-+QeLhBWY9Ce0sNW6yDm7GoEdFNlMsQ01k71yBhaBRPhe/gYEbJc0chZAUoByCY0dJRqtfZK1Wc5gjfTrG/ctdQ==", "requires": { "jsonld-streaming-serializer": "^1.1.0" } }, "@comunica/actor-rdf-serialize-n3": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.13.1.tgz", - "integrity": "sha512-4rA3UvFh3wTs7rYvVlsCDGdtuSNPBgDW046WuG9Y++ioIlf1C5q0lEtghnkR6gnb+2wwTzBiLZqRRZ8b19csxg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.15.0.tgz", + "integrity": "sha512-/9wY7o875w103A9a/SNpk65rFcp+bT3mSOnjV1bUnMVhvy73AsRG88uiwGUbS6GDFBPzA2j/l8OD+I4U3j6I7Q==", "requires": { + "@types/n3": "^1.4.2", + "@types/rdf-js": "^3.0.0", "n3": "^1.0.0", "rdf-string": "^1.4.2" } }, "@comunica/actor-sparql-parse-algebra": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.13.0.tgz", - "integrity": "sha512-z0Ec59hTaleOke9n6iYcQJWcyzn60+Q0DJ1MeFTECJPQCeBF4kNfx2UE2nzbTmUXe5iWmW4jxVAG4EbFV1fsvw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.15.0.tgz", + "integrity": "sha512-SYxfonaQZVbq/ncyjFvjbtBmqcrZ2r8HgOZ8HqOo+UXmFQq70/mRBqAaDOxNUGP6EQ84DQ0sR7crxz8DTml2Vg==", "requires": { "@types/sparqljs": "^3.0.0", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2", + "sparqlalgebrajs": "^2.3.1", "sparqljs": "^3.0.0" } }, "@comunica/actor-sparql-parse-graphql": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.13.0.tgz", - "integrity": "sha512-3UYx2WoqK8UP/AS8bfpTwqP+vBG01a4ZbWThPrD6hOSfhgmOkiy/8FtcbSos9wo7cMeMLO5DUtJmeqGJrWWrOg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.15.0.tgz", + "integrity": "sha512-QggTh7b/LgzZRqKR+p46hXoJiH5ge/JTbWQM92QCRa2TsNm2hGpuvCwUS0VoPiUN+O/Vbtw6IH+09qJAnEt0+w==", "requires": { "graphql-to-sparql": "^2.1.0" } }, "@comunica/actor-sparql-serialize-json": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.13.0.tgz", - "integrity": "sha512-Iwaqc/xAY8D64/94OczFim8o3hoYHCzxho/7e8ZM0gGq1FeVWRTnn207Zlea6WSFjMOw3Nl/YUnelMWjaH9i1Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.15.0.tgz", + "integrity": "sha512-kEKgwPx2wfr/ET9JtTLqw8cj7vyuxzXUvNIEbTJctHSKWsH/AGiyv8Zns34aG3W4dXR4p9zcpDE8AAZTU0QRvw==", "requires": { + "@types/rdf-js": "^3.0.0", "rdf-string": "^1.4.2" } }, "@comunica/actor-sparql-serialize-rdf": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.13.1.tgz", - "integrity": "sha512-nf73HVArCPDMMPjKxdd8iw9jV3vkxnIMFePo+6x/4pGUJTX95mgEV2SVo1VnbRe1ln7DIWYYypABugtMUnATbw==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.15.0.tgz", + "integrity": "sha512-WpL7QEdot2hVk9OKx57iPYM4+Io4ijP1xP+IZECWYQlz7sN+e+/Gz8P9YBZDbgbr44kvRVuASsw8kVJiiIANJQ==" }, "@comunica/actor-sparql-serialize-simple": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.13.0.tgz", - "integrity": "sha512-VBmtD1PvWhQfxnhQAvyi9WmC+1Mhk2fQWR4pctFxZAml8dzudjrxA2lF1T65fusLB4dpQ770b/g7LsRw0QANFg==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.15.0.tgz", + "integrity": "sha512-KqYwF+qP4y0As91WyYaTLNt+n76PtnClF2C6Fi5ju6gXChvWH5qbJGiTAJWDpWqHsCiXlIDvrPfzBLDOUA7jqg==", + "requires": { + "@types/rdf-js": "^3.0.0" + } }, "@comunica/actor-sparql-serialize-sparql-json": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.13.0.tgz", - "integrity": "sha512-d4DR5fdIRiDhvYZteN7riytEeHEd9JdemlMA7S7nYpSr3l32b/8AYwcBIdbNYqNbPAtBXdZ7d7MxQakycA0XLw==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.15.0.tgz", + "integrity": "sha512-5C1zf/zDZsR+XSYKcbGpp+EqIkdtjs83MlPQpkugAvaxVzyuw4muPnjQdRwAoWaNU2JQWvEhYEEfSNbO6Onnww==", + "requires": { + "@types/rdf-js": "^3.0.0" + } }, "@comunica/actor-sparql-serialize-sparql-xml": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.13.0.tgz", - "integrity": "sha512-KMmNHJKSzYKK1hfizGz+jD/bSM6n6Cl9PWN1qZp6/8sEfdpXjLlkKNAO/sjEOT0vSoskao8gLP/1ssdJVO+69A==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.15.0.tgz", + "integrity": "sha512-PluxLx6/IbpKsLYcEWzIntn3csCN7Ch1namJlFEVw9k55+JVH8bvw231+2ngXp+EiZINd+PTfzI2VSr+lfjxdg==", "requires": { + "@types/rdf-js": "^3.0.0", + "@types/xml": "^1.0.2", "xml": "^1.0.1" } }, "@comunica/actor-sparql-serialize-stats": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.13.0.tgz", - "integrity": "sha512-UXJaR+KBvBK2NhlZXwcREvgYSYx1QJPwQrjkgBfNdCqnEg/jwC5sfFKS72JQ8s2+Mts6hma469G9UvU9qoufvA==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.15.0.tgz", + "integrity": "sha512-h2amQ1hAnJknH0pGVdrYz7HiScE6DQeFWkew3qXGLmrrGXdSAXpY4wamTfPDUP7O6BrbKI7ixrIykSo61ZWcDQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + } }, "@comunica/actor-sparql-serialize-table": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.13.0.tgz", - "integrity": "sha512-fISb7uKnePoOJShUF/LEe4LsLoLBHNsJshm43VTETN/71k82u8BkBDPE+o2CcSYLREPl6sHGt/RDA3YaJee74w==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.15.0.tgz", + "integrity": "sha512-HMunch6vQBPOmSAxMal05gxdKqm2roVs7vtJYTs+ySh5E4U8G392SdX+iZhyUO7q+lUVMNn3Gvq1ZdztzQL78Q==", "requires": { + "@types/rdf-js": "^3.0.0", "rdf-terms": "^1.4.0" } }, "@comunica/actor-sparql-serialize-tree": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.13.0.tgz", - "integrity": "sha512-ljlgUELG/AfisMwt3zh/WE2ZHkg0lzD226QT0UdyQsSqySKVv+mZa+jZiKAls3Zkr6HaguyFxQ5rGMfXsaxcBQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.15.0.tgz", + "integrity": "sha512-LZKeVRJWwdqp8r+t5fZxe5Gs6Jx74DQiMaHuZsxWZxakXBteC2PrXkwO5vO4l+oLL4FMrdeeGmrmH2qovLBuPQ==", "requires": { + "@types/rdf-js": "^3.0.0", "sparqljson-to-tree": "^2.0.0" } }, "@comunica/bus-context-preprocess": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.13.0.tgz", - "integrity": "sha512-QIGEQ43fnsrsJZ6PrVjgwnO5vaRI2vDeHgu3fFwexXFYFnGg13hhTjh7vA/7tdZds4r8j9367OqJKfij0KeMCA==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.15.0.tgz", + "integrity": "sha512-qB+DQX2YiXjc/vJ84fE9nW6XXgMDbYIwgtjn5wmfvQWjr+9p0yVjk32IMU9kRa7ETp9OytY/pHebvVHDhuHBYw==" }, "@comunica/bus-http": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.13.0.tgz", - "integrity": "sha512-8fRl8Toj29O3y20/eEGq8nTVTovs5t3lLAYZPCyx/K4E9BE+MfXTIE9l5X2uJHh+1nVT5ySgmCwu/R0xLC8o7g==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.15.0.tgz", + "integrity": "sha512-1TnBrKP4KtoQ9SYssOeVIbVtc0/j1vFxBHDVHov6OyDBUTRh+NqLWMBFKe7qzUDEUG5S/SkjyggX8ZDJ/a/xvg==", "requires": { "is-stream": "^2.0.0", "web-streams-node": "^0.4.0" - }, - "dependencies": { - "is-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", - "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" - } } }, "@comunica/bus-http-invalidate": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.13.0.tgz", - "integrity": "sha512-Q8JSN+hvHcJ+gP1eesuXwpChx7sYGNaK3Qz3Zt85wgaXisYeeNQOXgoxiOKDCjgs5ZSA2Jkdql6hBlpWey9xfg==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.15.0.tgz", + "integrity": "sha512-RGURwbcUtD81ZYMMqs3EXB8ML35HENnGnrnrl0iO07R8HdJ/V5sczM8cxo5/+MXDpAqA9ao99AHJARwyHgoFmQ==" }, "@comunica/bus-init": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.13.0.tgz", - "integrity": "sha512-dStUbrPc/vLGQHiYU2FgWYdgsABast3MsakW5FYt9rqPY1B5a4HWIvg2OgaoJZq19j0iXAS693MtqJEddVInJw==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.15.0.tgz", + "integrity": "sha512-HwVTEznx2H7GvcfQAREz52QF8xXT1AqxkJDnI9vTeGvLpWrM+LVOAJZxBcYFFK3X3bEhTsPfDVzikziMGqZuZw==" }, "@comunica/bus-optimize-query-operation": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.13.0.tgz", - "integrity": "sha512-F5KjvUe/hvTZY1qefTpkSghQGGWw4HVjwd9D18Mf3xM1qH3Y3NhFVfrzpejpbWtgT7Nzb+XcP8OfiA/JeFpfEQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.15.0.tgz", + "integrity": "sha512-yfYskS+apbJKoo491LEcdCe778eG06rsbNTcVtjKSqobCGf0+z4gMLJBevzQ/IlLvS+jRBqj2tHAxecj79BAYw==", "requires": { "sparqlalgebrajs": "^2.2.2" } }, "@comunica/bus-query-operation": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.13.0.tgz", - "integrity": "sha512-0Uo85LDA2kuMRQZuZB2nfGO5sWRdr0OkSUN2ZK2PFAkVbAwLjJUFzO/ji8LAnLqgXGpaBgB8sxr5yHNh3S0pBA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.15.0.tgz", + "integrity": "sha512-Bhj0fTl5nIP3EDZh/zhE65HLk3Qk7068BZB1wtV7KeGebOm1U00vsIpUdo9iYmo/gTqG/9k4j08H3iLrxWzrZQ==", "requires": { - "asynciterator": "^2.0.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", "immutable": "^3.8.2" } }, "@comunica/bus-rdf-dereference": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.13.0.tgz", - "integrity": "sha512-XsUK4Wuv4c6OODzOu+Yp5bt88MLQbL/5rxdmUkR3dfHSU8IljuguMrZ4Ok6eXNgL8YlG07lrRL+lleOTEYEB3Q==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.15.0.tgz", + "integrity": "sha512-4vXq8e51zK1gkw5lxL2HkqYx/Wig215w8Bi3jguUTM/10EQW7KgebhRxeFU/EQOamFTMeS5anOu5BVfNps8rJQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + } }, "@comunica/bus-rdf-dereference-paged": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.15.0.tgz", + "integrity": "sha512-xejwEanK8yaI/ST1SDE2Tjs9f/PsS5SvtYIVEZuWew9Ey4UlxcW/Tsz4m5YA40DeYbXaXg7m40ZeWJxwiislrw==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-join": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.15.0.tgz", + "integrity": "sha512-3So/JNQUphU97ikGqnSEmrVsJMoDLOMJCEYMTzFSDvP4AGsDsGTt5ey1kHBOU2yH8V7IJ67ykpiNJFtfoPQXzg==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-metadata": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.15.0.tgz", + "integrity": "sha512-XhyMkScTBA0KUPTHtmO+kxAUyHhvuigiC6NzAoBZ9wm4y+r3aZ++mpBpAv/Fyma5GiT19EAW2pa8ew7CV9GR3A==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-metadata-extract": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.15.0.tgz", + "integrity": "sha512-uxLy3hvpWuLoopoG5clYb3imhQXHGHMKHXe97jfvXA0hjoWleNtD0KRfhs+45YCBXqfNC9PVypTb9eM6SVILNQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "graphql-ld": "^1.1.0", + "rdf-store-stream": "^1.0.1" + } + }, + "@comunica/bus-rdf-parse": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.15.0.tgz", + "integrity": "sha512-6cGGUBgorkJ6hr5U235qSrlK1m7rPpIM8W6o9kbRAw149AKap1XFF3OXpAYqat2eB4Cbs1J2PP9wg1/s/uOsww==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-parse-html": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-7F/kDrNf9X//IrO/CK4LpwM5f+mFHLa/wsPc2RubyhiFN3P3KWU6NWxjDJRT9yP85EmW4KknXWwF8AOTvbKF1A==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-resolve-hypermedia": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.15.0.tgz", + "integrity": "sha512-mnSsNMa2FS6x0b0K453J4c2+1UQoe2WX/p3UXfF7YocWFc7eL7JUsZO8+XZ1Pq8WaPpz+sUeaz+JtIYgVtqSGg==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + } + }, + "@comunica/bus-rdf-resolve-hypermedia-links": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.15.0.tgz", + "integrity": "sha512-AJD48ftgMdPj5x0hMTRkzNHeywsMqWnXOK7c6L2m3TlUyMtw5PWNYKd2CD1qyXE7xmSi2cKLKA5TKDkQqV7GCg==" + }, + "@comunica/bus-rdf-resolve-quad-pattern": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.15.0.tgz", + "integrity": "sha512-qdS72K5rmFq7cpIQPMu6xMYp777KrhRt1zkZTtd+lG+EQ05VDR8M+0Rs/Jz1b8VHqalDtB7eXc3vTv6PXJGSww==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + } + }, + "@comunica/bus-rdf-serialize": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.15.0.tgz", + "integrity": "sha512-c1uJF1LkJ96zscMCe+CB2fLbXhlJ0o8PPVRMm3Jk7/rc8WY5bUxSxf1SFbA/jkOZtcZy59wFHDvPf/NM74ADBg==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-sparql-parse": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.15.0.tgz", + "integrity": "sha512-4aFz5qnnnPxezK/vtvltqqUlN0NhYNFEQwXYZf6Yi2dSS/Hs4cU4kYcldXxIXeBfRQkaoUtTCr0lCUg5uOyqIQ==" + }, + "@comunica/bus-sparql-serialize": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.15.0.tgz", + "integrity": "sha512-9y+ctzUmvyQdeVCrcgrftBYV7uN8lOeX8FC2lsOZSSO3PFObcKZQPIKdZY06GKE/LZEJT7MYF/OOH6KFyvTYvw==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0" + } + }, + "@comunica/core": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.15.0.tgz", + "integrity": "sha512-Mg/fpufyK4hVKX2vgP8oapu4ZpyugNRxyI/1AX7zlhSkYpE+ldK5YQaGG/sb+fq+s2sAtE1Ocd+thCgF4wv+8w==", + "requires": { + "immutable": "^3.8.2" + } + }, + "@comunica/data-factory": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/data-factory/-/data-factory-1.14.0.tgz", + "integrity": "sha512-zpTpglsFIHuklarPCFTG2nRRG+RD1biT9nscggltShKJRK2EAtpnMeABGS/QU6es5CC96ZdA94KlVmFxt51A+g==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/logger-pretty": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.15.0.tgz", + "integrity": "sha512-Ta0u/YHHgSvX9Au8JqzhgqmNiPLwFW2L1ZLnUR3V0J+uQDL2PEayWnw+xrDyVKgYJaffevJYHowjn4c4D5DxFA==" + }, + "@comunica/logger-void": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.15.0.tgz", + "integrity": "sha512-nU0bJ56hOAURnz4uDNbeldAJ88OduRQMtHEeKTSkR+ATArP/ShXFWLgKcxRnU9ELSsA7k9HlvAFpvag5+eNs8g==" + }, + "@comunica/mediator-all": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.15.0.tgz", + "integrity": "sha512-uALhqOxGIT/gBXWkIVE+PTITf5EIDNL2UD9GRffdgc1Qg74prWcMZ4+gYczBOMUhqZHE605QsXXO8NkT4xP14A==" + }, + "@comunica/mediator-combine-pipeline": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.15.0.tgz", + "integrity": "sha512-XYf+rOSF1Tj5JX8geHUt5O8BJmLqyRXXYZQe2nlwGoe66hshMKpzAu38m5uDpARrJ4dPxU0PrH34x1Wug77lpg==" + }, + "@comunica/mediator-combine-union": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.15.0.tgz", + "integrity": "sha512-TPzfXuKRVBEpjb+/S8v2C8uvgi8BTjtg1htL/qY/xI2fYqRcLZGl+D5MZEESmwpmm19cBfg87CbF+ROn6L3+IQ==" + }, + "@comunica/mediator-number": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.15.0.tgz", + "integrity": "sha512-d1jwHVN6rELFzEPb+CDqEjItAJ4/AqiP1Vp+Z/PBucLjM9EEonQMjQzqrkRV/Oy6cBXfSQDhXuSvftfl/zUCjg==" + }, + "@comunica/mediator-race": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.15.0.tgz", + "integrity": "sha512-MVESJnkgSoPaCkNNN8RDm0B06d0JNL4QOvRZFuFETY4/D+OwIpcEf0EGButQsDUlelAk5n/sFssLMqo2tw65SA==" + }, + "@comunica/runner": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.15.0.tgz", + "integrity": "sha512-gczcexLxctR0n1DKw1fmyGdAcgZHnCOfYE0Nt4kO5XHhMVM5/x4a+8U+olm92WMlBqSkh+Qs5pkEbD+jJ+Cj4A==", + "requires": { + "componentsjs": "^3.4.1" + } + }, + "@comunica/runner-cli": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.15.0.tgz", + "integrity": "sha512-n9IUFoENIeSwGTbk+zzmXft3RFml65CW6q2qFteflmcfC7AM2ucWhxu1EvZDAlDj9IZ7k5KRf0WyBEQWSJLabg==", + "requires": { + "@comunica/runner": "^1.15.0" + } + }, + "@comunica/utils-datasource": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.15.0.tgz", + "integrity": "sha512-KuCoTMQn46CpqWi1aCeC3qaPOCL1AE/OJkvmLwbGDjONOfLK1leCT5J/xc/zNonFMd4y5DQ0jz+aN3HcVTftig==", + "requires": { + "@comunica/bus-rdf-resolve-quad-pattern": "^1.15.0", + "arrayify-stream": "^1.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + } + }, + "@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "requires": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "dependencies": { + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + } + } + }, + "@istanbuljs/schema": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz", + "integrity": "sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==" + }, + "@rdfjs/data-model": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@rdfjs/data-model/-/data-model-1.1.2.tgz", + "integrity": "sha512-pk/G/JLYGaXesoBLvEmoC/ic0H3B79fTyS0Ujjh5YQB2DZW+mn05ZowFFv88rjB9jf7c1XE5XSmf8jzn6U0HHA==", + "requires": { + "@types/rdf-js": "^2.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-2.0.12.tgz", + "integrity": "sha512-NBzHFHp2vHOJkPlSqzsOrkEsD9grKn+PdFjZieIw59pc0FlRG6WEQAjQZvHzFxJlYzC6ZDCFyTA1wBvUnnzUQw==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@types/chai": { + "version": "4.2.12", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.12.tgz", + "integrity": "sha512-aN5IAC8QNtSUdQzxu7lGBgYAOuU1tmRU4c9dIq5OKGf/SBVjXo+ffM2wEjudAWbgpOhy60nLoAGH1xm8fpCKFQ==" + }, + "@types/color-name": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", + "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" + }, + "@types/create-hash": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@types/create-hash/-/create-hash-1.2.2.tgz", + "integrity": "sha512-Fg8/kfMJObbETFU/Tn+Y0jieYewryLrbKwLCEIwPyklZZVY2qB+64KFjhplGSw+cseZosfFXctXO+PyIYD8iZQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/http-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/http-link-header/-/http-link-header-1.0.1.tgz", + "integrity": "sha512-5h+Pqs4EHoMkY/fLva7XsYmh9IVQghQ6uWWil1FGCNI0WqjhI4g20doYsbT4kJ/G3GkAlQca4AIc9OexdUnzkg==" + }, + "@types/isomorphic-fetch": { + "version": "0.0.35", + "resolved": "https://registry.npmjs.org/@types/isomorphic-fetch/-/isomorphic-fetch-0.0.35.tgz", + "integrity": "sha512-DaZNUvLDCAnCTjgwxgiL1eQdxIKEpNLOlTNtAgnZc50bG2copGhRrFN9/PxPBuJe+tZVLCbQ7ls0xveXVRPkvw==" + }, + "@types/lodash": { + "version": "4.14.159", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.159.tgz", + "integrity": "sha512-gF7A72f7WQN33DpqOWw9geApQPh4M3PxluMtaHxWHXEGSN12/WbcEk/eNSqWNQcQhF66VSZ06vCF94CrHwXJDg==" + }, + "@types/lru-cache": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.0.tgz", + "integrity": "sha512-RaE0B+14ToE4l6UqdarKPnXwVDuigfFv+5j9Dze/Nqr23yyuqdNvzcZi3xB+3Agvi5R4EOgAksfv3lXX4vBt9w==" + }, + "@types/minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=" + }, + "@types/mocha": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz", + "integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==" + }, + "@types/n3": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.4.3.tgz", + "integrity": "sha512-NJ6GKZDE/6Q9iF9Zg+c89WHLK6VXIyVPfvPw6Z8/17ssk1Vx944XcAn0ZmPlRnvUXlGCg63NmMGzB20X46cs4A==", + "requires": { + "@types/node": "*", + "@types/rdf-js": "*" + } + }, + "@types/node": { + "version": "13.13.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.15.tgz", + "integrity": "sha512-kwbcs0jySLxzLsa2nWUAGOd/s21WU1jebrEdtzhsj1D4Yps1EOuyI1Qcu+FD56dL7NRNIJtDDjcqIG22NwkgLw==" + }, + "@types/parse-link-header": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-link-header/-/parse-link-header-1.0.0.tgz", + "integrity": "sha512-fCA3btjE7QFeRLfcD0Sjg+6/CnmC66HpMBoRfRzd2raTaWMJV21CCZ0LO8MOqf8onl5n0EPfjq4zDhbyX8SVwA==" + }, + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/sparqljs": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/sparqljs/-/sparqljs-3.0.1.tgz", + "integrity": "sha512-2SGl+Q4Gq0Rh/y0ZT6iBvQDDlws3NiPKfkMaEnGDWHvwNonlSZt03jm7HJ7C9I+huwBQ5l5SOYpeJsrh0nOJew==", + "requires": { + "@types/rdf-js": "*" + } + }, + "@types/uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@types/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha512-1D8mJEeQEXynoPQKJkneIK+tXaM2Qnk6c80RBQPV/O2ToypI4mlqXy5jojnYKjTX2Q+EMNMOWt0wNdLbb2MUpA==" + }, + "@types/uuid": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.4.tgz", + "integrity": "sha512-WGZCqBZZ0mXN2RxvLHL6/7RCu+OWs28jgQMP04LWfpyJlQUMTR6YU9CNJAKDgbw+EV/u687INXuLUc7FuML/4g==" + }, + "@types/xml": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/xml/-/xml-1.0.5.tgz", + "integrity": "sha512-h3PVM7waRi2UeoaY2BhpLGvettU/3vfCbsjXMV/9Ex5WjvIy82J8Qfp1xiPxM4kTSOLdFFpjRwQ7YY7XJeKBvg==", + "requires": { + "@types/node": "*" + } + }, + "JSONStream": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", + "requires": { + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" + } + }, + "aggregate-error": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz", + "integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==", + "requires": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + } + }, + "ajv": { + "version": "6.12.3", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.3.tgz", + "integrity": "sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "amf-shacl-node": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/amf-shacl-node/-/amf-shacl-node-2.0.0.tgz", + "integrity": "sha512-38GcUBN7VFzpJHDWeEKZ5bcosGA1/Ur6egUrno+Uprgf/8aXeX0LumkG64sExQPrFQ649Ku3wfgWe+le4bUNVw==", + "requires": { + "@comunica/actor-init-sparql-rdfjs": "^1.10.0", + "jsonld-streaming-serializer": "^1.1.0", + "lru-cache": "^6.0.0", + "n3": "^1.3.5" + } + }, + "ansi-colors": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", + "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==" + }, + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "append-transform": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz", + "integrity": "sha512-7yeyCEurROLQJFv5Xj4lEGTy0borxepjFv1g22oAdqFu//SrAlDl1O1Nxx15SH1RoliUml6p8dwJW9jvZughhg==", + "requires": { + "default-require-extensions": "^3.0.0" + } + }, + "archy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", + "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=" + }, + "arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "arrayify-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/arrayify-stream/-/arrayify-stream-1.0.0.tgz", + "integrity": "sha512-RP80ep76Lbew2wWN5ogrl2NluTnBVYYh2K3NNCcWfcmmUB7nBcNBctiJeEZAixp3I1vQ9H88iHZ9MbHSdkuupQ==" + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" + }, + "assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" + }, + "asynciterator": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.0.1.tgz", + "integrity": "sha512-i63IZ/CLbSwT+9+jezA8BFnMmmOylNN+2/yNqMSr37IdzjPLnYMfEvTOFt46hDA+san7k9CZN6gEzCgCTTfAWA==" + }, + "asyncjoin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/asyncjoin/-/asyncjoin-1.0.1.tgz", + "integrity": "sha512-FjqqH7H9YUbE51U6xX4hQfzIAbyEKSZLdhdQNvl0kQ2vZvgiYgW1o1Vl4LJIU+3fu7ld3Tdcq72G5/h6OALsBw==", + "requires": { + "asynciterator": "^3.0.0" + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "asyncreiterable": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/asyncreiterable/-/asyncreiterable-2.0.0.tgz", + "integrity": "sha512-Pq9wUkHrXshCxXWy4/O7krS9qGCgHxoDWajWJja/7f5KoZTcO5Xww25NSMTek+jL3CZ4GrHYvOHx5bmrR4nU3w==", + "requires": { + "asynciterator": "^3.0.0" + } + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + }, + "aws4": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz", + "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==" + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "binary-extensions": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz", + "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==" + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "browser-stdout": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", + "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==" + }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" + }, + "caching-transform": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-4.0.0.tgz", + "integrity": "sha512-kpqOvwXnjjN44D89K5ccQC+RUrsy7jB/XLlRrx0D7/2HNcTPqzsb6XgYoErwko6QsV184CA2YgS1fxDiiDZMWA==", + "requires": { + "hasha": "^5.0.0", + "make-dir": "^3.0.0", + "package-hash": "^4.0.0", + "write-file-atomic": "^3.0.0" + } + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "canonicalize": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/canonicalize/-/canonicalize-1.0.1.tgz", + "integrity": "sha512-N3cmB3QLhS5TJ5smKFf1w42rJXWe6C1qP01z4dxJiI5v269buii4fLHWETDyf7yEd0azGLNC63VxNMiPd2u0Cg==" + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "chai": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz", + "integrity": "sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==", + "requires": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.2", + "deep-eql": "^3.0.1", + "get-func-name": "^2.0.0", + "pathval": "^1.1.0", + "type-detect": "^4.0.5" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": { + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "check-error": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", + "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=" + }, + "chokidar": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.0.tgz", + "integrity": "sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==", + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.1", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.2.0" + } + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + }, + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" + }, + "componentsjs": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.1.tgz", + "integrity": "sha512-cFeGNlXYj8bS0o1TNrcYtR6fWZ7Q9kjfn1LPjxe/kKDJHW+VREiY6xsjpCB/yPKpnfOp4euIJB+SWgaXs0YiDg==", + "requires": { + "@types/lodash": "^4.14.56", + "@types/minimist": "^1.2.0", + "@types/n3": "0.0.3", + "@types/node": "8.10.21", + "global-modules": "^1.0.0", + "jsonld": "^0.4.11", + "lodash": "^4.17.4", + "minimist": "^1.2.0", + "n3": "^0.9.1", + "requireg": "^0.1.7" + }, + "dependencies": { + "@types/n3": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-0.0.3.tgz", + "integrity": "sha512-oqywrU7RdLKO0Ndnrue8smXR+oLW4EgFGrd/ewaYbkZjgr/eRpwpjsJk9D5Z8AF+cZKYbiQtR5BR6LNlLl0HPQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/node": { + "version": "8.10.21", + "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.21.tgz", + "integrity": "sha512-87XkD9qDXm8fIax+5y7drx84cXsu34ZZqfB7Cial3Q/2lxSoJ/+DRaWckkCbxP41wFSIrrb939VhzaNxj4eY1w==" + }, + "n3": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/n3/-/n3-0.9.1.tgz", + "integrity": "sha1-QwtUfVjcc4FAjEV4TdgFgXGQOTI=" + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "cross-fetch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", + "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", + "requires": { + "node-fetch": "2.6.0" + } + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "dependencies": { + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" + }, + "decimal.js": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.0.tgz", + "integrity": "sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw==" + }, + "deep-eql": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", + "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", + "requires": { + "type-detect": "^4.0.0" + } + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" + }, + "default-require-extensions": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-3.0.0.tgz", + "integrity": "sha512-ek6DpXq/SCpvjhpFsLFRVtIxJCRw6fUR42lYMVZuUMK7n8eMz4Uh5clckdBjEpLhn/gEBZo7hDJnJcwdKLKQjg==", + "requires": { + "strip-bom": "^4.0.0" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "requires": { + "object-keys": "^1.0.12" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "diff": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==" + }, + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + } + }, + "domelementtype": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz", + "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==" + }, + "domhandler": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.0.0.tgz", + "integrity": "sha512-eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw==", + "requires": { + "domelementtype": "^2.0.1" + } + }, + "domutils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.1.0.tgz", + "integrity": "sha512-CD9M0Dm1iaHfQ1R/TI+z3/JWp/pgub0j4jIQKH89ARR4ATAV2nbaOQS5XxU9maJP5jHaPdDDQSEHuE2UmpUTKg==", + "requires": { + "dom-serializer": "^0.2.1", + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0" + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "requires": { + "iconv-lite": "^0.6.2" + } + }, + "entities": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", + "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" + }, + "es-abstract": { + "version": "1.17.6", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz", + "integrity": "sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==", + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.0", + "is-regex": "^1.1.0", + "object-inspect": "^1.7.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.0", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "es6-error": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", + "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==" + }, + "es6-promise": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz", + "integrity": "sha1-lu258v2wGZWCKyY92KratnSBgbw=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", + "requires": { + "homedir-polyfill": "^1.0.1" + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "fetch-sparql-endpoint": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/fetch-sparql-endpoint/-/fetch-sparql-endpoint-1.6.2.tgz", + "integrity": "sha512-d0nTwXc6BBnQdrmx7+Bk6pLJ5MLzJtYJRNq4YSpL4Bym8hd12RaBUL7OkcxtuFaMY9gG2Mw0JVNMZeF3bjVSBg==", + "requires": { + "is-stream": "^2.0.0", + "isomorphic-fetch": "^2.2.1", + "minimist": "^1.2.0", + "n3": "^1.0.0", + "rdf-string": "^1.3.1", + "sparqljs": "^3.0.0", + "sparqljson-parse": "^1.5.0", + "sparqlxml-parse": "^1.2.0", + "stream-to-string": "^1.1.0", + "web-streams-node": "^0.4.0" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "find-cache-dir": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", + "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "flat": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz", + "integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==", + "requires": { + "is-buffer": "~2.0.3" + } + }, + "follow-redirects": { "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.13.0.tgz", - "integrity": "sha512-qvlf7f8QSHcUzxYtS7nAH++sGXSpGbIQadx2KJ0OfyghnIWt7xy6bftMfzQNXQyxDVQq1UGeZi+Ev4vqhCAYUQ==" - }, - "@comunica/bus-rdf-join": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.13.0.tgz", - "integrity": "sha512-8pIScUBygEO8CiGU4f6fnR/pp3oqwwqzoP2b2OdwsLZZejJQHYR9JOTuf2AsZ8MYPWNxEkDFyKbDII6Eu4ZXew==", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", + "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" + }, + "foreground-child": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", + "integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==", + "requires": { + "cross-spawn": "^7.0.0", + "signal-exit": "^3.0.2" + } + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "fromentries": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.2.1.tgz", + "integrity": "sha512-Xu2Qh8yqYuDhQGOhD5iJGninErSfI9A3FrriD3tjUgV5VbJFeH8vfgZ9HnC6jWN80QDVNQK5vmxRAmEAp7Mevw==" + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "fsevents": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", + "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "gensync": { + "version": "1.0.0-beta.1", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz", + "integrity": "sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==" + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "get-func-name": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", + "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=" + }, + "get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "requires": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + } + }, + "global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", + "requires": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + }, + "graceful-fs": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", + "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" + }, + "graphql": { + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", + "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==" + }, + "graphql-ld": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/graphql-ld/-/graphql-ld-1.1.0.tgz", + "integrity": "sha512-nYfXYhpJMuWLTJ1q4fu64Y59OYVR2xQCJcPMEgzYEDEArUIyyEOi8l+VeL/ttBZVg47RICiiC3e26qRYwBR+kQ==", + "requires": { + "@types/rdf-js": "^2.0.11", + "graphql-to-sparql": "^2.1.0", + "jsonld-context-parser": "^2.0.0", + "sparqlalgebrajs": "^2.2.1", + "sparqljson-to-tree": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-2.0.12.tgz", + "integrity": "sha512-NBzHFHp2vHOJkPlSqzsOrkEsD9grKn+PdFjZieIw59pc0FlRG6WEQAjQZvHzFxJlYzC6ZDCFyTA1wBvUnnzUQw==", + "requires": { + "@types/node": "*" + } + } + } + }, + "graphql-to-sparql": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/graphql-to-sparql/-/graphql-to-sparql-2.1.1.tgz", + "integrity": "sha512-o+bnwrL4ugil/A4a+x/C8Yae+irxm3xLQGXWrjc5p9K2KEiforY4bU8Ed6Q/wasFjeublCp2v0xEFDnUxyY40g==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "graphql": "^15.0.0", + "jsonld-context-parser": "^2.0.0", + "minimist": "^1.2.0", + "sparqlalgebrajs": "^2.0.0" + } + }, + "growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==" + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + }, + "har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "requires": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" + }, + "hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "requires": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + } + }, + "hasha": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/hasha/-/hasha-5.2.0.tgz", + "integrity": "sha512-2W+jKdQbAdSIrggA8Q35Br8qKadTrqCTC8+XZvBWepKDK6m9XkX6Iz1a2yh2KP01kzAR/dpuMeUnocoLYDcskw==", + "requires": { + "is-stream": "^2.0.0", + "type-fest": "^0.8.0" + } + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + }, + "homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "requires": { + "parse-passwd": "^1.0.0" + } + }, + "html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + }, + "htmlparser2": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", + "integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "domutils": "^2.0.0", + "entities": "^2.0.0" + } + }, + "http-link-header": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.0.2.tgz", + "integrity": "sha512-z6YOZ8ZEnejkcCWlGZzYXNa6i+ZaTfiTg3WhlV/YvnNya3W/RbX1bMVUMTuCrg/DrtTCQxaFCkXCz4FtLpcebg==" + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "iconv-lite": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", + "integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + }, + "immutable": { + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", + "integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=" + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" + }, + "indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-buffer": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", + "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==" + }, + "is-callable": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz", + "integrity": "sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==" + }, + "is-date-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "is-regex": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", + "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + }, + "is-symbol": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", + "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "isomorphic-fetch": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", + "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", + "requires": { + "node-fetch": "^1.0.1", + "whatwg-fetch": ">=0.10.0" + }, + "dependencies": { + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + }, + "node-fetch": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", + "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", + "requires": { + "encoding": "^0.1.11", + "is-stream": "^1.0.1" + } + } + } + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, + "istanbul-lib-coverage": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", + "integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==" + }, + "istanbul-lib-hook": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-3.0.0.tgz", + "integrity": "sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ==", + "requires": { + "append-transform": "^2.0.0" + } + }, + "istanbul-lib-instrument": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz", + "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", + "requires": { + "@babel/core": "^7.7.5", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.0.0", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "istanbul-lib-processinfo": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz", + "integrity": "sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw==", + "requires": { + "archy": "^1.0.0", + "cross-spawn": "^7.0.0", + "istanbul-lib-coverage": "^3.0.0-alpha.1", + "make-dir": "^3.0.0", + "p-map": "^3.0.0", + "rimraf": "^3.0.0", + "uuid": "^3.3.3" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "requires": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "istanbul-lib-source-maps": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz", + "integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==", + "requires": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "istanbul-reports": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz", + "integrity": "sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==", + "requires": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "json5": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", + "requires": { + "minimist": "^1.2.5" + } + }, + "jsonld": { + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", + "integrity": "sha1-oC8gXVNBQU3xtthBTxuWenEgc+g=", + "requires": { + "es6-promise": "^2.0.0", + "pkginfo": "~0.4.0", + "request": "^2.61.0", + "xmldom": "0.1.19" + } + }, + "jsonld-context-parser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.0.2.tgz", + "integrity": "sha512-IjQi26E+5ESS85MkcLsYo9gV93oJSOvQ/deHxKspaeHOmRiPyRRaGAk86DjuQc6c0hdp3OKGvDDsy3wi8znsqg==", + "requires": { + "@types/http-link-header": "^1.0.1", + "@types/isomorphic-fetch": "^0.0.35", + "@types/node": "^13.1.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "isomorphic-fetch": "^2.2.1", + "relative-to-absolute-iri": "^1.0.5" + } + }, + "jsonld-streaming-parser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-2.0.2.tgz", + "integrity": "sha512-h4cK+PQMvOHd+UqgAFpKBmt5LWYoQMQLu9PP7YsRP7rnSJbU/EfJFcJFG6/sdtZslQ6dlNwOvfHbjQ9clzZPzg==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "@types/http-link-header": "^1.0.1", + "@types/rdf-js": "^3.0.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "jsonld-context-parser": "^2.0.1", + "jsonparse": "^1.3.1" + } + }, + "jsonld-streaming-serializer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsonld-streaming-serializer/-/jsonld-streaming-serializer-1.1.0.tgz", + "integrity": "sha512-C+cs913C3XDScZIqUL8fg5crHQtPTQSZstzvFmhA9/r0QBCRw88BR4TYHvLNhJhzB45GOpoF5/Fx4I4xfKGpOQ==", + "requires": { + "@types/rdf-js": "^2.0.1", + "jsonld-context-parser": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-2.0.12.tgz", + "integrity": "sha512-NBzHFHp2vHOJkPlSqzsOrkEsD9grKn+PdFjZieIw59pc0FlRG6WEQAjQZvHzFxJlYzC6ZDCFyTA1wBvUnnzUQw==", + "requires": { + "@types/node": "*" + } + } + } + }, + "jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=" + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "lodash": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + }, + "lodash.flattendeep": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", + "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=" + }, + "lodash.uniqwith": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz", + "integrity": "sha1-egy/ZfQ7WShiWp1NDcVLGMrcfvM=" + }, + "log-symbols": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", + "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "requires": { + "chalk": "^2.4.2" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "requires": { + "semver": "^6.0.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" + }, + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "mime-db": { + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", + "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" + }, + "mime-types": { + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", + "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", + "requires": { + "mime-db": "1.44.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "requires": { + "minimist": "^1.2.5" + } + }, + "mocha": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.2.0.tgz", + "integrity": "sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==", + "requires": { + "ansi-colors": "3.2.3", + "browser-stdout": "1.3.1", + "chokidar": "3.3.0", + "debug": "3.2.6", + "diff": "3.5.0", + "escape-string-regexp": "1.0.5", + "find-up": "3.0.0", + "glob": "7.1.3", + "growl": "1.10.5", + "he": "1.2.0", + "js-yaml": "3.13.1", + "log-symbols": "3.0.0", + "minimatch": "3.0.4", + "mkdirp": "0.5.5", + "ms": "2.1.1", + "node-environment-flags": "1.0.6", + "object.assign": "4.1.0", + "strip-json-comments": "2.0.1", + "supports-color": "6.0.0", + "which": "1.3.1", + "wide-align": "1.1.3", + "yargs": "13.3.2", + "yargs-parser": "13.1.2", + "yargs-unparser": "1.6.0" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + }, + "n3": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.6.2.tgz", + "integrity": "sha512-9R45WRNxNPblKLbXGwR9IvtaVvdr80vRxME79fhWnqBzHb2GcP6lS77Mvf8Fx6Wpfn8PpBTdggceWsSMDGY/SA==", + "requires": { + "queue-microtask": "^1.1.2", + "readable-stream": "^3.6.0" + } + }, + "negotiate": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/negotiate/-/negotiate-1.0.1.tgz", + "integrity": "sha1-NayLVnL3sF+qEL8CYTQusRIDcP0=" + }, + "nested-error-stacks": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz", + "integrity": "sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==" + }, + "node-environment-flags": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", + "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", + "requires": { + "object.getownpropertydescriptors": "^2.0.3", + "semver": "^5.7.0" + } + }, + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + }, + "node-preload": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz", + "integrity": "sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ==", + "requires": { + "process-on-spawn": "^1.0.0" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "nyc": { + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz", + "integrity": "sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==", + "requires": { + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "caching-transform": "^4.0.0", + "convert-source-map": "^1.7.0", + "decamelize": "^1.2.0", + "find-cache-dir": "^3.2.0", + "find-up": "^4.1.0", + "foreground-child": "^2.0.0", + "get-package-type": "^0.1.0", + "glob": "^7.1.6", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-hook": "^3.0.0", + "istanbul-lib-instrument": "^4.0.0", + "istanbul-lib-processinfo": "^2.0.2", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.0.2", + "make-dir": "^3.0.0", + "node-preload": "^0.2.1", + "p-map": "^3.0.0", + "process-on-spawn": "^1.0.0", + "resolve-from": "^5.0.0", + "rimraf": "^3.0.0", + "signal-exit": "^3.0.2", + "spawn-wrap": "^2.0.0", + "test-exclude": "^6.0.0", + "yargs": "^15.0.2" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" + }, + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + }, + "string-width": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", + "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + } + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "requires": { + "ansi-regex": "^5.0.0" + } + }, + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "requires": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + } + }, + "yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + } + } + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" + }, + "object-inspect": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", + "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + }, + "object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "requires": { + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" + } + }, + "object.getownpropertydescriptors": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", + "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-map": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", + "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", + "requires": { + "aggregate-error": "^3.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "package-hash": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/package-hash/-/package-hash-4.0.0.tgz", + "integrity": "sha512-whdkPIooSu/bASggZ96BWVvZTRMOFxnyUG5PnTSGKoJE2gd5mbVNmR2Nj20QFzxYYgAXpoqC+AiXzl+UMRh7zQ==", + "requires": { + "graceful-fs": "^4.1.15", + "hasha": "^5.0.0", + "lodash.flattendeep": "^4.4.0", + "release-zalgo": "^1.0.0" + } + }, + "parse-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-link-header/-/parse-link-header-1.0.1.tgz", + "integrity": "sha1-vt/g0hGK64S+deewJUGeyKYRQKc=", + "requires": { + "xtend": "~4.0.1" + } + }, + "parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=" + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" + }, + "pathval": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz", + "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=" + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "requires": { + "find-up": "^4.0.0" + }, + "dependencies": { + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + } + } + }, + "pkginfo": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.4.1.tgz", + "integrity": "sha1-tUGO8EOd5UJfxJlQQtztFPsqhP8=" + }, + "process-on-spawn": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/process-on-spawn/-/process-on-spawn-1.0.0.tgz", + "integrity": "sha512-1WsPDsUSMmZH5LeMLegqkPDrsGgsWwk1Exipy2hvB0o/F0ASzbpIctSCcZIK1ykJvtTJULEH+20WOFjMvGnCTg==", + "requires": { + "fromentries": "^1.2.0" + } + }, + "promise-polyfill": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-1.1.6.tgz", + "integrity": "sha1-zQTv9G9clcOn0EVZHXm14+AfEtc=" + }, + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + }, + "queue-microtask": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.1.4.tgz", + "integrity": "sha512-eY/4Obve9cE5FK8YvC1cJsm5cr7XvAurul8UtBDJ2PR1p5NmAwHtvAt5ftcLtwYRCUKNhxCneZZlxmUDFoSeKA==" + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + } + }, + "rdf-literal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.1.1.tgz", + "integrity": "sha512-zYelIUgvwifeq2aFfTYlv+SoxZbSjdKw+I4ulZ5ECil8FTh2+ufHiR9P7T61KnVyo8BqBhyeHBR4UvA++PWozA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0" + } + }, + "rdf-quad": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.4.0.tgz", + "integrity": "sha512-xChDvhK2zb4/aCg8P668CWTn4TEhscefg/E1s+Qu61sZ/hKct/WQn0wuHim8H+MFrzZ7fFN7Gh7aamPgm/QSwA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "rdf-literal": "^1.0.0", + "rdf-string": "^1.3.1" + } + }, + "rdf-store-stream": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rdf-store-stream/-/rdf-store-stream-1.0.1.tgz", + "integrity": "sha512-/aMMY3UeC1ONxnDoPgpeaZPT7coqeYRFQ1U30nuJ66f6OMDBag/iYtgu871hqobgKDZEmxg9Ut3USsZzvEry0Q==", + "requires": { + "@types/rdf-js": "^3.0.2", + "n3": "^1.1.1" + } + }, + "rdf-string": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.4.2.tgz", + "integrity": "sha512-74yYjS0W4N3nYDGbXBZrNsqDmhBTjqChTETO9heC2G2M3iMYaIPtEfUikNsBWUj4+4bIKyqL7vAntWBTfJpFFA==", + "requires": { + "@rdfjs/data-model": "^1.1.1" + } + }, + "rdf-terms": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/rdf-terms/-/rdf-terms-1.5.1.tgz", + "integrity": "sha512-dDhpUYxTAOWKT3Ln93A5k5UB5SftG8bPAzeZEjGeP4e7eboMhITUTDks8HDmUt9X1P+HpfnY/o6VSTSpf3Advw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "lodash.uniqwith": "^4.5.0" + } + }, + "rdfa-streaming-parser": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/rdfa-streaming-parser/-/rdfa-streaming-parser-1.2.2.tgz", + "integrity": "sha512-OKNyZworn+wuHd9DsskyiBor85nQPAMzSR/xm6np1Pe09edj3yRGJQLsY62Ww1ELjZbdEFXougIShhR9VwU83A==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "htmlparser2": "^4.0.0", + "relative-to-absolute-iri": "^1.0.2" + } + }, + "rdfxml-streaming-parser": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/rdfxml-streaming-parser/-/rdfxml-streaming-parser-1.3.6.tgz", + "integrity": "sha512-t9uqmCiPjmMFMXQ3Va2rc4ePElhze63EUmXVLA05s40NQEvphj8I8Kl1qODBwHnxocdoc1yVQRsC6hVJAPHvPQ==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "relative-to-absolute-iri": "^1.0.0", + "sax": "^1.2.4" + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readable-stream-node-to-web": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/readable-stream-node-to-web/-/readable-stream-node-to-web-1.0.1.tgz", + "integrity": "sha1-i3YU+qFGXr+g2pucpjA/onBzt88=" + }, + "readdirp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.2.0.tgz", + "integrity": "sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==", + "requires": { + "picomatch": "^2.0.4" + } + }, + "relative-to-absolute-iri": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/relative-to-absolute-iri/-/relative-to-absolute-iri-1.0.6.tgz", + "integrity": "sha512-Xw5/Zx6iWSCMJUXwXVOjySjH8Xli4hVFL9QQFvkl1qEmFBG94J+QUI9emnoctOCD3285f1jNV+QWV9eDYwIdfQ==" + }, + "release-zalgo": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz", + "integrity": "sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA=", + "requires": { + "es6-error": "^4.0.1" + } + }, + "request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "requireg": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/requireg/-/requireg-0.1.8.tgz", + "integrity": "sha512-qjbwnviLXg4oZiAFEr1ExbevkUPaEiP1uPGSoFCVgCCcbo4PXv9SmiJpXNYmgTBCZ8fY1Jy+sk7F9/kPNepeDw==", + "requires": { + "nested-error-stacks": "~2.0.1", + "rc": "~1.2.7", + "resolve": "~1.7.1" + }, + "dependencies": { + "resolve": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.7.1.tgz", + "integrity": "sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==", + "requires": { + "path-parse": "^1.0.5" + } + } + } + }, + "resolve": { + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", + "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", + "requires": { + "path-parse": "^1.0.6" + } + }, + "resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", + "requires": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + } + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "requires": { + "glob": "^7.1.3" + } + }, + "ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "sax-stream": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax-stream/-/sax-stream-1.3.0.tgz", + "integrity": "sha512-tcfsAAICAkyNNe4uiKtKmLKxx3C7qPAej13UUoN+7OLYq/P5kHGahZtJhhMVM3fIMndA6TlYHWFlFEzFkv1VGg==", + "requires": { + "debug": "~2", + "sax": "~1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, + "source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "sparqlalgebrajs": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.3.1.tgz", + "integrity": "sha512-zJ9EEX2BtHjdiSQoWP7fKt2IqD4zi24n3CQtRGOIzh8Hyj2JFMtje68CweaIJgQLN5kNYpNx/VT2F6nxpeIRJg==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "fast-deep-equal": "^3.1.1", + "minimist": "^1.2.5", + "rdf-string": "^1.3.1", + "sparqljs": "^3.0.1" + } + }, + "sparqlee": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.4.2.tgz", + "integrity": "sha512-6lE4u0i3CCLjOUA/E8SC2fV7L/e7By4QVG+mtreYGpPoh15iFZLPMeH9+54X2tA7doLr8LmV40u66BQ1rpzkKA==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "@types/create-hash": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "@types/uuid": "^8.0.0", + "create-hash": "^1.2.0", + "decimal.js": "^10.2.0", + "immutable": "^3.8.2", + "rdf-string": "^1.1.1", + "sparqlalgebrajs": "^2.1.0", + "uri-js": "^4.2.2", + "uuid": "^8.0.0" + }, + "dependencies": { + "@types/uuid": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==" + }, + "uuid": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" + } + } + }, + "sparqljs": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.0.3.tgz", + "integrity": "sha512-/hy2ihyn6YaYdLqnfdG8En6n8/NJVfRGI//AWPh6Anbfxfz89vv9ATEa8taE+SpOBuh6pSYEhIYKPkVRkXNBNg==", + "requires": { + "n3": "^1.5.0" + } + }, + "sparqljson-parse": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/sparqljson-parse/-/sparqljson-parse-1.5.2.tgz", + "integrity": "sha512-VnYzLsiha3Byb7iKr4qbwsztF7cjZFDEnJg2Z2fSbVlUOa4Pwk4cHem6SnFDBWRrOtu/N98v9/JMVRi6bQYqew==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^13.1.0", + "@types/rdf-js": "^3.0.0", + "JSONStream": "^1.3.3" + } + }, + "sparqljson-to-tree": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/sparqljson-to-tree/-/sparqljson-to-tree-2.0.0.tgz", + "integrity": "sha512-+2R6RtLYm5A3zA/SzIU/6RCp8lM2KQfJpos53BmkgRnHHHvP/ZVtMMnqY9IsV3msMLSCa/D/rS51ND8nCPwRoQ==", + "requires": { + "rdf-literal": "^1.0.0", + "sparqljson-parse": "^1.5.0" + } + }, + "sparqlxml-parse": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.2.2.tgz", + "integrity": "sha512-xFN+S97DRI9jrlFsOntB8rmtEAJeTUAyRCquibiLCbE+z63iw1tFdM9NhrphrPey1+EH75vh9AjycXwDD6nEIw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^10.12.18", + "@types/rdf-js": "^2.0.2", + "sax-stream": "^1.2.3" + }, + "dependencies": { + "@types/node": { + "version": "10.17.28", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.28.tgz", + "integrity": "sha512-dzjES1Egb4c1a89C7lKwQh8pwjYmlOAG9dW1pBgxEk57tMrLnssOfEthz8kdkNaBd7lIqQx7APm5+mZ619IiCQ==" + }, + "@types/rdf-js": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-2.0.12.tgz", + "integrity": "sha512-NBzHFHp2vHOJkPlSqzsOrkEsD9grKn+PdFjZieIw59pc0FlRG6WEQAjQZvHzFxJlYzC6ZDCFyTA1wBvUnnzUQw==", + "requires": { + "@types/node": "*" + } + } + } + }, + "spawn-wrap": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-2.0.0.tgz", + "integrity": "sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==", + "requires": { + "foreground-child": "^2.0.0", + "is-windows": "^1.0.2", + "make-dir": "^3.0.0", + "rimraf": "^3.0.0", + "signal-exit": "^3.0.2", + "which": "^2.0.1" + }, + "dependencies": { + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "stream-to-string": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/stream-to-string/-/stream-to-string-1.2.0.tgz", + "integrity": "sha512-8drZlFIKBHSMdX9GCWv8V9AAWnQcTqw0iAI6/GC7UJ0H0SwKeFKjOoZfGY1tOU00GGU7FYZQoJ/ZCUEoXhD7yQ==", + "requires": { + "promise-polyfill": "^1.1.6" + } + }, + "streamify-string": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/streamify-string/-/streamify-string-1.0.1.tgz", + "integrity": "sha1-niIN4z4cR13TDgIG9bGBXMbJUls=" + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "string.prototype.trimend": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", + "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "string.prototype.trimstart": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", + "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "requires": { + "safe-buffer": "~5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" + }, + "supports-color": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz", + "integrity": "sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "requires": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "dependencies": { + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + } + } + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + }, + "ts-node": { + "version": "8.10.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", + "integrity": "sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==", + "requires": { + "arg": "^4.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "source-map-support": "^0.5.17", + "yn": "3.1.1" + }, + "dependencies": { + "diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==" + } + } + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" + }, + "type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + }, + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + }, + "typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "requires": { + "is-typedarray": "^1.0.0" + } + }, + "typescript": { + "version": "3.9.7", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==" + }, + "uri-js": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "requires": { + "punycode": "^2.1.0" + } + }, + "uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha1-BdCoU/+8iw9Jqj1NKtd3sNHuBww=" + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "uuid": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", + "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "web-streams-node": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/web-streams-node/-/web-streams-node-0.4.0.tgz", + "integrity": "sha512-u+PBQs8DFaBrN/bxCLFn21tO/ZP7EM3qA4FGzppoUCcZ5CaMbKOsN8uOp27ylVEsfrxcR2tsF6gWHI5M8bN73w==", + "requires": { + "is-stream": "^1.1.0", + "readable-stream-node-to-web": "^1.0.1", + "web-streams-ponyfill": "^1.4.1" + }, + "dependencies": { + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + } + } + }, + "web-streams-ponyfill": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/web-streams-ponyfill/-/web-streams-ponyfill-1.4.2.tgz", + "integrity": "sha512-LCHW+fE2UBJ2vjhqJujqmoxh1ytEDEr0dPO3CabMdMDJPKmsaxzS90V1Ar6LtNE5VHLqxR4YMEj1i4lzMAccIA==" + }, + "whatwg-fetch": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.4.0.tgz", + "integrity": "sha512-rsum2ulz2iuZH08mJkT0Yi6JnKhwdw4oeyMjokgxd+mmqYSd9cPpOQf01TIWgjxG/U4+QR+AwKq6lSbXVxkyoQ==" + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "requires": { + "isexe": "^2.0.0" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "requires": { + "string-width": "^1.0.2 || 2" + } + }, + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "requires": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "xml": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=" + }, + "xmldom": { + "version": "0.1.19", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz", + "integrity": "sha1-Yx/Ad3bv2EEYvyUXGzftTQdaCrw=" + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + }, + "y18n": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", + "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "yargs": { + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", + "requires": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.2" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + }, + "yargs-unparser": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.6.0.tgz", + "integrity": "sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==", + "requires": { + "flat": "^4.1.0", + "lodash": "^4.17.15", + "yargs": "^13.3.0" + } + }, + "yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" + } + } + }, + "@api-modeling/metadata-store": { + "version": "0.1.17", + "requires": { + "@api-modeling/amf-client-js": "4.1.12", + "@api-modeling/api-modeling-metadata": "^0.1.5", + "@comunica/actor-init-sparql-rdfjs": "^1.16.2", + "@types/jsonld": "^1.5.1", + "@types/n3": "^1.4.3", + "jquery": "^3.5.1", + "jsonld": "^3.1.1", + "n3": "^1.3.5", + "read-file": "^0.2.0", + "source-map-support": "^0.5.19", + "uuid": "^7.0.3" + }, + "dependencies": { + "@api-modeling/amf-client-js": { + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@api-modeling/amf-client-js/-/amf-client-js-4.1.12.tgz", + "integrity": "sha512-0uyrnpTB0KBHgOU/MoHtl/mdWrW106qFouQTsrbGaxq4jg7EEYCw9CgnQF7j9NDbOJMzlha/sO/ZwIDKtbzQ2g==", + "requires": { + "ajv": "^6.12.2", + "amf-shacl-node": "^2.0.0" + }, + "dependencies": { + "amf-shacl-node": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/amf-shacl-node/-/amf-shacl-node-2.0.0.tgz", + "integrity": "sha512-38GcUBN7VFzpJHDWeEKZ5bcosGA1/Ur6egUrno+Uprgf/8aXeX0LumkG64sExQPrFQ649Ku3wfgWe+le4bUNVw==", + "requires": { + "@comunica/actor-init-sparql-rdfjs": "^1.10.0", + "jsonld-streaming-serializer": "^1.1.0", + "lru-cache": "^6.0.0", + "n3": "^1.3.5" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } + }, + "@api-modeling/api-modeling-metadata": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@api-modeling/api-modeling-metadata/-/api-modeling-metadata-0.1.5.tgz", + "integrity": "sha512-tjtGq1CRLrMNPUEfDcbFOX2W3ebLeit9k++IFUCpQLCt08z555hPfOz7Aro3Hc3gFV3Vx1NW5QfYSKJvZkniAg==", + "requires": { + "@api-modeling/amf-client-js": "4.1.12", + "@types/uuid": "^7.0.2", + "uuid": "^7.0.3" + } + }, + "@comunica/actor-abstract-bindings-hash": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.16.0.tgz", + "integrity": "sha512-W7oU8J0n6wC8R8EQ7UEvdmaJXf/Z3gEVCw9H+WXJSTEg1B77nrHuQs1lJreteKCIJEhC7BQYLtrfKE5N92edKw==", + "requires": { + "canonicalize": "^1.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-abstract-mediatyped": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.15.0.tgz", + "integrity": "sha512-rB0DnIuiZKGqAd6JmcXdajmgDPWzffqCqLyAp2A967NRN1NlPbPnfwkCJBHVehdcyT69dAaEkHoHDZpbwOVjHg==" + }, + "@comunica/actor-abstract-path": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.16.0.tgz", + "integrity": "sha512-a53X/a9DTl6rYNbBGXCmUY9crusU6ySAiRZY3usiPWzqHeiZonM5+eRKzYm8vazxg3hLBs8jowKiZhiUPrx4wQ==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-http-memento": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.16.0.tgz", + "integrity": "sha512-X58EUsxFch+/VoS58Ld1yFsSNjeu7xYtvPV6x4IpGv16V+QJot4KyKH25+SAwNOQDiRxShX55FovCCVvSxK35w==", + "requires": { + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "parse-link-header": "^1.0.1" + } + }, + "@comunica/actor-http-native": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.16.2.tgz", + "integrity": "sha512-KhmYTKOmf4QZwd8CVy4f4o6d/LVzBy19JmpOIP1vLcOTAVOXg6KXDT+NEVSoDIc9T5fpKDh91bWuukptUqVjig==", + "requires": { + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "follow-redirects": "^1.5.1", + "parse-link-header": "^1.0.1" + } + }, + "@comunica/actor-http-proxy": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.16.0.tgz", + "integrity": "sha512-5aD5y9b6DvcCX2/ud/aVvUjvipppMmzKRV3C0evbA3NoAZ4VF8ejD+JpIjDsrvrbWeXVPueXvL/yfssUz17iIg==" + }, + "@comunica/actor-init-sparql": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.16.2.tgz", + "integrity": "sha512-jzE/sW1ciNXtO/tRYEhSiKFxpB9/cqPME9a2jq/GYq9PmTv5MzcUbZEY7x8QRkRQ3Dp0Z2JHI/sorps8LPwcmQ==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-http-memento": "^1.16.0", + "@comunica/actor-http-native": "^1.16.2", + "@comunica/actor-http-proxy": "^1.16.0", + "@comunica/actor-optimize-query-operation-join-bgp": "^1.16.0", + "@comunica/actor-query-operation-ask": "^1.16.0", + "@comunica/actor-query-operation-bgp-empty": "^1.16.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", + "@comunica/actor-query-operation-bgp-single": "^1.16.0", + "@comunica/actor-query-operation-construct": "^1.16.0", + "@comunica/actor-query-operation-describe-subject": "^1.16.0", + "@comunica/actor-query-operation-distinct-hash": "^1.16.0", + "@comunica/actor-query-operation-extend": "^1.16.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-from-quad": "^1.16.0", + "@comunica/actor-query-operation-group": "^1.16.0", + "@comunica/actor-query-operation-join": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-left-deep": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", + "@comunica/actor-query-operation-minus": "^1.16.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-path-alt": "^1.16.0", + "@comunica/actor-query-operation-path-inv": "^1.16.0", + "@comunica/actor-query-operation-path-link": "^1.16.0", + "@comunica/actor-query-operation-path-nps": "^1.16.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-seq": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", + "@comunica/actor-query-operation-project": "^1.16.0", + "@comunica/actor-query-operation-quadpattern": "^1.16.0", + "@comunica/actor-query-operation-reduced-hash": "^1.16.0", + "@comunica/actor-query-operation-service": "^1.16.0", + "@comunica/actor-query-operation-slice": "^1.16.0", + "@comunica/actor-query-operation-sparql-endpoint": "^1.16.0", + "@comunica/actor-query-operation-union": "^1.16.0", + "@comunica/actor-query-operation-values": "^1.16.0", + "@comunica/actor-rdf-dereference-http-parse": "^1.16.0", + "@comunica/actor-rdf-join-multi-smallest": "^1.16.0", + "@comunica/actor-rdf-join-nestedloop": "^1.16.0", + "@comunica/actor-rdf-join-symmetrichash": "^1.16.0", + "@comunica/actor-rdf-metadata-all": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.15.0", + "@comunica/actor-rdf-metadata-primary-topic": "^1.15.0", + "@comunica/actor-rdf-parse-html": "^1.15.0", + "@comunica/actor-rdf-parse-html-rdfa": "^1.15.0", + "@comunica/actor-rdf-parse-html-script": "^1.16.1", + "@comunica/actor-rdf-parse-jsonld": "^1.16.0", + "@comunica/actor-rdf-parse-n3": "^1.15.0", + "@comunica/actor-rdf-parse-rdfxml": "^1.15.0", + "@comunica/actor-rdf-parse-xml-rdfa": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-none": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.16.0", + "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.16.0", + "@comunica/actor-sparql-parse-graphql": "^1.15.0", + "@comunica/actor-sparql-serialize-json": "^1.16.0", + "@comunica/actor-sparql-serialize-rdf": "^1.16.0", + "@comunica/actor-sparql-serialize-simple": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-csv": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-tsv": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", + "@comunica/actor-sparql-serialize-stats": "^1.16.0", + "@comunica/actor-sparql-serialize-table": "^1.16.0", + "@comunica/actor-sparql-serialize-tree": "^1.16.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-http": "^1.16.0", + "@comunica/bus-http-invalidate": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-optimize-query-operation": "^1.16.0", + "@comunica/bus-query-operation": "^1.16.0", + "@comunica/bus-rdf-dereference": "^1.15.0", + "@comunica/bus-rdf-dereference-paged": "^1.15.0", + "@comunica/bus-rdf-join": "^1.16.0", + "@comunica/bus-rdf-metadata": "^1.15.0", + "@comunica/bus-rdf-metadata-extract": "^1.15.0", + "@comunica/bus-rdf-parse": "^1.15.0", + "@comunica/bus-rdf-parse-html": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia-links": "^1.15.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.16.0", + "@comunica/core": "^1.15.0", + "@comunica/logger-pretty": "^1.15.0", + "@comunica/logger-void": "^1.15.0", + "@comunica/mediator-all": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.16.0", + "@comunica/runner-cli": "^1.16.0", + "@types/minimist": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0", + "minimist": "^1.2.0", + "negotiate": "^1.0.1", + "rdf-quad": "^1.4.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "streamify-string": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-init-sparql-rdfjs": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.16.2.tgz", + "integrity": "sha512-37FizXW2XCtyRFq0vjCqTAzxnVVklYGoq3Rmn6sBelF6wKW7pqtHunBA3yOJfo5MKRVoFD04wHCbwaWC6xaYEw==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-init-sparql": "^1.16.2", + "@comunica/actor-query-operation-ask": "^1.16.0", + "@comunica/actor-query-operation-bgp-empty": "^1.16.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", + "@comunica/actor-query-operation-bgp-single": "^1.16.0", + "@comunica/actor-query-operation-construct": "^1.16.0", + "@comunica/actor-query-operation-describe-subject": "^1.16.0", + "@comunica/actor-query-operation-distinct-hash": "^1.16.0", + "@comunica/actor-query-operation-extend": "^1.16.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-from-quad": "^1.16.0", + "@comunica/actor-query-operation-join": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-path-alt": "^1.16.0", + "@comunica/actor-query-operation-path-inv": "^1.16.0", + "@comunica/actor-query-operation-path-link": "^1.16.0", + "@comunica/actor-query-operation-path-nps": "^1.16.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-seq": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", + "@comunica/actor-query-operation-project": "^1.16.0", + "@comunica/actor-query-operation-quadpattern": "^1.16.0", + "@comunica/actor-query-operation-service": "^1.16.0", + "@comunica/actor-query-operation-slice": "^1.16.0", + "@comunica/actor-query-operation-union": "^1.16.0", + "@comunica/actor-query-operation-values": "^1.16.0", + "@comunica/actor-rdf-join-nestedloop": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.16.0", + "@comunica/actor-sparql-serialize-json": "^1.16.0", + "@comunica/actor-sparql-serialize-rdf": "^1.16.0", + "@comunica/actor-sparql-serialize-simple": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-query-operation": "^1.16.0", + "@comunica/bus-rdf-join": "^1.16.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.16.0", + "@comunica/core": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.16.0", + "@comunica/runner-cli": "^1.16.0" + } + }, + "@comunica/actor-optimize-query-operation-join-bgp": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.16.0.tgz", + "integrity": "sha512-KWuAKG8S+IwonyecNjqrO5dlSKSVmR1cxP117/DEUPIltXl0IY2W3Q/HKRRZ+DXwV/LRMExIXILdUkZgYUSnAw==", + "requires": { + "sparqlalgebrajs": "^2.3.2" + } + }, + "@comunica/actor-query-operation-ask": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.16.0.tgz", + "integrity": "sha512-zlWYPh7GoIw7epzcORfDWwRFsfLciJGVSaCR2C46AZj8CctApf+mzrRDY7H3WSETyTc6s9T1fiDzGjBY/P3TbA==" + }, + "@comunica/actor-query-operation-bgp-empty": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.16.0.tgz", + "integrity": "sha512-C8q0YKNcIbMZ1KWL1juCoTbppYQcI3/0qlp/boBD1w8yeNVt2ytxB0cKsdVilvLVVcooISJJKNn4j8uGqOJsZg==", + "requires": { + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-query-operation-bgp-left-deep-smallest": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.16.0.tgz", + "integrity": "sha512-8zB8ajT7z6nYDge9//7zP0sziKmnCFLVVtqqyacSQ8Yu9jl15b42rqMiZ0ty9c3qZncH2DagqiTd/5VCJP3nMg==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-bgp-single": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.16.0.tgz", + "integrity": "sha512-nUcGlq9uJCl5O7rGnFCrFeHrWSRD7hZW9QU+B7tCoSbJoUrKS9hBKkDO6xUHmsmztRKfzHgMO9LFDvmc5jGKlQ==" + }, + "@comunica/actor-query-operation-construct": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.16.0.tgz", + "integrity": "sha512-c4tLLcl7T1JYCg790LEu9Ijn3c7i2yd2uKJ9E2oytx6KLeW0YQeEaiLZ1hn3XDlQHMvfYeGznd4Y+X8632+Faw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-describe-subject": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.16.0.tgz", + "integrity": "sha512-F5x0AU/7K9Zw6o5/y2AWsX5G3YPyLoDekWm1bHyztnHD21WFGsOgAt7R3XOJLU4/d9Mc2TpDOj17bttplJRXSg==", + "requires": { + "@comunica/actor-query-operation-union": "^1.16.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-distinct-hash": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.16.0.tgz", + "integrity": "sha512-/SKXl7lFUlJ83yL81lD3RyzqkV5ONqUiqR8d1D0Vob/m8DI7ynDp8f5x74ocBLdrhFADJvGlVl8703AjJzcD6w==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0" + } + }, + "@comunica/actor-query-operation-extend": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.16.0.tgz", + "integrity": "sha512-xad5NhPZ4KJsk3DTlG6mb0ZEX6LccCRjhFEVZsNT4qr1DPTqD5MaeE/SfjFADCwDniy5gZTxn6AQnQ1LsC52Eg==", + "requires": { + "sparqlee": "^1.4.3" + } + }, + "@comunica/actor-query-operation-filter-sparqlee": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.16.0.tgz", + "integrity": "sha512-96ttlUQkBpkiUlXnClvjEaYHtEL8gCVzhOMcMLxuOAifwgv7I6Qe5WQT8QZkJbXbbwNvelXYC4Cs37p85nHSCw==", + "requires": { + "sparqlee": "^1.4.3" + } + }, + "@comunica/actor-query-operation-from-quad": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.16.0.tgz", + "integrity": "sha512-qyjSrxmi0WSlxMbZo2djOfUD+2Jkm7s4JOW36ua8JBbSuGAbHwFI3xYSWiWYmLCMQEp3YgqHrTKWeGDSnqxnJQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "sparqlalgebrajs": "^2.3.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-group": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.16.0.tgz", + "integrity": "sha512-xwmoNsfjcsS04s3lLlf6dua81ywFNqOU77g61tZEveCAKyC5fN6rQZM8eLBa87z7HhHLHF42V1TVXh3PD46HaA==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0", + "rdf-string": "^1.4.2", + "sparqlee": "^1.4.3" + } + }, + "@comunica/actor-query-operation-join": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.16.0.tgz", + "integrity": "sha512-3lJt1dTrBm4ogRwCyEPwqOrJ/QfEEYu5tHUClpiP3vG0L1tmN+wRfewAxU7P8o0Rec0QkqICAMRf252tM0ftgw==" + }, + "@comunica/actor-query-operation-leftjoin-left-deep": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.16.0.tgz", + "integrity": "sha512-fVVdcMEFvQpU8eKQyDys7q6jL6SosHdSs2j5ARPmXvY/hzl68coIb4D0JmMIIWmk87TDcc9VUH0mcnHI5f7Eqw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-leftjoin-nestedloop": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.16.0.tgz", + "integrity": "sha512-dTNcGe4LTwgJcvAV2TZA9lF6gmvtcQDFm+4UEiY5ehtgOD/Quh39AixYSXTNOsmMmGBamr5iBfk1ABgRwAmzyg==", + "requires": { + "sparqlee": "^1.4.3" + } + }, + "@comunica/actor-query-operation-minus": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.16.0.tgz", + "integrity": "sha512-PeM5FouB+BJMU2QYB//SK9O5LCdielQnrr+nTWXyznrx1kpBqMX7Elzmim5huhKY3Y0WfotL6rGsE5DEjdRE1w==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-orderby-sparqlee": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.16.0.tgz", + "integrity": "sha512-mRubrkxjevfsrr3sMn/scVg9pveNDLammx5jtrBDm5IKkL2muTH6HGduLCmT/zONBkxUZy2uOiXQgxHXrtznsw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlee": "^1.4.3" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-path-alt": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.16.0.tgz", + "integrity": "sha512-VJiGYoupy41Rcbbf4BymERWC5U7OjVtSe0JuSkHoOmKl9HcXQo+dGur+XJpbKz391rDY+BB2djH3Bht1YmrYig==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "asynciterator": "^3.0.1", + "sparqlalgebrajs": "^2.3.2" + } + }, + "@comunica/actor-query-operation-path-inv": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.16.0.tgz", + "integrity": "sha512-xVWLGiaIbuv2vudAFVgotHx/YCNQ+deflpgSyg5RsUU7cnqj3njkt4Iq8lX+8Sdwjmr10UIAqXPVMHKsRCRKzA==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0" + } + }, + "@comunica/actor-query-operation-path-link": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.16.0.tgz", + "integrity": "sha512-YCPgTQGfQCtp88OneFYTyXBG9pHuHs5Plfmj3BZP0fhbIXhn6ywn4LP5NXaVukJFCDwCFRWL9Pd1aZ5N0p9tNQ==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "sparqlalgebrajs": "^2.3.2" + } + }, + "@comunica/actor-query-operation-path-nps": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.16.0.tgz", + "integrity": "sha512-S/CDgtnLQC+3qndBOST1y+AvUsCc/nh08+4s91K9RqkuQwV5/1Sl5B0aThMItazTKuUPj04ujH+PCOArt1+sbQ==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2" + } + }, + "@comunica/actor-query-operation-path-one-or-more": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.16.0.tgz", + "integrity": "sha512-RpjvSeua4hsSISonfK53qMlWizQ9ou208zpiGpGLamDAVpLj4pgKAQ3ksfWM+GR2sXVDiCIAvpszJkSEa9NY/w==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-path-seq": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.16.0.tgz", + "integrity": "sha512-/vbN8Y8a+Sb1XcP796YxwahiD2b3euxHBu1h4pLu0oTKg6KTqbjHjbGQhxe95sWU3HKoH7F7VErTjlX8Wl29Kw==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2" + } + }, + "@comunica/actor-query-operation-path-zero-or-more": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.16.0.tgz", + "integrity": "sha512-Z5NhpB4MEZHk3yhInOHILWiNzK+ZGWr+HvjYD5PtDHtbWWgE3nrxbuNhdXs1iXgaJsZWlp7ziE+H3ms4GcYjUQ==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2" + } + }, + "@comunica/actor-query-operation-path-zero-or-one": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.16.0.tgz", + "integrity": "sha512-pGzrXcXsm6l0RKF9SfC8njqw72XiOns/chiuKegChqTQd00DubTJVHmfb2HUuNyiNVJ2BrjwYdAysP1gI93D5w==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-query-operation-project": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.16.0.tgz", + "integrity": "sha512-uTi+GmB04RnZ7Sw3XJst8tmPtiqLmT1Z4+zTspTgnWwndeWzdw7w7v6apCZDoivvPLi1Jq/7hGNn6+3FsIGp+A==", + "requires": { + "@comunica/data-factory": "^1.14.0", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-query-operation-quadpattern": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.16.0.tgz", + "integrity": "sha512-QFml3MgYd5nmnsPHoDvOcx/StY+4L0ix5C1q5h8jagwIbcuRSfo1Ay0gLMlbEDuZkzrHhkN9o6OsSMTVuXsiEQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-reduced-hash": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.16.0.tgz", + "integrity": "sha512-zE1K+d6HBhGsvQQd/XGYUgpue/aSKeHbdB2r+yzEels0ShPYxogVV69aHQAUxPXvz+kbPEzqwTWz5a28lJW+cw==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0", + "@types/lru-cache": "^5.1.0", + "lru-cache": "^6.0.0" + }, + "dependencies": { + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } + }, + "@comunica/actor-query-operation-service": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.16.0.tgz", + "integrity": "sha512-UTWmUZa59o6DaPqHjtFM8CES3/vlis6psAW5Wt4Bw+5sgK2XZ1EWFNM/BbQG5m0OetzgDJS+BRVbsJNDGdHRdw==", + "requires": { + "asynciterator": "^3.0.1" + } + }, + "@comunica/actor-query-operation-slice": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.16.0.tgz", + "integrity": "sha512-vFo1HVlz+0Jz2a8ppPU4tXPbSL/G9TILPSyvSJjXpQpvOQRih7m9AFeXUjGtJ6sFo5SryAkgynfk6jO0Co9tzw==" + }, + "@comunica/actor-query-operation-sparql-endpoint": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.16.0.tgz", + "integrity": "sha512-3VxGRHjwWBP23ezSKVgFJG5/nj5pMhX++8d3w3WFCC5kss+p7Qnq9P06sz/42Ya/hY/CGJM4iramadGOTnbEmw==", + "requires": { + "@comunica/utils-datasource": "^1.16.0", + "@types/rdf-js": "^3.0.0", + "arrayify-stream": "^1.0.0", + "asynciterator": "^3.0.1", + "fetch-sparql-endpoint": "^1.6.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.3.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-union": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.16.0.tgz", + "integrity": "sha512-x3eZA7T004Pdf+rEMj5ts7qs66+FFBddKnWdT10fRDkXoRTTStoSsw2oW/fk8Il9FcEAQVtNXur7ehVvzV5S5A==", + "requires": { + "asynciterator": "^3.0.1" + } + }, + "@comunica/actor-query-operation-values": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.16.0.tgz", + "integrity": "sha512-X2KE3DNiKtK1sjLkakDgfTZs2paMgNu54zp6wAlIWzg5QVj+iDk+XM5wx8JFI+Mrro4oRN9Gl9TOjGupNjLnxQ==", + "requires": { + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-rdf-dereference-http-parse": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.16.0.tgz", + "integrity": "sha512-IKSw5jjQLIDkbd7eX3Sw0oMuPBujQ4JX6UMpDA846T4lOZcUBTovp0PPKL4zyUd88Ea9a84Qn6uREOWed4nKvg==", + "requires": { + "cross-fetch": "^3.0.5", + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-join-multi-smallest": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.16.0.tgz", + "integrity": "sha512-03oN4MqKBP0eVtMPyJT/PrYR7znDXU37E6sHqW/VGqws5A+myz4G/mxSSOjVE6csN5bt2wNrfpzv9J7hjmHyVA==" + }, + "@comunica/actor-rdf-join-nestedloop": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.16.0.tgz", + "integrity": "sha512-f+2x4hgMGWkIroGc9ld3o/dFKZIgvV5DVRI9AGsJR+AZaDmet7nydKs8fw/6nEjMfYIvuNlGVgmSEsLgsAa7sA==", + "requires": { + "asyncjoin": "^1.0.1" + } + }, + "@comunica/actor-rdf-join-symmetrichash": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.16.0.tgz", + "integrity": "sha512-d1Sszprnc+aJQt1cjycroGAkhAa2fMyECelcJGqwKWpVAXT/nsbOB0Ixb0eKTF4uGlYFrdA/OSG7frwdAORepg==", + "requires": { + "asyncjoin": "^1.0.1" + } + }, + "@comunica/actor-rdf-metadata-all": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.15.0.tgz", + "integrity": "sha512-Ax+q0igPmDQeriFL4hDMQWQPV4tsTzyboqnuXqj9U84YXmJ3y+5a5Wh/35odR3W31SwMrs56jYNIpZBKwx0+RA==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-metadata-extract-hydra-controls": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.15.0.tgz", + "integrity": "sha512-Ih5OJQGfmJe5ihMeFwtWhWKSCxLXEKID3i3NGm8MgiFFbEzLAAf1YLLIK57cW88vahY+3YkPZ7tq3FeIeAi3tw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "@types/uritemplate": "^0.3.4", + "uritemplate": "0.3.4" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-metadata-extract-hydra-count": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.15.0.tgz", + "integrity": "sha512-3qNJWsSo0xR8xt7MEFD7rVlQXiBTLddzUK/5lX1A4dB3jk20a+c62WltctWYiIFtyCs0qYluAJ8xuJ2ItOlP7w==" + }, + "@comunica/actor-rdf-metadata-extract-sparql-service": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.15.0.tgz", + "integrity": "sha512-CCikTWHa8nNUfmDHPGjgTH60XGcOJtkckzZXdk6kG4rMKXocsj86/cwzYM89P58LOMKy4IFfsSpoEqKIhn2gog==", + "requires": { + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-metadata-primary-topic": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.15.0.tgz", + "integrity": "sha512-7YRtw2us52nXYcaPyk8q/rCopioCS5LEVDEteD3RqCd7KMVhg+VZYU0iD5cMF9tyYr8NoXdm1/CYxTnSZE/LNg==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-parse-html": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-eC43jtLqY3wfA6aRim83l+3NfoMQCZv/lPP2MvqxY04/Rk77DdqKtKS2GfYrIBc8aqDOoreVgiBQG5TzPzm5Ew==", + "requires": { + "@types/rdf-js": "^3.0.0", + "htmlparser2": "^4.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-parse-html-rdfa": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.15.0.tgz", + "integrity": "sha512-1rA7YCjY1v7/1oRKzthVw633HZmHux96SQW5j+FIJTvX4GoBvf1seS082HY7WQGRpZVgLxOUxtAOQcp7zT4dHA==", + "requires": { + "rdfa-streaming-parser": "^1.1.1" + } + }, + "@comunica/actor-rdf-parse-html-script": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.16.1.tgz", + "integrity": "sha512-IYagk0RzIQEzj/78KvoICDgOiPnwvj44S/PH2ha++o9Se0FgTxRjHrWTluETiczOcvrV54TeVh0YDYJck+xz/w==", + "requires": { + "@types/rdf-js": "^3.0.0", + "relative-to-absolute-iri": "^1.0.5" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-parse-jsonld": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.16.0.tgz", + "integrity": "sha512-LtAIv75bhHe2teN0vjWZ6EkjwnK6Yw56Q1ZuxgrWZLGrbdRF6YZuXglW+IqWeZ45tIUqhweS83k17/9fR3UK5w==", + "requires": { + "@types/rdf-js": "^3.0.0", + "jsonld-streaming-parser": "^2.0.2", + "stream-to-string": "^1.2.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-parse-n3": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.15.0.tgz", + "integrity": "sha512-YWk7XSDN8GDOFL+u5PtadZmIUzAh5ZUYB/LwXLENeymIgWEaSvJo5H4QqdGmnJFArlgXX2Thk8jTvbtubiNTvw==", + "requires": { + "@types/n3": "^1.4.2", + "n3": "^1.0.0" + } + }, + "@comunica/actor-rdf-parse-rdfxml": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.15.0.tgz", + "integrity": "sha512-Rec0dnaTW95Mx91cfQPBkDkgEhoFd9J36FtiJAotLFPOiXp4YsTEZGQNSODTbhchfaTS6HDTFnETQ6GbmutaCQ==", + "requires": { + "rdfxml-streaming-parser": "^1.1.0" + } + }, + "@comunica/actor-rdf-parse-xml-rdfa": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.15.0.tgz", + "integrity": "sha512-34CI/f/JQTEfrnxyqB7Y+EhkhW0tTMsHoC8yu+Y6AtSVdj2FYkSR+GmAk9F65JVnm/RC9uh1T7yT5yJMVvmgiQ==", + "requires": { + "rdfa-streaming-parser": "^1.1.1" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-links-next": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.15.0.tgz", + "integrity": "sha512-TgQurH1G50rdgnQ9WCWchYrUDMk+379oVuha5JISwW5Dc33/wVjR+hoIkrAfKx/kIi7846mcEHO4qNQ5V818hw==" + }, + "@comunica/actor-rdf-resolve-hypermedia-none": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.15.0.tgz", + "integrity": "sha512-dgCFXKbmY9UKSaczpmdVFeSNNcotgWJavC979HQO40zjq6tg3kRDT82M0ucjuDB7fIglzA8xQYTvbjIWYNrm4g==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-store-stream": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-hypermedia-qpf": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.16.0.tgz", + "integrity": "sha512-ikOdP68hwoG9jFqe7ezpOfvWirXtFmKjCvbWf6bl4HgojvP8Wa94V7glxV75p/8Tsj5j5FwvFJfbbhlBJDNXiQ==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-hypermedia-sparql": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.16.0.tgz", + "integrity": "sha512-G6OCciGr/mGg6TQ4+iEnWgSqYyrKmhXQ8UzkLPS6FJXyxWJoEoiHpebYMN9Zw6XycJKnZxlqVUrmIuz3Cxde5g==", + "requires": { + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.16.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.3.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-federated": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.16.0.tgz", + "integrity": "sha512-bHQLxjCtDHiUxIop8IWfReZhBPWpusPfc39A65VyQsZ7lBF/ZF21fTDaGJ8XlmiAYNBanDwjVIKe5ng3MGzwww==", + "requires": { + "@comunica/data-factory": "^1.14.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.5.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.16.0.tgz", + "integrity": "sha512-eNcn6N5Db5NyBPf4/on+baLr6pqeO86OcbfrjHkdU98MnR5CTXMF68/MCkwRLfcYooRG+o6z6EV/T/wonVeT8g==", + "requires": { + "@comunica/utils-datasource": "^1.16.0", + "@rdfjs/data-model": "^1.1.1", + "@types/lru-cache": "^5.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "lru-cache": "^6.0.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.16.0.tgz", + "integrity": "sha512-+APHJ2NNegd+dtbMIRnNKksBWk4lqEE70snWBKLavxcae0oq6rq3IvZypuARQETFfxICK9KtAtwg6Z7G19QjKw==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.16.0.tgz", + "integrity": "sha512-TfeEDKaYCR3NZvOmhaUY49+Z+5vPKRnx3xTA5L1GsvsU4Bc2kdFKI7ax7FR1p3CrM7AHDlxvu8/AzHIAWFbtxg==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.3.2", + "sparqljson-parse": "^1.5.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-serialize-jsonld": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.15.0.tgz", + "integrity": "sha512-+QeLhBWY9Ce0sNW6yDm7GoEdFNlMsQ01k71yBhaBRPhe/gYEbJc0chZAUoByCY0dJRqtfZK1Wc5gjfTrG/ctdQ==", + "requires": { + "jsonld-streaming-serializer": "^1.1.0" + } + }, + "@comunica/actor-rdf-serialize-n3": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.15.0.tgz", + "integrity": "sha512-/9wY7o875w103A9a/SNpk65rFcp+bT3mSOnjV1bUnMVhvy73AsRG88uiwGUbS6GDFBPzA2j/l8OD+I4U3j6I7Q==", + "requires": { + "@types/n3": "^1.4.2", + "@types/rdf-js": "^3.0.0", + "n3": "^1.0.0", + "rdf-string": "^1.4.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-parse-algebra": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.16.0.tgz", + "integrity": "sha512-hby1X7JYxgS1T84bLYna2Cs5XCA4cCaUJMAJ8emd/IyHoW0VT4N0moCofnswjykeJ9HgCOWMbs6FqfahZS1Tag==", + "requires": { + "@types/sparqljs": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2", + "sparqljs": "^3.1.1" + } + }, + "@comunica/actor-sparql-parse-graphql": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.15.0.tgz", + "integrity": "sha512-QggTh7b/LgzZRqKR+p46hXoJiH5ge/JTbWQM92QCRa2TsNm2hGpuvCwUS0VoPiUN+O/Vbtw6IH+09qJAnEt0+w==", + "requires": { + "graphql-to-sparql": "^2.1.0" + } + }, + "@comunica/actor-sparql-serialize-json": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.16.0.tgz", + "integrity": "sha512-9T6WlZtCOvYm37j7tgGvRCYO716naaqG4V2LbIYVcxoCxqUlfPcpE07eXt8GfWEG9R6QQuvk8UvEPqZrNiPmNQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string": "^1.4.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-rdf": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.16.0.tgz", + "integrity": "sha512-KBwIuwzZp5qoSFPy+8n81x2uuV8P6pzwG3r2skdir+CfIygGb0Yxf0EzCKfVDBCYn/h4lFJPwMbqXbfflwN7Ww==" + }, + "@comunica/actor-sparql-serialize-simple": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.16.0.tgz", + "integrity": "sha512-Cu4MpzGlXQn/tI68fKuttny6cPmvyFBllypkZybPOtGwMY/TyA5FSd/GQLCagfP/gSm6XYnmK04D8gzY1Bwrlw==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-sparql-csv": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-csv/-/actor-sparql-serialize-sparql-csv-1.16.0.tgz", + "integrity": "sha512-unsuwwpuXdf+mqnrlFws/XpywRCPMjXccXZo2ORNlV4/iuWB3pIToAW0dnhTNxXafpWKiN/lcX05xQitH6jm3Q==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-sparql-json": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.16.0.tgz", + "integrity": "sha512-JVAPseFNzUT82mH9udR2QJXw0uWo6TcpHVYXk0JbvXOXwH4NBuAkXiYFBMv1ghbtpyN31Xol7Pa90mwGb8rrMw==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-sparql-tsv": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-tsv/-/actor-sparql-serialize-sparql-tsv-1.16.0.tgz", + "integrity": "sha512-GX6ELMgGa3ztPZC2jKQ6/xyYf+fg4p/6p/ww/GzrSplEpmRlKFQIgUCu735ZKM3w5lZdxf8IDzOeVqDARI8jhw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string-ttl": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-sparql-xml": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.16.0.tgz", + "integrity": "sha512-udTwQMSGY25S9YePdMKrWgndHrxhcFpEZ2u8msTxbZkkJZhW8qKxh4rMUE5ESGsrFPwtlYQTX+gPu2LZ+zXAnA==", + "requires": { + "@types/rdf-js": "^3.0.0", + "@types/xml": "^1.0.2", + "xml": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-stats": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.16.0.tgz", + "integrity": "sha512-tGeOR5tgyP7yG7fSiPuI2Md+/ZFRJk8A6eSXGAGvZaNTGIhDmaF21jLfon/OUrJTO3jlsR1a1mZ2Hl5jshp2kA==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-table": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.16.0.tgz", + "integrity": "sha512-Sj5AJqP5fPEL8Nr2sG6K64crd7FOChPzFojSE6L750SXutQSNDuJ/Zm8N1xfZxGsxTeYNUhzr+WxzSKoWuwzQA==", "requires": { - "lodash.intersection": "^4.4.0", - "lodash.union": "^4.6.0" + "@types/rdf-js": "^3.0.0", + "rdf-terms": "^1.4.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-tree": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.16.0.tgz", + "integrity": "sha512-9BMQ8nL4Cso2NOsiKrcGQp/Ccmer8jhfJowOQhRioLI54w2+lVGXBfR8t/Mj9T4bWabtgY8AES25ZjGS2hh2gg==", + "requires": { + "@types/rdf-js": "^3.0.0", + "sparqljson-to-tree": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-context-preprocess": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.15.0.tgz", + "integrity": "sha512-qB+DQX2YiXjc/vJ84fE9nW6XXgMDbYIwgtjn5wmfvQWjr+9p0yVjk32IMU9kRa7ETp9OytY/pHebvVHDhuHBYw==" + }, + "@comunica/bus-http": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.16.0.tgz", + "integrity": "sha512-3fWJA3Yh7Wj4clabg141FgAH+m8/InZ+BVPr7BqhO+7Jg0tXbvGDfai8N0SXWL7rCMkWjlPYkBHkzpQ8Dk0HAg==", + "requires": { + "is-stream": "^2.0.0", + "web-streams-node": "^0.4.0" + }, + "dependencies": { + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + } + } + }, + "@comunica/bus-http-invalidate": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.15.0.tgz", + "integrity": "sha512-RGURwbcUtD81ZYMMqs3EXB8ML35HENnGnrnrl0iO07R8HdJ/V5sczM8cxo5/+MXDpAqA9ao99AHJARwyHgoFmQ==" + }, + "@comunica/bus-init": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.15.0.tgz", + "integrity": "sha512-HwVTEznx2H7GvcfQAREz52QF8xXT1AqxkJDnI9vTeGvLpWrM+LVOAJZxBcYFFK3X3bEhTsPfDVzikziMGqZuZw==" + }, + "@comunica/bus-optimize-query-operation": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.16.0.tgz", + "integrity": "sha512-7mvHenP7semqGlWge4EIvueK1/s4TjMpyL/RKF0Twa8Fwp0r66dFjprkAitV7K95U4FJvD0KSJPWTnQsJBdxrg==", + "requires": { + "sparqlalgebrajs": "^2.3.2" + } + }, + "@comunica/bus-query-operation": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.16.0.tgz", + "integrity": "sha512-xusr0PelD5ej1B9+ff7AFDXRMidDR167Lzazaits7wNd400sG2RpIJjnEvNqU6g6d0R5WnUWCpCuv4hFQZ15sQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "immutable": "^3.8.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-dereference": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.15.0.tgz", + "integrity": "sha512-4vXq8e51zK1gkw5lxL2HkqYx/Wig215w8Bi3jguUTM/10EQW7KgebhRxeFU/EQOamFTMeS5anOu5BVfNps8rJQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-dereference-paged": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.15.0.tgz", + "integrity": "sha512-xejwEanK8yaI/ST1SDE2Tjs9f/PsS5SvtYIVEZuWew9Ey4UlxcW/Tsz4m5YA40DeYbXaXg7m40ZeWJxwiislrw==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-join": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.16.0.tgz", + "integrity": "sha512-v2RilDXPIc1sOtGnhskNqvbeyp4jOBTTUnHUEHCIdopZVUhEIj+zpZdHFoPOIbtHK6eQlQ0Ckx3E3mX84fZVyA==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, "@comunica/bus-rdf-metadata": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.13.0.tgz", - "integrity": "sha512-5xVwSMHijY4MdMY3rWCPPxq/Cj1vBmn5xodmEhPOXZj/XdziyjwXhVHV/LEHc65i6aujHiTE8w7jg88AJSc8CQ==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.15.0.tgz", + "integrity": "sha512-XhyMkScTBA0KUPTHtmO+kxAUyHhvuigiC6NzAoBZ9wm4y+r3aZ++mpBpAv/Fyma5GiT19EAW2pa8ew7CV9GR3A==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } }, "@comunica/bus-rdf-metadata-extract": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.13.0.tgz", - "integrity": "sha512-WI14DLjJ56j3CpAqL0V7Eg09gGOxTQTsegt+1JGSiOE+/jLtCKmNn0yVA5xVzzDq3D3zO/d2Psv6EjVpKfrNXg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.15.0.tgz", + "integrity": "sha512-uxLy3hvpWuLoopoG5clYb3imhQXHGHMKHXe97jfvXA0hjoWleNtD0KRfhs+45YCBXqfNC9PVypTb9eM6SVILNQ==", "requires": { + "@types/rdf-js": "^3.0.0", "graphql-ld": "^1.1.0", - "rdf-store-stream": "^1.0.0" + "rdf-store-stream": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, "@comunica/bus-rdf-parse": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.13.0.tgz", - "integrity": "sha512-AcUVTMc6CjtQxS2tdgKXkDZ0eNv+QHVY9hSjjQYJZBD/V6DTrEIMWrBAosJmDb+T3NCArsSWbKIXsnPNvHco4g==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.15.0.tgz", + "integrity": "sha512-6cGGUBgorkJ6hr5U235qSrlK1m7rPpIM8W6o9kbRAw149AKap1XFF3OXpAYqat2eB4Cbs1J2PP9wg1/s/uOsww==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-parse-html": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-7F/kDrNf9X//IrO/CK4LpwM5f+mFHLa/wsPc2RubyhiFN3P3KWU6NWxjDJRT9yP85EmW4KknXWwF8AOTvbKF1A==", "requires": { - "@comunica/actor-abstract-mediatyped": "^1.13.0" + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "@comunica/bus-rdf-parse-html": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.13.0.tgz", - "integrity": "sha512-OpSnKzSh+ujdKAs0oYxpsF/of+OJYak5hoFcR1WVA33uycWCuzxDBic1jGXASyWnNVNU2bxWzKoAO6CQiD3Inw==" - }, "@comunica/bus-rdf-resolve-hypermedia": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.13.0.tgz", - "integrity": "sha512-nBk2dKbIgVjwAR8CkfCShQGJXd6haNiCsWaTo9zoi4BFo1YBqUFy5dTuPVt7Kc/A7edFli0fgqutUt/ANOShmA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.15.0.tgz", + "integrity": "sha512-mnSsNMa2FS6x0b0K453J4c2+1UQoe2WX/p3UXfF7YocWFc7eL7JUsZO8+XZ1Pq8WaPpz+sUeaz+JtIYgVtqSGg==", "requires": { - "asynciterator": "^2.0.0", - "asyncreiterable": "^1.2.0" + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, "@comunica/bus-rdf-resolve-hypermedia-links": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.13.0.tgz", - "integrity": "sha512-s74Zc8wl9ejuGbz3NWWWYZkD794F/DgYEzAYEuuklJSMq4tRaVT6QmH4G3oNXiAE59FWsoy8SI9axfU5ED65BA==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.15.0.tgz", + "integrity": "sha512-AJD48ftgMdPj5x0hMTRkzNHeywsMqWnXOK7c6L2m3TlUyMtw5PWNYKd2CD1qyXE7xmSi2cKLKA5TKDkQqV7GCg==" }, "@comunica/bus-rdf-resolve-quad-pattern": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.13.0.tgz", - "integrity": "sha512-f5+SqnNtjEAZ89TJ30IDkec2+JjRqbP1jYDRlAuTrTeRFgWzKXWl75EghZbJmnSNtYlhUiHBDqNeY0dkm2BUeQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.16.0.tgz", + "integrity": "sha512-CHZQcBFVMeUiB2DyGWzDRzvXO+s7uNS6SwnrvXVujCpdYFKfB15uG9mcpc8tZGwHDr18xq6iuLZcEKMl5wqGjA==", "requires": { - "asynciterator": "^2.0.1", - "asyncreiterable": "^1.2.0" + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, "@comunica/bus-rdf-serialize": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.13.1.tgz", - "integrity": "sha512-8yDbzlWKf9jIcVEiHsNJgX2LUaMzvrPBgTLBaw50j1HszLl2Ffkjz1A1KWW12va389gl9XrQUMqjBvpeHarBog==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.15.0.tgz", + "integrity": "sha512-c1uJF1LkJ96zscMCe+CB2fLbXhlJ0o8PPVRMm3Jk7/rc8WY5bUxSxf1SFbA/jkOZtcZy59wFHDvPf/NM74ADBg==", "requires": { - "@comunica/actor-abstract-mediatyped": "^1.13.0" + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, "@comunica/bus-sparql-parse": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.13.0.tgz", - "integrity": "sha512-wKW2iRJs57mTCO7A6QRhGKR59Z9NBNnSKR3su5RBz57BpH78OMNA+f0UrYbA+GM6Vp2z5Aduwbx5R8CD6KvERA==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.15.0.tgz", + "integrity": "sha512-4aFz5qnnnPxezK/vtvltqqUlN0NhYNFEQwXYZf6Yi2dSS/Hs4cU4kYcldXxIXeBfRQkaoUtTCr0lCUg5uOyqIQ==" }, "@comunica/bus-sparql-serialize": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.13.0.tgz", - "integrity": "sha512-sGHXLWa+2u1SA+BXu0yC8FOWl0newXWBl0a64DWor2YVMaKZiz9Qh12tHe0FzBbRfWmJXpQvB46xNovUJM8Wgw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.16.0.tgz", + "integrity": "sha512-LLPheBBYBuSAweou+4kQf0Gop/lNORXOuaDfsHemLG6VqNmWzYyl79rnjd7yTLcZn/QVMUUYDD21CPY8OU5lJQ==", "requires": { - "@comunica/actor-abstract-mediatyped": "^1.13.0" + "@comunica/actor-abstract-mediatyped": "^1.15.0" } }, "@comunica/core": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.13.0.tgz", - "integrity": "sha512-XZV6IyLpOKH7NbP/wsE8oioNebXBVjneXRJB57y0tURq3jGzWPryuCrsyS8JaDJg0Y5b8ZceN8+uBDqon1MDPg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.15.0.tgz", + "integrity": "sha512-Mg/fpufyK4hVKX2vgP8oapu4ZpyugNRxyI/1AX7zlhSkYpE+ldK5YQaGG/sb+fq+s2sAtE1Ocd+thCgF4wv+8w==", "requires": { - "immutable": "^3.8.2", - "lodash.assign": "^4.2.0" + "immutable": "^3.8.2" } }, "@comunica/data-factory": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/data-factory/-/data-factory-1.13.0.tgz", - "integrity": "sha512-pRiBMKqCYfN9VEb3SkBhlgF8if0DVgJN8bhBxO3H7odyXNDLtT2iFJTB+GUzsiEKzRuJrQjWfqhOB1fwhZyl0g==" + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/data-factory/-/data-factory-1.14.0.tgz", + "integrity": "sha512-zpTpglsFIHuklarPCFTG2nRRG+RD1biT9nscggltShKJRK2EAtpnMeABGS/QU6es5CC96ZdA94KlVmFxt51A+g==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } }, "@comunica/logger-pretty": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.13.0.tgz", - "integrity": "sha512-VsVjSN394MaOqSVPe8BCI6/cUSiZ4US2gVkB59iDey5gP93jrIzQUlM6Ip1kkLcWRksRNEl+KTqOrZxjZG6gSg==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.15.0.tgz", + "integrity": "sha512-Ta0u/YHHgSvX9Au8JqzhgqmNiPLwFW2L1ZLnUR3V0J+uQDL2PEayWnw+xrDyVKgYJaffevJYHowjn4c4D5DxFA==" }, "@comunica/logger-void": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.13.0.tgz", - "integrity": "sha512-94lMJ15RPIWxpe+5P5aNsjDu1aRxVxhWEwYLomFTvuxl03QHKvYU9LVe+q1y+V1N3jcU6432DErQy0Ubi+oqdw==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.15.0.tgz", + "integrity": "sha512-nU0bJ56hOAURnz4uDNbeldAJ88OduRQMtHEeKTSkR+ATArP/ShXFWLgKcxRnU9ELSsA7k9HlvAFpvag5+eNs8g==" }, "@comunica/mediator-all": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.13.0.tgz", - "integrity": "sha512-ynyTVp7OgzC0CcDgXB0v0q/Jy5fCtETwZXGof0Wepd6o4hZ07riosmOskCKuZNgMIO55HLx8Hc5BOP4GJmDkVw==", - "requires": { - "lodash": "^4.17.4" - } + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.15.0.tgz", + "integrity": "sha512-uALhqOxGIT/gBXWkIVE+PTITf5EIDNL2UD9GRffdgc1Qg74prWcMZ4+gYczBOMUhqZHE605QsXXO8NkT4xP14A==" }, "@comunica/mediator-combine-pipeline": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.13.0.tgz", - "integrity": "sha512-zRVwJfzOhTuyQCHs6005UoXPXk7HWtJAC9C2pPPMiWafQmZk8hroBKCYxyC1x6HbVWr5Ujm5AH5mGDRD3kGVwQ==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.15.0.tgz", + "integrity": "sha512-XYf+rOSF1Tj5JX8geHUt5O8BJmLqyRXXYZQe2nlwGoe66hshMKpzAu38m5uDpARrJ4dPxU0PrH34x1Wug77lpg==" }, "@comunica/mediator-combine-union": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.13.0.tgz", - "integrity": "sha512-NTOmoxJn5+blQV0Kgkqm8szCrjBmulTJazNvxmt14lgIhswcvSUsj7+wteHNxogIBjxY/gSA2OPrR6Y9vcWX/Q==", - "requires": { - "lodash.defaults": "^4.2.0" - } + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.15.0.tgz", + "integrity": "sha512-TPzfXuKRVBEpjb+/S8v2C8uvgi8BTjtg1htL/qY/xI2fYqRcLZGl+D5MZEESmwpmm19cBfg87CbF+ROn6L3+IQ==" }, "@comunica/mediator-number": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.13.0.tgz", - "integrity": "sha512-ELROTS1JehiNfRZjk8j60PBX9n7DIvZYkyqs6mKJMjOURhvSV8sOceot8rOnaHjpZ9siQncCLMisuXX7cJ4fzw==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.15.0.tgz", + "integrity": "sha512-d1jwHVN6rELFzEPb+CDqEjItAJ4/AqiP1Vp+Z/PBucLjM9EEonQMjQzqrkRV/Oy6cBXfSQDhXuSvftfl/zUCjg==" }, "@comunica/mediator-race": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.13.0.tgz", - "integrity": "sha512-8YZ/BNG0rHvcQT/fYiIPZxz4FmirJKtIGoAvh3O+abA+poU9E5DnZZz+Nf1cCgSGk1ntAXJhZ4gjLy5ZUO2LCQ==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.15.0.tgz", + "integrity": "sha512-MVESJnkgSoPaCkNNN8RDm0B06d0JNL4QOvRZFuFETY4/D+OwIpcEf0EGButQsDUlelAk5n/sFssLMqo2tw65SA==" }, "@comunica/runner": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.13.0.tgz", - "integrity": "sha512-MrBVYMBYsKlx+UryUiuIlIuQkuSwuVf95hoOBa0M5vsQFPpL8ayswTVzqYTtkyE0PdGFP5sZNM6x0kKjzyZhXw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.16.0.tgz", + "integrity": "sha512-ZQuTt10UpcUbiXu94MSFCgaYkraCtgXewEbXus5Jf0OUbSqa/fkxwWs4wTxak/9CjtFLMb4GO3jfoYoeWbqtfA==", "requires": { - "componentsjs": "^3.3.0", - "lodash.assign": "^4.2.0", - "lodash.defaults": "^4.2.0" + "componentsjs": "^3.4.1" } }, "@comunica/runner-cli": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.13.0.tgz", - "integrity": "sha512-9hnM61Cm2xPaP5LsTaLQcAfk2QvksSz30XaONU6sYQb605wS19rF6JwXaXTuux30PVWA4dK1KvPK0xQC3VvqXw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.16.0.tgz", + "integrity": "sha512-9XfRqACWeppe/po/UMIN4MH+gU/8YszRqyPG02vd9k0AnPXYMK5AXPj4ge3D0HQE+ENb2y9C5xe516w0yl8eBw==", "requires": { - "@comunica/runner": "^1.13.0" + "@comunica/runner": "^1.16.0" } }, "@comunica/utils-datasource": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.13.0.tgz", - "integrity": "sha512-VwIs9LgUG1ZKbgcIErvlVB4SMCiUMlwmdgfArIQ61k7GX/pPAK+iDyyiMzthe18rQ0sZd6h/b9mgjR5Kp66ajg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.16.0.tgz", + "integrity": "sha512-MWng1lz62YT5VLvwFvBNc119U6aNvX7oL8j7YdgRyLulB14gYEp5njuqRjbz1WFa1TtDUJxYGMPyskSMdzGilw==", "requires": { + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", "arrayify-stream": "^1.0.0", - "asynciterator": "^2.0.0", - "asyncreiterable": "^1.2.0" + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" } }, "@rdfjs/data-model": { @@ -1069,30 +5985,24 @@ "@types/rdf-js": "^2.0.1" } }, - "@types/asynciterator": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@types/asynciterator/-/asynciterator-1.1.4.tgz", - "integrity": "sha512-sa5KPB8GsC70myFcnygLm3VEMh/IrSXarbqC7OrJLPJ8jFDzOZ9B1uOgbf0PcQ/smBTVJJXeZItYI9TklGiaSA==", + "@types/chai": { + "version": "4.2.12", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.12.tgz", + "integrity": "sha512-aN5IAC8QNtSUdQzxu7lGBgYAOuU1tmRU4c9dIq5OKGf/SBVjXo+ffM2wEjudAWbgpOhy60nLoAGH1xm8fpCKFQ==" + }, + "@types/create-hash": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@types/create-hash/-/create-hash-1.2.2.tgz", + "integrity": "sha512-Fg8/kfMJObbETFU/Tn+Y0jieYewryLrbKwLCEIwPyklZZVY2qB+64KFjhplGSw+cseZosfFXctXO+PyIYD8iZQ==", "requires": { "@types/node": "*" } }, - "@types/chai": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.11.tgz", - "integrity": "sha512-t7uW6eFafjO+qJ3BIV2gGUyZs27egcNRkUdalkud+Qa3+kg//f129iuOFivHDXQ+vnU3fDXuwgv0cqMCbcE8sw==" - }, - "@types/events": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz", - "integrity": "sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==" - }, "@types/glob": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.1.tgz", - "integrity": "sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==", "requires": { - "@types/events": "*", "@types/minimatch": "*", "@types/node": "*" } @@ -1107,26 +6017,60 @@ "resolved": "https://registry.npmjs.org/@types/isomorphic-fetch/-/isomorphic-fetch-0.0.35.tgz", "integrity": "sha512-DaZNUvLDCAnCTjgwxgiL1eQdxIKEpNLOlTNtAgnZc50bG2copGhRrFN9/PxPBuJe+tZVLCbQ7ls0xveXVRPkvw==" }, + "@types/json-schema": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.5.tgz", + "integrity": "sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==" + }, "@types/jsonld": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/@types/jsonld/-/jsonld-1.5.1.tgz", "integrity": "sha512-8XI88iiCBVqmNCMBqPOgJhJPPuiIW1Tp2sXqe3NwD137ljhQVkDWY8cuYBBDZQoBYfGzUJvja527bbwqVbRnHQ==" }, + "@types/lodash": { + "version": "4.14.160", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.160.tgz", + "integrity": "sha512-aP03BShJoO+WVndoVj/WNcB/YBPt+CIU1mvaao2GRAHy2yg4pT/XS4XnVHEQBjPJGycWf/9seKEO9vopTJGkvA==" + }, + "@types/lru-cache": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.0.tgz", + "integrity": "sha512-RaE0B+14ToE4l6UqdarKPnXwVDuigfFv+5j9Dze/Nqr23yyuqdNvzcZi3xB+3Agvi5R4EOgAksfv3lXX4vBt9w==" + }, "@types/minimatch": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" }, + "@types/minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=" + }, "@types/mocha": { "version": "7.0.2", "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz", "integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==" }, + "@types/n3": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.4.3.tgz", + "integrity": "sha512-NJ6GKZDE/6Q9iF9Zg+c89WHLK6VXIyVPfvPw6Z8/17ssk1Vx944XcAn0ZmPlRnvUXlGCg63NmMGzB20X46cs4A==", + "requires": { + "@types/node": "*", + "@types/rdf-js": "*" + } + }, "@types/node": { "version": "13.13.5", "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.5.tgz", "integrity": "sha512-3ySmiBYJPqgjiHA7oEaIo2Rzz0HrOZ7yrNO5HWyaE5q0lQ3BppDZ3N53Miz8bw2I7gh1/zir2MGVZBvpb1zq9g==" }, + "@types/parse-link-header": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-link-header/-/parse-link-header-1.0.0.tgz", + "integrity": "sha512-fCA3btjE7QFeRLfcD0Sjg+6/CnmC66HpMBoRfRzd2raTaWMJV21CCZ0LO8MOqf8onl5n0EPfjq4zDhbyX8SVwA==" + }, "@types/rdf-js": { "version": "2.0.12", "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-2.0.12.tgz", @@ -1136,9 +6080,30 @@ } }, "@types/sparqljs": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/sparqljs/-/sparqljs-3.0.0.tgz", - "integrity": "sha512-HCwxGm6xhwD54Hpl0TpWsyoqfExu2ESfozA8JSueBEK9WRUD2ssg46J5CRsS6EHar5JeT7Lgjdn3UsvT0ba9sg==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/sparqljs/-/sparqljs-3.0.1.tgz", + "integrity": "sha512-2SGl+Q4Gq0Rh/y0ZT6iBvQDDlws3NiPKfkMaEnGDWHvwNonlSZt03jm7HJ7C9I+huwBQ5l5SOYpeJsrh0nOJew==", + "requires": { + "@types/rdf-js": "*" + } + }, + "@types/uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@types/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha512-1D8mJEeQEXynoPQKJkneIK+tXaM2Qnk6c80RBQPV/O2ToypI4mlqXy5jojnYKjTX2Q+EMNMOWt0wNdLbb2MUpA==" + }, + "@types/uuid": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.4.tgz", + "integrity": "sha512-WGZCqBZZ0mXN2RxvLHL6/7RCu+OWs28jgQMP04LWfpyJlQUMTR6YU9CNJAKDgbw+EV/u687INXuLUc7FuML/4g==" + }, + "@types/xml": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/xml/-/xml-1.0.5.tgz", + "integrity": "sha512-h3PVM7waRi2UeoaY2BhpLGvettU/3vfCbsjXMV/9Ex5WjvIy82J8Qfp1xiPxM4kTSOLdFFpjRwQ7YY7XJeKBvg==", + "requires": { + "@types/node": "*" + } }, "@webassemblyjs/ast": { "version": "1.9.0", @@ -1326,9 +6291,9 @@ } }, "acorn": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", - "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==" + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.0.tgz", + "integrity": "sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==" }, "acorn-node": { "version": "1.8.2", @@ -1341,9 +6306,9 @@ } }, "acorn-walk": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.1.1.tgz", - "integrity": "sha512-wdlPY2tm/9XBr7QkKlq0WQVgiuGTX6YWPyRyBviSoScBuLfTVQhvwg6wJ369GJ/1nPfTLMfnrFIfjqVg6d+jQQ==" + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==" }, "ajv": { "version": "6.12.2", @@ -1366,42 +6331,10 @@ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz", "integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==" }, - "amf-client-js": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/amf-client-js/-/amf-client-js-4.1.1.tgz", - "integrity": "sha512-O7OE/VAw2TxpTNKfv1ILphneMquw9L8y2PUJHzw7HNS5pdjrayLpQWDutQ1GtILdnblUkUmNyF/9EFNd5AVEWg==", - "requires": { - "ajv": "6.5.2", - "amf-shacl-node": "1.1.1" - }, - "dependencies": { - "ajv": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.5.2.tgz", - "integrity": "sha512-hOs7GfvI6tUI1LfZddH82ky6mOMyTuY0mk7kE2pWpmhhUSkumzaTO5vbVwij39MdwPQWCV4Zv57Eo06NtL/GVA==", - "requires": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.1" - } - }, - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", - "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" - } - } - }, - "amf-shacl-node": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/amf-shacl-node/-/amf-shacl-node-1.1.1.tgz", - "integrity": "sha512-CoW08R+Y5VluBhC0IT11yJMJqVfuYVa8JHKopL4sXXCgTjtKikn1dyfOmY/b/u0WVKmx787JVDb/HnTzOEVoiA==" - }, "ansi-colors": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", - "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==" + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", + "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==" }, "ansi-html": { "version": "0.0.7", @@ -1579,32 +6512,16 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "asynciterator": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-2.0.1.tgz", - "integrity": "sha512-aVLheZsDNU5qpOv6jZEHnFv79GfEi+N0w/OLmMmXZfGD8XFFmPsRhkSqleNl9jS6mqy/DNoV7tXGcI0S3cUvHQ==" - }, - "asynciterator-promiseproxy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/asynciterator-promiseproxy/-/asynciterator-promiseproxy-2.1.0.tgz", - "integrity": "sha512-SIUlNe40pmPWDJ7N5yHK3ej694r90j0cblWAsh+8OBJLwlzGVdaehmAao2rgzjnzf1U3BhmEP9Fs4ddvDNoBTg==", - "requires": { - "asynciterator": "^2.0.0" - } - }, - "asynciterator-union": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/asynciterator-union/-/asynciterator-union-2.1.2.tgz", - "integrity": "sha512-zCtGuL1LX5NTvsmk7YXL9OQ9RB/AcuhGGJMubs3n1pv9yDwK85jZHuUMkqGseO3sxjDs4/TEDqSqOXbMluaE9w==", - "requires": { - "asynciterator": "^2.0.0" - } + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.0.1.tgz", + "integrity": "sha512-i63IZ/CLbSwT+9+jezA8BFnMmmOylNN+2/yNqMSr37IdzjPLnYMfEvTOFt46hDA+san7k9CZN6gEzCgCTTfAWA==" }, "asyncjoin": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/asyncjoin/-/asyncjoin-0.3.0.tgz", - "integrity": "sha512-lk4+p17bjyo4DUsGtqb54KBAymjoWDfGgMidrCDk+axPB3k5wKkMHb7k+ipGpOy1USpFqdo0wXDjgu7TugVEAQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/asyncjoin/-/asyncjoin-1.0.1.tgz", + "integrity": "sha512-FjqqH7H9YUbE51U6xX4hQfzIAbyEKSZLdhdQNvl0kQ2vZvgiYgW1o1Vl4LJIU+3fu7ld3Tdcq72G5/h6OALsBw==", "requires": { - "asynciterator": "^2.0.0" + "asynciterator": "^3.0.0" } }, "asynckit": { @@ -1613,11 +6530,11 @@ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, "asyncreiterable": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/asyncreiterable/-/asyncreiterable-1.2.0.tgz", - "integrity": "sha512-t1tFP1hhsWhpTQekW1SJjYX1UaWCOxOyrV0Jar6j/uPvgVC/S8hLXPvkxtcR+b0Nz9g1ETv5hpp12+iF/eKXXQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/asyncreiterable/-/asyncreiterable-2.0.0.tgz", + "integrity": "sha512-Pq9wUkHrXshCxXWy4/O7krS9qGCgHxoDWajWJja/7f5KoZTcO5Xww25NSMTek+jL3CZ4GrHYvOHx5bmrR4nU3w==", "requires": { - "asynciterator": "^2.0.0" + "asynciterator": "^3.0.0" } }, "atob": { @@ -1767,9 +6684,9 @@ "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" }, "aws4": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.9.1.tgz", - "integrity": "sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==" + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz", + "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==" }, "balanced-match": { "version": "1.0.0", @@ -1890,18 +6807,10 @@ "type-is": "~1.6.17" }, "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" }, "qs": { "version": "6.7.0", @@ -1959,17 +6868,20 @@ } }, "browser-resolve": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.3.tgz", - "integrity": "sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-2.0.0.tgz", + "integrity": "sha512-7sWsQlYL2rGLy2IWm8WL8DCTJvYLc/qlOnsakDac87SOoCd16WLsaAMdCiAqsTNHIe+SXfaqyxyo6THoWqs8WQ==", "requires": { - "resolve": "1.1.7" + "resolve": "^1.17.0" }, "dependencies": { "resolve": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", - "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=" + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", + "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", + "requires": { + "path-parse": "^1.0.6" + } } } }, @@ -1979,14 +6891,14 @@ "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==" }, "browserify": { - "version": "16.5.1", - "resolved": "https://registry.npmjs.org/browserify/-/browserify-16.5.1.tgz", - "integrity": "sha512-EQX0h59Pp+0GtSRb5rL6OTfrttlzv+uyaUVlK6GX3w11SQ0jKPKyjC/54RhPR2ib2KmfcELM06e8FxcI5XNU2A==", + "version": "16.5.2", + "resolved": "https://registry.npmjs.org/browserify/-/browserify-16.5.2.tgz", + "integrity": "sha512-TkOR1cQGdmXU9zW4YukWzWVSJwrxmNdADFbqbE3HFgQWe5wqZmOawqZ7J/8MPCwk/W8yY7Y0h+7mOtcZxLP23g==", "requires": { "JSONStream": "^1.0.3", "assert": "^1.4.0", "browser-pack": "^6.0.1", - "browser-resolve": "^1.11.0", + "browser-resolve": "^2.0.0", "browserify-zlib": "~0.2.0", "buffer": "~5.2.1", "cached-path-relative": "^1.0.0", @@ -2007,7 +6919,7 @@ "insert-module-globals": "^7.0.0", "labeled-stream-splicer": "^2.0.0", "mkdirp-classic": "^0.5.2", - "module-deps": "^6.0.0", + "module-deps": "^6.2.3", "os-browserify": "~0.3.0", "parents": "^1.0.1", "path-browserify": "~0.0.0", @@ -2172,9 +7084,9 @@ "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" }, "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" }, "cacache": { "version": "12.0.4", @@ -2365,11 +7277,6 @@ } } }, - "code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" - }, "collection-visit": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", @@ -2427,10 +7334,14 @@ "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" }, "componentsjs": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.0.tgz", - "integrity": "sha512-lxxiYdIoBJHycyiUVt5jMK12OHkbNL7OEJSi/vQKUttT66hoWt3kjg+OY+TMs/sqcvigAjGTladTf7XUYIMJyA==", - "requires": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.2.tgz", + "integrity": "sha512-ICaSvvxY/CvWwFt0lLsoRL/DHY09akoI6x9WakQQ9g4GYHVaZumWSAdOrzM/htjGpBumpVh1C/4hk0/ghh9jXA==", + "requires": { + "@types/lodash": "^4.14.56", + "@types/minimist": "^1.2.0", + "@types/n3": "0.0.3", + "@types/node": "8.10.21", "global-modules": "^1.0.0", "jsonld": "^0.4.11", "lodash": "^4.17.4", @@ -2439,6 +7350,19 @@ "requireg": "^0.1.7" }, "dependencies": { + "@types/n3": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-0.0.3.tgz", + "integrity": "sha512-oqywrU7RdLKO0Ndnrue8smXR+oLW4EgFGrd/ewaYbkZjgr/eRpwpjsJk9D5Z8AF+cZKYbiQtR5BR6LNlLl0HPQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/node": { + "version": "8.10.21", + "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.21.tgz", + "integrity": "sha512-87XkD9qDXm8fIax+5y7drx84cXsu34ZZqfB7Cial3Q/2lxSoJ/+DRaWckkCbxP41wFSIrrb939VhzaNxj4eY1w==" + }, "jsonld": { "version": "0.4.12", "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", @@ -2479,24 +7403,6 @@ "vary": "~1.1.2" }, "dependencies": { - "bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", @@ -2618,9 +7524,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "copy-webpack-plugin": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.1.tgz", - "integrity": "sha512-P15M5ZC8dyCjQHWwd4Ia/dm0SgVvZJMYeykVIVYXbGyqO4dWB5oyPHp9i7wjwo5LhtlhKbiBCdS2NvM07Wlybg==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.2.tgz", + "integrity": "sha512-Uh7crJAco3AjBvgAy9Z75CjK8IG+gxaErro71THQ+vv/bl4HaQcpkexAY8KVW/T6D2W2IRr+couF/knIRkZMIQ==", "requires": { "cacache": "^12.0.3", "find-cache-dir": "^2.1.0", @@ -2632,7 +7538,7 @@ "normalize-path": "^3.0.0", "p-limit": "^2.2.1", "schema-utils": "^1.0.0", - "serialize-javascript": "^2.1.2", + "serialize-javascript": "^4.0.0", "webpack-log": "^2.0.0" }, "dependencies": { @@ -2654,19 +7560,6 @@ } } } - }, - "globby": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz", - "integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=", - "requires": { - "array-union": "^1.0.1", - "dir-glob": "^2.0.0", - "glob": "^7.1.2", - "ignore": "^3.3.5", - "pify": "^3.0.0", - "slash": "^1.0.0" - } } } }, @@ -2716,7 +7609,40 @@ "sha.js": "^2.4.8" } }, - "cross-spawn": {}, + "cross-fetch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", + "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", + "requires": { + "node-fetch": "2.6.0" + }, + "dependencies": { + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + } + } + }, + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, "crypto-browserify": { "version": "3.12.0", "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", @@ -2763,11 +7689,11 @@ } }, "debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { - "ms": "^2.1.1" + "ms": "2.0.0" } }, "decamelize": { @@ -2818,47 +7744,6 @@ "requires": { "execa": "^1.0.0", "ip-regex": "^2.1.0" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - } - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "requires": { - "pump": "^3.0.0" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - } } }, "define-properties": { @@ -2925,6 +7810,25 @@ "rimraf": "^2.6.3" }, "dependencies": { + "globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "requires": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "dependencies": { + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + } + } + }, "pify": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", @@ -3040,11 +7944,12 @@ } }, "dom-serializer": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", - "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.0.1.tgz", + "integrity": "sha512-1Aj1Qy3YLbdslkI75QEOfdp9TkQ3o8LRISAzxOibjBs/xWwr1WxZFOQphFkZuepHFGo+kB8e5FVJSS0faAJ4Rw==", "requires": { "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", "entities": "^2.0.0" } }, @@ -3067,11 +7972,11 @@ } }, "domutils": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.1.0.tgz", - "integrity": "sha512-CD9M0Dm1iaHfQ1R/TI+z3/JWp/pgub0j4jIQKH89ARR4ATAV2nbaOQS5XxU9maJP5jHaPdDDQSEHuE2UmpUTKg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.2.0.tgz", + "integrity": "sha512-0haAxVr1PR0SqYwCH7mxMpHZUwjih9oPPedqpR/KufsnxPyZ9dyVw1R5093qnJF3WXSbjBkdzRWLw/knJV/fAg==", "requires": { - "dom-serializer": "^0.2.1", + "dom-serializer": "^1.0.1", "domelementtype": "^2.0.1", "domhandler": "^3.0.0" } @@ -3253,21 +8158,21 @@ } }, "es-abstract": { - "version": "1.17.5", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.5.tgz", - "integrity": "sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg==", + "version": "1.17.6", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz", + "integrity": "sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==", "requires": { "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", "has": "^1.0.3", "has-symbols": "^1.0.1", - "is-callable": "^1.1.5", - "is-regex": "^1.0.5", + "is-callable": "^1.2.0", + "is-regex": "^1.1.0", "object-inspect": "^1.7.0", "object-keys": "^1.1.1", "object.assign": "^4.1.0", - "string.prototype.trimleft": "^2.1.1", - "string.prototype.trimright": "^2.1.1" + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" } }, "es-to-primitive": { @@ -3357,9 +8262,9 @@ "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" }, "eventemitter3": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", - "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==" + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" }, "events": { "version": "2.1.0", @@ -3383,6 +8288,20 @@ "safe-buffer": "^5.1.1" } }, + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, "expand-brackets": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", @@ -3478,19 +8397,6 @@ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, "qs": { "version": "6.7.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", @@ -3630,9 +8536,9 @@ } }, "fetch-sparql-endpoint": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/fetch-sparql-endpoint/-/fetch-sparql-endpoint-1.6.1.tgz", - "integrity": "sha512-9BwJytzBl8fyOSUvEnaPdxTIwNl7kWIGafBX/w8i/udATsCnpVajiKHiVvAuTNaFuvZulgdUg5tcBOwrvpsjWA==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/fetch-sparql-endpoint/-/fetch-sparql-endpoint-1.6.2.tgz", + "integrity": "sha512-d0nTwXc6BBnQdrmx7+Bk6pLJ5MLzJtYJRNq4YSpL4Bym8hd12RaBUL7OkcxtuFaMY9gG2Mw0JVNMZeF3bjVSBg==", "requires": { "is-stream": "^2.0.0", "isomorphic-fetch": "^2.2.1", @@ -3658,6 +8564,61 @@ "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz", "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==" }, + "file-loader": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.1.0.tgz", + "integrity": "sha512-26qPdHyTsArQ6gU4P1HJbAbnFTyT2r0pG7czh1GFAd9TZbj0n94wWbupgixZH/ET/meqi2/5+F7DhW4OAXD+Lg==", + "requires": { + "loader-utils": "^2.0.0", + "schema-utils": "^2.7.1" + }, + "dependencies": { + "ajv": { + "version": "6.12.4", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.4.tgz", + "integrity": "sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" + }, + "json5": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", + "requires": { + "minimist": "^1.2.5" + } + }, + "loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "requires": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + } + } + } + }, "file-uri-to-path": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", @@ -3684,21 +8645,6 @@ "parseurl": "~1.3.3", "statuses": "~1.5.0", "unpipe": "~1.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } } }, "find-cache-dir": { @@ -3902,12 +8848,9 @@ } }, "follow-redirects": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.11.0.tgz", - "integrity": "sha512-KZm0V+ll8PfBrKwMzdo5D13b1bur9Iq9Zd/RMmAoQQcl2PxxFml8cxXPaaPYVbV0RjNjq1CU7zIzAOqtUPudmA==", - "requires": { - "debug": "^3.0.0" - } + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", + "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" }, "for-in": { "version": "1.0.2", @@ -4056,6 +8999,14 @@ "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=" }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "requires": { + "pump": "^3.0.0" + } + }, "get-value": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", @@ -4113,22 +9064,16 @@ } }, "globby": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", - "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz", + "integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=", "requires": { "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": { - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" - } + "dir-glob": "^2.0.0", + "glob": "^7.1.2", + "ignore": "^3.3.5", + "pify": "^3.0.0", + "slash": "^1.0.0" } }, "graceful-fs": { @@ -4137,9 +9082,9 @@ "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" }, "graphql": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.1.0.tgz", - "integrity": "sha512-0TVyfOlCGhv/DBczQkJmwXOK6fjWkjzY3Pt7wY8i0gcYXq8aogG3weCsg48m72lywKSeOqedEHvVPOvZvSD51Q==" + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", + "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==" }, "graphql-ld": { "version": "1.1.0", @@ -4167,9 +9112,9 @@ }, "dependencies": { "@types/rdf-js": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.2.tgz", - "integrity": "sha512-MWZrO1DXlxmeDGsjQPsgkceAJdxYb+d4WSjZZivusYzuXqvgdXqUwO6zPJYu6KsQ/Tkh3yNSUdOHqQ86xQH2Og==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { "@types/node": "*" } @@ -4192,12 +9137,25 @@ "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" }, "har-validator": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", - "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", "requires": { - "ajv": "^6.5.5", + "ajv": "^6.12.3", "har-schema": "^2.0.0" + }, + "dependencies": { + "ajv": { + "version": "6.12.4", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.4.tgz", + "integrity": "sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + } } }, "has": { @@ -4397,15 +9355,10 @@ "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.0.2.tgz", "integrity": "sha512-z6YOZ8ZEnejkcCWlGZzYXNa6i+ZaTfiTg3WhlV/YvnNya3W/RbX1bMVUMTuCrg/DrtTCQxaFCkXCz4FtLpcebg==" }, - "http-parser-js": { - "version": "0.4.10", - "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.10.tgz", - "integrity": "sha1-ksnBN0w1CF912zWexWzCV8u5P6Q=" - }, "http-proxy": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz", - "integrity": "sha512-84I2iJM/n1d4Hdgc6y2+qY5mDaz2PUVjlg9znE9byl+q0uC3DeByqBGReQu5tpLK0TAqTIXScRUV+dg7+bUPpQ==", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", "requires": { "eventemitter3": "^4.0.0", "follow-redirects": "^1.0.0", @@ -4636,16 +9589,11 @@ } }, "interpret": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.2.0.tgz", - "integrity": "sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", + "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" }, "invariant": {}, - "invert-kv": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", - "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==" - }, "ip": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", @@ -4708,9 +9656,9 @@ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" }, "is-callable": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz", - "integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz", + "integrity": "sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==" }, "is-data-descriptor": { "version": "0.1.4", @@ -4791,16 +9739,14 @@ "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", "requires": { "is-path-inside": "^2.1.0" - }, - "dependencies": { - "is-path-inside": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz", - "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", - "requires": { - "path-is-inside": "^1.0.2" - } - } + } + }, + "is-path-inside": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz", + "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", + "requires": { + "path-is-inside": "^1.0.2" } }, "is-plain-object": { @@ -4812,11 +9758,11 @@ } }, "is-regex": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz", - "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", + "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", "requires": { - "has": "^1.0.3" + "has-symbols": "^1.0.1" } }, "is-stream": { @@ -4916,9 +9862,9 @@ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" }, "json-stable-stringify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", - "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz", + "integrity": "sha1-YRwj6BTbN1Un34URk9tZ3Sryf0U=", "requires": { "jsonify": "~0.0.0" } @@ -4947,9 +9893,9 @@ "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=" }, "jsonld": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-3.0.1.tgz", - "integrity": "sha512-/lLx3sSvlqKHu3215+n4Fcmz7Ah8bixVa91CnXpW8XFZd6qCfAMQi/qEYF3u9fghKNqHjAD0TwCUH7fg6IszYg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-3.1.1.tgz", + "integrity": "sha512-GrqERUMZtMcdP8WgTt7drF3Ixf0dERA2Q4X3hTLyKt7CJTTQ5cM1vAHuX797piAejuh/KwNdKklKVB1kfYcJbw==", "requires": { "canonicalize": "^1.0.1", "lru-cache": "^5.1.1", @@ -4989,9 +9935,9 @@ }, "dependencies": { "@types/rdf-js": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.2.tgz", - "integrity": "sha512-MWZrO1DXlxmeDGsjQPsgkceAJdxYb+d4WSjZZivusYzuXqvgdXqUwO6zPJYu6KsQ/Tkh3yNSUdOHqQ86xQH2Og==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { "@types/node": "*" } @@ -5042,14 +9988,6 @@ "stream-splicer": "^2.0.0" } }, - "lcid": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", - "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", - "requires": { - "invert-kv": "^2.0.0" - } - }, "loader-runner": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", @@ -5079,51 +10017,11 @@ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, - "lodash.assign": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz", - "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=" - }, - "lodash.defaults": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", - "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=" - }, - "lodash.find": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.find/-/lodash.find-4.6.0.tgz", - "integrity": "sha1-ywcE1Hq3F4n/oN6Ll92Sb7iLE7E=" - }, - "lodash.intersection": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.intersection/-/lodash.intersection-4.4.0.tgz", - "integrity": "sha1-ChG6Yx0OlcI8fy9Mu5ppLtF45wU=" - }, - "lodash.mapvalues": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz", - "integrity": "sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw=" - }, "lodash.memoize": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz", "integrity": "sha1-LcvSwofLwKVcxCMovQxzYVDVPj8=" }, - "lodash.omit": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.omit/-/lodash.omit-4.5.0.tgz", - "integrity": "sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA=" - }, - "lodash.union": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz", - "integrity": "sha1-SLtQiECfFvGCFmZkHETdGqrjzYg=" - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" - }, "lodash.uniqwith": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz", @@ -5138,9 +10036,9 @@ } }, "loglevel": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.6.8.tgz", - "integrity": "sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA==" + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.0.tgz", + "integrity": "sha512-i2sY04nal5jDcagM3FMfG++T69GEEM8CYuOfeOIvmXzOIcwE9a/CJPR0MFM97pYMj/u10lzz7/zd7+qwhrBTqQ==" }, "loglevelnext": { "version": "1.0.5", @@ -5164,14 +10062,6 @@ "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" }, - "map-age-cleaner": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", - "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", - "requires": { - "p-defer": "^1.0.0" - } - }, "map-cache": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", @@ -5200,16 +10090,6 @@ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" }, - "mem": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz", - "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==", - "requires": { - "map-age-cleaner": "^0.1.1", - "mimic-fn": "^2.0.0", - "p-is-promise": "^2.0.0" - } - }, "memory-fs": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", @@ -5301,11 +10181,6 @@ "mime-db": "1.44.0" } }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" - }, "minimalistic-assert": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", @@ -5379,9 +10254,9 @@ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" }, "mocha": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.1.2.tgz", - "integrity": "sha512-o96kdRKMKI3E8U0bjnfqW4QMk12MwZ4mhdBTf+B5a1q9+aq2HRnj+3ZdJu0B/ZhJeK78MgYuv6L8d/rA5AeBJA==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.2.0.tgz", + "integrity": "sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==", "requires": { "ansi-colors": "3.2.3", "browser-stdout": "1.3.1", @@ -5409,6 +10284,19 @@ "yargs-unparser": "1.6.0" }, "dependencies": { + "ansi-colors": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", + "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==" + }, + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + }, "glob": { "version": "7.1.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", @@ -5430,12 +10318,12 @@ } }, "module-deps": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/module-deps/-/module-deps-6.2.2.tgz", - "integrity": "sha512-a9y6yDv5u5I4A+IPHTnqFxcaKr4p50/zxTjcQJaX2ws9tN/W6J6YXnEKhqRyPhl494dkcxx951onSKVezmI+3w==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/module-deps/-/module-deps-6.2.3.tgz", + "integrity": "sha512-fg7OZaQBcL4/L+AK5f4iVqf9OMbCclXfy/znXRxTVhJSeW5AIlS9AwheYwDaXM3lVW7OBeaeUEY3gbaC6cLlSA==", "requires": { "JSONStream": "^1.0.3", - "browser-resolve": "^1.7.0", + "browser-resolve": "^2.0.0", "cached-path-relative": "^1.0.2", "concat-stream": "~1.6.0", "defined": "^1.0.0", @@ -5494,9 +10382,9 @@ } }, "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, "multicast-dns": { "version": "6.2.3", @@ -5552,9 +10440,9 @@ "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" }, "neo-async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz", - "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" }, "nested-error-stacks": { "version": "2.0.1", @@ -5642,9 +10530,9 @@ } }, "events": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.1.0.tgz", - "integrity": "sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.2.0.tgz", + "integrity": "sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg==" }, "punycode": { "version": "1.4.1", @@ -5735,11 +10623,6 @@ "path-key": "^2.0.0" } }, - "number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=" - }, "oauth-sign": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", @@ -5779,9 +10662,9 @@ } }, "object-inspect": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", - "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", + "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" }, "object-is": { "version": "1.1.2", @@ -5891,72 +10774,11 @@ "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" }, - "os-locale": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", - "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", - "requires": { - "execa": "^1.0.0", - "lcid": "^2.0.0", - "mem": "^4.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - } - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "requires": { - "pump": "^3.0.0" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - } - } - }, - "p-defer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", - "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=" - }, "p-finally": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" }, - "p-is-promise": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz", - "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==" - }, "p-limit": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", @@ -6199,13 +11021,28 @@ "integrity": "sha1-tUGO8EOd5UJfxJlQQtztFPsqhP8=" }, "portfinder": { - "version": "1.0.26", - "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.26.tgz", - "integrity": "sha512-Xi7mKxJHHMI3rIUrnm/jjUgwhbYMkp/XKEcZX3aG4BrumLpq3nmoQMX+ClYnDZnZ/New7IatC1no5RX0zo1vXQ==", + "version": "1.0.28", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz", + "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==", "requires": { "async": "^2.6.2", "debug": "^3.1.1", - "mkdirp": "^0.5.1" + "mkdirp": "^0.5.5" + }, + "dependencies": { + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } } }, "posix-character-classes": { @@ -6323,9 +11160,14 @@ "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=" }, "querystringify": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.1.1.tgz", - "integrity": "sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + }, + "queue-microtask": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.1.4.tgz", + "integrity": "sha512-eY/4Obve9cE5FK8YvC1cJsm5cr7XvAurul8UtBDJ2PR1p5NmAwHtvAt5ftcLtwYRCUKNhxCneZZlxmUDFoSeKA==" }, "randombytes": { "version": "2.1.0", @@ -6358,6 +11200,52 @@ "http-errors": "1.7.2", "iconv-lite": "0.4.24", "unpipe": "1.0.0" + }, + "dependencies": { + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + } + } + }, + "raw-loader": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/raw-loader/-/raw-loader-4.0.1.tgz", + "integrity": "sha512-baolhQBSi3iNh1cglJjA0mYzga+wePk7vdEX//1dTFd+v4TsQlQE0jitJSNF1OIP82rdYulH7otaVmdlDaJ64A==", + "requires": { + "loader-utils": "^2.0.0", + "schema-utils": "^2.6.5" + }, + "dependencies": { + "json5": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", + "requires": { + "minimist": "^1.2.5" + } + }, + "loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "schema-utils": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", + "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", + "requires": { + "@types/json-schema": "^7.0.4", + "ajv": "^6.12.2", + "ajv-keywords": "^3.4.1" + } + } } }, "rc": { @@ -6380,6 +11268,14 @@ "semver": "^6.3.0" } }, + "rdf-data-factory": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rdf-data-factory/-/rdf-data-factory-1.0.0.tgz", + "integrity": "sha512-C+UBVeXchaywznF8VnmkRSanUpB3/f2iBrdqw2aPFqKlUgcRGHhAIQZ/AjfbM7u1beyNlEq2us3kvVIum6+uBg==", + "requires": { + "@types/rdf-js": "*" + } + }, "rdf-literal": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.1.1.tgz", @@ -6390,9 +11286,9 @@ }, "dependencies": { "@types/rdf-js": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.2.tgz", - "integrity": "sha512-MWZrO1DXlxmeDGsjQPsgkceAJdxYb+d4WSjZZivusYzuXqvgdXqUwO6zPJYu6KsQ/Tkh3yNSUdOHqQ86xQH2Og==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { "@types/node": "*" } @@ -6410,18 +11306,36 @@ } }, "rdf-store-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/rdf-store-stream/-/rdf-store-stream-1.0.0.tgz", - "integrity": "sha512-OvGDeqc2GYpmbNdWL69b8BDWZ8I8sb/7haG4yRqwsd43cidS5l6civ5OVzFrHjwnSpZ9kEj++eXqwonivnCWBQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rdf-store-stream/-/rdf-store-stream-1.0.1.tgz", + "integrity": "sha512-/aMMY3UeC1ONxnDoPgpeaZPT7coqeYRFQ1U30nuJ66f6OMDBag/iYtgu871hqobgKDZEmxg9Ut3USsZzvEry0Q==", "requires": { - "@types/rdf-js": "^2.0.1", + "@types/rdf-js": "^3.0.2", "n3": "^1.1.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, "rdf-string": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.4.2.tgz", - "integrity": "sha512-74yYjS0W4N3nYDGbXBZrNsqDmhBTjqChTETO9heC2G2M3iMYaIPtEfUikNsBWUj4+4bIKyqL7vAntWBTfJpFFA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.5.0.tgz", + "integrity": "sha512-3TEJuDIKUADgZrfcZG+zAN4GfVA1Ei2sKA7Z7QVHkAE36wWoRGPJbGihPQMldgzvy9lG2nzZU+CXz+6oGSQNsQ==", + "requires": { + "rdf-data-factory": "^1.0.0" + } + }, + "rdf-string-ttl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rdf-string-ttl/-/rdf-string-ttl-1.0.1.tgz", + "integrity": "sha512-QdOztnXuQTS5HwS2YTUkY9KUdyjyMYCX4QITfAAAtJnGqQkfah1L+VdV3E+Z3NKp/CBXLqZs/oMZe5J7pUEzpw==", "requires": { "@rdfjs/data-model": "^1.1.1" } @@ -6447,9 +11361,9 @@ }, "dependencies": { "@types/rdf-js": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.2.tgz", - "integrity": "sha512-MWZrO1DXlxmeDGsjQPsgkceAJdxYb+d4WSjZZivusYzuXqvgdXqUwO6zPJYu6KsQ/Tkh3yNSUdOHqQ86xQH2Og==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { "@types/node": "*" } @@ -6466,6 +11380,11 @@ "sax": "^1.2.4" } }, + "read-file": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/read-file/-/read-file-0.2.0.tgz", + "integrity": "sha1-cMa6+IQux9FUD5gf0Oau1Mgb1UU=" + }, "read-only-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/read-only-stream/-/read-only-stream-2.0.0.tgz", @@ -6725,21 +11644,6 @@ "requires": { "debug": "~2", "sax": "~1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } } }, "schema-utils": { @@ -6797,21 +11701,6 @@ "statuses": "~1.5.0" }, "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, "ms": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", @@ -6820,9 +11709,12 @@ } }, "serialize-javascript": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.2.tgz", - "integrity": "sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + "requires": { + "randombytes": "^2.1.0" + } }, "serve-index": { "version": "1.9.1", @@ -6838,14 +11730,6 @@ "parseurl": "~1.3.2" }, "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, "http-errors": { "version": "1.6.3", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", @@ -6862,11 +11746,6 @@ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, "setprototypeof": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", @@ -6937,16 +11816,6 @@ "requires": { "json-stable-stringify": "~0.0.0", "sha.js": "~2.4.4" - }, - "dependencies": { - "json-stable-stringify": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz", - "integrity": "sha1-YRwj6BTbN1Un34URk9tZ3Sryf0U=", - "requires": { - "jsonify": "~0.0.0" - } - } } }, "shasum-object": { @@ -6981,9 +11850,9 @@ "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" }, "simple-concat": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.0.tgz", - "integrity": "sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY=" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", + "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" }, "slash": { "version": "1.0.0", @@ -7101,12 +11970,13 @@ } }, "sockjs": { - "version": "0.3.19", - "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.19.tgz", - "integrity": "sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw==", + "version": "0.3.20", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.20.tgz", + "integrity": "sha512-SpmVOVpdq0DJc0qArhF3E5xsxvaiqGNb73XfgBpK1y3UD5gs8DSo8aCTsuT5pX8rssdc2NDIzANwP9eCAiSdTA==", "requires": { "faye-websocket": "^0.10.0", - "uuid": "^3.0.1" + "uuid": "^3.4.0", + "websocket-driver": "0.6.5" }, "dependencies": { "uuid": { @@ -7129,6 +11999,14 @@ "url-parse": "^1.4.3" }, "dependencies": { + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + }, "faye-websocket": { "version": "0.11.3", "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz", @@ -7136,6 +12014,11 @@ "requires": { "websocket-driver": ">=0.5.1" } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, @@ -7183,40 +12066,72 @@ "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" }, "sparqlalgebrajs": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.2.2.tgz", - "integrity": "sha512-djILA858R+dXke/oDuYa2yzulexZuL1bIxQSbOZIE5BHcxVkIU4LUwrp2GaB1g/c84afDk3G1ZffLURiC9iKOw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.3.2.tgz", + "integrity": "sha512-QnjSz25c6ruALbxxD7e9E64hoi/yPMz5MzxUIjLEiTob2zWoM4Pj6GlYZAMnxcCdXXURZO+n0Obt/8XhQj4XiQ==", "requires": { "@rdfjs/data-model": "^1.1.2", "fast-deep-equal": "^3.1.1", "minimist": "^1.2.5", "rdf-string": "^1.3.1", - "sparqljs": "^3.0.1" + "sparqljs": "^3.1.1" } }, "sparqlee": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.3.2.tgz", - "integrity": "sha512-ignTokSpdXjY5JMyAnObaxWsCQm0LAb1ZHlBHw0Ry61D5fCxfzE4e6YgidatmTlECBJojBLqshGsH0fBggdHnQ==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.4.3.tgz", + "integrity": "sha512-HVWj816xZqUO14/kkA9I/OS+uF8zHe7MGCmoGb4gPcO2KcenF8hg4SssftcQgxVJzsI4RQV91rXhDYdBb1WF9g==", "requires": { "@rdfjs/data-model": "^1.1.0", - "@types/asynciterator": "^1.1.0", - "@types/rdf-js": "^2.0.4", + "@types/create-hash": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "@types/uuid": "^8.0.0", "create-hash": "^1.2.0", "decimal.js": "^10.2.0", "immutable": "^3.8.2", "rdf-string": "^1.1.1", "sparqlalgebrajs": "^2.1.0", "uri-js": "^4.2.2", - "uuid": "^7.0.0" + "uuid": "^8.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/uuid": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==" + }, + "uuid": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" + } } }, "sparqljs": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.0.1.tgz", - "integrity": "sha512-1kkmqUctPvHyOcJjRR/NWrwVsJj3DydGgz+QZJWrW+uVtWWAsBk74uUYhHS2M7YMZ0xJmSnpGiWr9C4+urNJFA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.1.1.tgz", + "integrity": "sha512-HYSwEu++souL4YjJbRx+3dJ1aNYNuR+BbZdPmdrmD4QMSO14J63BEshpcSURcNRsuriOI+05wo2AaxVvpjhgkg==", "requires": { - "n3": "^1.0.4" + "n3": "^1.6.0" + }, + "dependencies": { + "n3": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.6.3.tgz", + "integrity": "sha512-dN+8pLw2h1H1WQTW9VR3T16tHPDYdQP+YKXzbcpBCMCb9ZkksUyoVRRdtFGl3vosdET+NIB5eiIgth+4Vit6Yw==", + "requires": { + "queue-microtask": "^1.1.2", + "readable-stream": "^3.6.0" + } + } } }, "sparqljson-parse": { @@ -7231,9 +12146,9 @@ }, "dependencies": { "@types/rdf-js": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.2.tgz", - "integrity": "sha512-MWZrO1DXlxmeDGsjQPsgkceAJdxYb+d4WSjZZivusYzuXqvgdXqUwO6zPJYu6KsQ/Tkh3yNSUdOHqQ86xQH2Og==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { "@types/node": "*" } @@ -7250,20 +12165,23 @@ } }, "sparqlxml-parse": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.2.2.tgz", - "integrity": "sha512-xFN+S97DRI9jrlFsOntB8rmtEAJeTUAyRCquibiLCbE+z63iw1tFdM9NhrphrPey1+EH75vh9AjycXwDD6nEIw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.3.0.tgz", + "integrity": "sha512-NeI5t7Jglue/CIl1LXAAXzK4k9Ex4ULuPpTShuEpID+edPmljJ17ITsgx1yM8exZR1a4br5UqyyiDxduQQ4wAw==", "requires": { "@rdfjs/data-model": "^1.1.1", - "@types/node": "^10.12.18", - "@types/rdf-js": "^2.0.2", + "@types/node": "^13.1.0", + "@types/rdf-js": "^3.0.0", "sax-stream": "^1.2.3" }, "dependencies": { - "@types/node": { - "version": "10.17.26", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.26.tgz", - "integrity": "sha512-myMwkO2Cr82kirHY8uknNRHEVtn0wV3DTQfkrjx17jmkstDRZ24gNUdl8AHXVyVclTYI/bNjgTPTAWvWLqXqkw==" + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } } } }, @@ -7286,6 +12204,11 @@ "requires": { "ms": "^2.1.1" } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, @@ -7309,6 +12232,11 @@ "requires": { "ms": "^2.1.1" } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, @@ -7543,26 +12471,6 @@ "es-abstract": "^1.17.5" } }, - "string.prototype.trimleft": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz", - "integrity": "sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5", - "string.prototype.trimstart": "^1.0.0" - } - }, - "string.prototype.trimright": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz", - "integrity": "sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5", - "string.prototype.trimend": "^1.0.0" - } - }, "string.prototype.trimstart": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", @@ -7641,9 +12549,9 @@ } }, "terser": { - "version": "4.6.13", - "resolved": "https://registry.npmjs.org/terser/-/terser-4.6.13.tgz", - "integrity": "sha512-wMvqukYgVpQlymbnNbabVZbtM6PN63AzqexpwJL8tbh/mRT9LE5o+ruVduAGL7D6Fpjl+Q+06U5I9Ul82odAhw==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", + "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", "requires": { "commander": "^2.20.0", "source-map": "~0.6.1", @@ -7658,21 +12566,29 @@ } }, "terser-webpack-plugin": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.3.tgz", - "integrity": "sha512-QMxecFz/gHQwteWwSo5nTc6UaICqN1bMedC5sMtUc7y3Ha3Q8y6ZO0iCR8pq4RJC8Hjf0FEPEHZqcMB/+DFCrA==", + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", + "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", "requires": { "cacache": "^12.0.2", "find-cache-dir": "^2.1.0", "is-wsl": "^1.1.0", "schema-utils": "^1.0.0", - "serialize-javascript": "^2.1.2", + "serialize-javascript": "^4.0.0", "source-map": "^0.6.1", "terser": "^4.1.2", "webpack-sources": "^1.4.0", "worker-farm": "^1.7.0" }, "dependencies": { + "serialize-javascript": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + "requires": { + "randombytes": "^2.1.0" + } + }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -7794,9 +12710,9 @@ } }, "ts-loader": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-7.0.2.tgz", - "integrity": "sha512-DwpZFB67RoILQHx42dMjSgv2STpacsQu5X+GD/H9ocd8IhU0m8p3b/ZrIln2KmcucC6xep2PdEMEblpWT71euA==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-7.0.5.tgz", + "integrity": "sha512-zXypEIT6k3oTc+OZNx/cqElrsbBtYqDknf48OZos0NQ3RTt045fBIU8RRSu+suObBzYB355aIPGOe/3kj9h7Ig==", "requires": { "chalk": "^2.3.0", "enhanced-resolve": "^4.0.0", @@ -7806,14 +12722,14 @@ } }, "ts-node": { - "version": "8.8.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.8.1.tgz", - "integrity": "sha512-10DE9ONho06QORKAaCBpPiFCdW+tZJuY/84tyypGtl6r+/C7Asq0dhqbRZURuUlLQtZxxDvT8eoj8cGW0ha6Bg==", + "version": "8.10.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", + "integrity": "sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==", "requires": { "arg": "^4.1.0", "diff": "^4.0.1", "make-error": "^1.1.1", - "source-map-support": "^0.5.6", + "source-map-support": "^0.5.17", "yn": "3.1.1" }, "dependencies": { @@ -7836,29 +12752,22 @@ } }, "tsify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/tsify/-/tsify-4.0.1.tgz", - "integrity": "sha512-ClznEI+pmwY5wmD0J7HCSVERwkD+l71ch3Dqyod2JuQLEsFaiNDI+vPjaGadsuVFVvmzgoI7HghrBtWsSmCDHQ==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/tsify/-/tsify-4.0.2.tgz", + "integrity": "sha512-XZ4jziRS8SBnoSnp1QOtASxjqhvOSfXhO8cD5WPBpXD6UKDCMQ/n7L1cr+Wlb5htIZJuvfhfxely+HODsVRWLA==", "requires": { "convert-source-map": "^1.1.0", "fs.realpath": "^1.0.0", "object-assign": "^4.1.0", - "semver": "^5.6.0", + "semver": "^6.1.0", "through2": "^2.0.0", "tsconfig": "^5.0.3" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - } } }, "tslib": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.11.2.tgz", - "integrity": "sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg==" + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" }, "tty-browserify": { "version": "0.0.1", @@ -7903,9 +12812,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz", - "integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==" + "version": "3.9.7", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==" }, "typings-core": {}, "umd": { @@ -8078,9 +12987,9 @@ "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" }, "v8-compile-cache": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz", - "integrity": "sha512-CNmdbwQMBjwr9Gsmohvm0pbL954tJrNzf6gWL3K+QMQf00PF7ERGrEiLgjuU3mKreLC2MeGhUsNV9ybTbLgd3w==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz", + "integrity": "sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==" }, "vary": { "version": "1.1.2", @@ -8103,19 +13012,57 @@ "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" }, "watchpack": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.1.tgz", - "integrity": "sha512-+IF9hfUFOrYOOaKyfaI7h7dquUIOgyEMoQMLA7OP5FxegKA2+XdXThAZ9TU2kucfhDH7rfMHs1oPYziVGWRnZA==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.4.tgz", + "integrity": "sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg==", "requires": { - "chokidar": "^2.1.8", + "chokidar": "^3.4.1", "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0" + "neo-async": "^2.5.0", + "watchpack-chokidar2": "^2.0.0" + }, + "dependencies": { + "chokidar": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz", + "integrity": "sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==", + "optional": true, + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.2", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.4.0" + } + }, + "readdirp": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", + "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", + "optional": true, + "requires": { + "picomatch": "^2.2.1" + } + } + } + }, + "watchpack-chokidar2": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz", + "integrity": "sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA==", + "optional": true, + "requires": { + "chokidar": "^2.1.8" }, "dependencies": { "anymatch": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "optional": true, "requires": { "micromatch": "^3.1.4", "normalize-path": "^2.1.1" @@ -8125,6 +13072,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "optional": true, "requires": { "remove-trailing-separator": "^1.0.1" } @@ -8134,12 +13082,14 @@ "binary-extensions": { "version": "1.13.1", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", - "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "optional": true }, "braces": { "version": "2.3.2", "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "optional": true, "requires": { "arr-flatten": "^1.1.0", "array-unique": "^0.3.2", @@ -8157,6 +13107,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "optional": true, "requires": { "is-extendable": "^0.1.0" } @@ -8167,6 +13118,7 @@ "version": "2.1.8", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "optional": true, "requires": { "anymatch": "^2.0.0", "async-each": "^1.0.1", @@ -8186,6 +13138,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "optional": true, "requires": { "extend-shallow": "^2.0.1", "is-number": "^3.0.0", @@ -8197,6 +13150,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "optional": true, "requires": { "is-extendable": "^0.1.0" } @@ -8217,6 +13171,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "optional": true, "requires": { "is-glob": "^3.1.0", "path-dirname": "^1.0.0" @@ -8226,6 +13181,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "optional": true, "requires": { "is-extglob": "^2.1.0" } @@ -8236,6 +13192,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "optional": true, "requires": { "binary-extensions": "^1.0.0" } @@ -8244,6 +13201,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "optional": true, "requires": { "kind-of": "^3.0.2" }, @@ -8252,6 +13210,7 @@ "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "optional": true, "requires": { "is-buffer": "^1.1.5" } @@ -8262,6 +13221,7 @@ "version": "3.1.10", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "optional": true, "requires": { "arr-diff": "^4.0.0", "array-unique": "^0.3.2", @@ -8282,6 +13242,7 @@ "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "optional": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -8296,6 +13257,7 @@ "version": "2.2.1", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "optional": true, "requires": { "graceful-fs": "^4.1.11", "micromatch": "^3.1.10", @@ -8305,12 +13267,14 @@ "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "optional": true }, "string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "optional": true, "requires": { "safe-buffer": "~5.1.0" } @@ -8319,6 +13283,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "optional": true, "requires": { "is-number": "^3.0.0", "repeat-string": "^1.6.1" @@ -8350,9 +13315,9 @@ "integrity": "sha512-LCHW+fE2UBJ2vjhqJujqmoxh1ytEDEr0dPO3CabMdMDJPKmsaxzS90V1Ar6LtNE5VHLqxR4YMEj1i4lzMAccIA==" }, "webpack": { - "version": "4.43.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.43.0.tgz", - "integrity": "sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==", + "version": "4.44.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.44.1.tgz", + "integrity": "sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ==", "requires": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-module-context": "1.9.0", @@ -8362,7 +13327,7 @@ "ajv": "^6.10.2", "ajv-keywords": "^3.4.1", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.1.0", + "enhanced-resolve": "^4.3.0", "eslint-scope": "^4.0.3", "json-parse-better-errors": "^1.0.2", "loader-runner": "^2.4.0", @@ -8375,7 +13340,7 @@ "schema-utils": "^1.0.0", "tapable": "^1.1.3", "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.6.1", + "watchpack": "^1.7.4", "webpack-sources": "^1.4.1" }, "dependencies": { @@ -8411,6 +13376,27 @@ } } }, + "enhanced-resolve": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz", + "integrity": "sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ==", + "requires": { + "graceful-fs": "^4.1.2", + "memory-fs": "^0.5.0", + "tapable": "^1.0.0" + }, + "dependencies": { + "memory-fs": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", + "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + } + } + }, "fill-range": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", @@ -8518,55 +13504,22 @@ } }, "webpack-cli": { - "version": "3.3.11", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.11.tgz", - "integrity": "sha512-dXlfuml7xvAFwYUPsrtQAA9e4DOe58gnzSxhgrO/ZM/gyXTBowrsYeubyN4mqGhYdpXMFNyQ6emjJS9M7OBd4g==", - "requires": { - "chalk": "2.4.2", - "cross-spawn": "6.0.5", - "enhanced-resolve": "4.1.0", - "findup-sync": "3.0.0", - "global-modules": "2.0.0", - "import-local": "2.0.0", - "interpret": "1.2.0", - "loader-utils": "1.2.3", - "supports-color": "6.1.0", - "v8-compile-cache": "2.0.3", - "yargs": "13.2.4" + "version": "3.3.12", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.12.tgz", + "integrity": "sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag==", + "requires": { + "chalk": "^2.4.2", + "cross-spawn": "^6.0.5", + "enhanced-resolve": "^4.1.1", + "findup-sync": "^3.0.0", + "global-modules": "^2.0.0", + "import-local": "^2.0.0", + "interpret": "^1.4.0", + "supports-color": "^6.1.0", + "v8-compile-cache": "^2.1.1", + "yargs": "^13.3.2" }, "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" - }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "emojis-list": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz", - "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=" - }, - "enhanced-resolve": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz", - "integrity": "sha512-F/7vkyTtyc/llOIn8oWclcB25KdRaiPBpZYDgJHgh/UHtpgT2p2eldQgtQnLtUvfMKPKxbRaQM/hHkvLHt1Vng==", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.4.0", - "tapable": "^1.0.0" - } - }, "global-modules": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", @@ -8585,99 +13538,13 @@ "which": "^1.3.1" } }, - "loader-utils": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz", - "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^2.0.0", - "json5": "^1.0.1" - } - }, - "memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", - "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "requires": { - "has-flag": "^3.0.0" - } - }, - "yargs": { - "version": "13.2.4", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.2.4.tgz", - "integrity": "sha512-HG/DWAJa1PAnHT9JAhNa8AbAv3FPaiLzioSjCcmuXXhP8MlpHO5vwls4g4j6n30Z74GVQj8Xa62dWVx1QCGklg==", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "os-locale": "^3.1.0", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.0" + "loader-utils": {}, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" } } } @@ -8704,9 +13571,9 @@ } }, "mime": { - "version": "2.4.5", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.5.tgz", - "integrity": "sha512-3hQhEUF027BuxZjQA3s7rIv/7VCQPa27hN9u9g87sEkWaKwQPuXOkVKtOeiyUrnWqTDiOs8Ed2rwg733mB0R5w==" + "version": "2.4.6", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.6.tgz", + "integrity": "sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==" }, "readable-stream": { "version": "2.3.7", @@ -8738,9 +13605,9 @@ } }, "webpack-dev-server": { - "version": "3.10.3", - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.10.3.tgz", - "integrity": "sha512-e4nWev8YzEVNdOMcNzNeCN947sWJNd43E5XvsJzbAL08kGc2frm1tQ32hTJslRS+H65LCb/AaUCYU7fjHCpDeQ==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz", + "integrity": "sha512-PUxZ+oSTxogFQgkTtFndEtJIPNmml7ExwufBZ9L2/Xyyd5PnOL5UreWe5ZT7IU25DSdykL9p1MLQzmLh2ljSeg==", "requires": { "ansi-html": "0.0.7", "bonjour": "^3.5.0", @@ -8750,31 +13617,31 @@ "debug": "^4.1.1", "del": "^4.1.1", "express": "^4.17.1", - "html-entities": "^1.2.1", + "html-entities": "^1.3.1", "http-proxy-middleware": "0.19.1", "import-local": "^2.0.0", "internal-ip": "^4.3.0", "ip": "^1.1.5", "is-absolute-url": "^3.0.3", "killable": "^1.0.1", - "loglevel": "^1.6.6", + "loglevel": "^1.6.8", "opn": "^5.5.0", "p-retry": "^3.0.1", - "portfinder": "^1.0.25", + "portfinder": "^1.0.26", "schema-utils": "^1.0.0", "selfsigned": "^1.10.7", "semver": "^6.3.0", "serve-index": "^1.9.1", - "sockjs": "0.3.19", + "sockjs": "0.3.20", "sockjs-client": "1.4.0", - "spdy": "^4.0.1", + "spdy": "^4.0.2", "strip-ansi": "^3.0.1", "supports-color": "^6.1.0", "url": "^0.11.0", "webpack-dev-middleware": "^3.7.2", "webpack-log": "^2.0.0", "ws": "^6.2.1", - "yargs": "12.0.5" + "yargs": "^13.3.2" }, "dependencies": { "ansi-regex": { @@ -8852,31 +13719,6 @@ "upath": "^1.1.1" } }, - "cliui": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", - "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", - "requires": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0", - "wrap-ansi": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "requires": { - "ansi-regex": "^3.0.0" - } - } - } - }, "debug": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", @@ -8916,11 +13758,6 @@ "nan": "^2.12.1" } }, - "get-caller-file": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", - "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==" - }, "glob-parent": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", @@ -8948,14 +13785,6 @@ "binary-extensions": "^1.0.0" } }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "requires": { - "number-is-nan": "^1.0.0" - } - }, "is-number": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", @@ -8994,6 +13823,11 @@ "to-regex": "^3.0.2" } }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", @@ -9018,11 +13852,6 @@ "readable-stream": "^2.0.2" } }, - "require-main-filename": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", - "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=" - }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", @@ -9060,55 +13889,6 @@ "is-number": "^3.0.0", "repeat-string": "^1.6.1" } - }, - "wrap-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", - "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", - "requires": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1" - }, - "dependencies": { - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - } - } - } - }, - "yargs": { - "version": "12.0.5", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz", - "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==", - "requires": { - "cliui": "^4.0.0", - "decamelize": "^1.2.0", - "find-up": "^3.0.0", - "get-caller-file": "^1.0.1", - "os-locale": "^3.0.0", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^2.0.0", - "which-module": "^2.0.0", - "y18n": "^3.2.1 || ^4.0.0", - "yargs-parser": "^11.1.1" - } - }, - "yargs-parser": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz", - "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } } } }, @@ -9145,19 +13925,17 @@ } }, "websocket-driver": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.3.tgz", - "integrity": "sha512-bpxWlvbbB459Mlipc5GBzzZwhoZgGEZLuqPaR0INBGnPAY1vdBX6hPnoFXiw+3yWxDuHyQjO2oXTMyS8A5haFg==", + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz", + "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=", "requires": { - "http-parser-js": ">=0.4.0 <0.4.11", - "safe-buffer": ">=5.1.0", "websocket-extensions": ">=0.1.1" } }, "websocket-extensions": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz", - "integrity": "sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==" + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" }, "whatwg-fetch": { "version": "3.0.0", @@ -9568,33 +14346,29 @@ } }, "@comunica/actor-abstract-bindings-hash": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.14.0.tgz", - "integrity": "sha512-dOsaJyDtxa8Pg+JYOOKgTHFqyv7UWwqS5wBTVeJb/3249STUgQ/I9BX8JnDsCyNbyCjOnzONQhkO2Mc36Fnz1Q==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.16.0.tgz", + "integrity": "sha512-W7oU8J0n6wC8R8EQ7UEvdmaJXf/Z3gEVCw9H+WXJSTEg1B77nrHuQs1lJreteKCIJEhC7BQYLtrfKE5N92edKw==", "requires": { "canonicalize": "^1.0.1", "rdf-string": "^1.4.2" } }, "@comunica/actor-abstract-mediatyped": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.14.0.tgz", - "integrity": "sha512-mQh3aBRB78TioV0pBuWxalJatc7qI1kk92vyMe5ADO7+zknzfUTMZQK702j79smZdaYuzmPi5JQwPgFy7V/tMQ==", - "requires": { - "@types/lodash.mapvalues": "^4.6.3", - "lodash.mapvalues": "^4.6.0" - } + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.15.0.tgz", + "integrity": "sha512-rB0DnIuiZKGqAd6JmcXdajmgDPWzffqCqLyAp2A967NRN1NlPbPnfwkCJBHVehdcyT69dAaEkHoHDZpbwOVjHg==" }, "@comunica/actor-abstract-path": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.14.0.tgz", - "integrity": "sha512-NLIIXTFxWw/j1Olg84tYDP8+wkmHzIwSImXtQ2eKqMDTg1XAhPQ6yEXiuLsD9mEBwViQFchBaaCGdF2XyNGEqg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.16.0.tgz", + "integrity": "sha512-a53X/a9DTl6rYNbBGXCmUY9crusU6ySAiRZY3usiPWzqHeiZonM5+eRKzYm8vazxg3hLBs8jowKiZhiUPrx4wQ==", "requires": { "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { "@types/rdf-js": { @@ -9608,9 +14382,9 @@ } }, "@comunica/actor-http-memento": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.14.0.tgz", - "integrity": "sha512-UREA2jPckRCnskknoIJRlSK6wwLgNL+rYEME6pSRWZKWNOCK8XYBnEvHaLFYDvWwptrNdkKneOVlR7qu1oVDJg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.16.0.tgz", + "integrity": "sha512-X58EUsxFch+/VoS58Ld1yFsSNjeu7xYtvPV6x4IpGv16V+QJot4KyKH25+SAwNOQDiRxShX55FovCCVvSxK35w==", "requires": { "@types/parse-link-header": "^1.0.0", "cross-fetch": "^3.0.5", @@ -9633,9 +14407,9 @@ } }, "@comunica/actor-http-native": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.14.0.tgz", - "integrity": "sha512-RHWCNQd/7En8gdfOYSFtb0X+YTBvf8DgeJOq8Qbge5rNuYo+PUxVm0ClgPh544jhh5tAS+ZjySAecQDJSkk1rQ==", + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.16.2.tgz", + "integrity": "sha512-KhmYTKOmf4QZwd8CVy4f4o6d/LVzBy19JmpOIP1vLcOTAVOXg6KXDT+NEVSoDIc9T5fpKDh91bWuukptUqVjig==", "requires": { "@types/parse-link-header": "^1.0.0", "cross-fetch": "^3.0.5", @@ -9659,119 +14433,122 @@ } }, "@comunica/actor-http-proxy": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.14.0.tgz", - "integrity": "sha512-sVwk7SfIvk29LEQ7KuhmlU0MzbinJN8Ll6JZvbSeHELWAuKqb/Pb5s+paxQTT7zDMlbghh/M/+jEeZyOvks/3w==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.16.0.tgz", + "integrity": "sha512-5aD5y9b6DvcCX2/ud/aVvUjvipppMmzKRV3C0evbA3NoAZ4VF8ejD+JpIjDsrvrbWeXVPueXvL/yfssUz17iIg==" }, "@comunica/actor-init-sparql": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.14.0.tgz", - "integrity": "sha512-8Wc2OrzYjIt3Q7Mk90ewN/DLxvfNi7FAgiuj1UXvsuv0/2nlnDGmfjxGjXT9yJcZzmD1eFJ/PydAmRY3yJbp9A==", - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.14.0", - "@comunica/actor-abstract-mediatyped": "^1.14.0", - "@comunica/actor-http-memento": "^1.14.0", - "@comunica/actor-http-native": "^1.14.0", - "@comunica/actor-http-proxy": "^1.14.0", - "@comunica/actor-optimize-query-operation-join-bgp": "^1.14.0", - "@comunica/actor-query-operation-ask": "^1.14.0", - "@comunica/actor-query-operation-bgp-empty": "^1.14.0", - "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.14.0", - "@comunica/actor-query-operation-bgp-single": "^1.14.0", - "@comunica/actor-query-operation-construct": "^1.14.0", - "@comunica/actor-query-operation-describe-subject": "^1.14.0", - "@comunica/actor-query-operation-distinct-hash": "^1.14.0", - "@comunica/actor-query-operation-extend": "^1.14.0", - "@comunica/actor-query-operation-filter-sparqlee": "^1.14.0", - "@comunica/actor-query-operation-from-quad": "^1.14.0", - "@comunica/actor-query-operation-group": "^1.14.0", - "@comunica/actor-query-operation-join": "^1.14.0", - "@comunica/actor-query-operation-leftjoin-left-deep": "^1.14.0", - "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.14.0", - "@comunica/actor-query-operation-minus": "^1.14.0", - "@comunica/actor-query-operation-orderby-sparqlee": "^1.14.0", - "@comunica/actor-query-operation-path-alt": "^1.14.0", - "@comunica/actor-query-operation-path-inv": "^1.14.0", - "@comunica/actor-query-operation-path-link": "^1.14.0", - "@comunica/actor-query-operation-path-nps": "^1.14.0", - "@comunica/actor-query-operation-path-one-or-more": "^1.14.0", - "@comunica/actor-query-operation-path-seq": "^1.14.0", - "@comunica/actor-query-operation-path-zero-or-more": "^1.14.0", - "@comunica/actor-query-operation-path-zero-or-one": "^1.14.0", - "@comunica/actor-query-operation-project": "^1.14.0", - "@comunica/actor-query-operation-quadpattern": "^1.14.0", - "@comunica/actor-query-operation-reduced-hash": "^1.14.0", - "@comunica/actor-query-operation-service": "^1.14.0", - "@comunica/actor-query-operation-slice": "^1.14.0", - "@comunica/actor-query-operation-sparql-endpoint": "^1.14.0", - "@comunica/actor-query-operation-union": "^1.14.0", - "@comunica/actor-query-operation-values": "^1.14.0", - "@comunica/actor-rdf-dereference-http-parse": "^1.14.0", - "@comunica/actor-rdf-join-multi-smallest": "^1.14.0", - "@comunica/actor-rdf-join-symmetrichash": "^1.14.0", - "@comunica/actor-rdf-metadata-all": "^1.14.0", - "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.14.0", - "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.14.0", - "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.14.0", - "@comunica/actor-rdf-metadata-primary-topic": "^1.14.0", - "@comunica/actor-rdf-parse-html": "^1.14.0", - "@comunica/actor-rdf-parse-html-rdfa": "^1.14.0", - "@comunica/actor-rdf-parse-html-script": "^1.14.0", - "@comunica/actor-rdf-parse-jsonld": "^1.14.0", - "@comunica/actor-rdf-parse-n3": "^1.14.0", - "@comunica/actor-rdf-parse-rdfxml": "^1.14.0", - "@comunica/actor-rdf-parse-xml-rdfa": "^1.14.0", - "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.14.0", - "@comunica/actor-rdf-resolve-hypermedia-none": "^1.14.0", - "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.14.0", - "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.14.0", - "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.14.0", - "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.14.0", - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.14.0", - "@comunica/actor-rdf-serialize-jsonld": "^1.14.0", - "@comunica/actor-rdf-serialize-n3": "^1.14.0", - "@comunica/actor-sparql-parse-algebra": "^1.14.0", - "@comunica/actor-sparql-parse-graphql": "^1.14.0", - "@comunica/actor-sparql-serialize-json": "^1.14.0", - "@comunica/actor-sparql-serialize-rdf": "^1.14.0", - "@comunica/actor-sparql-serialize-simple": "^1.14.0", - "@comunica/actor-sparql-serialize-sparql-json": "^1.14.0", - "@comunica/actor-sparql-serialize-sparql-xml": "^1.14.0", - "@comunica/actor-sparql-serialize-stats": "^1.14.0", - "@comunica/actor-sparql-serialize-table": "^1.14.0", - "@comunica/actor-sparql-serialize-tree": "^1.14.0", - "@comunica/bus-context-preprocess": "^1.14.0", - "@comunica/bus-http": "^1.14.0", - "@comunica/bus-http-invalidate": "^1.14.0", - "@comunica/bus-init": "^1.14.0", - "@comunica/bus-optimize-query-operation": "^1.14.0", - "@comunica/bus-query-operation": "^1.14.0", - "@comunica/bus-rdf-dereference": "^1.14.0", - "@comunica/bus-rdf-dereference-paged": "^1.14.0", - "@comunica/bus-rdf-join": "^1.14.0", - "@comunica/bus-rdf-metadata": "^1.14.0", - "@comunica/bus-rdf-metadata-extract": "^1.14.0", - "@comunica/bus-rdf-parse": "^1.14.0", - "@comunica/bus-rdf-parse-html": "^1.14.0", - "@comunica/bus-rdf-resolve-hypermedia": "^1.14.0", - "@comunica/bus-rdf-resolve-hypermedia-links": "^1.14.0", - "@comunica/bus-rdf-resolve-quad-pattern": "^1.14.0", - "@comunica/bus-rdf-serialize": "^1.14.0", - "@comunica/bus-sparql-parse": "^1.14.0", - "@comunica/bus-sparql-serialize": "^1.14.0", - "@comunica/core": "^1.14.0", - "@comunica/logger-pretty": "^1.14.0", - "@comunica/logger-void": "^1.14.0", - "@comunica/mediator-all": "^1.14.0", - "@comunica/mediator-combine-pipeline": "^1.14.0", - "@comunica/mediator-combine-union": "^1.14.0", - "@comunica/mediator-number": "^1.14.0", - "@comunica/mediator-race": "^1.14.0", - "@comunica/runner": "^1.14.0", - "@comunica/runner-cli": "^1.14.0", + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.16.2.tgz", + "integrity": "sha512-jzE/sW1ciNXtO/tRYEhSiKFxpB9/cqPME9a2jq/GYq9PmTv5MzcUbZEY7x8QRkRQ3Dp0Z2JHI/sorps8LPwcmQ==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-http-memento": "^1.16.0", + "@comunica/actor-http-native": "^1.16.2", + "@comunica/actor-http-proxy": "^1.16.0", + "@comunica/actor-optimize-query-operation-join-bgp": "^1.16.0", + "@comunica/actor-query-operation-ask": "^1.16.0", + "@comunica/actor-query-operation-bgp-empty": "^1.16.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", + "@comunica/actor-query-operation-bgp-single": "^1.16.0", + "@comunica/actor-query-operation-construct": "^1.16.0", + "@comunica/actor-query-operation-describe-subject": "^1.16.0", + "@comunica/actor-query-operation-distinct-hash": "^1.16.0", + "@comunica/actor-query-operation-extend": "^1.16.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-from-quad": "^1.16.0", + "@comunica/actor-query-operation-group": "^1.16.0", + "@comunica/actor-query-operation-join": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-left-deep": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", + "@comunica/actor-query-operation-minus": "^1.16.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-path-alt": "^1.16.0", + "@comunica/actor-query-operation-path-inv": "^1.16.0", + "@comunica/actor-query-operation-path-link": "^1.16.0", + "@comunica/actor-query-operation-path-nps": "^1.16.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-seq": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", + "@comunica/actor-query-operation-project": "^1.16.0", + "@comunica/actor-query-operation-quadpattern": "^1.16.0", + "@comunica/actor-query-operation-reduced-hash": "^1.16.0", + "@comunica/actor-query-operation-service": "^1.16.0", + "@comunica/actor-query-operation-slice": "^1.16.0", + "@comunica/actor-query-operation-sparql-endpoint": "^1.16.0", + "@comunica/actor-query-operation-union": "^1.16.0", + "@comunica/actor-query-operation-values": "^1.16.0", + "@comunica/actor-rdf-dereference-http-parse": "^1.16.0", + "@comunica/actor-rdf-join-multi-smallest": "^1.16.0", + "@comunica/actor-rdf-join-nestedloop": "^1.16.0", + "@comunica/actor-rdf-join-symmetrichash": "^1.16.0", + "@comunica/actor-rdf-metadata-all": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.15.0", + "@comunica/actor-rdf-metadata-primary-topic": "^1.15.0", + "@comunica/actor-rdf-parse-html": "^1.15.0", + "@comunica/actor-rdf-parse-html-rdfa": "^1.15.0", + "@comunica/actor-rdf-parse-html-script": "^1.16.1", + "@comunica/actor-rdf-parse-jsonld": "^1.16.0", + "@comunica/actor-rdf-parse-n3": "^1.15.0", + "@comunica/actor-rdf-parse-rdfxml": "^1.15.0", + "@comunica/actor-rdf-parse-xml-rdfa": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-none": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.16.0", + "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.16.0", + "@comunica/actor-sparql-parse-graphql": "^1.15.0", + "@comunica/actor-sparql-serialize-json": "^1.16.0", + "@comunica/actor-sparql-serialize-rdf": "^1.16.0", + "@comunica/actor-sparql-serialize-simple": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-csv": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-tsv": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", + "@comunica/actor-sparql-serialize-stats": "^1.16.0", + "@comunica/actor-sparql-serialize-table": "^1.16.0", + "@comunica/actor-sparql-serialize-tree": "^1.16.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-http": "^1.16.0", + "@comunica/bus-http-invalidate": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-optimize-query-operation": "^1.16.0", + "@comunica/bus-query-operation": "^1.16.0", + "@comunica/bus-rdf-dereference": "^1.15.0", + "@comunica/bus-rdf-dereference-paged": "^1.15.0", + "@comunica/bus-rdf-join": "^1.16.0", + "@comunica/bus-rdf-metadata": "^1.15.0", + "@comunica/bus-rdf-metadata-extract": "^1.15.0", + "@comunica/bus-rdf-parse": "^1.15.0", + "@comunica/bus-rdf-parse-html": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia-links": "^1.15.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.16.0", + "@comunica/core": "^1.15.0", + "@comunica/logger-pretty": "^1.15.0", + "@comunica/logger-void": "^1.15.0", + "@comunica/mediator-all": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.16.0", + "@comunica/runner-cli": "^1.16.0", "@types/minimist": "^1.2.0", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "asyncreiterable": "^2.0.0", "minimist": "^1.2.0", "negotiate": "^1.0.1", @@ -9792,98 +14569,96 @@ } }, "@comunica/actor-init-sparql-rdfjs": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.14.0.tgz", - "integrity": "sha512-r4iV96KNvCALvNA52O3tGy1R83VCJmVkLTA5AuEqXmyJJNCeeK5Af4KcO7BULOL20FYgFw1wrfpSVb50PMzqXQ==", - "requires": { - "@comunica/actor-abstract-mediatyped": "^1.14.0", - "@comunica/actor-init-sparql": "^1.14.0", - "@comunica/actor-query-operation-ask": "^1.14.0", - "@comunica/actor-query-operation-bgp-empty": "^1.14.0", - "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.14.0", - "@comunica/actor-query-operation-bgp-single": "^1.14.0", - "@comunica/actor-query-operation-construct": "^1.14.0", - "@comunica/actor-query-operation-describe-subject": "^1.14.0", - "@comunica/actor-query-operation-distinct-hash": "^1.14.0", - "@comunica/actor-query-operation-extend": "^1.14.0", - "@comunica/actor-query-operation-filter-sparqlee": "^1.14.0", - "@comunica/actor-query-operation-from-quad": "^1.14.0", - "@comunica/actor-query-operation-join": "^1.14.0", - "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.14.0", - "@comunica/actor-query-operation-orderby-sparqlee": "^1.14.0", - "@comunica/actor-query-operation-path-alt": "^1.14.0", - "@comunica/actor-query-operation-path-inv": "^1.14.0", - "@comunica/actor-query-operation-path-link": "^1.14.0", - "@comunica/actor-query-operation-path-nps": "^1.14.0", - "@comunica/actor-query-operation-path-one-or-more": "^1.14.0", - "@comunica/actor-query-operation-path-seq": "^1.14.0", - "@comunica/actor-query-operation-path-zero-or-more": "^1.14.0", - "@comunica/actor-query-operation-path-zero-or-one": "^1.14.0", - "@comunica/actor-query-operation-project": "^1.14.0", - "@comunica/actor-query-operation-quadpattern": "^1.14.0", - "@comunica/actor-query-operation-service": "^1.14.0", - "@comunica/actor-query-operation-slice": "^1.14.0", - "@comunica/actor-query-operation-union": "^1.14.0", - "@comunica/actor-query-operation-values": "^1.14.0", - "@comunica/actor-rdf-join-nestedloop": "^1.14.0", - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.14.0", - "@comunica/actor-rdf-serialize-jsonld": "^1.14.0", - "@comunica/actor-rdf-serialize-n3": "^1.14.0", - "@comunica/actor-sparql-parse-algebra": "^1.14.0", - "@comunica/actor-sparql-serialize-json": "^1.14.0", - "@comunica/actor-sparql-serialize-rdf": "^1.14.0", - "@comunica/actor-sparql-serialize-simple": "^1.14.0", - "@comunica/actor-sparql-serialize-sparql-json": "^1.14.0", - "@comunica/actor-sparql-serialize-sparql-xml": "^1.14.0", - "@comunica/bus-context-preprocess": "^1.14.0", - "@comunica/bus-init": "^1.14.0", - "@comunica/bus-query-operation": "^1.14.0", - "@comunica/bus-rdf-join": "^1.14.0", - "@comunica/bus-rdf-resolve-quad-pattern": "^1.14.0", - "@comunica/bus-rdf-serialize": "^1.14.0", - "@comunica/bus-sparql-parse": "^1.14.0", - "@comunica/bus-sparql-serialize": "^1.14.0", - "@comunica/core": "^1.14.0", - "@comunica/mediator-combine-pipeline": "^1.14.0", - "@comunica/mediator-combine-union": "^1.14.0", - "@comunica/mediator-number": "^1.14.0", - "@comunica/mediator-race": "^1.14.0", - "@comunica/runner": "^1.14.0", - "@comunica/runner-cli": "^1.14.0" + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.16.2.tgz", + "integrity": "sha512-37FizXW2XCtyRFq0vjCqTAzxnVVklYGoq3Rmn6sBelF6wKW7pqtHunBA3yOJfo5MKRVoFD04wHCbwaWC6xaYEw==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-init-sparql": "^1.16.2", + "@comunica/actor-query-operation-ask": "^1.16.0", + "@comunica/actor-query-operation-bgp-empty": "^1.16.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", + "@comunica/actor-query-operation-bgp-single": "^1.16.0", + "@comunica/actor-query-operation-construct": "^1.16.0", + "@comunica/actor-query-operation-describe-subject": "^1.16.0", + "@comunica/actor-query-operation-distinct-hash": "^1.16.0", + "@comunica/actor-query-operation-extend": "^1.16.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-from-quad": "^1.16.0", + "@comunica/actor-query-operation-join": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-path-alt": "^1.16.0", + "@comunica/actor-query-operation-path-inv": "^1.16.0", + "@comunica/actor-query-operation-path-link": "^1.16.0", + "@comunica/actor-query-operation-path-nps": "^1.16.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-seq": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", + "@comunica/actor-query-operation-project": "^1.16.0", + "@comunica/actor-query-operation-quadpattern": "^1.16.0", + "@comunica/actor-query-operation-service": "^1.16.0", + "@comunica/actor-query-operation-slice": "^1.16.0", + "@comunica/actor-query-operation-union": "^1.16.0", + "@comunica/actor-query-operation-values": "^1.16.0", + "@comunica/actor-rdf-join-nestedloop": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.16.0", + "@comunica/actor-sparql-serialize-json": "^1.16.0", + "@comunica/actor-sparql-serialize-rdf": "^1.16.0", + "@comunica/actor-sparql-serialize-simple": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-query-operation": "^1.16.0", + "@comunica/bus-rdf-join": "^1.16.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.16.0", + "@comunica/core": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.16.0", + "@comunica/runner-cli": "^1.16.0" } }, "@comunica/actor-optimize-query-operation-join-bgp": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.14.0.tgz", - "integrity": "sha512-rVElyg++Jd7hhAdzKC8rgVDnGjtPTcRr8GyKvjIjC/ue/JI9GDz0LDP4448Y63MFd87TKYDnSS78KtmbS94YYA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.16.0.tgz", + "integrity": "sha512-KWuAKG8S+IwonyecNjqrO5dlSKSVmR1cxP117/DEUPIltXl0IY2W3Q/HKRRZ+DXwV/LRMExIXILdUkZgYUSnAw==", "requires": { - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-ask": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.14.0.tgz", - "integrity": "sha512-y0QcS7Fl+TAdlYzRUemSCfblulLnBNPfMEK24p+ABs2yXXetZEbaPGvv0L1iDqSeWfEvsjIzCMx021f5UUtM1A==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.16.0.tgz", + "integrity": "sha512-zlWYPh7GoIw7epzcORfDWwRFsfLciJGVSaCR2C46AZj8CctApf+mzrRDY7H3WSETyTc6s9T1fiDzGjBY/P3TbA==" }, "@comunica/actor-query-operation-bgp-empty": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.14.0.tgz", - "integrity": "sha512-9kW2sn3aRgB5Aty7zb1IcSxXC9l9gicNnXrZSDHOIISkKXForACLy5OyffEZF6n/PSSzLLHBb92Jv6pF+HCYrA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.16.0.tgz", + "integrity": "sha512-C8q0YKNcIbMZ1KWL1juCoTbppYQcI3/0qlp/boBD1w8yeNVt2ytxB0cKsdVilvLVVcooISJJKNn4j8uGqOJsZg==", "requires": { - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0" } }, "@comunica/actor-query-operation-bgp-left-deep-smallest": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.14.0.tgz", - "integrity": "sha512-G47D9HFkRQId3f2zmtf0fJAmBLLff3cspF2MCTpvulhV1jmgDFBymTz9XUjk7q6eHosh9It1xLsxE8TciOWYCw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.16.0.tgz", + "integrity": "sha512-8zB8ajT7z6nYDge9//7zP0sziKmnCFLVVtqqyacSQ8Yu9jl15b42rqMiZ0ty9c3qZncH2DagqiTd/5VCJP3nMg==", "requires": { - "@types/lodash.uniq": "^4.5.3", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", - "lodash.uniq": "^4.5.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0" }, @@ -9899,18 +14674,18 @@ } }, "@comunica/actor-query-operation-bgp-single": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.14.0.tgz", - "integrity": "sha512-Z86s0MgOC+h6Md/wyytwVlYXfGbynZIYqNFqOmbnJMFLwJMZ9xJWU2yXxKuFj5dIl1URntRPBkmP5eKNJ27IhA==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.16.0.tgz", + "integrity": "sha512-nUcGlq9uJCl5O7rGnFCrFeHrWSRD7hZW9QU+B7tCoSbJoUrKS9hBKkDO6xUHmsmztRKfzHgMO9LFDvmc5jGKlQ==" }, "@comunica/actor-query-operation-construct": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.14.0.tgz", - "integrity": "sha512-FsFx6Vz56xtVg5tTqin96++1RSrIzzcMrLf9vMOnYFo2OtTt/fu3nB5d0bDswu8phvoOyCUyM5TwJbrBg8bwAA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.16.0.tgz", + "integrity": "sha512-c4tLLcl7T1JYCg790LEu9Ijn3c7i2yd2uKJ9E2oytx6KLeW0YQeEaiLZ1hn3XDlQHMvfYeGznd4Y+X8632+Faw==", "requires": { "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-terms": "^1.4.0" }, "dependencies": { @@ -9925,14 +14700,14 @@ } }, "@comunica/actor-query-operation-describe-subject": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.14.0.tgz", - "integrity": "sha512-DGv/zC/o6ChOnBFg9Pidsv+Y5W9LIRMnnpZTo5hW3hDLYdmBfRpF99KdWnCVCDuUjWN7ixK3w97cokiCe3G6Rw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.16.0.tgz", + "integrity": "sha512-F5x0AU/7K9Zw6o5/y2AWsX5G3YPyLoDekWm1bHyztnHD21WFGsOgAt7R3XOJLU4/d9Mc2TpDOj17bttplJRXSg==", "requires": { - "@comunica/actor-query-operation-union": "^1.14.0", + "@comunica/actor-query-operation-union": "^1.16.0", "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0" + "asynciterator": "^3.0.1" }, "dependencies": { "@types/rdf-js": { @@ -9946,38 +14721,36 @@ } }, "@comunica/actor-query-operation-distinct-hash": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.14.0.tgz", - "integrity": "sha512-vz521ZtESOJtZp8NCUj1K9feFGOaETTkS4GPz+i77CBZxOvDffVj6wDVDgGxxiqaCMpPEvF/0M2Y7Bjve+0evQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.16.0.tgz", + "integrity": "sha512-/SKXl7lFUlJ83yL81lD3RyzqkV5ONqUiqR8d1D0Vob/m8DI7ynDp8f5x74ocBLdrhFADJvGlVl8703AjJzcD6w==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.14.0" + "@comunica/actor-abstract-bindings-hash": "^1.16.0" } }, "@comunica/actor-query-operation-extend": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.14.0.tgz", - "integrity": "sha512-qmfaQKF4ZrtOyTigi4/8b4s8ci0kiwdEZnVlBp30/lx88OpiKL+DIquvxx57ZNX1NZxLQU5f+EmtNvgn2PvNcQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.16.0.tgz", + "integrity": "sha512-xad5NhPZ4KJsk3DTlG6mb0ZEX6LccCRjhFEVZsNT4qr1DPTqD5MaeE/SfjFADCwDniy5gZTxn6AQnQ1LsC52Eg==", "requires": { - "sparqlee": "^1.4.0" + "sparqlee": "^1.4.3" } }, "@comunica/actor-query-operation-filter-sparqlee": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.14.0.tgz", - "integrity": "sha512-+r+bBkCsMvZqllsZwdhuP3bIvQSUdhNJbdEETx912zBKoHiTdzZ9IB4bsN7Qm8DT083V7fnNWwplTV7YjagRow==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.16.0.tgz", + "integrity": "sha512-96ttlUQkBpkiUlXnClvjEaYHtEL8gCVzhOMcMLxuOAifwgv7I6Qe5WQT8QZkJbXbbwNvelXYC4Cs37p85nHSCw==", "requires": { - "sparqlee": "^1.4.0" + "sparqlee": "^1.4.3" } }, "@comunica/actor-query-operation-from-quad": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.14.0.tgz", - "integrity": "sha512-iRsXBkqCHN9gNhAMY8HFE9JU/FiwehzMh5MzNEjaQxzqC2UAUJ+AjgwHi2Ht0Uv0cezb5VKp1V2hIpxQ1wZazg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.16.0.tgz", + "integrity": "sha512-qyjSrxmi0WSlxMbZo2djOfUD+2Jkm7s4JOW36ua8JBbSuGAbHwFI3xYSWiWYmLCMQEp3YgqHrTKWeGDSnqxnJQ==", "requires": { - "@types/lodash.find": "^4.6.3", "@types/rdf-js": "^3.0.0", - "lodash.find": "^4.6.0", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { "@types/rdf-js": { @@ -9991,27 +14764,27 @@ } }, "@comunica/actor-query-operation-group": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.14.0.tgz", - "integrity": "sha512-Efe63RXqhAyFLaPO14r9hwH78Od6zYJUI2inzmll4ImvnWlwrQibEQgp7C5DbFELt+s17NJqv2BbdeAaDSO2fg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.16.0.tgz", + "integrity": "sha512-xwmoNsfjcsS04s3lLlf6dua81ywFNqOU77g61tZEveCAKyC5fN6rQZM8eLBa87z7HhHLHF42V1TVXh3PD46HaA==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.14.0", + "@comunica/actor-abstract-bindings-hash": "^1.16.0", "rdf-string": "^1.4.2", - "sparqlee": "^1.4.0" + "sparqlee": "^1.4.3" } }, "@comunica/actor-query-operation-join": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.14.0.tgz", - "integrity": "sha512-KPNBpXgspA8dCGUZF8BqLe2U2QaWw3e+HeOuqvBXPZVeXcXbrl9BMfgo9269RjdsT5QkWrmSk0BIZ2Ds+uKEAw==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.16.0.tgz", + "integrity": "sha512-3lJt1dTrBm4ogRwCyEPwqOrJ/QfEEYu5tHUClpiP3vG0L1tmN+wRfewAxU7P8o0Rec0QkqICAMRf252tM0ftgw==" }, "@comunica/actor-query-operation-leftjoin-left-deep": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.14.0.tgz", - "integrity": "sha512-9pFqobP4xNA3c8hLNsMoEMb/gGRxteRYnZGZHa9+A3HWjQIp4EJjcBnBj/l9ibdfwKR0PJjLlUJ7rlnaPr+BsA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.16.0.tgz", + "integrity": "sha512-fVVdcMEFvQpU8eKQyDys7q6jL6SosHdSs2j5ARPmXvY/hzl68coIb4D0JmMIIWmk87TDcc9VUH0mcnHI5f7Eqw==", "requires": { "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0" + "asynciterator": "^3.0.1" }, "dependencies": { "@types/rdf-js": { @@ -10025,21 +14798,21 @@ } }, "@comunica/actor-query-operation-leftjoin-nestedloop": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.14.0.tgz", - "integrity": "sha512-N/MPV9aHUoyZ599tedKA1u3q3GakwoNyP4cSkU50ixYH9kKfuQoy1fqUyOIhtwB8reBMBfxxAWXOptOlwf0+Zw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.16.0.tgz", + "integrity": "sha512-dTNcGe4LTwgJcvAV2TZA9lF6gmvtcQDFm+4UEiY5ehtgOD/Quh39AixYSXTNOsmMmGBamr5iBfk1ABgRwAmzyg==", "requires": { - "sparqlee": "^1.4.0" + "sparqlee": "^1.4.3" } }, "@comunica/actor-query-operation-minus": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.14.0.tgz", - "integrity": "sha512-/Q0C1dB1IK3zuBFTiMbmiT01AW5hBmVEIT8sDsIPRtNIkf9nFekscEl1EeWlRfl5RbToJcjfr0QK9F9UGe/ZBw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.16.0.tgz", + "integrity": "sha512-PeM5FouB+BJMU2QYB//SK9O5LCdielQnrr+nTWXyznrx1kpBqMX7Elzmim5huhKY3Y0WfotL6rGsE5DEjdRE1w==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.14.0", + "@comunica/actor-abstract-bindings-hash": "^1.16.0", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0" + "asynciterator": "^3.0.1" }, "dependencies": { "@types/rdf-js": { @@ -10053,13 +14826,13 @@ } }, "@comunica/actor-query-operation-orderby-sparqlee": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.14.0.tgz", - "integrity": "sha512-Yi0HkbhhB38Lz8cH13iTQQGu5lQo1/hrxWXKQIQzmYmf39XbNKuH6MEWzknhv2RffTHtelY/ZRsedI9Qd4sA9g==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.16.0.tgz", + "integrity": "sha512-mRubrkxjevfsrr3sMn/scVg9pveNDLammx5jtrBDm5IKkL2muTH6HGduLCmT/zONBkxUZy2uOiXQgxHXrtznsw==", "requires": { "@types/rdf-js": "^3.0.0", "rdf-string": "^1.4.2", - "sparqlee": "^1.4.0" + "sparqlee": "^1.4.3" }, "dependencies": { "@types/rdf-js": { @@ -10073,54 +14846,52 @@ } }, "@comunica/actor-query-operation-path-alt": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.14.0.tgz", - "integrity": "sha512-JNzT+vVsfyrwZ48mIBGLsFiRvB1+6SOa5cDlD5U40FzN/Bet1o+ZN5u+FUEVr77PEOTb6x7RIGawf10VdmZJTw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.16.0.tgz", + "integrity": "sha512-VJiGYoupy41Rcbbf4BymERWC5U7OjVtSe0JuSkHoOmKl9HcXQo+dGur+XJpbKz391rDY+BB2djH3Bht1YmrYig==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", - "@types/lodash.uniq": "^4.5.3", - "asynciterator": "^3.0.0", - "lodash.uniq": "^4.5.0", - "sparqlalgebrajs": "^2.2.2" + "@comunica/actor-abstract-path": "^1.16.0", + "asynciterator": "^3.0.1", + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-path-inv": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.14.0.tgz", - "integrity": "sha512-KZoTQN9z8JSqk9yqz5O5l5yaWGfoMeXjmFjkTuBVrH30vrtsNmWEVZGe8sjiXk47MHgGlmv2NzYk5TrKcbWkbw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.16.0.tgz", + "integrity": "sha512-xVWLGiaIbuv2vudAFVgotHx/YCNQ+deflpgSyg5RsUU7cnqj3njkt4Iq8lX+8Sdwjmr10UIAqXPVMHKsRCRKzA==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0" + "@comunica/actor-abstract-path": "^1.16.0" } }, "@comunica/actor-query-operation-path-link": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.14.0.tgz", - "integrity": "sha512-qtX7eHoHneo+W+vcmMWWALoaNbJHmTXT3lnmaEHETc6+mg9WE8dBlCGth3qQMgBHprnij8iiubdc0MCXduADIg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.16.0.tgz", + "integrity": "sha512-YCPgTQGfQCtp88OneFYTyXBG9pHuHs5Plfmj3BZP0fhbIXhn6ywn4LP5NXaVukJFCDwCFRWL9Pd1aZ5N0p9tNQ==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", - "sparqlalgebrajs": "^2.2.2" + "@comunica/actor-abstract-path": "^1.16.0", + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-path-nps": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.14.0.tgz", - "integrity": "sha512-M+9tDKyE1WZOES8NShRyNk5pTUJA7c6OM6Tu/E725jcxy55O3lb/IjlHE5YoW/6K3MVPuq93f82PS0powW0rjA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.16.0.tgz", + "integrity": "sha512-S/CDgtnLQC+3qndBOST1y+AvUsCc/nh08+4s91K9RqkuQwV5/1Sl5B0aThMItazTKuUPj04ujH+PCOArt1+sbQ==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", + "@comunica/actor-abstract-path": "^1.16.0", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-path-one-or-more": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.14.0.tgz", - "integrity": "sha512-O/6o2zTQXX8UUS1ngKXcxUflydl/URHn2oWUq9Rrst3f5Y4Mv/4LNTiZ8JcyezEsnGt9t8cLfut3hQvw2766ag==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.16.0.tgz", + "integrity": "sha512-RpjvSeua4hsSISonfK53qMlWizQ9ou208zpiGpGLamDAVpLj4pgKAQ3ksfWM+GR2sXVDiCIAvpszJkSEa9NY/w==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", + "@comunica/actor-abstract-path": "^1.16.0", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { "@types/rdf-js": { @@ -10134,51 +14905,51 @@ } }, "@comunica/actor-query-operation-path-seq": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.14.0.tgz", - "integrity": "sha512-vFHgDAOzdgOY/YDrqiZRI/qzyARXREiG9BXNJ9z1aiCSxM9KiTTeCCfIRM7U3bpvTky7weeyUineytgSssn1Dw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.16.0.tgz", + "integrity": "sha512-/vbN8Y8a+Sb1XcP796YxwahiD2b3euxHBu1h4pLu0oTKg6KTqbjHjbGQhxe95sWU3HKoH7F7VErTjlX8Wl29Kw==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", + "@comunica/actor-abstract-path": "^1.16.0", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-path-zero-or-more": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.14.0.tgz", - "integrity": "sha512-ngmRKS2TvkrzjY8YNwOM7GxyvCqpzmASCnI0A2FQJxh1dt0eBthgGqdsbLKZ9cqnH66FS0BzeLovH6CXLER0KQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.16.0.tgz", + "integrity": "sha512-Z5NhpB4MEZHk3yhInOHILWiNzK+ZGWr+HvjYD5PtDHtbWWgE3nrxbuNhdXs1iXgaJsZWlp7ziE+H3ms4GcYjUQ==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", + "@comunica/actor-abstract-path": "^1.16.0", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-path-zero-or-one": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.14.0.tgz", - "integrity": "sha512-NXANUuub71OqoEzwie1VLZ5qsQyrxFWbF0iEOobdpDLI8qdpfyihBxVDdALaFcRgAxqPysIrwOzFUWS8DelN+w==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.16.0.tgz", + "integrity": "sha512-pGzrXcXsm6l0RKF9SfC8njqw72XiOns/chiuKegChqTQd00DubTJVHmfb2HUuNyiNVJ2BrjwYdAysP1gI93D5w==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", - "asynciterator": "^3.0.0", + "@comunica/actor-abstract-path": "^1.16.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2" } }, "@comunica/actor-query-operation-project": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.14.0.tgz", - "integrity": "sha512-lNFQdOmFUG0EmMh9q6Smp9F9R71YDyAOnXJHG8/sQui5FKP4SmTO31qluDUOFVoVCwFVKiHt3MN8HLIjTAhdpA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.16.0.tgz", + "integrity": "sha512-uTi+GmB04RnZ7Sw3XJst8tmPtiqLmT1Z4+zTspTgnWwndeWzdw7w7v6apCZDoivvPLi1Jq/7hGNn6+3FsIGp+A==", "requires": { "@comunica/data-factory": "^1.14.0", "rdf-string": "^1.4.2" } }, "@comunica/actor-query-operation-quadpattern": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.14.0.tgz", - "integrity": "sha512-E/OQqrF/uyjEHWFXIUlpr62wOmKZ21JBOonG05oudG+jWteh1KiDMkHegq5nDzh8Nt0AnN3/bSJX4GY8fRhN7A==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.16.0.tgz", + "integrity": "sha512-QFml3MgYd5nmnsPHoDvOcx/StY+4L0ix5C1q5h8jagwIbcuRSfo1Ay0gLMlbEDuZkzrHhkN9o6OsSMTVuXsiEQ==", "requires": { "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0" }, @@ -10194,41 +14965,41 @@ } }, "@comunica/actor-query-operation-reduced-hash": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.14.0.tgz", - "integrity": "sha512-Qsfw9cv0OYRAQ7BgC03Un7KIHKsSDQCas000AToHoYI+YBzxRYo7TXRHZKoP2u672kqeYPwv7NpW6STwa9ETDQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.16.0.tgz", + "integrity": "sha512-zE1K+d6HBhGsvQQd/XGYUgpue/aSKeHbdB2r+yzEels0ShPYxogVV69aHQAUxPXvz+kbPEzqwTWz5a28lJW+cw==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.14.0", + "@comunica/actor-abstract-bindings-hash": "^1.16.0", "@types/lru-cache": "^5.1.0", "lru-cache": "^6.0.0" } }, "@comunica/actor-query-operation-service": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.14.0.tgz", - "integrity": "sha512-GriB5p7TMeqXieJ6qhK54pvrVMb39yv1XbPdftTULBfYPSudVXTPAq/V4bcYuqdmqTw0wlshvqir8z0qoLVH/w==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.16.0.tgz", + "integrity": "sha512-UTWmUZa59o6DaPqHjtFM8CES3/vlis6psAW5Wt4Bw+5sgK2XZ1EWFNM/BbQG5m0OetzgDJS+BRVbsJNDGdHRdw==", "requires": { - "asynciterator": "^3.0.0" + "asynciterator": "^3.0.1" } }, "@comunica/actor-query-operation-slice": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.14.0.tgz", - "integrity": "sha512-mw4P4BKu4J3ay+kalLuZuULZ+uPXgd5NFNil7MSadgBEj1qASXiEfty6JdjEwKAdlXYe9OPLsum1+MxzzlNQWA==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.16.0.tgz", + "integrity": "sha512-vFo1HVlz+0Jz2a8ppPU4tXPbSL/G9TILPSyvSJjXpQpvOQRih7m9AFeXUjGtJ6sFo5SryAkgynfk6jO0Co9tzw==" }, "@comunica/actor-query-operation-sparql-endpoint": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.14.0.tgz", - "integrity": "sha512-X/K/PgQWNSrRyyOjE4gCtFdQsAjbdpQ1niZKVxwMrO+BSpIbH0r3MPVJX7UJO1freZPn32qiDrHcY1W2DKQIbw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.16.0.tgz", + "integrity": "sha512-3VxGRHjwWBP23ezSKVgFJG5/nj5pMhX++8d3w3WFCC5kss+p7Qnq9P06sz/42Ya/hY/CGJM4iramadGOTnbEmw==", "requires": { - "@comunica/utils-datasource": "^1.14.0", + "@comunica/utils-datasource": "^1.16.0", "@types/rdf-js": "^3.0.0", "arrayify-stream": "^1.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "fetch-sparql-endpoint": "^1.6.0", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { "@types/rdf-js": { @@ -10242,57 +15013,71 @@ } }, "@comunica/actor-query-operation-union": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.14.0.tgz", - "integrity": "sha512-PMOop9IJao3wN9T/8Lb0oiU1CYHfHuPxA0p+8Ej+AFVxkLxiX/bgOi5JXJf5PJ8ux0SoAqqo7w6+lGwmuINfLw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.16.0.tgz", + "integrity": "sha512-x3eZA7T004Pdf+rEMj5ts7qs66+FFBddKnWdT10fRDkXoRTTStoSsw2oW/fk8Il9FcEAQVtNXur7ehVvzV5S5A==", "requires": { - "@types/lodash.union": "^4.6.3", - "asynciterator": "^3.0.0", - "lodash.union": "^4.6.0" + "asynciterator": "^3.0.1" } }, "@comunica/actor-query-operation-values": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.14.0.tgz", - "integrity": "sha512-X73xcHzhC2p5NTNMs7GDykPxrXv4RxzJGUXlBsfkXx3dHaLYsaSPScuJe5JI7FZN9wXLyuB5xZxoMvQttj4KTA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.16.0.tgz", + "integrity": "sha512-X2KE3DNiKtK1sjLkakDgfTZs2paMgNu54zp6wAlIWzg5QVj+iDk+XM5wx8JFI+Mrro4oRN9Gl9TOjGupNjLnxQ==", "requires": { - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2" } }, "@comunica/actor-rdf-dereference-http-parse": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.14.0.tgz", - "integrity": "sha512-bj+8tJr6ZgXPdLuYrjr4MuOxQL1yX8uQbO9JVKvfTJE+ntvFPGAhUu3y4hFoXTj0bepf6RprKE8GIW+PdxaVDw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.16.0.tgz", + "integrity": "sha512-IKSw5jjQLIDkbd7eX3Sw0oMuPBujQ4JX6UMpDA846T4lOZcUBTovp0PPKL4zyUd88Ea9a84Qn6uREOWed4nKvg==", "requires": { + "cross-fetch": "^3.0.5", "relative-to-absolute-iri": "^1.0.5" + }, + "dependencies": { + "cross-fetch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", + "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", + "requires": { + "node-fetch": "2.6.0" + } + }, + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + } } }, "@comunica/actor-rdf-join-multi-smallest": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.14.0.tgz", - "integrity": "sha512-wONddiP1bDFpa5m5x1euQSnBbwhWrMnH5gpqxeSZKb0e7yEy+8+JnGPXnPFA9gJnsYtICUlf9pzofmhOk6WZuA==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.16.0.tgz", + "integrity": "sha512-03oN4MqKBP0eVtMPyJT/PrYR7znDXU37E6sHqW/VGqws5A+myz4G/mxSSOjVE6csN5bt2wNrfpzv9J7hjmHyVA==" }, "@comunica/actor-rdf-join-nestedloop": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.14.0.tgz", - "integrity": "sha512-rGcj6jaN/4kYl6UHdSc0bWDG0pESTE04VYkrwZhg3aFdRAv9X+94ejGDVXrQrG5Pa6goraGLNJpS8pNb7H/epA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.16.0.tgz", + "integrity": "sha512-f+2x4hgMGWkIroGc9ld3o/dFKZIgvV5DVRI9AGsJR+AZaDmet7nydKs8fw/6nEjMfYIvuNlGVgmSEsLgsAa7sA==", "requires": { - "asyncjoin": "^1.0.0" + "asyncjoin": "^1.0.1" } }, "@comunica/actor-rdf-join-symmetrichash": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.14.0.tgz", - "integrity": "sha512-5Y9N7tIN2WgHP6DTW0sJTYHokzxZiCS4h7Nvb3I5nXlHzFNTi2/FlsqYE6gVKpcjaPgGdDD2OjSqTqplJZLfhw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.16.0.tgz", + "integrity": "sha512-d1Sszprnc+aJQt1cjycroGAkhAa2fMyECelcJGqwKWpVAXT/nsbOB0Ixb0eKTF4uGlYFrdA/OSG7frwdAORepg==", "requires": { - "asyncjoin": "^1.0.0" + "asyncjoin": "^1.0.1" } }, "@comunica/actor-rdf-metadata-all": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.14.0.tgz", - "integrity": "sha512-o7ZsJevHcHr26ZNdedPbGeXCFQha+55LBZz6CdTMIcvDmezqhAec5LxcMCwW4z6TNJeQ3xCr/HSFkXT5YIA+RQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.15.0.tgz", + "integrity": "sha512-Ax+q0igPmDQeriFL4hDMQWQPV4tsTzyboqnuXqj9U84YXmJ3y+5a5Wh/35odR3W31SwMrs56jYNIpZBKwx0+RA==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -10308,14 +15093,12 @@ } }, "@comunica/actor-rdf-metadata-extract-hydra-controls": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.14.0.tgz", - "integrity": "sha512-9vm4iZ3+llkoF3vwn4CSTMR8RR87k0JyNWao0hMoZFW8GxvU1gxWhjVezJm9x/H7FT1E9L+xVZZ4jKDnOwNZ8Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.15.0.tgz", + "integrity": "sha512-Ih5OJQGfmJe5ihMeFwtWhWKSCxLXEKID3i3NGm8MgiFFbEzLAAf1YLLIK57cW88vahY+3YkPZ7tq3FeIeAi3tw==", "requires": { - "@types/lodash.assign": "^4.2.3", "@types/rdf-js": "^3.0.0", "@types/uritemplate": "^0.3.4", - "lodash.assign": "^4.2.0", "uritemplate": "0.3.4" }, "dependencies": { @@ -10330,22 +15113,22 @@ } }, "@comunica/actor-rdf-metadata-extract-hydra-count": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.14.0.tgz", - "integrity": "sha512-G8bU6u4n9dytjpvo8z2LjyxhKCwuo9WyZfhWNl8zv3ouayBia1vkNBPE/mirHwNPYxAwUai2BGNxRwzpUHnsnA==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.15.0.tgz", + "integrity": "sha512-3qNJWsSo0xR8xt7MEFD7rVlQXiBTLddzUK/5lX1A4dB3jk20a+c62WltctWYiIFtyCs0qYluAJ8xuJ2ItOlP7w==" }, "@comunica/actor-rdf-metadata-extract-sparql-service": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.14.0.tgz", - "integrity": "sha512-pJW49X1dyEvi5rv1B6tEhpbrB1A7h9sGJOpAr4+bHJ52+BptEzwVspeF06bMnAC+5fHFtjBKHiZFOyYfKUpM1Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.15.0.tgz", + "integrity": "sha512-CCikTWHa8nNUfmDHPGjgTH60XGcOJtkckzZXdk6kG4rMKXocsj86/cwzYM89P58LOMKy4IFfsSpoEqKIhn2gog==", "requires": { "relative-to-absolute-iri": "^1.0.5" } }, "@comunica/actor-rdf-metadata-primary-topic": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.14.0.tgz", - "integrity": "sha512-2nnW8KjNd3j1fwH/pcTlqqkDr4RgLrJZuEAUBAp8odhHcBKb445cJGaSQB8KS6rWm0L9igMt5R8hqIg49hfHKA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.15.0.tgz", + "integrity": "sha512-7YRtw2us52nXYcaPyk8q/rCopioCS5LEVDEteD3RqCd7KMVhg+VZYU0iD5cMF9tyYr8NoXdm1/CYxTnSZE/LNg==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -10361,9 +15144,9 @@ } }, "@comunica/actor-rdf-parse-html": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.14.0.tgz", - "integrity": "sha512-ovYZpTfPVIfYFI2WeJYPuvBUHNmm5dozAKV/XHs1B4wTBf80E+ckx4GiTEIsonKjaMclsFZL494bc0DU6glrIQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-eC43jtLqY3wfA6aRim83l+3NfoMQCZv/lPP2MvqxY04/Rk77DdqKtKS2GfYrIBc8aqDOoreVgiBQG5TzPzm5Ew==", "requires": { "@types/rdf-js": "^3.0.0", "htmlparser2": "^4.0.0" @@ -10380,17 +15163,17 @@ } }, "@comunica/actor-rdf-parse-html-rdfa": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.14.0.tgz", - "integrity": "sha512-L6k8x1ZjtdkB36l+VmJB/78ZoB3igtkT8AEXh68rX2lEVbfp2uI2WC0P3sKPe5esAzz3p20wxyjq1eXefiji/Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.15.0.tgz", + "integrity": "sha512-1rA7YCjY1v7/1oRKzthVw633HZmHux96SQW5j+FIJTvX4GoBvf1seS082HY7WQGRpZVgLxOUxtAOQcp7zT4dHA==", "requires": { "rdfa-streaming-parser": "^1.1.1" } }, "@comunica/actor-rdf-parse-html-script": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.14.0.tgz", - "integrity": "sha512-YBw8k2Ym4EMBacRnomWcSgVlFv2hBMKFHoQn/hVs8gQZGrEexPOuVqEWbQPcOz+9GeAJY+uQGlEKF1knR4tASA==", + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.16.1.tgz", + "integrity": "sha512-IYagk0RzIQEzj/78KvoICDgOiPnwvj44S/PH2ha++o9Se0FgTxRjHrWTluETiczOcvrV54TeVh0YDYJck+xz/w==", "requires": { "@types/rdf-js": "^3.0.0", "relative-to-absolute-iri": "^1.0.5" @@ -10407,9 +15190,9 @@ } }, "@comunica/actor-rdf-parse-jsonld": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.14.0.tgz", - "integrity": "sha512-FzbGmdM9SITBna4yY3kioc5JnTZL3y1Obdgby/qXIC8Oy8TRTL2/d/Dv+lrkoG5xtz6mVjEaqqWtx7IRF3L0Tg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.16.0.tgz", + "integrity": "sha512-LtAIv75bhHe2teN0vjWZ6EkjwnK6Yw56Q1ZuxgrWZLGrbdRF6YZuXglW+IqWeZ45tIUqhweS83k17/9fR3UK5w==", "requires": { "@types/rdf-js": "^3.0.0", "jsonld-streaming-parser": "^2.0.2", @@ -10455,39 +15238,39 @@ } }, "@comunica/actor-rdf-parse-n3": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.14.0.tgz", - "integrity": "sha512-uk+MQgFCdOBHKp8cUUj0hOrI/ZGL/5oOmV2jNH6OSb6XXLvpcqgqzanpUDKmXlQZ7TB5LBcZHUVPj1OH38a7qA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.15.0.tgz", + "integrity": "sha512-YWk7XSDN8GDOFL+u5PtadZmIUzAh5ZUYB/LwXLENeymIgWEaSvJo5H4QqdGmnJFArlgXX2Thk8jTvbtubiNTvw==", "requires": { "@types/n3": "^1.4.2", "n3": "^1.0.0" } }, "@comunica/actor-rdf-parse-rdfxml": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.14.0.tgz", - "integrity": "sha512-zUEZlYBF3AYqbkBzKj5wRkenF9ZFj/GWkHFiiq2E52o0vwFRRt/6OK3EZ1vDZR1g6NB+uJ49LbkDQrcO39YkBA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.15.0.tgz", + "integrity": "sha512-Rec0dnaTW95Mx91cfQPBkDkgEhoFd9J36FtiJAotLFPOiXp4YsTEZGQNSODTbhchfaTS6HDTFnETQ6GbmutaCQ==", "requires": { "rdfxml-streaming-parser": "^1.1.0" } }, "@comunica/actor-rdf-parse-xml-rdfa": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.14.0.tgz", - "integrity": "sha512-j6heFYc1+bOHMQkKpqFFSSXoveTM3ch/0WLbQsy4MQfAKR2Y7VjY90GPq6vnYReDzZ7hpb4Til0LZmfIuxp0iA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.15.0.tgz", + "integrity": "sha512-34CI/f/JQTEfrnxyqB7Y+EhkhW0tTMsHoC8yu+Y6AtSVdj2FYkSR+GmAk9F65JVnm/RC9uh1T7yT5yJMVvmgiQ==", "requires": { "rdfa-streaming-parser": "^1.1.1" } }, "@comunica/actor-rdf-resolve-hypermedia-links-next": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.14.0.tgz", - "integrity": "sha512-GUUrCK0CbV2Aege1/cijMZuzeNbuhw4/mnux9J4Txv57EAMHJQZc6prAYM9K+MoxhQOTZAppnTAr9jx1cshlNg==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.15.0.tgz", + "integrity": "sha512-TgQurH1G50rdgnQ9WCWchYrUDMk+379oVuha5JISwW5Dc33/wVjR+hoIkrAfKx/kIi7846mcEHO4qNQ5V818hw==" }, "@comunica/actor-rdf-resolve-hypermedia-none": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.14.0.tgz", - "integrity": "sha512-HPVvV27KScvl+6wxCi4FRiHmq1a5ey827P8Q9N6Kuzzqaz94c8AkF6fnQbOl13fZk21a5e8adZhKiIxOtRhT5w==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.15.0.tgz", + "integrity": "sha512-dgCFXKbmY9UKSaczpmdVFeSNNcotgWJavC979HQO40zjq6tg3kRDT82M0ucjuDB7fIglzA8xQYTvbjIWYNrm4g==", "requires": { "@types/rdf-js": "^3.0.0", "rdf-store-stream": "^1.0.1" @@ -10504,13 +15287,13 @@ } }, "@comunica/actor-rdf-resolve-hypermedia-qpf": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.14.0.tgz", - "integrity": "sha512-qD6bWQTjF5VvASrWVDKihChknPUeGbHwloxzAR/4wxrHualiYKtnCH0027agkUWMphlhUn1G5KDv10LcrIHrDg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.16.0.tgz", + "integrity": "sha512-ikOdP68hwoG9jFqe7ezpOfvWirXtFmKjCvbWf6bl4HgojvP8Wa94V7glxV75p/8Tsj5j5FwvFJfbbhlBJDNXiQ==", "requires": { "@rdfjs/data-model": "^1.1.0", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.5.1" }, @@ -10526,16 +15309,16 @@ } }, "@comunica/actor-rdf-resolve-hypermedia-sparql": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.14.0.tgz", - "integrity": "sha512-0eAKkwqOzrbpZ2JgTvwFs5jMYHmkIIRkCV1UoeMuqDFpCnLjuvYuOW/8a3ug6HVOR8BrorCQgY4cRTKtwatc2A==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.16.0.tgz", + "integrity": "sha512-G6OCciGr/mGg6TQ4+iEnWgSqYyrKmhXQ8UzkLPS6FJXyxWJoEoiHpebYMN9Zw6XycJKnZxlqVUrmIuz3Cxde5g==", "requires": { - "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.14.0", + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.16.0", "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { "@types/rdf-js": { @@ -10549,15 +15332,14 @@ } }, "@comunica/actor-rdf-resolve-quad-pattern-federated": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.14.0.tgz", - "integrity": "sha512-+wIdfFH+Ep4kSsuRUUOjJg56UfsrZgF0SvgpdngCGrmjgX9fwt1eVSk6rwefwaB7JQby20qhGBmAallIQs/QSA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.16.0.tgz", + "integrity": "sha512-bHQLxjCtDHiUxIop8IWfReZhBPWpusPfc39A65VyQsZ7lBF/ZF21fTDaGJ8XlmiAYNBanDwjVIKe5ng3MGzwww==", "requires": { "@comunica/data-factory": "^1.14.0", "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", - "lodash.omit": "^4.5.0", + "asynciterator": "^3.0.1", "rdf-terms": "^1.5.1" }, "dependencies": { @@ -10572,15 +15354,15 @@ } }, "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.14.0.tgz", - "integrity": "sha512-NKsNvv4m9MuAHF5OwVTYwk05jm0WCRwY720NyAjAnRIyiAgTIQijwCykgi2NZaKC6KVTPEQ3AO2ucvow57l9ag==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.16.0.tgz", + "integrity": "sha512-eNcn6N5Db5NyBPf4/on+baLr6pqeO86OcbfrjHkdU98MnR5CTXMF68/MCkwRLfcYooRG+o6z6EV/T/wonVeT8g==", "requires": { - "@comunica/utils-datasource": "^1.14.0", + "@comunica/utils-datasource": "^1.16.0", "@rdfjs/data-model": "^1.1.1", "@types/lru-cache": "^5.1.0", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "lru-cache": "^6.0.0", "rdf-string": "^1.4.2", "rdf-terms": "^1.5.1" @@ -10597,9 +15379,9 @@ } }, "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.14.0.tgz", - "integrity": "sha512-qg326ppwtyAbqNAdqLdiE+3eEfWTLzY0uuIbnetZ+/z3VFYPcFMY0+2FeKo3fF+L03n76wNBE4X6Qoalk+/u/A==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.16.0.tgz", + "integrity": "sha512-+APHJ2NNegd+dtbMIRnNKksBWk4lqEE70snWBKLavxcae0oq6rq3IvZypuARQETFfxICK9KtAtwg6Z7G19QjKw==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -10615,15 +15397,15 @@ } }, "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.14.0.tgz", - "integrity": "sha512-X+px6q0M2fIVwwUHtzicu68QBWgbWR+PUfxvL9zxGt5xYVUM3eIhGS97Mae+CfQs5NGG8xEf/bX4rlm5nysyOg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.16.0.tgz", + "integrity": "sha512-TfeEDKaYCR3NZvOmhaUY49+Z+5vPKRnx3xTA5L1GsvsU4Bc2kdFKI7ax7FR1p3CrM7AHDlxvu8/AzHIAWFbtxg==", "requires": { "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.2.2", + "sparqlalgebrajs": "^2.3.2", "sparqljson-parse": "^1.5.0" }, "dependencies": { @@ -10638,17 +15420,17 @@ } }, "@comunica/actor-rdf-serialize-jsonld": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.14.0.tgz", - "integrity": "sha512-IPKBagjPSGWjV3DMokL2/Fcp3gPWVLek5sRtVOb9xTWfuVRjQSHCUT08yBtSQDucmmHwzunjmZLrKXk1Re/JOg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.15.0.tgz", + "integrity": "sha512-+QeLhBWY9Ce0sNW6yDm7GoEdFNlMsQ01k71yBhaBRPhe/gYEbJc0chZAUoByCY0dJRqtfZK1Wc5gjfTrG/ctdQ==", "requires": { "jsonld-streaming-serializer": "^1.1.0" } }, "@comunica/actor-rdf-serialize-n3": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.14.0.tgz", - "integrity": "sha512-UPoLzFPUgMfU42S6U6j5q1DmO/GVoEQOzwNwwZdsf/otgPAZbLHyXzYR9Kx5A0s0BJuR8vaj4ZIxVidoviSw7Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.15.0.tgz", + "integrity": "sha512-/9wY7o875w103A9a/SNpk65rFcp+bT3mSOnjV1bUnMVhvy73AsRG88uiwGUbS6GDFBPzA2j/l8OD+I4U3j6I7Q==", "requires": { "@types/n3": "^1.4.2", "@types/rdf-js": "^3.0.0", @@ -10667,28 +15449,28 @@ } }, "@comunica/actor-sparql-parse-algebra": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.14.0.tgz", - "integrity": "sha512-MF50/5uQzi+Dnqdhl+eJYU0+rGJd0J2rAg7SpDGt2Kbcu+mJu/Sn/HV3tZMXWd6bjE2ve93EYOZPLQ7dLFg2NA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.16.0.tgz", + "integrity": "sha512-hby1X7JYxgS1T84bLYna2Cs5XCA4cCaUJMAJ8emd/IyHoW0VT4N0moCofnswjykeJ9HgCOWMbs6FqfahZS1Tag==", "requires": { "@types/sparqljs": "^3.0.0", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.3.1", - "sparqljs": "^3.0.0" + "sparqlalgebrajs": "^2.3.2", + "sparqljs": "^3.1.1" } }, "@comunica/actor-sparql-parse-graphql": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.14.0.tgz", - "integrity": "sha512-K8f/7iyT0jBmfqwNFwNSuj4tR/GRBEi3I2DnzzjYoRX1TfGJpOX4KHgOkR0BxWB8lPgF5O3CJJmMMiEhj8zXXw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.15.0.tgz", + "integrity": "sha512-QggTh7b/LgzZRqKR+p46hXoJiH5ge/JTbWQM92QCRa2TsNm2hGpuvCwUS0VoPiUN+O/Vbtw6IH+09qJAnEt0+w==", "requires": { "graphql-to-sparql": "^2.1.0" } }, "@comunica/actor-sparql-serialize-json": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.14.0.tgz", - "integrity": "sha512-D31bViGwtEkcFGgLk55sPzkzIiyJgZLnCcKYBYANdc+rag6JWAGZ6LqOE9dEIPnd6N1mgCSKEKY3n+fNL3mlNA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.16.0.tgz", + "integrity": "sha512-9T6WlZtCOvYm37j7tgGvRCYO716naaqG4V2LbIYVcxoCxqUlfPcpE07eXt8GfWEG9R6QQuvk8UvEPqZrNiPmNQ==", "requires": { "@types/rdf-js": "^3.0.0", "rdf-string": "^1.4.2" @@ -10705,14 +15487,32 @@ } }, "@comunica/actor-sparql-serialize-rdf": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.14.0.tgz", - "integrity": "sha512-fa62ZiI10HGbS02g1OEO7OJG0H3w1Kw+UrVAzPtOSN6T/YHXIaBWDT1QzBitKMgufmk1SqSbSi+YF+2U3whbfw==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.16.0.tgz", + "integrity": "sha512-KBwIuwzZp5qoSFPy+8n81x2uuV8P6pzwG3r2skdir+CfIygGb0Yxf0EzCKfVDBCYn/h4lFJPwMbqXbfflwN7Ww==" }, "@comunica/actor-sparql-serialize-simple": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.14.0.tgz", - "integrity": "sha512-485UrTM75wZEwbjpKkwdyxJ/syyJ9FlqWAM8zaMnqoW+JcaGzTHctStK4PvgStSLXtYoDctXKAa5QprZG4Aadw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.16.0.tgz", + "integrity": "sha512-Cu4MpzGlXQn/tI68fKuttny6cPmvyFBllypkZybPOtGwMY/TyA5FSd/GQLCagfP/gSm6XYnmK04D8gzY1Bwrlw==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-sparql-csv": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-csv/-/actor-sparql-serialize-sparql-csv-1.16.0.tgz", + "integrity": "sha512-unsuwwpuXdf+mqnrlFws/XpywRCPMjXccXZo2ORNlV4/iuWB3pIToAW0dnhTNxXafpWKiN/lcX05xQitH6jm3Q==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -10728,9 +15528,9 @@ } }, "@comunica/actor-sparql-serialize-sparql-json": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.14.0.tgz", - "integrity": "sha512-/FvGjXmWnCPDr2hTltsrPUuEDf2HQcP4M2wF6l6oBbAfO7jyamiGhJhGwN1JEhv1WnW04fuP2OSZhSLw5Ii3mg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.16.0.tgz", + "integrity": "sha512-JVAPseFNzUT82mH9udR2QJXw0uWo6TcpHVYXk0JbvXOXwH4NBuAkXiYFBMv1ghbtpyN31Xol7Pa90mwGb8rrMw==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -10745,10 +15545,29 @@ } } }, + "@comunica/actor-sparql-serialize-sparql-tsv": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-tsv/-/actor-sparql-serialize-sparql-tsv-1.16.0.tgz", + "integrity": "sha512-GX6ELMgGa3ztPZC2jKQ6/xyYf+fg4p/6p/ww/GzrSplEpmRlKFQIgUCu735ZKM3w5lZdxf8IDzOeVqDARI8jhw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string-ttl": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, "@comunica/actor-sparql-serialize-sparql-xml": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.14.0.tgz", - "integrity": "sha512-2huuPdX0St6ITl/zU9NKT7xCsKj4P0z8oXhhOSdKIm7JSiE9HSR0fZuWtew3oJMRrCvqXMdpoIRK1P0HneBPCQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.16.0.tgz", + "integrity": "sha512-udTwQMSGY25S9YePdMKrWgndHrxhcFpEZ2u8msTxbZkkJZhW8qKxh4rMUE5ESGsrFPwtlYQTX+gPu2LZ+zXAnA==", "requires": { "@types/rdf-js": "^3.0.0", "@types/xml": "^1.0.2", @@ -10766,9 +15585,9 @@ } }, "@comunica/actor-sparql-serialize-stats": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.14.0.tgz", - "integrity": "sha512-/kSNvHTujYhrR8D8+S+PPU2ayDJAKvIlgKGdk90jtBfQeZTAfXLBZPMqS+818XsD9h62LvPro3wtHujUFUaynQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.16.0.tgz", + "integrity": "sha512-tGeOR5tgyP7yG7fSiPuI2Md+/ZFRJk8A6eSXGAGvZaNTGIhDmaF21jLfon/OUrJTO3jlsR1a1mZ2Hl5jshp2kA==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -10784,9 +15603,9 @@ } }, "@comunica/actor-sparql-serialize-table": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.14.0.tgz", - "integrity": "sha512-+ygFE6wK2G6h7ErtVbX2fDBMhDadBZ/1jM9ck0n/hHGXBx9Q5YmZZvHW8w1Fv+myZfAxkoMUnCCRDVRPZYt93w==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.16.0.tgz", + "integrity": "sha512-Sj5AJqP5fPEL8Nr2sG6K64crd7FOChPzFojSE6L750SXutQSNDuJ/Zm8N1xfZxGsxTeYNUhzr+WxzSKoWuwzQA==", "requires": { "@types/rdf-js": "^3.0.0", "rdf-terms": "^1.4.0" @@ -10803,9 +15622,9 @@ } }, "@comunica/actor-sparql-serialize-tree": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.14.0.tgz", - "integrity": "sha512-ozEE54bRTuZt6twiuC6frun8G2yqiOklLnvzGL1G3+1aTEmT3cEFojBiQ80oPfMCJ5IOLouY9LKYu87mVUB9uA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.16.0.tgz", + "integrity": "sha512-9BMQ8nL4Cso2NOsiKrcGQp/Ccmer8jhfJowOQhRioLI54w2+lVGXBfR8t/Mj9T4bWabtgY8AES25ZjGS2hh2gg==", "requires": { "@types/rdf-js": "^3.0.0", "sparqljson-to-tree": "^2.0.0" @@ -10822,14 +15641,14 @@ } }, "@comunica/bus-context-preprocess": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.14.0.tgz", - "integrity": "sha512-2AjtI3bbPgqoCQivYzLGdO3CgPv7wpxt7IceRuV4ctSXSShP+MKshjZlQJqaOkGcj1lehMq4pbOx8VdslJgl8g==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.15.0.tgz", + "integrity": "sha512-qB+DQX2YiXjc/vJ84fE9nW6XXgMDbYIwgtjn5wmfvQWjr+9p0yVjk32IMU9kRa7ETp9OytY/pHebvVHDhuHBYw==" }, "@comunica/bus-http": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.14.0.tgz", - "integrity": "sha512-iKCl+2pVoCYJezXjstCZN+1tK9hc+vjkRDdseR08XFndpuO1XNvYmBXx2BfJP8huV7iOnjen4KHoxmvUfcHo5g==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.16.0.tgz", + "integrity": "sha512-3fWJA3Yh7Wj4clabg141FgAH+m8/InZ+BVPr7BqhO+7Jg0tXbvGDfai8N0SXWL7rCMkWjlPYkBHkzpQ8Dk0HAg==", "requires": { "is-stream": "^2.0.0", "web-streams-node": "^0.4.0" @@ -10843,30 +15662,30 @@ } }, "@comunica/bus-http-invalidate": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.14.0.tgz", - "integrity": "sha512-yPXXONePHqnaYH1DSY18ECL2TZPk/3YUlcQ7qoEFiaVwOdEXwdsSbjpk76zOVnKElmVemp7wpyH3NDWhv5KVhQ==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.15.0.tgz", + "integrity": "sha512-RGURwbcUtD81ZYMMqs3EXB8ML35HENnGnrnrl0iO07R8HdJ/V5sczM8cxo5/+MXDpAqA9ao99AHJARwyHgoFmQ==" }, "@comunica/bus-init": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.14.0.tgz", - "integrity": "sha512-BZaBp2M1sd8Ad1LL5chzWh8RxlipBLeiea9m0l7nF7fAq8mAz051NV4ZnteaumW6691fgAaMuoYkWfXr2azOVA==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.15.0.tgz", + "integrity": "sha512-HwVTEznx2H7GvcfQAREz52QF8xXT1AqxkJDnI9vTeGvLpWrM+LVOAJZxBcYFFK3X3bEhTsPfDVzikziMGqZuZw==" }, "@comunica/bus-optimize-query-operation": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.14.0.tgz", - "integrity": "sha512-6G+hswg3wgC11kOhJ6IafZQ/0XGW1vZUoBEEXPo88kXOml5Aj3EBJvKuvY3fEtpUV9s5AQ5pIdi2enNxZgW9IQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.16.0.tgz", + "integrity": "sha512-7mvHenP7semqGlWge4EIvueK1/s4TjMpyL/RKF0Twa8Fwp0r66dFjprkAitV7K95U4FJvD0KSJPWTnQsJBdxrg==", "requires": { - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/bus-query-operation": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.14.0.tgz", - "integrity": "sha512-TgkbRYg48VTRH7wwfBsXjuXrxtUaECMfDf74qnyRnqRQjV1bee7w/jfhHECr6rswDhs3EWNJyYaxpfxHq36QSw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.16.0.tgz", + "integrity": "sha512-xusr0PelD5ej1B9+ff7AFDXRMidDR167Lzazaits7wNd400sG2RpIJjnEvNqU6g6d0R5WnUWCpCuv4hFQZ15sQ==", "requires": { "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "immutable": "^3.8.2" }, "dependencies": { @@ -10881,9 +15700,9 @@ } }, "@comunica/bus-rdf-dereference": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.14.0.tgz", - "integrity": "sha512-pazNqmtKglXsI3YvtwR7JpKNnakKUu4/nuXuRC64JUi1EW2GbKEzR0rjZ99m007oUKjvmOsvkCu0ceYZswH+6g==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.15.0.tgz", + "integrity": "sha512-4vXq8e51zK1gkw5lxL2HkqYx/Wig215w8Bi3jguUTM/10EQW7KgebhRxeFU/EQOamFTMeS5anOu5BVfNps8rJQ==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -10899,9 +15718,9 @@ } }, "@comunica/bus-rdf-dereference-paged": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.14.0.tgz", - "integrity": "sha512-6qq+kWAm0n/x1WZSVFcmMC4+CvBffAOEbc2o454R8WD0DvzRcLtLPJii101u5pObC6kZPGh2X1xisfOgdx9PMQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.15.0.tgz", + "integrity": "sha512-xejwEanK8yaI/ST1SDE2Tjs9f/PsS5SvtYIVEZuWew9Ey4UlxcW/Tsz4m5YA40DeYbXaXg7m40ZeWJxwiislrw==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -10917,15 +15736,11 @@ } }, "@comunica/bus-rdf-join": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.14.0.tgz", - "integrity": "sha512-+GJNtLFOaEOgkSVlvuVOBbX6xIJRLKEFGNlssnbxGYt8eYoEcMS7hKzIJrqWSxEr8P7ReIEEP3bHMEDfHVdDrQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.16.0.tgz", + "integrity": "sha512-v2RilDXPIc1sOtGnhskNqvbeyp4jOBTTUnHUEHCIdopZVUhEIj+zpZdHFoPOIbtHK6eQlQ0Ckx3E3mX84fZVyA==", "requires": { - "@types/lodash.intersection": "^4.4.3", - "@types/lodash.union": "^4.6.3", - "@types/rdf-js": "^3.0.0", - "lodash.intersection": "^4.4.0", - "lodash.union": "^4.6.0" + "@types/rdf-js": "^3.0.0" }, "dependencies": { "@types/rdf-js": { @@ -10939,9 +15754,9 @@ } }, "@comunica/bus-rdf-metadata": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.14.0.tgz", - "integrity": "sha512-O8A0GH5QYpVudHwjCUnF5ukn/PXjXIHXcGzpRTCStEIbNcVytETXeG9ll1rEfu65GziZlpk95/d0Rb140iEIHg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.15.0.tgz", + "integrity": "sha512-XhyMkScTBA0KUPTHtmO+kxAUyHhvuigiC6NzAoBZ9wm4y+r3aZ++mpBpAv/Fyma5GiT19EAW2pa8ew7CV9GR3A==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -10957,9 +15772,9 @@ } }, "@comunica/bus-rdf-metadata-extract": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.14.0.tgz", - "integrity": "sha512-yRf77d7mf59IPZ8o4XzVq2MAET64lyLmG5bbeJEE11ENSUZM9MClYp5uYE51xENURv65nPbpRI3S+Bt9qZ/PAQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.15.0.tgz", + "integrity": "sha512-uxLy3hvpWuLoopoG5clYb3imhQXHGHMKHXe97jfvXA0hjoWleNtD0KRfhs+45YCBXqfNC9PVypTb9eM6SVILNQ==", "requires": { "@types/rdf-js": "^3.0.0", "graphql-ld": "^1.1.0", @@ -10977,11 +15792,11 @@ } }, "@comunica/bus-rdf-parse": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.14.0.tgz", - "integrity": "sha512-JUeCd85gg0XXXwVz3gOQ9bj7KZ2Em9SaM22DoTGeZI5uf6P/VgV9u2EVIPWomP3bI8GAcYq+KK19JtzR5VN4Fw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.15.0.tgz", + "integrity": "sha512-6cGGUBgorkJ6hr5U235qSrlK1m7rPpIM8W6o9kbRAw149AKap1XFF3OXpAYqat2eB4Cbs1J2PP9wg1/s/uOsww==", "requires": { - "@comunica/actor-abstract-mediatyped": "^1.14.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", "@types/rdf-js": "^3.0.0" }, "dependencies": { @@ -10996,9 +15811,9 @@ } }, "@comunica/bus-rdf-parse-html": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.14.0.tgz", - "integrity": "sha512-+gV8YmfqWTPplOMeWEfkJjJTtCz3zJnkjmlXotxljHVjOZNUBVZm3OifnbScWDzbrOIFpj8XVJO1k3Ya75WzvQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-7F/kDrNf9X//IrO/CK4LpwM5f+mFHLa/wsPc2RubyhiFN3P3KWU6NWxjDJRT9yP85EmW4KknXWwF8AOTvbKF1A==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -11014,12 +15829,12 @@ } }, "@comunica/bus-rdf-resolve-hypermedia": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.14.0.tgz", - "integrity": "sha512-BiHl3pnkswVQ1lOCefY9COFzOtLVAMNrYInCPC0kyf3rB+pzcRClnyFtB0jh6llmN8rbrc790SQ9BHaDtfXWow==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.15.0.tgz", + "integrity": "sha512-mnSsNMa2FS6x0b0K453J4c2+1UQoe2WX/p3UXfF7YocWFc7eL7JUsZO8+XZ1Pq8WaPpz+sUeaz+JtIYgVtqSGg==", "requires": { "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "asyncreiterable": "^2.0.0" }, "dependencies": { @@ -11034,17 +15849,17 @@ } }, "@comunica/bus-rdf-resolve-hypermedia-links": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.14.0.tgz", - "integrity": "sha512-Qd/i2Ab9TKUzyhAzWdL4zO3EaacTx9O14yBc9mZvcoZskx/hn+ufEbAeh8sBjRcijs9ZkHR7dbMGJILCjv0nUQ==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.15.0.tgz", + "integrity": "sha512-AJD48ftgMdPj5x0hMTRkzNHeywsMqWnXOK7c6L2m3TlUyMtw5PWNYKd2CD1qyXE7xmSi2cKLKA5TKDkQqV7GCg==" }, "@comunica/bus-rdf-resolve-quad-pattern": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.14.0.tgz", - "integrity": "sha512-xQfVlBunATBZ7SLikgkpRvkbYZGaWSmSVCVXf5JXQITdK9bq1YwGh221gYIXgSZNBJt7s8UyGZOmCHYXcv9rNQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.16.0.tgz", + "integrity": "sha512-CHZQcBFVMeUiB2DyGWzDRzvXO+s7uNS6SwnrvXVujCpdYFKfB15uG9mcpc8tZGwHDr18xq6iuLZcEKMl5wqGjA==", "requires": { "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "asyncreiterable": "^2.0.0" }, "dependencies": { @@ -11059,11 +15874,11 @@ } }, "@comunica/bus-rdf-serialize": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.14.0.tgz", - "integrity": "sha512-ChqyYnqnxI0RdI/T3w9Ys0YtwBOFVFFRrg5+tFeVnZCybBy7tlO+5v2JJ7yIB+ORF15vYlZmMv+y+HH+Qjs0rQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.15.0.tgz", + "integrity": "sha512-c1uJF1LkJ96zscMCe+CB2fLbXhlJ0o8PPVRMm3Jk7/rc8WY5bUxSxf1SFbA/jkOZtcZy59wFHDvPf/NM74ADBg==", "requires": { - "@comunica/actor-abstract-mediatyped": "^1.14.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", "@types/rdf-js": "^3.0.0" }, "dependencies": { @@ -11078,26 +15893,24 @@ } }, "@comunica/bus-sparql-parse": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.14.0.tgz", - "integrity": "sha512-grzbZ8WIYcbMyS0wBrr+CxrpcLGbLE9jY7fwB+aX9nd5YmSXAdS1l5z2GFrNXQOqDtZOgeEZM/wzEwb63E/Ttw==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.15.0.tgz", + "integrity": "sha512-4aFz5qnnnPxezK/vtvltqqUlN0NhYNFEQwXYZf6Yi2dSS/Hs4cU4kYcldXxIXeBfRQkaoUtTCr0lCUg5uOyqIQ==" }, "@comunica/bus-sparql-serialize": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.14.0.tgz", - "integrity": "sha512-nAZi1y/gBwv+W3JFS+aqkFCT6ZqZF3WQ8+AEd+NN11eIP7t7Cno/sLQTLsMN0viYO7BCW0mjEDIuVN6EN2U8aw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.16.0.tgz", + "integrity": "sha512-LLPheBBYBuSAweou+4kQf0Gop/lNORXOuaDfsHemLG6VqNmWzYyl79rnjd7yTLcZn/QVMUUYDD21CPY8OU5lJQ==", "requires": { - "@comunica/actor-abstract-mediatyped": "^1.14.0" + "@comunica/actor-abstract-mediatyped": "^1.15.0" } }, "@comunica/core": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.14.0.tgz", - "integrity": "sha512-NIKjJIM0mvMFHCFQgN7XFi3TbCkhPCGHpiNXIOFtwbqxMCaXbaB2YF5kXosjEWxdoPF6FAJjxkoy3WbvdtWKtg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.15.0.tgz", + "integrity": "sha512-Mg/fpufyK4hVKX2vgP8oapu4ZpyugNRxyI/1AX7zlhSkYpE+ldK5YQaGG/sb+fq+s2sAtE1Ocd+thCgF4wv+8w==", "requires": { - "@types/lodash.assign": "^4.2.3", - "immutable": "^3.8.2", - "lodash.assign": "^4.2.0" + "immutable": "^3.8.2" } }, "@comunica/data-factory": { @@ -11119,75 +15932,64 @@ } }, "@comunica/logger-pretty": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.14.0.tgz", - "integrity": "sha512-yLpR0fzPyRbY49PyBjO6955z76KeIT6Bwr6GOtHHTMMDKGqc5gMrtAJSZ4iE+URtTy8e+Mww7hOE6O97TogkHg==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.15.0.tgz", + "integrity": "sha512-Ta0u/YHHgSvX9Au8JqzhgqmNiPLwFW2L1ZLnUR3V0J+uQDL2PEayWnw+xrDyVKgYJaffevJYHowjn4c4D5DxFA==" }, "@comunica/logger-void": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.14.0.tgz", - "integrity": "sha512-rkmAiYreoNe8Vo5Qb6Afn9sKV+8pAbXsRS9nRpKtpaq+G/NHBFGGYh9tJ/B8V6LmUmsZvoHD4bS1a6ykV18mHg==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.15.0.tgz", + "integrity": "sha512-nU0bJ56hOAURnz4uDNbeldAJ88OduRQMtHEeKTSkR+ATArP/ShXFWLgKcxRnU9ELSsA7k9HlvAFpvag5+eNs8g==" }, "@comunica/mediator-all": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.14.0.tgz", - "integrity": "sha512-9dZZbjsLbJOFfvt3yZzKMHcZm64wwBv1wgrspTanEzJi/mD/NfQ1D+zQ/tWqgoHKoPSaOQPBok1idxdC82DCjg==", - "requires": { - "lodash": "^4.17.4" - } + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.15.0.tgz", + "integrity": "sha512-uALhqOxGIT/gBXWkIVE+PTITf5EIDNL2UD9GRffdgc1Qg74prWcMZ4+gYczBOMUhqZHE605QsXXO8NkT4xP14A==" }, "@comunica/mediator-combine-pipeline": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.14.0.tgz", - "integrity": "sha512-ga3gY7xuhZQOshU+tSgOvgeeq1JwjsKTNyTvlb/KI2kWlALcnzy9y09LhGhjCIfy+gESnvdx1LykPHSN0Is5ww==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.15.0.tgz", + "integrity": "sha512-XYf+rOSF1Tj5JX8geHUt5O8BJmLqyRXXYZQe2nlwGoe66hshMKpzAu38m5uDpARrJ4dPxU0PrH34x1Wug77lpg==" }, "@comunica/mediator-combine-union": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.14.0.tgz", - "integrity": "sha512-zbfRoWq0JvjlQZE0A1sLnM9EPw71A4F7b5mTZfUomSG4GEnN16a7YnjIxBEaXLEPjaTCzrsqGmrxg03Sekmq+w==", - "requires": { - "@types/lodash.defaults": "^4.2.3", - "lodash.defaults": "^4.2.0" - } + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.15.0.tgz", + "integrity": "sha512-TPzfXuKRVBEpjb+/S8v2C8uvgi8BTjtg1htL/qY/xI2fYqRcLZGl+D5MZEESmwpmm19cBfg87CbF+ROn6L3+IQ==" }, "@comunica/mediator-number": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.14.0.tgz", - "integrity": "sha512-IOauFlga1ksDT2evHaFlQmu4ngkY7nD+Wv3musw76G1GrMip7AYPDf1WKvEL6bMoKkCy2xqQ8MgyimcDTP8IkA==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.15.0.tgz", + "integrity": "sha512-d1jwHVN6rELFzEPb+CDqEjItAJ4/AqiP1Vp+Z/PBucLjM9EEonQMjQzqrkRV/Oy6cBXfSQDhXuSvftfl/zUCjg==" }, "@comunica/mediator-race": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.14.0.tgz", - "integrity": "sha512-gwbRqddnBYQOGuQOofrs8MUgHORO42QVfkVFPlCtPQMMzMOMx4VWuD8YjWz1oNaNSIjZlmYOPZTYx95uhUe8Fw==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.15.0.tgz", + "integrity": "sha512-MVESJnkgSoPaCkNNN8RDm0B06d0JNL4QOvRZFuFETY4/D+OwIpcEf0EGButQsDUlelAk5n/sFssLMqo2tw65SA==" }, "@comunica/runner": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.14.0.tgz", - "integrity": "sha512-m3j1y1zdclu0UXkrRAJAL13mPMGjRvTxOESrHSxSTe63DvWMTa+gr5TYZL0TGQ7p7Kw4AktEufCZBINH9akqgg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.16.0.tgz", + "integrity": "sha512-ZQuTt10UpcUbiXu94MSFCgaYkraCtgXewEbXus5Jf0OUbSqa/fkxwWs4wTxak/9CjtFLMb4GO3jfoYoeWbqtfA==", "requires": { - "@types/lodash.assign": "^4.2.3", - "@types/lodash.defaults": "^4.2.3", - "componentsjs": "^3.4.1", - "lodash.assign": "^4.2.0", - "lodash.defaults": "^4.2.0" + "componentsjs": "^3.4.1" } }, "@comunica/runner-cli": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.14.0.tgz", - "integrity": "sha512-QSF7uI3J/3qiYsLD1E8rkV9bkkFlQ79wNGHn2G/kykUS8PLfMipibOqA88Xhh4Tn68vlPwuomCKLxEzhZ7qA0w==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.16.0.tgz", + "integrity": "sha512-9XfRqACWeppe/po/UMIN4MH+gU/8YszRqyPG02vd9k0AnPXYMK5AXPj4ge3D0HQE+ENb2y9C5xe516w0yl8eBw==", "requires": { - "@comunica/runner": "^1.14.0" + "@comunica/runner": "^1.16.0" } }, "@comunica/utils-datasource": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.14.0.tgz", - "integrity": "sha512-T2eIs2xKOQVuT/WkB+DTHvq8GXz4tDtVYLPZktS7CEgHbj16+S7rEtTXMXHXaPCiVFKJCqE+3zCtpJPcDU/wgw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.16.0.tgz", + "integrity": "sha512-MWng1lz62YT5VLvwFvBNc119U6aNvX7oL8j7YdgRyLulB14gYEp5njuqRjbz1WFa1TtDUJxYGMPyskSMdzGilw==", "requires": { - "@comunica/bus-rdf-resolve-quad-pattern": "^1.14.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", "arrayify-stream": "^1.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "asyncreiterable": "^2.0.0" } }, @@ -11284,65 +16086,9 @@ "integrity": "sha512-DaZNUvLDCAnCTjgwxgiL1eQdxIKEpNLOlTNtAgnZc50bG2copGhRrFN9/PxPBuJe+tZVLCbQ7ls0xveXVRPkvw==" }, "@types/lodash": { - "version": "4.14.158", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.158.tgz", - "integrity": "sha512-InCEXJNTv/59yO4VSfuvNrZHt7eeNtWQEgnieIA+mIC+MOWM9arOWG2eQ8Vhk6NbOre6/BidiXhkZYeDY9U35w==" - }, - "@types/lodash.assign": { - "version": "4.2.6", - "resolved": "https://registry.npmjs.org/@types/lodash.assign/-/lodash.assign-4.2.6.tgz", - "integrity": "sha512-SaReADQZqf99FUWZ/gHICOAhLfBvaUmVb9y8xCw7o5WDuqDG0YfN1a+by29eipPcV4FITfPbQMJQiOGAeOb4fw==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.defaults": { - "version": "4.2.6", - "resolved": "https://registry.npmjs.org/@types/lodash.defaults/-/lodash.defaults-4.2.6.tgz", - "integrity": "sha512-JsUJheQIG2Yf/n/QRUMGXT76/7x4tLU5i0kxIPeoOcTIh9yNzdEzCHWbwD8mTf+VncGwYZiho+F2u1pEBsGswA==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.find": { - "version": "4.6.6", - "resolved": "https://registry.npmjs.org/@types/lodash.find/-/lodash.find-4.6.6.tgz", - "integrity": "sha512-rpfXWzKWaw12XMcdQYA7f0xVmkXwJkhPPON69pGVFNYF6/66CduGyLiYnoZk1xBOvGwMnmyrCZ/yJewPO4OMeg==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.intersection": { - "version": "4.4.6", - "resolved": "https://registry.npmjs.org/@types/lodash.intersection/-/lodash.intersection-4.4.6.tgz", - "integrity": "sha512-6ewsKax7+HgT+7mEhzXT6tIyIHc/mjCwZJnarvLbCrtW21qmDQHWbaJj4Ht4DQDBmMdnvZe8APuVlsMpZ5E5mQ==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.mapvalues": { - "version": "4.6.6", - "resolved": "https://registry.npmjs.org/@types/lodash.mapvalues/-/lodash.mapvalues-4.6.6.tgz", - "integrity": "sha512-Mt9eg3AqwAt5HShuOu8taiIYg0sLl4w3vDi0++E0VtiOtj9DqQHaxVr3wicVop0eDEqr5ENbht7vsLJlkMHL+w==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.union": { - "version": "4.6.6", - "resolved": "https://registry.npmjs.org/@types/lodash.union/-/lodash.union-4.6.6.tgz", - "integrity": "sha512-Wu0ZEVNcyCz8eAn6TlUbYWZoGbH9E+iOHxAZbwUoCEXdUiy6qpcz5o44mMXViM4vlPLLCPlkAubEP1gokoSZaw==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.uniq": { - "version": "4.5.6", - "resolved": "https://registry.npmjs.org/@types/lodash.uniq/-/lodash.uniq-4.5.6.tgz", - "integrity": "sha512-XHNMXBtiwsWZstZMyxOYjr0e8YYWv0RgPlzIHblTuwBBiWo2MzWVaTBihtBpslb5BglgAWIeBv69qt1+RTRW1A==", - "requires": { - "@types/lodash": "*" - } + "version": "4.14.161", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.161.tgz", + "integrity": "sha512-EP6O3Jkr7bXvZZSZYlsgt5DIjiGr0dXP1/jVEwVLTFgg0d+3lWVQkRavYVQszV7dYUwvg0B8R0MBDpcmXg7XIA==" }, "@types/lru-cache": { "version": "5.1.0", @@ -11528,6 +16274,11 @@ "sprintf-js": "~1.0.2" } }, + "array-filter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-1.0.0.tgz", + "integrity": "sha1-uveeYubvTCpMC4MSMtr/7CUfnYM=" + }, "arrayify-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/arrayify-stream/-/arrayify-stream-1.0.0.tgz", @@ -11553,9 +16304,9 @@ "dev": true }, "asynciterator": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.0.0.tgz", - "integrity": "sha512-8aq8lNFDG47H/LlEFHLze17T+zjsHP7yscvEdyWh8MYBEI9CkpBbKuFx6FT4dmMVsBZ0D1LUq8aIh8+vHd/74Q==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.0.1.tgz", + "integrity": "sha512-i63IZ/CLbSwT+9+jezA8BFnMmmOylNN+2/yNqMSr37IdzjPLnYMfEvTOFt46hDA+san7k9CZN6gEzCgCTTfAWA==" }, "asyncjoin": { "version": "1.0.1", @@ -11578,15 +16329,23 @@ "asynciterator": "^3.0.0" } }, + "available-typed-arrays": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.2.tgz", + "integrity": "sha512-XWX3OX8Onv97LMk/ftVyBibpGwY5a8SmuxZPzeOxqmuEqUCOM9ZE+uIaD1VNJ5QnvU2UQusvmKbuM1FR8QWGfQ==", + "requires": { + "array-filter": "^1.0.0" + } + }, "aws-sign2": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" }, "aws4": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.0.tgz", - "integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==" + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz", + "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==" }, "balanced-match": { "version": "1.0.0", @@ -11813,9 +16572,9 @@ "dev": true }, "componentsjs": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.1.tgz", - "integrity": "sha512-cFeGNlXYj8bS0o1TNrcYtR6fWZ7Q9kjfn1LPjxe/kKDJHW+VREiY6xsjpCB/yPKpnfOp4euIJB+SWgaXs0YiDg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.2.tgz", + "integrity": "sha512-ICaSvvxY/CvWwFt0lLsoRL/DHY09akoI6x9WakQQ9g4GYHVaZumWSAdOrzM/htjGpBumpVh1C/4hk0/ghh9jXA==", "requires": { "@types/lodash": "^4.14.56", "@types/minimist": "^1.2.0", @@ -11842,6 +16601,17 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.21.tgz", "integrity": "sha512-87XkD9qDXm8fIax+5y7drx84cXsu34ZZqfB7Cial3Q/2lxSoJ/+DRaWckkCbxP41wFSIrrb939VhzaNxj4eY1w==" }, + "jsonld": { + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", + "integrity": "sha1-oC8gXVNBQU3xtthBTxuWenEgc+g=", + "requires": { + "es6-promise": "^2.0.0", + "pkginfo": "~0.4.0", + "request": "^2.61.0", + "xmldom": "0.1.19" + } + }, "n3": { "version": "0.9.1", "resolved": "https://registry.npmjs.org/n3/-/n3-0.9.1.tgz", @@ -11956,6 +16726,27 @@ "type-detect": "^4.0.0" } }, + "deep-equal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.3.tgz", + "integrity": "sha512-Spqdl4H+ky45I9ByyJtXteOm9CaIrPmnIPmOhrkKGNYWeDgCvJ8jNYVCTjChxW4FqGuZnLHADc8EKRMX6+CgvA==", + "requires": { + "es-abstract": "^1.17.5", + "es-get-iterator": "^1.1.0", + "is-arguments": "^1.0.4", + "is-date-object": "^1.0.2", + "is-regex": "^1.0.5", + "isarray": "^2.0.5", + "object-is": "^1.1.2", + "object-keys": "^1.1.1", + "object.assign": "^4.1.0", + "regexp.prototype.flags": "^1.3.0", + "side-channel": "^1.0.2", + "which-boxed-primitive": "^1.0.1", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.2" + } + }, "deep-extend": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", @@ -11974,7 +16765,6 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "dev": true, "requires": { "object-keys": "^1.0.12" } @@ -11991,11 +16781,12 @@ "dev": true }, "dom-serializer": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", - "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.0.1.tgz", + "integrity": "sha512-1Aj1Qy3YLbdslkI75QEOfdp9TkQ3o8LRISAzxOibjBs/xWwr1WxZFOQphFkZuepHFGo+kB8e5FVJSS0faAJ4Rw==", "requires": { "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", "entities": "^2.0.0" } }, @@ -12013,11 +16804,11 @@ } }, "domutils": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.1.0.tgz", - "integrity": "sha512-CD9M0Dm1iaHfQ1R/TI+z3/JWp/pgub0j4jIQKH89ARR4ATAV2nbaOQS5XxU9maJP5jHaPdDDQSEHuE2UmpUTKg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.2.0.tgz", + "integrity": "sha512-0haAxVr1PR0SqYwCH7mxMpHZUwjih9oPPedqpR/KufsnxPyZ9dyVw1R5093qnJF3WXSbjBkdzRWLw/knJV/fAg==", "requires": { - "dom-serializer": "^0.2.1", + "dom-serializer": "^1.0.1", "domelementtype": "^2.0.1", "domhandler": "^3.0.0" } @@ -12054,7 +16845,6 @@ "version": "1.17.5", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.5.tgz", "integrity": "sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg==", - "dev": true, "requires": { "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", @@ -12069,11 +16859,24 @@ "string.prototype.trimright": "^2.1.1" } }, + "es-get-iterator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.0.tgz", + "integrity": "sha512-UfrmHuWQlNMTs35e1ypnvikg6jCz3SK8v8ImvmDsh36fCVUR1MqoFDiyn0/k52C8NqO3YsO8Oe0azeesNuqSsQ==", + "requires": { + "es-abstract": "^1.17.4", + "has-symbols": "^1.0.1", + "is-arguments": "^1.0.4", + "is-map": "^2.0.1", + "is-set": "^2.0.1", + "is-string": "^1.0.5", + "isarray": "^2.0.5" + } + }, "es-to-primitive": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "dev": true, "requires": { "is-callable": "^1.1.4", "is-date-object": "^1.0.1", @@ -12219,9 +17022,14 @@ } }, "follow-redirects": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.12.1.tgz", - "integrity": "sha512-tmRv0AVuR7ZyouUHLeNSiO6pqulF7dYa3s19c6t+wz9LD69/uSzdMxJ2S91nTI9U3rt/IldxpzMOFejp6f0hjg==" + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", + "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" + }, + "foreach": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", + "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" }, "foreachasync": { "version": "3.0.0", @@ -12295,8 +17103,7 @@ "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" }, "gensync": { "version": "1.0.0-beta.1", @@ -12445,7 +17252,6 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dev": true, "requires": { "function-bind": "^1.1.1" } @@ -12459,8 +17265,7 @@ "has-symbols": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", - "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", - "dev": true + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" }, "hash-base": { "version": "3.1.0", @@ -12588,6 +17393,16 @@ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" }, + "is-arguments": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz", + "integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==" + }, + "is-bigint": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.0.tgz", + "integrity": "sha512-t5mGUXC/xRheCK431ylNiSkGGpBp8bHENBcENTkDT6ppwPzEVxNGZRvgvmOEfbWkFhA7D2GEuE2mmQTr78sl2g==" + }, "is-binary-path": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", @@ -12597,6 +17412,11 @@ "binary-extensions": "^2.0.0" } }, + "is-boolean-object": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.0.1.tgz", + "integrity": "sha512-TqZuVwa/sppcrhUCAYkGBk7w0yxfQQnxq28fjkO53tnK9FQXmdwz2JS5+GjsWQ6RByES1K40nI+yDic5c9/aAQ==" + }, "is-buffer": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", @@ -12606,14 +17426,12 @@ "is-callable": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz", - "integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==", - "dev": true + "integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==" }, "is-date-object": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", - "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==", - "dev": true + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" }, "is-extglob": { "version": "2.1.1", @@ -12636,45 +17454,89 @@ "is-extglob": "^2.1.1" } }, + "is-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.1.tgz", + "integrity": "sha512-T/S49scO8plUiAOA2DBTBG3JHpn1yiw0kRp6dgiZ0v2/6twi5eiB0rHtHFH9ZIrvlWc6+4O+m4zg5+Z833aXgw==" + }, "is-number": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true }, + "is-number-object": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.4.tgz", + "integrity": "sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==" + }, "is-regex": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz", "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==", - "dev": true, "requires": { "has": "^1.0.3" } }, + "is-set": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.1.tgz", + "integrity": "sha512-eJEzOtVyenDs1TMzSQ3kU3K+E0GUS9sno+F0OBT97xsgcJsF9nXMBtkT9/kut5JEpM7oL7X/0qxR17K3mcwIAA==" + }, "is-stream": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" }, + "is-string": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz", + "integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==" + }, "is-symbol": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", - "dev": true, "requires": { "has-symbols": "^1.0.1" } }, + "is-typed-array": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.3.tgz", + "integrity": "sha512-BSYUBOK/HJibQ30wWkWold5txYwMUXQct9YHAQJr8fSwvZoiglcqB0pd7vEN23+Tsi9IUEjztdOSzl4qLVYGTQ==", + "requires": { + "available-typed-arrays": "^1.0.0", + "es-abstract": "^1.17.4", + "foreach": "^2.0.5", + "has-symbols": "^1.0.1" + } + }, "is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" }, + "is-weakmap": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", + "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==" + }, + "is-weakset": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.1.tgz", + "integrity": "sha512-pi4vhbhVHGLxohUw7PhGsueT4vRGFoXhP7+RGN0jKIv9+8PWYCQTqtADngrxOm2g46hoH0+g8uZZBzMrvVGDmw==" + }, "is-windows": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" }, + "isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + }, "isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", @@ -12873,14 +17735,37 @@ } }, "jsonld": { - "version": "0.4.12", - "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", - "integrity": "sha1-oC8gXVNBQU3xtthBTxuWenEgc+g=", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-3.1.1.tgz", + "integrity": "sha512-GrqERUMZtMcdP8WgTt7drF3Ixf0dERA2Q4X3hTLyKt7CJTTQ5cM1vAHuX797piAejuh/KwNdKklKVB1kfYcJbw==", "requires": { - "es6-promise": "^2.0.0", - "pkginfo": "~0.4.0", - "request": "^2.61.0", + "canonicalize": "^1.0.1", + "lru-cache": "^5.1.1", + "object.fromentries": "^2.0.2", + "rdf-canonize": "^1.0.2", + "request": "^2.88.0", + "semver": "^6.3.0", "xmldom": "0.1.19" + }, + "dependencies": { + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "requires": { + "yallist": "^3.0.2" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + } } }, "jsonld-context-parser": { @@ -12949,52 +17834,12 @@ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, - "lodash.assign": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz", - "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=" - }, - "lodash.defaults": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", - "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=" - }, - "lodash.find": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.find/-/lodash.find-4.6.0.tgz", - "integrity": "sha1-ywcE1Hq3F4n/oN6Ll92Sb7iLE7E=" - }, "lodash.flattendeep": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=", "dev": true }, - "lodash.intersection": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.intersection/-/lodash.intersection-4.4.0.tgz", - "integrity": "sha1-ChG6Yx0OlcI8fy9Mu5ppLtF45wU=" - }, - "lodash.mapvalues": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz", - "integrity": "sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw=" - }, - "lodash.omit": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.omit/-/lodash.omit-4.5.0.tgz", - "integrity": "sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA=" - }, - "lodash.union": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz", - "integrity": "sha1-SLtQiECfFvGCFmZkHETdGqrjzYg=" - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" - }, "lodash.uniqwith": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz", @@ -13163,6 +18008,11 @@ "is-stream": "^1.0.1" } }, + "node-forge": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.9.1.tgz", + "integrity": "sha512-G6RlQt5Sb4GMBzXvhfkeFmbqR6MzhtnT7VTHuLadjkii3rdYHNdw0m8zA4BTxVIh68FicCQ2NSUANpsqkr9jvQ==" + }, "node-preload": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz", @@ -13384,20 +18234,26 @@ "object-inspect": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", - "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==", - "dev": true + "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==" + }, + "object-is": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.2.tgz", + "integrity": "sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } }, "object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "dev": true + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" }, "object.assign": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", - "dev": true, "requires": { "define-properties": "^1.1.2", "function-bind": "^1.1.1", @@ -13405,6 +18261,17 @@ "object-keys": "^1.0.11" } }, + "object.fromentries": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.2.tgz", + "integrity": "sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1", + "function-bind": "^1.1.1", + "has": "^1.0.3" + } + }, "object.getownpropertydescriptors": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", @@ -13617,33 +18484,47 @@ "strip-json-comments": "~2.0.1" } }, - "rdf-literal": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.1.1.tgz", - "integrity": "sha512-zYelIUgvwifeq2aFfTYlv+SoxZbSjdKw+I4ulZ5ECil8FTh2+ufHiR9P7T61KnVyo8BqBhyeHBR4UvA++PWozA==", + "rdf-canonize": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/rdf-canonize/-/rdf-canonize-1.1.0.tgz", + "integrity": "sha512-DV06OnhVfl2zcZJQCt+YvU+hoZVgpyQpNFLeAmghq8RJybUxD3B4LRzlBquYS5k+LLd8/c3g5Gnhkqjw5qRMvg==", "requires": { - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0" + "node-forge": "^0.9.1", + "semver": "^6.3.0" }, "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" } } }, + "rdf-data-factory": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rdf-data-factory/-/rdf-data-factory-1.0.1.tgz", + "integrity": "sha512-T8EJT4FqcQHRyLnb8erdmO7QXYhfO5YyklVbbaQkvdaGwmYB/4AcYJ0co6fBobcPDnYd2fJObSKP99+y8sGKiw==", + "requires": { + "@types/rdf-js": "*" + } + }, + "rdf-literal": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.2.0.tgz", + "integrity": "sha512-N7nyfp/xzoiUuJt0xZ80BvBGkCPwWejgVDkCxWDSuooXKSows4ToW+KouYkMHLcoFzGg1Rlw2lk6btjMJg5aSA==", + "requires": { + "@types/rdf-js": "*", + "rdf-data-factory": "^1.0.1" + } + }, "rdf-quad": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.4.0.tgz", - "integrity": "sha512-xChDvhK2zb4/aCg8P668CWTn4TEhscefg/E1s+Qu61sZ/hKct/WQn0wuHim8H+MFrzZ7fFN7Gh7aamPgm/QSwA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.5.0.tgz", + "integrity": "sha512-LnCYx8XbRVW1wr6UiZPSy2Tv7bXAtEwuyck/68dANhFu8VMnGS+QfUNP3b9YI6p4Bfd/fyDx5E3x81IxGV6BzA==", "requires": { - "@rdfjs/data-model": "^1.1.1", - "rdf-literal": "^1.0.0", - "rdf-string": "^1.3.1" + "rdf-data-factory": "^1.0.1", + "rdf-literal": "^1.2.0", + "rdf-string": "^1.5.0" } }, "rdf-store-stream": { @@ -13666,9 +18547,17 @@ } }, "rdf-string": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.4.2.tgz", - "integrity": "sha512-74yYjS0W4N3nYDGbXBZrNsqDmhBTjqChTETO9heC2G2M3iMYaIPtEfUikNsBWUj4+4bIKyqL7vAntWBTfJpFFA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.5.0.tgz", + "integrity": "sha512-3TEJuDIKUADgZrfcZG+zAN4GfVA1Ei2sKA7Z7QVHkAE36wWoRGPJbGihPQMldgzvy9lG2nzZU+CXz+6oGSQNsQ==", + "requires": { + "rdf-data-factory": "^1.0.0" + } + }, + "rdf-string-ttl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rdf-string-ttl/-/rdf-string-ttl-1.0.1.tgz", + "integrity": "sha512-QdOztnXuQTS5HwS2YTUkY9KUdyjyMYCX4QITfAAAtJnGqQkfah1L+VdV3E+Z3NKp/CBXLqZs/oMZe5J7pUEzpw==", "requires": { "@rdfjs/data-model": "^1.1.1" } @@ -13737,6 +18626,15 @@ "picomatch": "^2.0.4" } }, + "regexp.prototype.flags": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", + "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, "relative-to-absolute-iri": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/relative-to-absolute-iri/-/relative-to-absolute-iri-1.0.5.tgz", @@ -13939,6 +18837,15 @@ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true }, + "side-channel": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.2.tgz", + "integrity": "sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA==", + "requires": { + "es-abstract": "^1.17.0-next.1", + "object-inspect": "^1.7.0" + } + }, "signal-exit": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", @@ -13968,21 +18875,21 @@ } }, "sparqlalgebrajs": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.3.1.tgz", - "integrity": "sha512-zJ9EEX2BtHjdiSQoWP7fKt2IqD4zi24n3CQtRGOIzh8Hyj2JFMtje68CweaIJgQLN5kNYpNx/VT2F6nxpeIRJg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.4.0.tgz", + "integrity": "sha512-6glKn1uWBsdPuQ4D+4r5m8mgWZoMfiNgip4uyblULTmgISqcbsQzrlrIhWQoZSX95QLLlWlYJufhelQAIRAWKg==", "requires": { - "@rdfjs/data-model": "^1.1.2", "fast-deep-equal": "^3.1.1", "minimist": "^1.2.5", - "rdf-string": "^1.3.1", - "sparqljs": "^3.0.1" + "rdf-data-factory": "^1.0.0", + "rdf-string": "^1.5.0", + "sparqljs": "^3.1.1" } }, "sparqlee": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.4.2.tgz", - "integrity": "sha512-6lE4u0i3CCLjOUA/E8SC2fV7L/e7By4QVG+mtreYGpPoh15iFZLPMeH9+54X2tA7doLr8LmV40u66BQ1rpzkKA==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.4.3.tgz", + "integrity": "sha512-HVWj816xZqUO14/kkA9I/OS+uF8zHe7MGCmoGb4gPcO2KcenF8hg4SssftcQgxVJzsI4RQV91rXhDYdBb1WF9g==", "requires": { "@rdfjs/data-model": "^1.1.0", "@types/create-hash": "^1.2.0", @@ -14006,26 +18913,27 @@ } }, "@types/uuid": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.0.0.tgz", - "integrity": "sha512-xSQfNcvOiE5f9dyd4Kzxbof1aTrLobL278pGLKOZI6esGfZ7ts9Ka16CzIN6Y8hFHE1C7jIBZokULhK1bOgjRw==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==" } } }, "sparqljs": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.0.3.tgz", - "integrity": "sha512-/hy2ihyn6YaYdLqnfdG8En6n8/NJVfRGI//AWPh6Anbfxfz89vv9ATEa8taE+SpOBuh6pSYEhIYKPkVRkXNBNg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.1.1.tgz", + "integrity": "sha512-HYSwEu++souL4YjJbRx+3dJ1aNYNuR+BbZdPmdrmD4QMSO14J63BEshpcSURcNRsuriOI+05wo2AaxVvpjhgkg==", "requires": { - "n3": "^1.5.0" + "n3": "^1.6.0" }, "dependencies": { "n3": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/n3/-/n3-1.6.1.tgz", - "integrity": "sha512-bgv23UJ1vxcFCjY1QQYsTCwUHpkiNDGXOD99PZ4wAntNeGJMAXqHpHJ8TVdKran6IZaORnZboaqZgS6UtOh2dA==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.6.3.tgz", + "integrity": "sha512-dN+8pLw2h1H1WQTW9VR3T16tHPDYdQP+YKXzbcpBCMCb9ZkksUyoVRRdtFGl3vosdET+NIB5eiIgth+4Vit6Yw==", "requires": { - "queue-microtask": "^1.1.2" + "queue-microtask": "^1.1.2", + "readable-stream": "^3.6.0" } } } @@ -14061,20 +18969,23 @@ } }, "sparqlxml-parse": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.2.2.tgz", - "integrity": "sha512-xFN+S97DRI9jrlFsOntB8rmtEAJeTUAyRCquibiLCbE+z63iw1tFdM9NhrphrPey1+EH75vh9AjycXwDD6nEIw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.3.0.tgz", + "integrity": "sha512-NeI5t7Jglue/CIl1LXAAXzK4k9Ex4ULuPpTShuEpID+edPmljJ17ITsgx1yM8exZR1a4br5UqyyiDxduQQ4wAw==", "requires": { "@rdfjs/data-model": "^1.1.1", - "@types/node": "^10.12.18", - "@types/rdf-js": "^2.0.2", + "@types/node": "^13.1.0", + "@types/rdf-js": "^3.0.0", "sax-stream": "^1.2.3" }, "dependencies": { - "@types/node": { - "version": "10.17.28", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.28.tgz", - "integrity": "sha512-dzjES1Egb4c1a89C7lKwQh8pwjYmlOAG9dW1pBgxEk57tMrLnssOfEthz8kdkNaBd7lIqQx7APm5+mZ619IiCQ==" + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } } } }, @@ -14152,7 +19063,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", - "dev": true, "requires": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5" @@ -14162,7 +19072,6 @@ "version": "2.1.2", "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz", "integrity": "sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw==", - "dev": true, "requires": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5", @@ -14173,7 +19082,6 @@ "version": "2.1.2", "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz", "integrity": "sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg==", - "dev": true, "requires": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5", @@ -14184,7 +19092,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", - "dev": true, "requires": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5" @@ -14417,12 +19324,48 @@ "isexe": "^2.0.0" } }, + "which-boxed-primitive": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.1.tgz", + "integrity": "sha512-7BT4TwISdDGBgaemWU0N0OU7FeAEJ9Oo2P1PHRm/FCWoEi2VLWC9b6xvxAA3C/NMpxg3HXVgi0sMmGbNUbNepQ==", + "requires": { + "is-bigint": "^1.0.0", + "is-boolean-object": "^1.0.0", + "is-number-object": "^1.0.3", + "is-string": "^1.0.4", + "is-symbol": "^1.0.2" + } + }, + "which-collection": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", + "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", + "requires": { + "is-map": "^2.0.1", + "is-set": "^2.0.1", + "is-weakmap": "^2.0.1", + "is-weakset": "^2.0.1" + } + }, "which-module": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", "dev": true }, + "which-typed-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.2.tgz", + "integrity": "sha512-KT6okrd1tE6JdZAy3o2VhMoYPh3+J6EMZLyrxBQsZflI1QCZIxMrIYLkosd8Twf+YfknVIHmYQPgJt238p8dnQ==", + "requires": { + "available-typed-arrays": "^1.0.2", + "es-abstract": "^1.17.5", + "foreach": "^2.0.5", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.1", + "is-typed-array": "^1.1.3" + } + }, "wide-align": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", diff --git a/package.json b/package.json index 899a9b8..9214c80 100644 --- a/package.json +++ b/package.json @@ -20,18 +20,21 @@ "typescript": "^3.8.3" }, "dependencies": { - "@api-modeling/amf-client-js": "^4.1.10", - "@api-modeling/api-modeling-metadata": "^0.1.3", - "@api-modeling/metadata-store": "^0.1.14", + "@api-modeling/amf-client-js": "^4.1.12", + "@api-modeling/api-modeling-metadata": "^0.1.4", + "@api-modeling/metadata-store": "^0.1.17", "@types/n3": "^1.4.3", "@types/uuid": "^7.0.2", "cross-fetch": "^3.0.4", + "deep-equal": "^2.0.3", "file-api": "^0.10.4", "filereader": "^0.10.3", + "jsonld": "^3.1.1", "jsonld-streaming-parser": "^2.0.0", "n3": "^1.3.5", "source-map-support": "^0.5.19", "ts-md5": "^1.2.7", + "uuid": "^8.0.0", "yaml": "^1.10.0" } } diff --git a/src/main/bindings/AMLBindingsPlugin.ts b/src/main/bindings/AMLBindingsPlugin.ts index bb8daf6..3e153db 100644 --- a/src/main/bindings/AMLBindingsPlugin.ts +++ b/src/main/bindings/AMLBindingsPlugin.ts @@ -6,9 +6,9 @@ import {AMLImporter} from "./aml/importer"; import {applyMixins} from "./utils/mixins"; import {AmlParser} from "./utils/amlParser"; -export class AMLBindingsPlugin extends BindingsPlugin { +export class AMLBindingsPlugin /* extends BindingsPlugin */ { constructor() { - super(); + //super(); } async export(configuration: ConfigurationParameter[], graphs: DialectWrapper[]): Promise { @@ -26,7 +26,7 @@ export class AMLBindingsPlugin extends BindingsPlugin { try { const resource = resources[0]; - const parser = new AmlParser(resource.url, resource.text); + const parser = new AmlParser(resource.url, resource.text || ''); let baseUnit = await parser.parse(); const name = baseUnit.id.split("/").pop(); const module = new meta.Module("Imported spec " + name); diff --git a/src/main/bindings/APIContractBindingsPlugin.ts b/src/main/bindings/APIContractBindingsPlugin.ts index c6712f5..c1634be 100644 --- a/src/main/bindings/APIContractBindingsPlugin.ts +++ b/src/main/bindings/APIContractBindingsPlugin.ts @@ -12,7 +12,7 @@ import {ApiGenerator} from "./utils/apiGenerator"; const SUPPORTED_FORMATS = [ApiParser.RAML1, ApiParser.OAS3 + ".0", ApiParser.OAS2, ApiParser.AMF_GRAPH, ApiParser.JSON_SCHEMA]; const SUPPORTED_SYNTAXES = [ApiParser.YAML, ApiParser.JSONLD, ApiParser.JSON] -export class APIContractBindingsPlugin extends BindingsPlugin { +export class APIContractBindingsPlugin /* extends BindingsPlugin */{ async export(configuration: ConfigurationParameter[], graphs: meta.DialectWrapper[]): Promise { diff --git a/src/main/bindings/BindingsPlugin.ts b/src/main/bindings/BindingsPlugin.ts index f0c6fae..b6546d6 100644 --- a/src/main/bindings/BindingsPlugin.ts +++ b/src/main/bindings/BindingsPlugin.ts @@ -1,4 +1,11 @@ import * as meta from "@api-modeling/api-modeling-metadata"; +import { startup, post, store, transitiveGet, get, schPref, literal } from '@api-modeling/metadata-store' + +import { v4 as uuidv4 } from 'uuid'; +import { NamedNode,DataFactory } from 'n3'; +const { namedNode } = DataFactory; + +const rdfType : NamedNode = namedNode(schPref.rdf + 'type') /** * Some external resource plugins will work with. Just a URL identifying the resource and the text of the resource. @@ -16,6 +23,7 @@ export interface ConfigurationParameter { value: any } + /** * Common interface for all bindings plugins */ @@ -34,4 +42,33 @@ export abstract class BindingsPlugin { * @param graphs */ abstract async export(configuration: ConfigurationParameter[], graphs: meta.DialectWrapper[]): Promise + + abstract updateBindings(bindName : string): void + abstract initBindings(bindUuid: string): string + + private bindName = namedNode(schPref.bind + 'Binding') + private uuidName = namedNode(schPref.amldata + 'uuid') + private bdsName = namedNode(schPref.bind + 'bindingDeclarationSource') + private bsName = namedNode(schPref.bind + 'bindingSource') + private bbName = namedNode(schPref.bind + 'boundBy') + private bName = namedNode(schPref.bind + 'binding') + + createBinding(regime: string, bindingDeclSrc: string, source : string){ + let uuid = uuidv4() + let bindName = 'http://mulesoft.com/modeling/bindings/' + uuid + let bindNode = namedNode(bindName) + let sourceNode = namedNode('http://mulesoft.com/modeling/instances/uuid/'+source) + let graph = namedNode(regime) + let bindingDeclarationSource = namedNode(bindingDeclSrc) + let stupid = `file://${process.cwd()}/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding` + store.addQuad(bindNode, rdfType, namedNode('http://a.ml/vocabularies/bindings#Binding'),graph) + store.addQuad(bindNode, rdfType, namedNode('http://a.ml/vocabularies/meta#DialectDomainElement'),graph) + store.addQuad(bindNode, rdfType, namedNode('http://a.ml/vocabularies/document#DomainElement'),graph) + store.addQuad(bindNode, rdfType, namedNode(stupid), graph) + store.addQuad(bindNode,this.uuidName, literal(uuid), graph) + store.addQuad(bindNode, this.bsName, sourceNode, graph) + store.addQuad(bindNode, this.bdsName, namedNode(bindingDeclSrc), graph) + return bindName + } + } \ No newline at end of file diff --git a/src/main/bindings/CIMBindingsPlugin.ts b/src/main/bindings/CIMBindingsPlugin.ts index 37c169c..fed5c52 100644 --- a/src/main/bindings/CIMBindingsPlugin.ts +++ b/src/main/bindings/CIMBindingsPlugin.ts @@ -1,4 +1,10 @@ import {BindingsPlugin, ConfigurationParameter, Resource} from "./BindingsPlugin"; +import { NamedNode,DataFactory } from 'n3'; +const { namedNode } = DataFactory; +import { startup, post, store, transitiveGet, get, schPref, literal } from '@api-modeling/metadata-store' + +const rdfType : NamedNode = namedNode(schPref.rdf + 'type') + import { DialectWrapper, ModularityDialect, @@ -44,7 +50,10 @@ export class CIMBindingsPlugin extends BindingsPlugin { // Data Models const dataModels: DataModel[] = entityGroupsDataModels.map((entityGroup) => { - const entities = this.parseEntityGroup(store, entityGroup); + const entityMap : { [key: string] : Entity} = {} + const extendsMap : { [key: string] : string } = {} + const entities = this.parseEntityGroup(store, entityGroup, entityMap, extendsMap); + Object.entries(extendsMap).forEach(ex => entityMap[ex[0]].extends = entityMap[ex[1]]) entityGroup.entities = entities; return entityGroup; }); @@ -171,6 +180,47 @@ export class CIMBindingsPlugin extends BindingsPlugin { protected async parseGlobalFile(resource: Resource, store?: n3.Store): Promise { return await graph.loadGraph(resource.text ? resource.text : '', store); } + private modName : NamedNode= namedNode(schPref.amlm + 'Module') + private boundName = namedNode(schPref.bind + "boundBy") + private dmName = namedNode(schPref.amldm + 'DataModel') + + updateBindings(bindName : string):void{ + //finding who doesn't have a binding + // get all Modules not "boundBy" bindName + const rootBind = namedNode(bindName) + let modsToAnnotate = store.getSubjects(rdfType,this.modName). + filter((m : any) => store.getObjects(m, this.boundName). + filter((o : any) => store.countQuads(o,rdfType,null,rootBind) > 0).length === 0) + modsToAnnotate.forEach((mta : NamedNode) => { + let uuid = store.getObjects(mta,namedNode(schPref.amldata+'uuid'))[0].value + let bindingName = this.createBinding(bindName, 'http://mulesoft.com/modeling/instances/bindings/cim/SubjectAreaBinding', uuid) + store.addQuad(rootBind, namedNode('http://a.ml/vocabularies/bindings#binding'), namedNode(bindingName), rootBind) + }) + // get all DataModels not "boundBy" bindname + let dmsToAnnotate : NamedNode[] = store.getSubjects(rdfType,this.dmName). + filter((m : NamedNode) => store.getObjects(m, this.boundName). + filter((o : NamedNode) => store.countQuads(o,rdfType,null,rootBind) > 0).length === 0) + dmsToAnnotate.forEach((mta : NamedNode) => { + let uuid = store.getObjects(mta,namedNode(schPref.amldata+'uuid'))[0].value + let bindingName = this.createBinding(bindName, 'http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding', uuid) + store.addQuad(rootBind, namedNode('http://a.ml/vocabularies/bindings#binding'), namedNode(bindingName), rootBind) + }) + + } + initBindings(bindUuid: string): string { + let bn = namedNode('http://mulesoft.com/modeling/bindings/'+bindUuid) + store.addQuad(bn, namedNode('http://a.ml/vocabularies/data#uuid'),bindUuid,bn) + store.addQuad(bn, rdfType, namedNode('http://a.ml/vocabularies/bindings#BindingModel'),bn) + let stupid = `file://${process.cwd()}/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/BindingsModel` + store.addQuad(bn, rdfType, namedNode('http://a.ml/vocabularies/meta#DialectDomainElement'),bn) + store.addQuad(bn, rdfType, namedNode('http://a.ml/vocabularies/document#DomainElement'),bn) + store.addQuad(bn, rdfType, namedNode(stupid), bn) + store.addQuad(bn, namedNode('http://a.ml/vocabularies/bindings#bindingDeclaration'), namedNode('http://mulesoft.com/modeling/instances/bindings/cim')) + store.addQuad(bn, namedNode('http://a.ml/vocabularies/bindings#bindingSource'), + namedNode('http://mulesoft.com/modeling/instances/uuid/cim_distribution')) + return 'http://mulesoft.com/modeling/bindings/'+bindUuid + } + } diff --git a/src/main/bindings/cim/exporter.ts b/src/main/bindings/cim/exporter.ts index 2515fab..9bb9326 100644 --- a/src/main/bindings/cim/exporter.ts +++ b/src/main/bindings/cim/exporter.ts @@ -135,26 +135,29 @@ export class CIMExporter { let json: {[n: string]: any} = { "path": path }; - if (attr.range.id() === this.INT_SCALAR_ID) { - json['datatype'] = VOCAB.XSD_NS + "integer"; - } else if (path == "id") { - json['datatype'] = VOCAB.CIM_NS + "id"; - } else { - json['datatype'] = VOCAB.XSD_NS + "string"; - } - - if (attr.required) { - json[VOCAB.SH_MIN_COUNT.value] = 1 - } - if (!attr.allowMultiple) { - json[VOCAB.SH_MAX_COUNT.value] = 1 - } + try { + if (attr.range.id() === this.INT_SCALAR_ID) { + json['datatype'] = VOCAB.XSD_NS + "integer"; + } else if (path == "id") { + json['datatype'] = VOCAB.CIM_NS + "id"; + } else { + json['datatype'] = VOCAB.XSD_NS + "string"; + } - // keep the inverse map of properties - const propDomain = propAcc[path] || []; - propDomain.push(id) - propAcc[path] = propDomain + if (attr.required) { + json[VOCAB.SH_MIN_COUNT.value] = 1 + } + if (!attr.allowMultiple) { + json[VOCAB.SH_MAX_COUNT.value] = 1 + } + // keep the inverse map of properties + const propDomain = propAcc[path] || []; + propDomain.push(id) + propAcc[path] = propDomain + } catch (error) { + console.log("blow up at "+attr.name) + } return json; }); @@ -234,6 +237,11 @@ export class CIMExporter { } protected toId(name: string) { + try { return name.replace(/\s+/, "").replace("_", "") + } catch(e){ + console.log("toId blowup "+e) + return "" + } } } \ No newline at end of file diff --git a/src/main/bindings/cim/importer.ts b/src/main/bindings/cim/importer.ts index a09340b..dec6676 100644 --- a/src/main/bindings/cim/importer.ts +++ b/src/main/bindings/cim/importer.ts @@ -128,7 +128,8 @@ export class CIMImporter { * @param store * @param entityGroup */ - protected parseEntityGroup(store: n3.Store, entityGroup: DataModel): Entity[] { + protected parseEntityGroup(store: n3.Store, entityGroup: DataModel, + entityMap: { [key: string] : Entity }, extendsMap: { [key: string] : string }): Entity[] { // @ts-ignore const entityGroupId = entityGroup['_source']; const source = $rdf.namedNode(entityGroupId); @@ -137,12 +138,14 @@ export class CIMImporter { const name = store.getObjects(entityId, VOCAB.RDFS_LABEL, null)[0]; const entity = new Entity(name.value); entity.uuid = `cim/entity/${entityId.value.split("/").pop()}`; + entityMap[entityId.value] = entity; const description = store.getObjects(entityId, VOCAB.RDFS_COMMENT, null)[0]; entity.description = description.value; let properties = store.getObjects(entityId, VOCAB.SH_PROPERTY, null); - let parentProperties = findPath(store, entityId, [VOCAB.SH_AND, VOCAB.RDF_FIRST, VOCAB.SH_PROPERTY]) || []; + let parent = findPath(store, entityId, [VOCAB.SH_AND, VOCAB.RDF_FIRST])[0] || null; + let parentProperties : n3.Quad_Object[] = []; //findPath(store, entityId, [VOCAB.SH_AND, VOCAB.RDF_FIRST, VOCAB.SH_PROPERTY]) || []; let extendedProperties = findPath(store, entityId, [VOCAB.SH_AND, VOCAB.RDF_REST, VOCAB.RDF_FIRST, VOCAB.SH_PROPERTY]) || []; const attributes: Attribute[] = []; @@ -196,6 +199,9 @@ export class CIMImporter { if (associations.length > 0) { entity.associations = associations; } + if (parent){ + extendsMap[entityId.value] = parent.id; + } return entity }); } diff --git a/src/main/bindings/utils/N3Graph.ts b/src/main/bindings/utils/N3Graph.ts index 75adf28..40c53c7 100644 --- a/src/main/bindings/utils/N3Graph.ts +++ b/src/main/bindings/utils/N3Graph.ts @@ -71,14 +71,33 @@ export function loadGraph(str: string, existingStore?: n3.Store): Promise 0) { + if (path.length === 0) { + return nextSubject; + } else { + let maps = nextSubject.map(ns => { + return findPath(store, ns, path) + }) + let reducer : n3.Quad_Object[] = [] + maps.forEach(m => reducer = reducer.concat(m)) + return reducer; + } + } else { + return []; + } +} +export function findPathOld(store: n3.Store, subject: n3.Quad_Object, path: n3.Quad_Object[]): n3.Quad_Object|null { const next = path.shift()!; const nextSubject = store.getObjects(subject, next, null)[0]; if (nextSubject) { if (path.length === 0) { return nextSubject; } else { - return findPath(store, nextSubject, path); + return null //findPath(store, nextSubject, path); } } else { return null; diff --git a/src/main/index.ts b/src/main/index.ts index bb352d3..0fb8e17 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -1,100 +1,17 @@ -import { ConfigurationParameter, Resource, BindingsPlugin } from './bindings/BindingsPlugin'; -import { CIMBindingsPlugin } from './bindings/CIMBindingsPlugin' -import { APIContractBindingsPlugin } from './bindings/APIContractBindingsPlugin' -import * as fs from 'fs'; import {DialectWrapper, ModularityDialect, Module, Entity, Attribute, Association, IntegerScalar, StringScalar, DataModel, DataModelDialect, ModelBindingsDialect, BindingsModel, Binding, BindingArrayValue} from "@api-modeling/api-modeling-metadata"; -import { startup, post, store, transitiveGet, get, schPref } from '@api-modeling/metadata-store' +import { startup, post, store, transitiveGet, get, schPref, literal } from '@api-modeling/metadata-store' import {ApiParser} from "./bindings/utils/apiParser"; -import { postBinding } from '@api-modeling/metadata-store/dist/esm/postGet'; -const DataFactory = require('n3').DataFactory; -const { namedNode } = DataFactory; -var FileAPI = require('file-api') - , File = FileAPI.File - , FileList = FileAPI.FileList - , FileReader = FileAPI.FileReader - ; -type PlugInMap = { - 'cim' : CIMBindingsPlugin, - 'api' : APIContractBindingsPlugin, - 'gorp' : Error -} +import { PluginController } from './bindings/PluginController' -type GetCon = RecordBindingsPlugin> -let pim : GetCon = { - 'cim' : () => { - return new CIMBindingsPlugin() - }, - 'api' : () => { - return new APIContractBindingsPlugin(); - } -} - -async function loadFile(fname: string){ +//const assert = require('assert') -} -async function pluginExport(plugInName : string, parameters : ConfigurationParameter[], graphs: DialectWrapper[]): Promise { - const somePlugin = pim[plugInName]() - let something = await somePlugin.export(parameters,graphs) - return something -} - -async function pluginImport(plugInName : string, parameters : ConfigurationParameter[], resourceLocs: Resource[]) : Promise{ - const somePlugin = pim[plugInName](); - let allResources = resourceLocs.map(loc => { - return (async () => { - if (loc.text) return loc - if (loc.url.startsWith('file://')){ - const textData = fs.readFileSync(loc.url.substring(7)).toString(); - //console.log("here?") - loc.text = textData - return loc - } else { - return loc - } - })() - }) - let resourceList = (await Promise.all(allResources)).map(z => z) - const parsed = await somePlugin.import(parameters, resourceList ); - return parsed; -} +const deepEqual = require('deep-equal') +const DataFactory = require('n3').DataFactory; +const { namedNode } = DataFactory; -function makeBaseUnit(dialoc: any, base: string){ - let filer = dialoc['@type'].filter((f : string) => f.startsWith("file:///"))[0] - //let start = base.indexOf('file:///') - let end = filer.indexOf('#',8) - let rebase = filer.substring(0,end)//base.replace(base.substring(start,end),dialoc) - //console.log("NEW BASE IS : "+JSON.stringify(JSON.parse(rebase),null,2)) - let baseUnit = `[ - { - "@id": "file://src/main/resources/test/cim/test/association.yaml", - "@type": [ - "http://a.ml/vocabularies/meta#DialectInstance", - "http://a.ml/vocabularies/document#Document", - "http://a.ml/vocabularies/document#Fragment", - "http://a.ml/vocabularies/document#Module", - "http://a.ml/vocabularies/document#Unit" - ], - "http://a.ml/vocabularies/meta#definedBy": [ - { - "@id": "${rebase}" - } - ], - "http://a.ml/vocabularies/document#encodes": ${base}, - "http://a.ml/vocabularies/document#version": [ - { - "@value": "2.1.0" - } - ], - "http://a.ml/vocabularies/document#root": [ - { - "@value": true - } - ] - } -]` -//console.log("BaseUnit is\n"+baseUnit) -return baseUnit -} +import * as fs from 'fs'; +import * as jsonld from 'jsonld' +//import { assert } from "console"; let project = `[ { @@ -150,54 +67,18 @@ let project = `[ } ]` -async function loadCim(projId : string, parsed : DialectWrapper[]){ - const modules = parsed.filter((parsed) => parsed instanceof ModularityDialect) - const dataModels = parsed.filter((parsed) => parsed instanceof DataModelDialect) - const bindingsModels = parsed.filter((parsed) => parsed instanceof ModelBindingsDialect) - let json = await modules[0].toJsonLd() - let jsonld = JSON.parse(json.toString()) - let astore = store - let nn = namedNode - let cimModule = await post(jsonld, projId) - let bindName = ''; - let dataPromises = dataModels.map(dm => { - return (async () => { - let jsonString = await dm.toJsonLd() - let jsonld = JSON.parse(jsonString.toString()) - - let modelId = jsonld[0]['http://a.ml/vocabularies/document#encodes'][0]['@id'] - let astore = store - let nn = namedNode - let module = store.getSubjects(namedNode('http://a.ml/vocabularies/modularity#dataModels'),namedNode(modelId))[0] - await post(jsonld, module.value) - })() - }) - await Promise.all(dataPromises) - // storing bindings! - - let bindingPromises = bindingsModels.map(bm => { - return (async () => { - let jsonString = await bm.toJsonLd() - let jsonld = JSON.parse(jsonString.toString()) - bindName = await postBinding(jsonld, projId) - })() - }) - await Promise.all(bindingPromises) - return [bindName,cimModule] -} - let newModule = { - "@id": "http://mulesoft.com/uuid/cim/subjectArea/MatthewsSubjectArea", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/MatthewsSubjectArea", "@type": [ - "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", + "http://anypoint.mulesoft.com/model/modularity/schema/modularDialect.yaml#/declarations/Module", "http://a.ml/vocabularies/modularity#Module", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "uuid/cim/subjectArea/MatthewsSubjectArea" + "@value": "cim/subjectarea/Matthews" } ], "http://a.ml/vocabularies/core#description": [ @@ -213,21 +94,21 @@ let newModule = } let newDataModel = { - "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/MatthewsEntityGroup/dataModel", + "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/MatthewsEntityGroup", "@type": [ - "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "http://anypoint.mulesoft.com/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", "http://a.ml/vocabularies/data-model#DataModel", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entitygroup/MatthewsEntityGroup/dataModel" + "@value": "cim/entitygroup/MatthewsEntityGroup" } ], "http://a.ml/vocabularies/core#name": [ { - "@value": "Matthews data model" + "@value": "Matthews" } ] } @@ -236,7 +117,7 @@ let newEntity = { "@id": "http://mulesoft.com/modeling/instances/cim/entity/Matthew", "@type": [ - "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "http://anypoint.mulesoft.com/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -255,7 +136,7 @@ let newEntity = { "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Individual/attr/noMatthewReason", "@type": [ - "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "http://anypoint.mulesoft.com/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -265,7 +146,7 @@ let newEntity = "@value": "noMatthewReason" } ], - "http://a.ml/vocabularies/data-model#uuid": [ + "http://a.ml/vocabularies/data#uuid": [ { "@value": "cim/entity/Individual/attr/noMatthewReason" } @@ -274,7 +155,7 @@ let newEntity = { "@id": "http://mulesoft.com/modeling/instances/uuid/string", "@type": [ - "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling-tooling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "http://anypoint.mulesoft.commfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling-tooling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -285,7 +166,7 @@ let newEntity = { "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Individual/attr/exceptionsCount", "@type": [ - "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "http://anypoint.mulesoft.com/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -295,7 +176,7 @@ let newEntity = "@value": "exceptionsCount" } ], - "http://a.ml/vocabularies/data-model#uuid": [ + "http://a.ml/vocabularies/data#uuid": [ { "@value": "cim/entity/Individual/attr/exceptionsCount" } @@ -304,7 +185,7 @@ let newEntity = { "@id": "http://mulesoft.com/modeling/instances/uuid/integer", "@type": [ - "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling-tooling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "http://anypoint.mulesoft.commfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling-tooling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -320,131 +201,62 @@ let newEntity = ] } -function retrieveByType(typeName : string):any[] { - return store.getSubjects(namedNode(schPref.rdf + 'type'),namedNode(typeName)) -} - -function createBinding(source : string, regime: string){ - store.addQuad() -} +let cimOrig = JSON.parse(fs.readFileSync('src/test/resources/model.jsonld').toString()) startup().then(async () => { // create project let projId = await post(JSON.parse(project)) let apiParameters = [{name: "format", value: ApiParser.RAML1}, {name: "syntax", value: ApiParser.YAML}] + let start = new Date().getTime() - pluginImport("cim",[],[{url: "file://src/test/resources/model.jsonld"}]). + let pluginController = new PluginController(); + console.log("start loading CIM at "+(new Date().getTime() - start)) + pluginController.pluginImport("cim",[],[{url: "file://src/test/resources/model.jsonld"}]). //pluginImport('api', // apiParameters // ,[{url: 'file://src/test/resources/library.raml'}]). then(async (parsed) =>{ - let vals = await loadCim(projId, parsed) + console.log("finished reading CIM at "+(new Date().getTime() - start)) + let vals = await pluginController.storeImport(projId, parsed) + console.log("finished loading CIM at "+(new Date().getTime() - start)) let bindName = vals[0] let cimModule = vals[1] - // at this point, it's all been stored + //let cimMod = await get(cimModule) // add a new subjectarea - let newModName = await post(newModule, cimModule) + //let newModName = await post(newModule, cimModule) // add a new datamodel - let newDMName = await post(newDataModel, newModName) + //let newDMName = await post(newDataModel, newModName) // add a new entity - let newEntityName = await post(newEntity, newDMName) - - //finding who doesn't have a binding - // get all Modules and filter to who is "boundBy" bindName - let modsToAnnotate = retrieveByType(schPref.amlm + 'Module'). - filter((m : any) => store.getObjects(m, namedNode(schPref.bind + "boundBy")). - filter((o : any) => store.countQuads(o,namedNode(schPref.rdf + 'type'),null,namedNode(bindName)) > 0).length === 0) - let dmsToAnnotate = retrieveByType(schPref.amldm + 'DataModel'). - filter((m : any) => store.getObjects(m, namedNode(schPref.bind + "boundBy")). - filter((o : any) => store.countQuads(o,namedNode(schPref.rdf + 'type'),null,namedNode(bindName)) > 0).length === 0) - - - // time to resuscitate the jsonld - let astore = store - let bindingJson = await get(bindName, false) - let basis = ((bindingJson)[0]['@graph']).filter(u => u['@id'] === bindName)[0] - let items = ((bindingJson)[0]['@graph']) - let pos = 0 - while (items[pos]['@id'] != bindName) pos++ - let root = items[pos] - items.splice(pos,1) - let im : { [index : string] : any} = {} - items.forEach(i => im[i['@id']] = i) - let newer = root['http://a.ml/vocabularies/bindings#binding'].map((i : any) => im[i['@id']]) - root['http://a.ml/vocabularies/bindings#binding'] = newer - - //items.unshift(root) - let bu = makeBaseUnit(basis, JSON.stringify([root], null, 2)) - let bmd = new ModelBindingsDialect() - await bmd.fromJsonLd(bindName, bu) - + //let newEntityName = await post(newEntity, newDMName) + console.log("added nodes at "+(new Date().getTime() - start)) + pluginController.updateBindings("cim", bindName) + console.log("added bindings at "+(new Date().getTime() - start)) let megaJson : any[] = await transitiveGet(cimModule) - const dataModelListList : string [][] = megaJson.map(m => m['http://a.ml/vocabularies/modularity#dataModels'] ? - m['http://a.ml/vocabularies/modularity#dataModels'].map((x : any) => x['@id']) : []) - let dataModelList : string [] = [] - dataModelListList.forEach(l => { dataModelList = dataModelList.concat(l) }) - - const moduleDialecti : DialectWrapper[] = await Promise.all(megaJson.map((dm : any) => { - return (async () => { - //let json = await transitiveGet(dm) - //console.log("Module name: "+dm['@id']) - let dmd = new ModularityDialect() - await dmd.fromJsonLd(dm['@id'], makeBaseUnit(dm, JSON.stringify([dm],null, 2))) - return dmd - })() - })) - - const dataModelDialecti = await Promise.all(dataModelList.map((dm : string) => { - return (async () => { - let json : any[] = await transitiveGet(dm) - let texted = JSON.stringify(json,null,2) - const redo = toTree(json) - //console.log("DataModel name: "+dm) - //console.log("TREE:\n"+JSON.stringify(redo,null,2)) - let dmd = new DataModelDialect() - //console.log("DM is\n"+JSON.stringify(json,null, 2)) - let baseUnit = makeBaseUnit(json[0], JSON.stringify([json[0]],null, 2)) - await dmd.fromJsonLd(dm, baseUnit) - return dmd - })() - })) - //let allDialects : DialectWrapper[] = bindingsModels.concat(moduleDialecti).concat(dataModelDialecti) - let allDialects : DialectWrapper[] = [bmd] - let finalDialects = allDialects.concat(moduleDialecti).concat(dataModelDialecti) - const generated = await pluginExport('cim', + console.log("retrieved everything at "+(new Date().getTime() - start)) + // time to resuscitate the jsonld + let bmd = await pluginController.modelBinding(bindName) + let finalDialects = await pluginController.generateDialects(megaJson,bmd) + console.log("generated dialects at "+(new Date().getTime() - start)) + //let foo = await get(newEntityName) + //let bar = await get(newDMName) + //let baz = await get(newModName) + //let party = await get('http://mulesoft.com/modeling/instances/cim/entity/Party') + const generated = await pluginController.pluginExport('cim', [{name:'cimVersion', value:'0.1.0'},{name:'outputFile',value: 'cimfoobar.json'}], finalDialects) + console.log("done at "+(new Date().getTime() - start)) + let cimGen = JSON.parse(generated[0].text) + let j1 : any = await jsonld.expand(cimGen) + let j2 : any = await jsonld.expand(cimOrig) + let props1 : string [] = j1[0]['http://cloudinformationmodel.org/model/subjectArea'][0]['http://cloudinformationmodel.org/model/entityGroup'][4]['http://cloudinformationmodel.org/model/properties'].map((i : any) => i['@id']).sort() + let props2 : string [] = j2[0]['http://cloudinformationmodel.org/model/subjectArea'][0]['http://cloudinformationmodel.org/model/entityGroup'][4]['http://cloudinformationmodel.org/model/properties'].map((i : any) => i['@id']).sort() + let diff = props2.filter(x => !props1.includes(x)) + let common = props2.filter(x => props1.includes(x)) + let equiv = deepEqual(j1,j2) + console.log(equiv) - console.log("done:\n"+generated[0].text) + //console.log(generated[0].text) }) }) -function toTree(json : any[]){ - let idMap : { [key : string]: any}= {} - json.forEach(node => idMap[node['@id']] = node) - return walk(json[0],idMap) -} - -function walk(json : any, idMap : { [key : string]: any}): object { - let keys = Object.keys(json) - if (keys.length === 1 && keys[0] === '@value') - return json - if (keys.length === 1 && keys[0] === '@id'){ - if (idMap[json['@id']]){ - return walk(idMap[json['@id']], idMap) - } else return json - } - keys.forEach(key => { - if (key === 'http://a.ml/vocabularies/data-model#entities' || - key === 'http://a.ml/vocabularies/data-model#associations' || - key === 'http://a.ml/vocabularies/data-model#attributes'){ - try { - json[key] = json[key].map((v : any) => walk(v,idMap)) - } catch (error) { - console.log("error is "+error) - } - } - }) - return json -} diff --git a/src/test/bindings/CIMBindingsPlugin.test.ts b/src/test/bindings/CIMBindingsPlugin.test.ts index 9c436fb..1ac02ef 100644 --- a/src/test/bindings/CIMBindingsPlugin.test.ts +++ b/src/test/bindings/CIMBindingsPlugin.test.ts @@ -41,7 +41,7 @@ describe('CIMBindingsPlugin', function() { await graph.loadGraph(textData, store); const storeParsed = graph.store(); - await graph.loadGraph(generated[0].text, storeParsed); + await graph.loadGraph(generated[0].text || '', storeParsed); fs.writeFileSync(textUrl.replace(".jsonld", ".json"), generated[0].text); From edfb26cdaf53231d176131bc0893e8059c48dc50 Mon Sep 17 00:00:00 2001 From: mattdfuchs Date: Wed, 2 Sep 2020 17:21:56 -0700 Subject: [PATCH 04/12] sped up export - still some minor inconsistencies for CIM --- src/main/bindings/BindingsPlugin.ts | 8 +- src/main/bindings/CIMBindingsPlugin.ts | 30 +- src/main/bindings/cim/exporter.ts | 3 +- src/test/resources/model.json | 5855 +++++++++++++++++++----- 4 files changed, 4856 insertions(+), 1040 deletions(-) diff --git a/src/main/bindings/BindingsPlugin.ts b/src/main/bindings/BindingsPlugin.ts index b6546d6..2c32fcc 100644 --- a/src/main/bindings/BindingsPlugin.ts +++ b/src/main/bindings/BindingsPlugin.ts @@ -52,6 +52,8 @@ export abstract class BindingsPlugin { private bsName = namedNode(schPref.bind + 'bindingSource') private bbName = namedNode(schPref.bind + 'boundBy') private bName = namedNode(schPref.bind + 'binding') + protected dde = namedNode('http://a.ml/vocabularies/meta#DialectDomainElement') + protected de = namedNode('http://a.ml/vocabularies/document#DomainElement') createBinding(regime: string, bindingDeclSrc: string, source : string){ let uuid = uuidv4() @@ -61,9 +63,9 @@ export abstract class BindingsPlugin { let graph = namedNode(regime) let bindingDeclarationSource = namedNode(bindingDeclSrc) let stupid = `file://${process.cwd()}/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding` - store.addQuad(bindNode, rdfType, namedNode('http://a.ml/vocabularies/bindings#Binding'),graph) - store.addQuad(bindNode, rdfType, namedNode('http://a.ml/vocabularies/meta#DialectDomainElement'),graph) - store.addQuad(bindNode, rdfType, namedNode('http://a.ml/vocabularies/document#DomainElement'),graph) + store.addQuad(bindNode, rdfType, bindName,graph) + store.addQuad(bindNode, rdfType, this.dde,graph) + store.addQuad(bindNode, rdfType, this.de,graph) store.addQuad(bindNode, rdfType, namedNode(stupid), graph) store.addQuad(bindNode,this.uuidName, literal(uuid), graph) store.addQuad(bindNode, this.bsName, sourceNode, graph) diff --git a/src/main/bindings/CIMBindingsPlugin.ts b/src/main/bindings/CIMBindingsPlugin.ts index fed5c52..7b30afc 100644 --- a/src/main/bindings/CIMBindingsPlugin.ts +++ b/src/main/bindings/CIMBindingsPlugin.ts @@ -183,6 +183,8 @@ export class CIMBindingsPlugin extends BindingsPlugin { private modName : NamedNode= namedNode(schPref.amlm + 'Module') private boundName = namedNode(schPref.bind + "boundBy") private dmName = namedNode(schPref.amldm + 'DataModel') + private uuidNN = namedNode(schPref.amldata+'uuid') + private binding = namedNode('http://a.ml/vocabularies/bindings#binding') updateBindings(bindName : string):void{ //finding who doesn't have a binding @@ -192,32 +194,38 @@ export class CIMBindingsPlugin extends BindingsPlugin { filter((m : any) => store.getObjects(m, this.boundName). filter((o : any) => store.countQuads(o,rdfType,null,rootBind) > 0).length === 0) modsToAnnotate.forEach((mta : NamedNode) => { - let uuid = store.getObjects(mta,namedNode(schPref.amldata+'uuid'))[0].value + let uuid = store.getObjects(mta,this.uuidNN)[0].value let bindingName = this.createBinding(bindName, 'http://mulesoft.com/modeling/instances/bindings/cim/SubjectAreaBinding', uuid) - store.addQuad(rootBind, namedNode('http://a.ml/vocabularies/bindings#binding'), namedNode(bindingName), rootBind) + store.addQuad(rootBind, this.binding, namedNode(bindingName), rootBind) }) // get all DataModels not "boundBy" bindname let dmsToAnnotate : NamedNode[] = store.getSubjects(rdfType,this.dmName). filter((m : NamedNode) => store.getObjects(m, this.boundName). filter((o : NamedNode) => store.countQuads(o,rdfType,null,rootBind) > 0).length === 0) dmsToAnnotate.forEach((mta : NamedNode) => { - let uuid = store.getObjects(mta,namedNode(schPref.amldata+'uuid'))[0].value + let uuid = store.getObjects(mta,this.uuidNN)[0].value let bindingName = this.createBinding(bindName, 'http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding', uuid) - store.addQuad(rootBind, namedNode('http://a.ml/vocabularies/bindings#binding'), namedNode(bindingName), rootBind) + store.addQuad(rootBind, this.binding, namedNode(bindingName), rootBind) }) } + private bindingModel = namedNode('http://a.ml/vocabularies/bindings#BindingModel') + //private dde = namedNode('http://a.ml/vocabularies/meta#DialectDomainElement') + //private de = namedNode('http://a.ml/vocabularies/document#DomainElement') + private bd = namedNode('http://a.ml/vocabularies/bindings#bindingDeclaration') + private cimNN = namedNode('http://mulesoft.com/modeling/instances/bindings/cim') + private bs = namedNode('http://a.ml/vocabularies/bindings#bindingSource') + private cimd = namedNode('http://mulesoft.com/modeling/instances/uuid/cim_distribution') initBindings(bindUuid: string): string { let bn = namedNode('http://mulesoft.com/modeling/bindings/'+bindUuid) - store.addQuad(bn, namedNode('http://a.ml/vocabularies/data#uuid'),bindUuid,bn) - store.addQuad(bn, rdfType, namedNode('http://a.ml/vocabularies/bindings#BindingModel'),bn) + store.addQuad(bn, this.uuidNN,bindUuid,bn) + store.addQuad(bn, rdfType, this.bindingModel,bn) let stupid = `file://${process.cwd()}/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/BindingsModel` - store.addQuad(bn, rdfType, namedNode('http://a.ml/vocabularies/meta#DialectDomainElement'),bn) - store.addQuad(bn, rdfType, namedNode('http://a.ml/vocabularies/document#DomainElement'),bn) + store.addQuad(bn, rdfType, this.dde,bn) + store.addQuad(bn, rdfType, this.de,bn) store.addQuad(bn, rdfType, namedNode(stupid), bn) - store.addQuad(bn, namedNode('http://a.ml/vocabularies/bindings#bindingDeclaration'), namedNode('http://mulesoft.com/modeling/instances/bindings/cim')) - store.addQuad(bn, namedNode('http://a.ml/vocabularies/bindings#bindingSource'), - namedNode('http://mulesoft.com/modeling/instances/uuid/cim_distribution')) + store.addQuad(bn, this.bd, this.cimNN) + store.addQuad(bn, this.bs, this.cimd) return 'http://mulesoft.com/modeling/bindings/'+bindUuid } diff --git a/src/main/bindings/cim/exporter.ts b/src/main/bindings/cim/exporter.ts index 9bb9326..5be4a0b 100644 --- a/src/main/bindings/cim/exporter.ts +++ b/src/main/bindings/cim/exporter.ts @@ -156,7 +156,7 @@ export class CIMExporter { propDomain.push(id) propAcc[path] = propDomain } catch (error) { - console.log("blow up at "+attr.name) + console.log("Attribute error at "+attr.name) } return json; }); @@ -240,7 +240,6 @@ export class CIMExporter { try { return name.replace(/\s+/, "").replace("_", "") } catch(e){ - console.log("toId blowup "+e) return "" } } diff --git a/src/test/resources/model.json b/src/test/resources/model.json index d9f31b0..e8c2ad9 100644 --- a/src/test/resources/model.json +++ b/src/test/resources/model.json @@ -918,18 +918,21 @@ "@id": "ContactPointAddress", "name": "Contact Point Address", "@type": "Class", + "subClassOf": "ContactPoint", "description": "Mailing address for a party e.g. 123 Main St, Big City, CA12345, USA" }, { "@id": "ContactPointEmail", "name": "Contact Point Email", "@type": "Class", + "subClassOf": "ContactPoint", "description": "Email address for a party e.g. email info@northerntrailoutfitters.com" }, { "@id": "ContactPointPhone", "name": "Contact Point Phone", "@type": "Class", + "subClassOf": "ContactPoint", "description": "Phone number for a party e.g. phone 123-4567" }, { @@ -942,6 +945,7 @@ "@id": "PartyWebAddress", "name": "Party Web Address", "@type": "Class", + "subClassOf": "ContactPoint", "description": "What is the Web URL for the Party" }, { @@ -954,24 +958,119 @@ "@id": "ContactPointSocial", "name": "Contact Point Social", "@type": "Class", + "subClassOf": "ContactPoint", "description": "Social handle for a party e.g. trustednews at twitter" }, { "@id": "ContactPointLocation", "name": "Contact Point Location", "@type": "Class", + "subClassOf": "ContactPoint", "description": "Physical location for a party e.g. party Northern Trail Outfitters at Standford Shopping Mall" }, { "@id": "ContactPointApp", "name": "Contact Point App", "@type": "Class", + "subClassOf": "ContactPoint", "description": "Software Application for a party and optionally on a specific device e.g. John Doe have Strava App on device iPhone123" } ], "propertyConcepts": [ { - "@id": "forBusinessUse", + "@id": "countryName", + "@type": "Property", + "domain": [ + "ContactPointAddress", + "ContactPointPhone" + ] + }, + { + "@id": "stateProvinceName", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "postalCodeText", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "cityName", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "addressLine4", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "addressLine3", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "addressLine2", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "addressLine1", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "geoAccuracy", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "geoLatitude", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "geoLongitude", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "isUsedForBilling", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "isUsedForShipping", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "id", "@type": "Property", "domain": [ "ContactPointAddress", @@ -979,6 +1078,7 @@ "ContactPointPhone", "ContactPoint", "PartyWebAddress", + "ContactPointType", "ContactPointSocial", "ContactPointLocation", "ContactPointApp" @@ -998,6 +1098,34 @@ "ContactPointEmail" ] }, + { + "@id": "emailLatestBounceDateTime", + "@type": "Property", + "domain": [ + "ContactPointEmail" + ] + }, + { + "@id": "emailDomain", + "@type": "Property", + "domain": [ + "ContactPointEmail" + ] + }, + { + "@id": "emailMailBox", + "@type": "Property", + "domain": [ + "ContactPointEmail" + ] + }, + { + "@id": "emailAddress", + "@type": "Property", + "domain": [ + "ContactPointEmail" + ] + }, { "@id": "isFaxCapable", "@type": "Property", @@ -1005,6 +1133,83 @@ "ContactPointPhone" ] }, + { + "@id": "isSMSCapable", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "primaryPhoneType", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "formattedNationalPhoneNumber", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "formattedE164PhoneNumber", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "formattedInternationalPhoneNumber", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "extensionNumber", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "telephoneNumber", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "shortCode", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "areaCode", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "phoneCountryCode", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "forBusinessUse", + "@type": "Property", + "domain": [ + "ContactPoint" + ] + }, { "@id": "forPersonalUse", "@type": "Property", @@ -1068,15 +1273,6 @@ "ContactPoint" ] }, - { - "@id": "id", - "@type": "Property", - "domain": [ - "ContactPoint", - "ContactPointType", - "ContactPointLocation" - ] - }, { "@id": "contactPointType", "@type": "Property", @@ -1095,7 +1291,8 @@ "@id": "party", "@type": "Property", "domain": [ - "ContactPoint" + "ContactPoint", + "PartyWebAddress" ] }, { @@ -1126,6 +1323,41 @@ "ContactPointSocial" ] }, + { + "@id": "socialFanStatus", + "@type": "Property", + "domain": [ + "ContactPointSocial" + ] + }, + { + "@id": "followersCount", + "@type": "Property", + "domain": [ + "ContactPointSocial" + ] + }, + { + "@id": "profilePictureURL", + "@type": "Property", + "domain": [ + "ContactPointSocial" + ] + }, + { + "@id": "socialHandleName", + "@type": "Property", + "domain": [ + "ContactPointSocial" + ] + }, + { + "@id": "socialHandle", + "@type": "Property", + "domain": [ + "ContactPointSocial" + ] + }, { "@id": "applicationLogin", "@type": "Property", @@ -1138,52 +1370,222 @@ { "@type": "Shape", "@id": "ContactPointAddress", - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "contactPhone", - "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + "and": [ + { + "@id": "ContactPoint" + }, + { + "properties": [ + { + "path": "countryName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "stateProvinceName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "postalCodeText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "cityName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "addressLine4", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "addressLine3", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "addressLine2", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "addressLine1", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "geoAccuracy", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "geoLatitude", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "geoLongitude", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isUsedForBilling", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isUsedForShipping", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contactPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + } + ] } ] }, { "@type": "Shape", "@id": "ContactPointEmail", - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "emailLatestBounceReasonText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "ContactPoint" + }, + { + "properties": [ + { + "path": "emailLatestBounceReasonText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "emailLatestBounceDateTime", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "emailDomain", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "emailMailBox", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "emailAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "ContactPointPhone", - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isFaxCapable", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "ContactPoint" + }, + { + "properties": [ + { + "path": "isFaxCapable", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isSMSCapable", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "primaryPhoneType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "formattedNationalPhoneNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "formattedE164PhoneNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "formattedInternationalPhoneNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "extensionNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "telephoneNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shortCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "areaCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "phoneCountryCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "countryName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, @@ -1269,33 +1671,45 @@ { "@type": "Shape", "@id": "PartyWebAddress", + "and": [ + { + "@id": "ContactPoint" + }, + { + "properties": [ + { + "path": "webSiteURL", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } + ] + }, + { + "@type": "Shape", + "@id": "ContactPointType", "properties": [ { - "path": "forBusinessUse", + "path": "optInPriority", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "webSiteURL", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "ContactPointType", - "properties": [ - { - "path": "optInPriority", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", + "path": "name", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 @@ -1311,53 +1725,98 @@ { "@type": "Shape", "@id": "ContactPointSocial", - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "socialNetworkProvider", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "ContactPoint" + }, + { + "properties": [ + { + "path": "socialNetworkProvider", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "socialFanStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "followersCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "profilePictureURL", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "socialHandleName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "socialHandle", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "ContactPointLocation", - "properties": [ + "and": [ { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "@id": "ContactPoint" }, { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "ContactPointApp", - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "applicationLogin", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "ContactPoint" + }, + { + "properties": [ + { + "path": "applicationLogin", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] } @@ -1383,24 +1842,28 @@ "@id": "Customer", "name": "Customer", "@type": "Class", + "subClassOf": "PartyRole", "description": "Information about a party playing role of customer e.g. life time value, life cycle status" }, { "@id": "Seller", "name": "Seller", "@type": "Class", + "subClassOf": "PartyRole", "description": "Information about a party playing role of seller e.g. customer satisfaction score" }, { "@id": "Supplier", "name": "Supplier", "@type": "Class", + "subClassOf": "PartyRole", "description": "Information about a party playing role of supplier e.g. vendor ranking" }, { "@id": "Competitor", "name": "Competitor", "@type": "Class", + "subClassOf": "PartyRole", "description": "Information about a party playing role of competitor e.g. strength (in products), weaknesses (in offerings), opportunities (to overtake), threats (to our business)" }, { @@ -1416,6 +1879,10 @@ "@type": "Property", "domain": [ "PartyRole", + "Customer", + "Seller", + "Supplier", + "Competitor", "CustomerStatusHistory" ] }, @@ -1423,720 +1890,2306 @@ "@id": "party", "@type": "Property", "domain": [ - "PartyRole", - "Customer", - "Seller", - "Supplier", - "Competitor" + "PartyRole" ] }, { "@id": "customerSatisfactionScore", "@type": "Property", "domain": [ - "Customer" + "Customer", + "Seller" ] }, { - "@id": "newCustomerAcquisitionCount", + "@id": "churnScore", "@type": "Property", "domain": [ - "Seller" + "Customer" ] }, { - "@id": "competitiveMarketingRank", + "@id": "netPromoterScore", "@type": "Property", "domain": [ - "Supplier" + "Customer" ] }, { - "@id": "assetTurnoverRatio", + "@id": "last12MonthsSupportCallCount", "@type": "Property", "domain": [ - "Competitor" + "Customer" ] }, { - "@id": "endDateTIme", + "@id": "last24MonthsNewRevenueAmount", "@type": "Property", "domain": [ - "CustomerStatusHistory" + "Customer" ] }, { - "@id": "startDateTime", + "@id": "last12MonthsNewRevenueAmount", "@type": "Property", "domain": [ - "CustomerStatusHistory" + "Customer" ] }, { - "@id": "partyRoleStatus", + "@id": "totalProfitContributionAmount", "@type": "Property", "domain": [ - "CustomerStatusHistory" + "Customer" ] }, { - "@id": "partyRole", + "@id": "totalContractedAmount", "@type": "Property", "domain": [ - "CustomerStatusHistory" - ] - } - ], - "schemas": [ - { - "@type": "Shape", - "@id": "PartyRole", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "Customer" ] }, { - "@type": "Shape", - "@id": "Customer", - "properties": [ - { - "path": "customerSatisfactionScore", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "totalBookingsAmount", + "@type": "Property", + "domain": [ + "Customer" ] }, { - "@type": "Shape", - "@id": "Seller", - "properties": [ - { - "path": "newCustomerAcquisitionCount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "totalLifeTimeValue", + "@type": "Property", + "domain": [ + "Customer" ] }, { - "@type": "Shape", - "@id": "Supplier", - "properties": [ - { - "path": "competitiveMarketingRank", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "marketingEmailResponseRate", + "@type": "Property", + "domain": [ + "Customer" ] }, { - "@type": "Shape", - "@id": "Competitor", - "properties": [ - { - "path": "assetTurnoverRatio", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "originatingCustomerSource", + "@type": "Property", + "domain": [ + "Customer" ] }, { - "@type": "Shape", - "@id": "CustomerStatusHistory", - "properties": [ - { - "path": "endDateTIme", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "startDateTime", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "partyRoleStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "partyRole", - "http://www.w3.org/ns/shacl#node": "PartyRole", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - } - ] - }, - { - "@id": "LeadEntityGroup", - "name": "Lead", - "@type": "EntityGroup", - "version": "0.2", - "subjectArea": { - "@id": "Party" - }, - "description": "Example Entities included: Lead, Lead Status, Lead Source", - "classConcepts": [ - { - "@id": "Lead", - "name": "Lead", - "@type": "Class", - "description": "A person or company that showed interest in the company's products" - } - ], - "propertyConcepts": [ - { - "@id": "geoCodeAccuracy", + "@id": "prospectRating", "@type": "Property", "domain": [ - "Lead" + "Customer" ] }, { - "@id": "geoCodeLongitude", + "@id": "customerStatus", "@type": "Property", "domain": [ - "Lead" + "Customer" ] }, { - "@id": "geoCodeLatitude", + "@id": "customerNumber", "@type": "Property", "domain": [ - "Lead" + "Customer" ] }, { - "@id": "website", + "@id": "newCustomerAcquisitionCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "leadScore", + "@id": "estimatedPartnerGrossMargin", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "leadRating", + "@id": "opportunityWinRate", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "photoURL", + "@id": "opportunityInvolvementCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "lastActivityDate", + "@id": "demonstrationsGivenCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "companyName", + "@id": "averageConvertedLeadAmount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "annualRevenue", + "@id": "leadGenerationCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "countryName", + "@id": "creditRating", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "stateProvinceName", + "@id": "majorPostSaleSupportNeeded", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "streetName", + "@id": "productReturnRate", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "emailBouncedReason", + "@id": "inventoryValueAmount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "emailBouncedDate", + "@id": "marketingDevelopmentAmount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "convertedDate", + "@id": "jointBusinessPlanExist", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "isConverted", + "@id": "systemLoginCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "description", + "@id": "documentationDownloadCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "leadStatus", + "@id": "eventParticipationCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "leadSource", + "@id": "trainingCertificationCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "id", + "@id": "trainingParticipationCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "partnerAccount", + "@id": "trialParticipationCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "faxContactPhone", + "@id": "communityParticipationCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "mobileContactPhone", + "@id": "successStoryCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "phoneContactPoint", + "@id": "satisfactionScore", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "contactPointEmail", + "@id": "salesAmount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "contactAddress", + "@id": "sellerType", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "convertedToAccountContact", + "@id": "activeToDate", "@type": "Property", "domain": [ - "Lead" + "Seller", + "Supplier" ] }, { - "@id": "convertedToAccount", + "@id": "activeFromDate", "@type": "Property", "domain": [ - "Lead" + "Seller", + "Supplier" ] }, { - "@id": "partyRole", + "@id": "competitiveMarketingRank", "@type": "Property", "domain": [ - "Lead" + "Supplier" ] - } - ], - "schemas": [ + }, { - "@type": "Shape", - "@id": "Lead", - "properties": [ - { - "path": "geoCodeAccuracy", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "geoCodeLongitude", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "geoCodeLatitude", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "website", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadScore", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadRating", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "photoURL", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "lastActivityDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "companyName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "annualRevenue", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "countryName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "stateProvinceName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "streetName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "emailBouncedReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "emailBouncedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "convertedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isConverted", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "description", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadSource", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "partnerAccount", - "http://www.w3.org/ns/shacl#node": "Account" - }, - { - "path": "faxContactPhone", - "http://www.w3.org/ns/shacl#node": "ContactPointPhone" - }, - { - "path": "mobileContactPhone", - "http://www.w3.org/ns/shacl#node": "ContactPointPhone" - }, - { - "path": "phoneContactPoint", - "http://www.w3.org/ns/shacl#node": "ContactPointPhone" - }, - { - "path": "contactPointEmail", - "http://www.w3.org/ns/shacl#node": "ContactPointEmail" - }, - { - "path": "contactAddress", - "http://www.w3.org/ns/shacl#node": "ContactPointAddress" - }, - { - "path": "convertedToAccountContact", - "http://www.w3.org/ns/shacl#node": "AccountContact" - }, - { - "path": "convertedToAccount", - "http://www.w3.org/ns/shacl#node": "Account" - }, - { - "path": "partyRole", - "http://www.w3.org/ns/shacl#node": "PartyRole", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "competitiveWarrantyRank", + "@type": "Property", + "domain": [ + "Supplier" ] - } - ] - }, - { - "@id": "PartyEntityGroup", - "name": "Party", - "@type": "EntityGroup", - "version": "0.2", - "subjectArea": { - "@id": "Party" - }, - "description": "Example Entities included: Organization, Individual, Affiliate Group, Uncategorized", - "classConcepts": [ + }, { - "@id": "Party", - "name": "Party", - "@type": "Class", - "description": "A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group." + "@id": "competitiveCostAvoidanceRank", + "@type": "Property", + "domain": [ + "Supplier" + ] }, { - "@id": "Individual", - "name": "Individual", - "@type": "Class", - "description": "Represent the person you are, or will be, dealing with using the system" + "@id": "competitiveProductPriceRank", + "@type": "Property", + "domain": [ + "Supplier" + ] }, { - "@id": "Household", - "name": "Household", - "@type": "Class", - "description": "A combination of people, normally recorded in the system for marketing or service purposes" + "@id": "satisfactionEthicsRank", + "@type": "Property", + "domain": [ + "Supplier" + ] }, { - "@id": "InternalBusinessUnit", - "name": "Internal Business Unit", - "@type": "Class", - "description": "Defining a part of your own internal organization. May be anything from a holding company, a line of business, a country division, a department and for which you may want to track e.g. if it is a legal entity, default GL Code, profit-and-loss etc against." + "@id": "satisfactionTechnicalSupportRank", + "@type": "Property", + "domain": [ + "Supplier" + ] }, { - "@id": "UncategorizedParty", - "name": "Uncategorized Party", + "@id": "satisfactionCustomerServiceRank", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractInvoiceAccuracyRate", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractSLAIssueRate", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractBudgetCostRate", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractProductReturnRate", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractProductQualityRate", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractDeliveryCorrectnessRate", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractOnTimeDeliveryRate", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractSourcingCycleDays", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "competitiveWeightScore", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "competitiveWeightPercent", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "satisfactionWeightScore", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "satisfactionWeightPercent", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractWeightScore", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractWeightPercent", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "isCarrier", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "supplierScore", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "supplierSpend", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "supplierType", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "assetTurnoverRatio", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "assetReturnRatio", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "currentRatio", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "cashFlowGrowth", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "netProfitMargin", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "ptoENumber", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "adKeywords", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "pressMentionsRate", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "socialMediaPostRate", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "adReachRate", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "competitorThreats", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "competitorLeverageOpportunities", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "competitorWeaknesses", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "competitorStrengths", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "competitorObjectives", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "competitorToDate", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "competitorFromDate", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "endDateTIme", + "@type": "Property", + "domain": [ + "CustomerStatusHistory" + ] + }, + { + "@id": "startDateTime", + "@type": "Property", + "domain": [ + "CustomerStatusHistory" + ] + }, + { + "@id": "partyRoleStatus", + "@type": "Property", + "domain": [ + "CustomerStatusHistory" + ] + }, + { + "@id": "partyRole", + "@type": "Property", + "domain": [ + "CustomerStatusHistory" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "PartyRole", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "Customer", + "and": [ + { + "@id": "PartyRole" + }, + { + "properties": [ + { + "path": "customerSatisfactionScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "churnScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "netPromoterScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "last12MonthsSupportCallCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "last24MonthsNewRevenueAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "last12MonthsNewRevenueAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalProfitContributionAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalContractedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalBookingsAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalLifeTimeValue", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "marketingEmailResponseRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "originatingCustomerSource", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "prospectRating", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "customerStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "customerNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } + ] + }, + { + "@type": "Shape", + "@id": "Seller", + "and": [ + { + "@id": "PartyRole" + }, + { + "properties": [ + { + "path": "newCustomerAcquisitionCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "estimatedPartnerGrossMargin", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "opportunityWinRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "opportunityInvolvementCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "demonstrationsGivenCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "averageConvertedLeadAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadGenerationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "creditRating", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "majorPostSaleSupportNeeded", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "productReturnRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "inventoryValueAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "marketingDevelopmentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "jointBusinessPlanExist", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "systemLoginCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "documentationDownloadCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "eventParticipationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "trainingCertificationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "trainingParticipationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "trialParticipationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "communityParticipationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "successStoryCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "customerSatisfactionScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "satisfactionScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "sellerType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "activeToDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "activeFromDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } + ] + }, + { + "@type": "Shape", + "@id": "Supplier", + "and": [ + { + "@id": "PartyRole" + }, + { + "properties": [ + { + "path": "competitiveMarketingRank", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitiveWarrantyRank", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitiveCostAvoidanceRank", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitiveProductPriceRank", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "satisfactionEthicsRank", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "satisfactionTechnicalSupportRank", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "satisfactionCustomerServiceRank", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractInvoiceAccuracyRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractSLAIssueRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractBudgetCostRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractProductReturnRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractProductQualityRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractDeliveryCorrectnessRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractOnTimeDeliveryRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractSourcingCycleDays", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitiveWeightScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitiveWeightPercent", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "satisfactionWeightScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "satisfactionWeightPercent", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractWeightScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractWeightPercent", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isCarrier", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "supplierScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "supplierSpend", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "supplierType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "activeToDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "activeFromDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } + ] + }, + { + "@type": "Shape", + "@id": "Competitor", + "and": [ + { + "@id": "PartyRole" + }, + { + "properties": [ + { + "path": "assetTurnoverRatio", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "assetReturnRatio", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "currentRatio", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "cashFlowGrowth", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "netProfitMargin", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "ptoENumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "adKeywords", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "pressMentionsRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "socialMediaPostRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "adReachRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitorThreats", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitorLeverageOpportunities", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitorWeaknesses", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitorStrengths", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitorObjectives", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitorToDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitorFromDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } + ] + }, + { + "@type": "Shape", + "@id": "CustomerStatusHistory", + "properties": [ + { + "path": "endDateTIme", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "startDateTime", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyRoleStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyRole", + "http://www.w3.org/ns/shacl#node": "PartyRole", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } + ] + }, + { + "@id": "LeadEntityGroup", + "name": "Lead", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "Party" + }, + "description": "Example Entities included: Lead, Lead Status, Lead Source", + "classConcepts": [ + { + "@id": "Lead", + "name": "Lead", + "@type": "Class", + "description": "A person or company that showed interest in the company's products" + } + ], + "propertyConcepts": [ + { + "@id": "geoCodeAccuracy", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "geoCodeLongitude", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "geoCodeLatitude", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "website", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "leadScore", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "leadRating", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "photoURL", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "lastActivityDate", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "companyName", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "annualRevenue", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "countryName", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "stateProvinceName", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "streetName", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "emailBouncedReason", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "emailBouncedDate", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "convertedDate", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "isConverted", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "description", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "leadStatus", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "leadSource", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "id", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "partnerAccount", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "faxContactPhone", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "mobileContactPhone", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "phoneContactPoint", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "contactPointEmail", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "contactAddress", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "convertedToAccountContact", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "convertedToAccount", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "partyRole", + "@type": "Property", + "domain": [ + "Lead" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "Lead", + "properties": [ + { + "path": "geoCodeAccuracy", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "geoCodeLongitude", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "geoCodeLatitude", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "website", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadRating", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "photoURL", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "lastActivityDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "companyName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "annualRevenue", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "countryName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "stateProvinceName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "streetName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "emailBouncedReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "emailBouncedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "convertedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isConverted", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadSource", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partnerAccount", + "http://www.w3.org/ns/shacl#node": "Account" + }, + { + "path": "faxContactPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "mobileContactPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "phoneContactPoint", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "contactPointEmail", + "http://www.w3.org/ns/shacl#node": "ContactPointEmail" + }, + { + "path": "contactAddress", + "http://www.w3.org/ns/shacl#node": "ContactPointAddress" + }, + { + "path": "convertedToAccountContact", + "http://www.w3.org/ns/shacl#node": "AccountContact" + }, + { + "path": "convertedToAccount", + "http://www.w3.org/ns/shacl#node": "Account" + }, + { + "path": "partyRole", + "http://www.w3.org/ns/shacl#node": "PartyRole", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } + ] + }, + { + "@id": "PartyEntityGroup", + "name": "Party", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "Party" + }, + "description": "Example Entities included: Organization, Individual, Affiliate Group, Uncategorized", + "classConcepts": [ + { + "@id": "Party", + "name": "Party", + "@type": "Class", + "description": "A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group." + }, + { + "@id": "Individual", + "name": "Individual", + "@type": "Class", + "subClassOf": "Party", + "description": "Represent the person you are, or will be, dealing with using the system" + }, + { + "@id": "Household", + "name": "Household", "@type": "Class", + "subClassOf": "Party", + "description": "A combination of people, normally recorded in the system for marketing or service purposes" + }, + { + "@id": "InternalBusinessUnit", + "name": "Internal Business Unit", + "@type": "Class", + "subClassOf": "Party", + "description": "Defining a part of your own internal organization. May be anything from a holding company, a line of business, a country division, a department and for which you may want to track e.g. if it is a legal entity, default GL Code, profit-and-loss etc against." + }, + { + "@id": "UncategorizedParty", + "name": "Uncategorized Party", + "@type": "Class", + "subClassOf": "Party", "description": "A party we may be, or will be, dealing with but we do not know who they are yet e.g. Social Handle 'TrustedNews' which we do not yet know if a person or a business but complain about our company so we want to log a case to investigate further. E.g. an ord" }, { - "@id": "PartyAdditionalName", - "name": "Party Additional Name", - "@type": "Class", - "description": "Under what name is a person also known as( AKA), under what alternate name is a business doing business as (DBA)" + "@id": "PartyAdditionalName", + "name": "Party Additional Name", + "@type": "Class", + "description": "Under what name is a person also known as( AKA), under what alternate name is a business doing business as (DBA)" + }, + { + "@id": "PersonLanguage", + "name": "Person Language", + "@type": "Class", + "description": "Languages a person can comprehend and level of comprehension" + }, + { + "@id": "PartyRelatedParty", + "name": "Party Related Party", + "@type": "Class", + "description": "Relates any two parties together e.g. Jane and John Doe part of The Doe Household" + }, + { + "@id": "PartyRelationshipType", + "name": "Party Relationship Type", + "@type": "Class", + "description": "Define name of a relationship and how to read the relationship both ways e.g. household for / household member of" + }, + { + "@id": "PartyIdentification", + "name": "Party Identification", + "@type": "Class", + "description": "Set of ways to identify a party e.g. driving license, birth certificate" + }, + { + "@id": "PersonEmployment", + "name": "Person Employment", + "@type": "Class", + "description": "Information about an employee" + }, + { + "@id": "PersonLifeEvent", + "name": "Person Life Event", + "@type": "Class", + "description": "Major events a person had in their lives e.g. graudation date, marriage date" + }, + { + "@id": "PersonEducation", + "name": "Person Education", + "@type": "Class", + "description": "Education a person has e.g. Phd, High School" + } + ], + "propertyConcepts": [ + { + "@id": "noMergeReason", + "@type": "Property", + "domain": [ + "Party" + ] + }, + { + "@id": "partyType", + "@type": "Property", + "domain": [ + "Party" + ] + }, + { + "@id": "globalParty", + "@type": "Property", + "domain": [ + "Party" + ] + }, + { + "@id": "id", + "@type": "Property", + "domain": [ + "Party", + "Individual", + "Household", + "InternalBusinessUnit", + "UncategorizedParty", + "PartyAdditionalName", + "PersonLanguage", + "PartyRelatedParty", + "PartyRelationshipType", + "PartyIdentification", + "PersonEmployment", + "PersonLifeEvent", + "PersonEducation" + ] + }, + { + "@id": "primaryAccount", + "@type": "Property", + "domain": [ + "Party" + ] + }, + { + "@id": "convictionsCount", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isGoodStudent", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isGoodDriver", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "highestEducationLevel", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "weddingAnniversaryDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "webSiteURL", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isHighRiskHobby", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "primaryHobby", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "occupation", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "militaryStatus", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "militaryService", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isHighRiskOccupation", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "occupationType", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "childrenCount", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isHomeOwner", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "religion", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "gender", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "deathDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "ethnicity", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "personLifeStage", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "maritalStatus", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "employedSinceDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "currentEmployerName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "deathPlace", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "birthPlace", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "minorCitationCount", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "majorCitationCount", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "surgeriesLast5YearsCount", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "hospitalizationsLast5YearsCount", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isTobaccoConsume", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "hasDrugAbuseHistory", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isDrugConsumer", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "hasAlcoholAbuseHistory", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isAlcoholConsumer", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "personWeightUnitOfMeasure", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "personWeight", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "PersonLanguage", - "name": "Person Language", - "@type": "Class", - "description": "Languages a person can comprehend and level of comprehension" + "@id": "personHeightUnitOfMeasure", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "PartyRelatedParty", - "name": "Party Related Party", - "@type": "Class", - "description": "Relates any two parties together e.g. Jane and John Doe part of The Doe Household" + "@id": "personHeight", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "PartyRelationshipType", - "name": "Party Relationship Type", - "@type": "Class", - "description": "Define name of a relationship and how to read the relationship both ways e.g. household for / household member of" + "@id": "mainDisabilityType", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "PartyIdentification", - "name": "Party Identification", - "@type": "Class", - "description": "Set of ways to identify a party e.g. driving license, birth certificate" + "@id": "mainDietaryHabitType", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "PersonEmployment", - "name": "Person Employment", - "@type": "Class", - "description": "Information about an employee" + "@id": "mainLifeAttitudeType", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "mainLifeStyleType", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "mainPersonalValueType", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "mainPersonalityType", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "taxBracketRange", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "dependentCount", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "consumerCreditScoreProviderName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "consumerCreditScore", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "yearlyIncomeRange", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "yearlyIncome", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "netWorth", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "influencerRating", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "overAgeNumber", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "birthDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doExtractMyDataUpdateDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "sendIndividualData", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doForgetMeFromUpdateDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "shouldForget", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doNotProcessReason", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doNotProcessFromUpdateDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doNotProfileFromUpdateDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doNotMarketFromUpdateDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doNotTrackLocationUpdateDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doNotTrackUpdateDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "residenceCaptureMethod", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "residenceCountryName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "mothersMaidenName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "preferredName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "orderingName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "mailingName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "officialName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "nameSuffix", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "secondLastName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "lastName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "middleName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "firstName", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "PersonLifeEvent", - "name": "Person Life Event", - "@type": "Class", - "description": "Major events a person had in their lives e.g. graudation date, marriage date" + "@id": "salutation", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "PersonEducation", - "name": "Person Education", - "@type": "Class", - "description": "Education a person has e.g. Phd, High School" - } - ], - "propertyConcepts": [ + "@id": "personName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, { - "@id": "noMergeReason", + "@id": "photoURL", "@type": "Property", "domain": [ - "Party", - "Individual", - "Household", - "InternalBusinessUnit", - "UncategorizedParty" + "Individual" ] }, { - "@id": "partyType", + "@id": "primaryHousehold", "@type": "Property", "domain": [ - "Party" + "Individual" ] }, { - "@id": "globalParty", + "@id": "householdDissolvedDate", "@type": "Property", "domain": [ - "Party" + "Household" ] }, { - "@id": "id", + "@id": "householdFormedDate", "@type": "Property", "domain": [ - "Party", - "PartyAdditionalName", - "PersonLanguage", - "PartyRelatedParty", - "PartyRelationshipType", - "PartyIdentification", - "PersonEmployment", - "PersonLifeEvent", - "PersonEducation" + "Household" ] }, { - "@id": "primaryAccount", + "@id": "householdMemberCount", "@type": "Property", "domain": [ - "Party" + "Household" ] }, { - "@id": "convictionsCount", + "@id": "name", "@type": "Property", "domain": [ - "Individual" + "Household", + "InternalBusinessUnit", + "PartyAdditionalName", + "PartyIdentification" ] }, { - "@id": "householdDissolvedDate", + "@id": "businessUnitType", "@type": "Property", "domain": [ - "Household" + "InternalBusinessUnit" ] }, { @@ -2154,18 +4207,31 @@ ] }, { - "@id": "additionalNameType", + "@id": "originalSourceRecord", "@type": "Property", "domain": [ - "PartyAdditionalName" + "UncategorizedParty" ] }, { - "@id": "name", + "@id": "originalSourceSystem", "@type": "Property", "domain": [ - "PartyAdditionalName", - "PartyIdentification" + "UncategorizedParty" + ] + }, + { + "@id": "uncategorizedPartyLabel", + "@type": "Property", + "domain": [ + "UncategorizedParty" + ] + }, + { + "@id": "additionalNameType", + "@type": "Property", + "domain": [ + "PartyAdditionalName" ] }, { @@ -2484,63 +4550,534 @@ { "@type": "Shape", "@id": "Individual", - "properties": [ - { - "path": "noMergeReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "convictionsCount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "Party" + }, + { + "properties": [ + { + "path": "convictionsCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isGoodStudent", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isGoodDriver", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "highestEducationLevel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "weddingAnniversaryDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "webSiteURL", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isHighRiskHobby", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "primaryHobby", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "occupation", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "militaryStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "militaryService", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isHighRiskOccupation", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "occupationType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "childrenCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isHomeOwner", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "religion", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "gender", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "deathDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "ethnicity", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personLifeStage", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "maritalStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employedSinceDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "currentEmployerName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "deathPlace", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "birthPlace", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "minorCitationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "majorCitationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "surgeriesLast5YearsCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "hospitalizationsLast5YearsCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isTobaccoConsume", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "hasDrugAbuseHistory", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isDrugConsumer", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "hasAlcoholAbuseHistory", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isAlcoholConsumer", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personWeightUnitOfMeasure", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personWeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personHeightUnitOfMeasure", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personHeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainDisabilityType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainDietaryHabitType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainLifeAttitudeType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainLifeStyleType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainPersonalValueType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainPersonalityType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "taxBracketRange", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "dependentCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "consumerCreditScoreProviderName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "consumerCreditScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "yearlyIncomeRange", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "yearlyIncome", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "netWorth", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "influencerRating", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "overAgeNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "birthDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doExtractMyDataUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "sendIndividualData", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doForgetMeFromUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shouldForget", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotProcessReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotProcessFromUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotProfileFromUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotMarketFromUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotTrackLocationUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotTrackUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "residenceCaptureMethod", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "residenceCountryName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mothersMaidenName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "preferredName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "orderingName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mailingName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "officialName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "nameSuffix", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "secondLastName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "lastName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "middleName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "firstName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salutation", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "photoURL", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "primaryHousehold", + "http://www.w3.org/ns/shacl#node": "Household" + } + ] } ] }, { "@type": "Shape", "@id": "Household", - "properties": [ - { - "path": "noMergeReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "householdDissolvedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "Party" + }, + { + "properties": [ + { + "path": "householdDissolvedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "householdFormedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "householdMemberCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "InternalBusinessUnit", - "properties": [ - { - "path": "noMergeReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "parentInternalBusinessUnit", - "http://www.w3.org/ns/shacl#node": "InternalBusinessUnit" + "and": [ + { + "@id": "Party" + }, + { + "properties": [ + { + "path": "businessUnitType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "parentInternalBusinessUnit", + "http://www.w3.org/ns/shacl#node": "InternalBusinessUnit" + } + ] } ] }, { "@type": "Shape", "@id": "UncategorizedParty", - "properties": [ - { - "path": "noMergeReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "creationReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "Party" + }, + { + "properties": [ + { + "path": "creationReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "originalSourceRecord", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "originalSourceSystem", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "uncategorizedPartyLabel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, @@ -2937,12 +5474,14 @@ "@id": "CapturePayment", "name": "Capture Payment", "@type": "Class", + "subClassOf": "Payment", "description": "The transfer of money from the customer's account to the merchant's account." }, { "@id": "RefundPayment", "name": "Refund Payment", "@type": "Class", + "subClassOf": "Payment", "description": "Represents a repayment made, typically to a customer who isn’t satisfied with the goods or services purchased. Refunds are typically made after a payment has already been received from customers" }, { @@ -2955,6 +5494,7 @@ "@id": "RefundCreditMemoAllocation", "name": "Refund Credit Memo Allocation", "@type": "Class", + "subClassOf": "RefundAllocation", "description": "Facilitates applying/unapplying refund balance to a credit memo." }, { @@ -2991,6 +5531,7 @@ "@id": "PaymentGatewayAuthReversalLog", "name": "Payment Gateway Authorization Reversal Log", "@type": "Class", + "subClassOf": "PaymentGateway Interaction Log", "description": "A log record of all requests made to financial institutions, made via the payment gateway, to cancel payment authorizations." }, { @@ -3003,12 +5544,14 @@ "@id": "PaymentGatewayPaymentLog", "name": "Payment Gateway Payment Log", "@type": "Class", + "subClassOf": "PaymentGateway Interaction Log", "description": "A log record of all messages originating with financial institutions that previously provided payment authorizations, that payments have been deducted from customers' accounts." }, { "@id": "PaymentGatewayAuthorizationLog", "name": "Payment Gateway Authorization Log", "@type": "Class", + "subClassOf": "PaymentGateway Interaction Log", "description": "A log record of all requests made to financial institutions, made via the payment gateway, to authorize payments." }, { @@ -3045,6 +5588,7 @@ "@id": "PaymentInvoiceApplication", "name": "Payment Invoice Application", "@type": "Class", + "subClassOf": "PaymentApplication", "description": "Facilitates applying/unapplying payment balance to an Invoice." }, { @@ -3057,24 +5601,28 @@ "@id": "PaymentCreditMemoApplication", "name": "Payment Credit Memo Application", "@type": "Class", + "subClassOf": "PaymentApplication", "description": "Facilitates applying/unapplying payment balance to a credit memo." }, { "@id": "PaymentCreditMemoAllocation", "name": "Payment Credit Memo Allocation", "@type": "Class", + "subClassOf": "PaymentAllocation", "description": "Facilitates applying a Payment Application to the line items of a Credit Memo." }, { "@id": "PaymentInvoiceAllocation", "name": "Payment Invoice Allocation", "@type": "Class", + "subClassOf": "PaymentAllocation", "description": "Facilitates applying a Payment Application to the line items of an Invoice." }, { "@id": "RefundPaymentAllocation", "name": "Refund Payment Allocation", "@type": "Class", + "subClassOf": "RefundAllocation", "description": "Facilitates applying/unapplying refund balance to a payment." }, { @@ -3118,6 +5666,7 @@ "@type": "Property", "domain": [ "Payment", + "CapturePayment", "RefundPayment", "PaymentPolicy", "RefundCreditMemoAllocation", @@ -3126,15 +5675,21 @@ "PaymentTreatmentMethod", "PaymentTreatment", "PaymentAuthorization", + "PaymentGatewayAuthReversalLog", "PaymentGatewayInteractionLog", + "PaymentGatewayPaymentLog", + "PaymentGatewayAuthorizationLog", "PaymentGatewayInteractionType", "PaymentGateway", "PaymentGatewayProvider", "PaymentGatewayResultCode", "PaymentApplication", + "PaymentInvoiceApplication", "PaymentAllocation", "PaymentCreditMemoApplication", "PaymentCreditMemoAllocation", + "PaymentInvoiceAllocation", + "RefundPaymentAllocation", "PaymentAuthorizationReversal" ] }, @@ -3157,11 +5712,19 @@ "@type": "Property", "domain": [ "Payment", + "CapturePayment", + "RefundPayment", "PaymentPolicy", + "RefundCreditMemoAllocation", + "PaymentGatewayAuthReversalLog", + "PaymentGatewayPaymentLog", + "PaymentGatewayAuthorizationLog", "PaymentGatewayInteractionType", "PaymentGateway", "PaymentGatewayResultCode", - "PaymentApplication" + "PaymentApplication", + "PaymentCreditMemoApplication", + "PaymentCreditMemoAllocation" ] }, { @@ -3265,6 +5828,7 @@ "@type": "Property", "domain": [ "Payment", + "RefundPayment", "RefundAllocation", "PaymentAuthorization", "PaymentApplication", @@ -3291,8 +5855,6 @@ "@type": "Property", "domain": [ "Payment", - "CapturePayment", - "RefundPayment", "PaymentAuthorization" ] }, @@ -3347,6 +5909,27 @@ "Payment" ] }, + { + "@id": "capturePaymentType", + "@type": "Property", + "domain": [ + "CapturePayment" + ] + }, + { + "@id": "handlingFeeAmount", + "@type": "Property", + "domain": [ + "CapturePayment" + ] + }, + { + "@id": "isFinalCapture", + "@type": "Property", + "domain": [ + "CapturePayment" + ] + }, { "@id": "paymentAuthorization", "@type": "Property", @@ -3379,15 +5962,6 @@ "PaymentGatewayResultCode" ] }, - { - "@id": "refundPayment", - "@type": "Property", - "domain": [ - "RefundCreditMemoAllocation", - "RefundAllocation", - "RefundPaymentAllocation" - ] - }, { "@id": "refundAllocationType", "@type": "Property", @@ -3448,6 +6022,13 @@ "PaymentApplication" ] }, + { + "@id": "refundPayment", + "@type": "Property", + "domain": [ + "RefundAllocation" + ] + }, { "@id": "relatedRefundAllocation", "@type": "Property", @@ -3677,10 +6258,7 @@ "@type": "Property", "domain": [ "PaymentAuthorization", - "PaymentGatewayAuthReversalLog", "PaymentGatewayInteractionLog", - "PaymentGatewayPaymentLog", - "PaymentGatewayAuthorizationLog", "PaymentAuthorizationReversal" ] }, @@ -3752,9 +6330,7 @@ "@type": "Property", "domain": [ "PaymentGatewayPaymentLog", - "PaymentApplication", - "PaymentInvoiceApplication", - "PaymentCreditMemoApplication" + "PaymentApplication" ] }, { @@ -3831,14 +6407,17 @@ "@id": "appliedAmount", "@type": "Property", "domain": [ - "PaymentApplication" + "PaymentApplication", + "PaymentCreditMemoAllocation", + "PaymentInvoiceAllocation" ] }, { "@id": "paymentBalanceAmount", "@type": "Property", "domain": [ - "PaymentApplication" + "PaymentApplication", + "RefundPaymentAllocation" ] }, { @@ -3848,6 +6427,21 @@ "PaymentInvoiceApplication" ] }, + { + "@id": "paymentInvoiceApplicationName", + "@type": "Property", + "domain": [ + "PaymentInvoiceApplication" + ] + }, + { + "@id": "invoiceBalanceAmount", + "@type": "Property", + "domain": [ + "PaymentInvoiceApplication", + "PaymentInvoiceAllocation" + ] + }, { "@id": "paymentAllocationName", "@type": "Property", @@ -3859,8 +6453,13 @@ "@id": "relatedPaymentAllocation", "@type": "Property", "domain": [ - "PaymentAllocation", - "PaymentCreditMemoAllocation", + "PaymentAllocation" + ] + }, + { + "@id": "paymentInvoiceAllocationName", + "@type": "Property", + "domain": [ "PaymentInvoiceAllocation" ] }, @@ -3871,6 +6470,34 @@ "PaymentInvoiceAllocation" ] }, + { + "@id": "refundPaymentAllocationName", + "@type": "Property", + "domain": [ + "RefundPaymentAllocation" + ] + }, + { + "@id": "refundAllocationCommentText", + "@type": "Property", + "domain": [ + "RefundPaymentAllocation" + ] + }, + { + "@id": "creditMemoBalanceAmount", + "@type": "Property", + "domain": [ + "RefundPaymentAllocation" + ] + }, + { + "@id": "refundAllocationCommentsDate", + "@type": "Property", + "domain": [ + "RefundPaymentAllocation" + ] + }, { "@id": "capturePayment", "@type": "Property", @@ -4110,33 +6737,75 @@ { "@type": "Shape", "@id": "CapturePayment", - "properties": [ - { - "path": "salesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentAuthorization", - "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "Payment" + }, + { + "properties": [ + { + "path": "capturePaymentType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "handlingFeeAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isFinalCapture", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorization", + "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "RefundPayment", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "salesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "Payment" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "externalCreatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, @@ -4178,18 +6847,25 @@ }, { "@type": "Shape", - "@id": "RefundCreditMemoAllocation", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "refundPayment", - "http://www.w3.org/ns/shacl#node": "RefundPayment", - "http://www.w3.org/ns/shacl#minCount": 1 + "@id": "RefundCreditMemoAllocation", + "and": [ + { + "@id": "RefundAllocation" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, @@ -4526,15 +7202,28 @@ { "@type": "Shape", "@id": "PaymentGatewayAuthReversalLog", - "properties": [ - { - "path": "paymentGatewayResult", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentAuthorizationReversal", - "http://www.w3.org/ns/shacl#node": "PaymentAuthorizationReversal" + "and": [ + { + "@id": "PaymentGateway Interaction Log" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorizationReversal", + "http://www.w3.org/ns/shacl#node": "PaymentAuthorizationReversal" + } + ] } ] }, @@ -4616,32 +7305,58 @@ { "@type": "Shape", "@id": "PaymentGatewayPaymentLog", - "properties": [ - { - "path": "paymentGatewayResult", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "payment", - "http://www.w3.org/ns/shacl#node": "Payment", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "PaymentGateway Interaction Log" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "payment", + "http://www.w3.org/ns/shacl#node": "Payment", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "PaymentGatewayAuthorizationLog", - "properties": [ - { - "path": "paymentGatewayResult", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentAuthorization", - "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "PaymentGateway Interaction Log" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorization", + "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] } ] }, @@ -4851,16 +7566,35 @@ { "@type": "Shape", "@id": "PaymentInvoiceApplication", - "properties": [ - { - "path": "paymentInvoiceApplicationType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "payment", - "http://www.w3.org/ns/shacl#node": "Payment", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "PaymentApplication" + }, + { + "properties": [ + { + "path": "paymentInvoiceApplicationType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentInvoiceApplicationName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "invoiceBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, @@ -4895,65 +7629,146 @@ { "@type": "Shape", "@id": "PaymentCreditMemoApplication", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "payment", - "http://www.w3.org/ns/shacl#node": "Payment", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "PaymentApplication" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "PaymentCreditMemoAllocation", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "relatedPaymentAllocation", - "http://www.w3.org/ns/shacl#node": "PaymentAllocation", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "PaymentAllocation" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "appliedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "PaymentInvoiceAllocation", - "properties": [ - { - "path": "relatedPaymentAllocation", - "http://www.w3.org/ns/shacl#node": "PaymentAllocation", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentInvoiceApplication", - "http://www.w3.org/ns/shacl#node": "PaymentInvoiceApplication" + "and": [ + { + "@id": "PaymentAllocation" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentInvoiceAllocationName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "appliedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "invoiceBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentInvoiceApplication", + "http://www.w3.org/ns/shacl#node": "PaymentInvoiceApplication" + } + ] } ] }, { "@type": "Shape", "@id": "RefundPaymentAllocation", - "properties": [ - { - "path": "refundPayment", - "http://www.w3.org/ns/shacl#node": "RefundPayment", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "capturePayment", - "http://www.w3.org/ns/shacl#node": "CapturePayment", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "RefundAllocation" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "refundPaymentAllocationName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "refundAllocationCommentText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "creditMemoBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "refundAllocationCommentsDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "capturePayment", + "http://www.w3.org/ns/shacl#node": "CapturePayment", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] } ] }, @@ -5101,18 +7916,21 @@ "@id": "PaymentCard", "name": "Payment Card", "@type": "Class", + "subClassOf": "PaymentMethod", "description": "A payment system issued by a financial institution to a customer that allows its owner (the cardholder) to access funds in designated bank accounts" }, { "@id": "Coupon", "name": "Coupon", "@type": "Class", + "subClassOf": "PaymentMethod", "description": "Payment in the form of a voucher entitling the holder to a discount for a particular product." }, { "@id": "CreditTender", "name": "Credit Tender", "@type": "Class", + "subClassOf": "PaymentMethod", "description": "Payment to the seller that results in an agreement to pay at a later date, usually via a credit account." } ], @@ -5129,84 +7947,274 @@ "@type": "Property", "domain": [ "PaymentMethod", - "PaymentMethodType" + "PaymentMethodType", + "PaymentCard", + "Coupon", + "CreditTender" ] }, { "@id": "paymentMethodType", "@type": "Property", "domain": [ - "PaymentMethod", - "PaymentCard", - "Coupon", - "CreditTender" + "PaymentMethod" + ] + }, + { + "@id": "maxTransactionAmount", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "maxPerPeriodAmount", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "useMinimumAgeYear", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "maxPerPeriodTransactionCount", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "typeRequiredIdentification", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "mediaType", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "typeDescription", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "name", + "@type": "Property", + "domain": [ + "PaymentMethodType", + "PaymentCard" + ] + }, + { + "@id": "expirationMonth", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "expirationYear", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "cardHolderName", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "maskedNumber", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "numberLastDigits", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "cardToken", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "issueNumber", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "billToCity", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "billToStreet2", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "billToStreet", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "billToLastName", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "billToFirstName", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "companyName", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "derivedCardTypeCode", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "creditCardExpired", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "paymentCardType", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "discountAmount", + "@type": "Property", + "domain": [ + "Coupon" + ] + }, + { + "@id": "discountPercentage", + "@type": "Property", + "domain": [ + "Coupon" + ] + }, + { + "@id": "scanCode", + "@type": "Property", + "domain": [ + "Coupon" ] }, { - "@id": "maxTransactionAmount", + "@id": "couponCode", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "maxPerPeriodAmount", + "@id": "primaryScanCodeLabel", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "useMinimumAgeYear", + "@id": "secondaryScanCodeLabel", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "maxPerPeriodTransactionCount", + "@id": "returnCouponReason", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "typeRequiredIdentification", + "@id": "couponCount", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "mediaType", + "@id": "isValid", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "typeDescription", + "@id": "isReturnCoupon", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "name", + "@id": "expirationDate", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "expirationMonth", + "@id": "couponStatus", "@type": "Property", "domain": [ - "PaymentCard" + "Coupon" ] }, { - "@id": "discountAmount", + "@id": "manufacturer", "@type": "Property", "domain": [ "Coupon" @@ -5299,48 +8307,220 @@ { "@type": "Shape", "@id": "PaymentCard", - "properties": [ - { - "path": "expirationMonth", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentMethodType", - "http://www.w3.org/ns/shacl#node": "PaymentMethodType", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "PaymentMethod" + }, + { + "properties": [ + { + "path": "expirationMonth", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "expirationYear", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "cardHolderName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "maskedNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "numberLastDigits", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "cardToken", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "issueNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billToCity", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billToStreet2", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billToStreet", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billToLastName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billToFirstName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "companyName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "derivedCardTypeCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "creditCardExpired", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentCardType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "Coupon", - "properties": [ - { - "path": "discountAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentMethodType", - "http://www.w3.org/ns/shacl#node": "PaymentMethodType", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "PaymentMethod" + }, + { + "properties": [ + { + "path": "discountAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "discountPercentage", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "scanCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "couponCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "primaryScanCodeLabel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "secondaryScanCodeLabel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "returnCouponReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "couponCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isValid", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isReturnCoupon", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "expirationDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "couponStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "manufacturer", + "http://www.w3.org/ns/shacl#node": "Party" + } + ] } ] }, { "@type": "Shape", "@id": "CreditTender", - "properties": [ - { - "path": "paymentMethodType", - "http://www.w3.org/ns/shacl#node": "PaymentMethodType", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "account", - "http://www.w3.org/ns/shacl#node": "Account" + "and": [ + { + "@id": "PaymentMethod" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "account", + "http://www.w3.org/ns/shacl#node": "Account" + } + ] } ] } @@ -5378,572 +8558,871 @@ "@id": "GoodsProduct", "name": "Goods Product", "@type": "Class", + "subClassOf": "Product", "description": "Products you can touch e.g. cart of milk, pallet of coffee, mobile phone x model 1" }, { "@id": "ServiceProduct", "name": "Service Product", "@type": "Class", + "subClassOf": "Product", "description": "Products that are intangible e.g. labor, software subscription" }, { "@id": "BundleProduct", "name": "Bundle Product", "@type": "Class", + "subClassOf": "Product", "description": "Product groups e.g. mobile phone package include phone, call plan and charger" }, { - "@id": "ProductTranslation", - "name": "Product Translation", - "@type": "Class", - "description": "Translated attributes for a product" + "@id": "ProductTranslation", + "name": "Product Translation", + "@type": "Class", + "description": "Translated attributes for a product" + }, + { + "@id": "ProductRelatedProduct", + "name": "Product Related Product", + "@type": "Class", + "description": "A grouping of products such as a product bundle" + }, + { + "@id": "ProductRelationshipType", + "name": "Product Relationship Type", + "@type": "Class", + "description": "What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of" + }, + { + "@id": "ProductImage", + "name": "Product Image", + "@type": "Class", + "description": "Images of a product" + }, + { + "@id": "ProductImageTranslation", + "name": "Product Image Translation", + "@type": "Class", + "description": "Translated attributes for a product image" + }, + { + "@id": "Brand", + "name": "Brand", + "@type": "Class", + "description": "What is the brand of the product e.g. Snike shoes" + } + ], + "propertyConcepts": [ + { + "@id": "type", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "brandGrade", + "@type": "Property", + "domain": [ + "Product", + "Brand" + ] + }, + { + "@id": "name", + "@type": "Property", + "domain": [ + "Product", + "ProductTranslation", + "ProductRelatedProduct", + "Brand" + ] + }, + { + "@id": "description", + "@type": "Property", + "domain": [ + "Product", + "ProductTranslation" + ] + }, + { + "@id": "longDescription", + "@type": "Property", + "domain": [ + "Product", + "ProductTranslation" + ] + }, + { + "@id": "displayUrl", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isDynamicBundle", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "revenueInstallmentCount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "revenueInstallmentPeriod", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "revenueScheduleType", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "canUseRevenueSchedule", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "quantityInstallmentCount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "quantityInstallmentPeriod", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "quantityScheduleType", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "canUseQuantitySchedule", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "disposalType", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "allowPartialRefund", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "allowCustomerReturn", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "validForPeriodCount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "validToDate", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "validFromDate", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "standardWarrantyLengthMonth", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isAutoProvisionable", + "@type": "Property", + "domain": [ + "Product" + ] }, { - "@id": "ProductRelatedProduct", - "name": "Product Related Product", - "@type": "Class", - "description": "A grouping of products such as a product bundle" + "@id": "isInstallable", + "@type": "Property", + "domain": [ + "Product" + ] }, { - "@id": "ProductRelationshipType", - "name": "Product Relationship Type", - "@type": "Class", - "description": "What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of" + "@id": "isQualityVerificationRequired", + "@type": "Property", + "domain": [ + "Product" + ] }, { - "@id": "ProductImage", - "name": "Product Image", - "@type": "Class", - "description": "Images of a product" + "@id": "isQuantityEntryRequired", + "@type": "Property", + "domain": [ + "Product" + ] }, { - "@id": "ProductImageTranslation", - "name": "Product Image Translation", - "@type": "Class", - "description": "Translated attributes for a product image" + "@id": "isWeightEntryRequired", + "@type": "Property", + "domain": [ + "Product" + ] }, { - "@id": "Brand", - "name": "Brand", - "@type": "Class", - "description": "What is the brand of the product e.g. Snike shoes" - } - ], - "propertyConcepts": [ - { - "@id": "type", + "@id": "isManualPriceEntryRequired", "@type": "Property", "domain": [ - "Product", - "GoodsProduct", - "ServiceProduct", - "BundleProduct" + "Product" ] }, { - "@id": "brandGrade", + "@id": "rewardProgramPointsCount", "@type": "Property", "domain": [ - "Product", - "Brand" + "Product" ] }, { - "@id": "name", + "@id": "isFoodstampPaymentAllowed", "@type": "Property", "domain": [ - "Product", - "ProductTranslation", - "ProductRelatedProduct", - "Brand" + "Product" ] }, { - "@id": "description", + "@id": "isPartnerDiscountAllowed", "@type": "Property", "domain": [ - "Product", - "ProductTranslation" + "Product" ] }, { - "@id": "longDescription", + "@id": "isWorkerDiscountAllowed", "@type": "Property", "domain": [ - "Product", - "ProductTranslation" + "Product" ] }, { - "@id": "displayUrl", + "@id": "isCustomerDiscountAllowed", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isDynamicBundle", + "@id": "isMultipleCouponsAllowed", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "revenueInstallmentCount", + "@id": "isCouponRedemptionAllowed", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "revenueInstallmentPeriod", + "@id": "requiredDepositPercentage", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "revenueScheduleType", + "@id": "requiredDepositAmount", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "canUseRevenueSchedule", + "@id": "isRainCheckAllowed", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "quantityInstallmentCount", + "@id": "maximumOrderQuantityCount", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "quantityInstallmentPeriod", + "@id": "minimumOrderQuantityCount", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "quantityScheduleType", + "@id": "requiresInvididualUnitPricing", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "canUseQuantitySchedule", + "@id": "priceChargeType", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "disposalType", + "@id": "minimumAdvertisementAmountStartDate", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "allowPartialRefund", + "@id": "minimumAdvertisementAmount", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "allowCustomerReturn", + "@id": "mSRPAmount", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "validForPeriodCount", + "@id": "isBackOrdered", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "validToDate", + "@id": "isReturnable", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "validFromDate", + "@id": "isSellableWithoutPrice", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "standardWarrantyLengthMonth", + "@id": "isSellableIndependently", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isAutoProvisionable", + "@id": "isSellable", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isInstallable", + "@id": "isPreOrderable", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isQualityVerificationRequired", + "@id": "productStatus", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isQuantityEntryRequired", + "@id": "isIntellectualPropertyProtected", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isWeightEntryRequired", + "@id": "externalSourceRecord", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isManualPriceEntryRequired", + "@id": "lotIdentifier", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "rewardProgramPointsCount", + "@id": "stockLedgerValuationAmount", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isFoodstampPaymentAllowed", + "@id": "glAccountCode", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isPartnerDiscountAllowed", + "@id": "isSerialized", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isWorkerDiscountAllowed", + "@id": "versionNumber", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isCustomerDiscountAllowed", + "@id": "modelNumber", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isMultipleCouponsAllowed", + "@id": "modelYear", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isCouponRedemptionAllowed", + "@id": "manufacturerName", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "requiredDepositPercentage", + "@id": "productSKU", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "requiredDepositAmount", + "@id": "id", + "@type": "Property", + "domain": [ + "Product", + "GoodsProduct", + "ServiceProduct", + "BundleProduct", + "ProductTranslation", + "ProductRelatedProduct", + "ProductRelationshipType", + "ProductImage", + "ProductImageTranslation", + "Brand" + ] + }, + { + "@id": "validForPeriodUOM", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isRainCheckAllowed", + "@id": "primarySalesChannel", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "maximumOrderQuantityCount", + "@id": "primaryProductCategory", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "minimumOrderQuantityCount", + "@id": "brand", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "requiresInvididualUnitPricing", + "@id": "masterProduct", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "priceChargeType", + "@id": "requiresUnitPriceLabel", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "maxHoldingDayCount", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "shelfFacingUnitCount", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "isPerishable", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "isMadeToOrder", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "requiredCleanupProcess", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "requiredHumidityPercentage", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "requiredTemperatureUOM", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "requiredTemperatureHighestNumber", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "requiredTemperatureLowestNumber", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "environmentRequirement", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "productSecurityRequirement", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "age", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "gender", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "season", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "minimumAdvertisementAmountStartDate", + "@id": "pattern", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "minimumAdvertisementAmount", + "@id": "fabric", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "mSRPAmount", + "@id": "style", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isBackOrdered", + "@id": "color", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isReturnable", + "@id": "weightUOM", "@type": "Property", "domain": [ - "Product" + "GoodsProduct", + "BundleProduct" ] }, { - "@id": "isSellableWithoutPrice", + "@id": "tareWeight", "@type": "Property", "domain": [ - "Product" + "GoodsProduct", + "BundleProduct" ] }, { - "@id": "isSellableIndependently", + "@id": "drainedWeight", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isSellable", + "@id": "netWeight", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isPreOrderable", + "@id": "grossWeight", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "productStatus", + "@id": "productMayExpand", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isIntellectualPropertyProtected", + "@id": "sizeUOM", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "externalSourceRecord", + "@id": "diameter", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "lotIdentifier", + "@id": "height", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "stockLedgerValuationAmount", + "@id": "width", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "glAccountCode", + "@id": "depth", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isSerialized", + "@id": "evergreenContractEstimatedChargeAmount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "versionNumber", + "@id": "evergreenContractEstimatedMonthCount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "modelNumber", + "@id": "rentalCleanupFeeAmount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "modelYear", + "@id": "rentalTermViolationPenaltyAmount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "manufacturerName", + "@id": "servicePeriodUOM", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "productSKU", + "@id": "servicePeriodCount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "id", + "@id": "serviceType", "@type": "Property", "domain": [ - "Product", - "ProductTranslation", - "ProductRelatedProduct", - "ProductRelationshipType", - "ProductImage", - "ProductImageTranslation", - "Brand" + "ServiceProduct" ] }, { - "@id": "validForPeriodUOM", + "@id": "serviceProviderAccount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "primarySalesChannel", + "@id": "expectedWasteCount", "@type": "Property", "domain": [ - "Product" + "BundleProduct" ] }, { - "@id": "primaryProductCategory", + "@id": "quantityUnitOfMeasure", "@type": "Property", "domain": [ - "Product" + "BundleProduct" ] }, { - "@id": "brand", + "@id": "quantityCount", "@type": "Property", "domain": [ - "Product" + "BundleProduct" ] }, { - "@id": "masterProduct", + "@id": "bundledProductsDecidedAtUse", "@type": "Property", "domain": [ - "Product" + "BundleProduct" ] }, { - "@id": "requiresUnitPriceLabel", + "@id": "bundledProductsDecidesAvailability", "@type": "Property", "domain": [ - "GoodsProduct" + "BundleProduct" ] }, { - "@id": "evergreenContractEstimatedChargeAmount", + "@id": "bundledProductsSubstitutional", "@type": "Property", "domain": [ - "ServiceProduct" + "BundleProduct" ] }, { - "@id": "weightUOM", + "@id": "bundledProductsSoldTogether", "@type": "Property", "domain": [ "BundleProduct" @@ -6436,49 +9915,298 @@ { "@type": "Shape", "@id": "GoodsProduct", - "properties": [ - { - "path": "type", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "requiresUnitPriceLabel", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "Product" + }, + { + "properties": [ + { + "path": "requiresUnitPriceLabel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "maxHoldingDayCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shelfFacingUnitCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isPerishable", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isMadeToOrder", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requiredCleanupProcess", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requiredHumidityPercentage", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requiredTemperatureUOM", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requiredTemperatureHighestNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requiredTemperatureLowestNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "environmentRequirement", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "productSecurityRequirement", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "age", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "gender", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "season", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "pattern", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "fabric", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "style", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "color", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "weightUOM", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "tareWeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "drainedWeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "netWeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "grossWeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "productMayExpand", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "sizeUOM", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "diameter", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "height", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "width", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "depth", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "ServiceProduct", - "properties": [ - { - "path": "type", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "evergreenContractEstimatedChargeAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "Product" + }, + { + "properties": [ + { + "path": "evergreenContractEstimatedChargeAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "evergreenContractEstimatedMonthCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "rentalCleanupFeeAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "rentalTermViolationPenaltyAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "servicePeriodUOM", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "servicePeriodCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "serviceType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "serviceProviderAccount", + "http://www.w3.org/ns/shacl#node": "Account" + } + ] } ] }, { "@type": "Shape", "@id": "BundleProduct", - "properties": [ - { - "path": "type", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "weightUOM", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "Product" + }, + { + "properties": [ + { + "path": "weightUOM", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "tareWeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "expectedWasteCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "quantityUnitOfMeasure", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "quantityCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "bundledProductsDecidedAtUse", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "bundledProductsDecidesAvailability", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "bundledProductsSubstitutional", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "bundledProductsSoldTogether", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, @@ -7513,12 +11241,6 @@ "@type": "Class", "description": "One or more Payments having the same Payment Method, that have been applied to a single Sales Order." }, - { - "@id": "ProductRelationshipType", - "name": "Product Relationship Type", - "@type": "Class", - "description": "What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of" - }, { "@id": "SalesChannel", "name": "Sales Channel", @@ -7595,6 +11317,7 @@ "@id": "SalesOrderPriceAdjustment", "name": "Sales Order Price Adjustment", "@type": "Class", + "subClassOf": "PriceAdjustment Group", "description": "A change to the price of a Sales Order that is made before order fulfillment. A Sales Order Price Adjustment may be comprised of Sales Order Product Price Adjustments that allocate the overall adjustment amount to one or more of the products and services" }, { @@ -7619,6 +11342,7 @@ "@id": "SalesOrderProductTax", "name": "Sales Order Product Tax", "@type": "Class", + "subClassOf": "SalesOrder Tax", "description": "A tax on the price of a Sales Order Product." }, { @@ -7639,6 +11363,12 @@ "@type": "Class", "description": "The progress of a delivery such as awaiting pickup, in progress or complete" }, + { + "@id": "ProductRelationshipType2", + "name": "Sales Order Product Relationship Type", + "@type": "Class", + "description": "Reasons why products are related such as bundle, option or covering" + }, { "@id": "SalesOrderProductGroup", "name": "Sales Order Product Group", @@ -7698,6 +11428,7 @@ "SalesOrderProductReason", "SalesOrderPriceAdjustmentType", "PriceAdjustmentMethod", + "SalesOrderProductTax", "SalesOrderTax", "SalesOrderDeliveryGroup", "SalesOrderDeliveryStatus", @@ -7712,7 +11443,6 @@ "domain": [ "OrderDeliveryMethod", "SalesOrderPaymentSummary", - "ProductRelationshipType", "SalesChannel", "SalesOrderProduct", "SalesChannelType", @@ -7725,11 +11455,14 @@ "SalesOrderProductStatus", "SalesOrderProductReasonCategory", "SalesOrderProductReason", + "SalesOrderPriceAdjustment", "SalesOrderPriceAdjustmentType", "PriceAdjustmentMethod", + "SalesOrderProductTax", "SalesOrderTax", "SalesOrderDeliveryGroup", "SalesOrderDeliveryStatus", + "ProductRelationshipType2", "SalesOrderProductGroup", "SalesOrderProductGroupType", "SalesOrderProductNote", @@ -7800,6 +11533,7 @@ "domain": [ "SalesOrderPaymentSummary", "SalesOrderProduct", + "SalesOrderPriceAdjustment", "SalesOrderDeliveryGroup" ] }, @@ -7811,20 +11545,6 @@ "SalesOrder" ] }, - { - "@id": "childProductRole", - "@type": "Property", - "domain": [ - "ProductRelationshipType" - ] - }, - { - "@id": "parentProductRole", - "@type": "Property", - "domain": [ - "ProductRelationshipType" - ] - }, { "@id": "salesChannelNumber", "@type": "Property", @@ -7839,6 +11559,7 @@ "SalesChannel", "SalesOrderProduct", "SalesOrder", + "SalesOrderProductTax", "SalesOrderDeliveryGroup", "SalesOrderProductGroup", "SalesOrderProductNote" @@ -8796,20 +12517,40 @@ ] }, { - "@id": "salesOrderTaxAmount", + "@id": "taxAmount", "@type": "Property", "domain": [ - "SalesOrderProductTax", - "SalesOrderTax" + "SalesOrderProductTax" ] }, { - "@id": "taxAmount", + "@id": "taxEffectiveDate", + "@type": "Property", + "domain": [ + "SalesOrderProductTax" + ] + }, + { + "@id": "salesOrderProduct", + "@type": "Property", + "domain": [ + "SalesOrderProductTax" + ] + }, + { + "@id": "originalSalesOrderProductTax", "@type": "Property", "domain": [ "SalesOrderProductTax" ] }, + { + "@id": "salesOrderTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrderTax" + ] + }, { "@id": "taxRatePercent", "@type": "Property", @@ -8943,6 +12684,20 @@ "SalesOrderDeliveryGroup" ] }, + { + "@id": "childProductRole", + "@type": "Property", + "domain": [ + "ProductRelationshipType2" + ] + }, + { + "@id": "parentProductRole", + "@type": "Property", + "domain": [ + "ProductRelationshipType2" + ] + }, { "@id": "salesOrderProductGroupType", "@type": "Property", @@ -9086,30 +12841,6 @@ } ] }, - { - "@type": "Shape", - "@id": "ProductRelationshipType", - "properties": [ - { - "path": "childProductRole", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "parentProductRole", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - }, { "@type": "Shape", "@id": "SalesChannel", @@ -10052,11 +13783,29 @@ { "@type": "Shape", "@id": "SalesOrderPriceAdjustment", - "properties": [ - { - "path": "totalAdjustmentTaxAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "PriceAdjustment Group" + }, + { + "properties": [ + { + "path": "totalAdjustmentTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesOrder", + "http://www.w3.org/ns/shacl#node": "SalesOrder", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] } ] }, @@ -10104,17 +13853,51 @@ { "@type": "Shape", "@id": "SalesOrderProductTax", - "properties": [ - { - "path": "salesOrderTaxAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "taxAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "SalesOrder Tax" + }, + { + "properties": [ + { + "path": "taxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "taxEffectiveDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesOrderProduct", + "http://www.w3.org/ns/shacl#node": "SalesOrderProduct", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "originalSalesOrderProductTax", + "http://www.w3.org/ns/shacl#node": "SalesOrderProductTax" + } + ] } ] }, @@ -10321,6 +14104,30 @@ } ] }, + { + "@type": "Shape", + "@id": "ProductRelationshipType2", + "properties": [ + { + "path": "childProductRole", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "parentProductRole", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, { "@type": "Shape", "@id": "SalesOrderProductGroup", From d6acb25ff73a132bd50505854bd3cbbff31fa097 Mon Sep 17 00:00:00 2001 From: mattdfuchs Date: Thu, 3 Sep 2020 10:13:23 -0700 Subject: [PATCH 05/12] changes for merge with master --- package-lock.json | 22828 ++++++++++++----------- src/main/bindings/AMLBindingsPlugin.ts | 16 +- src/test/resources/model.json | 11778 ++++-------- 3 files changed, 15851 insertions(+), 18771 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d79fa6..b261982 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4317,7 +4317,7 @@ "version": "0.1.17", "requires": { "@api-modeling/amf-client-js": "4.1.12", - "@api-modeling/api-modeling-metadata": "^0.1.5", + "@api-modeling/api-modeling-metadata": "0.1.4", "@comunica/actor-init-sparql-rdfjs": "^1.16.2", "@types/jsonld": "^1.5.1", "@types/n3": "^1.4.3", @@ -4365,4336 +4365,5934 @@ } }, "@api-modeling/api-modeling-metadata": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@api-modeling/api-modeling-metadata/-/api-modeling-metadata-0.1.5.tgz", - "integrity": "sha512-tjtGq1CRLrMNPUEfDcbFOX2W3ebLeit9k++IFUCpQLCt08z555hPfOz7Aro3Hc3gFV3Vx1NW5QfYSKJvZkniAg==", + "version": "0.1.4", "requires": { "@api-modeling/amf-client-js": "4.1.12", - "@types/uuid": "^7.0.2", + "@types/uuid": "^7.0.4", "uuid": "^7.0.3" - } - }, - "@comunica/actor-abstract-bindings-hash": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.16.0.tgz", - "integrity": "sha512-W7oU8J0n6wC8R8EQ7UEvdmaJXf/Z3gEVCw9H+WXJSTEg1B77nrHuQs1lJreteKCIJEhC7BQYLtrfKE5N92edKw==", - "requires": { - "canonicalize": "^1.0.1", - "rdf-string": "^1.4.2" - } - }, - "@comunica/actor-abstract-mediatyped": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.15.0.tgz", - "integrity": "sha512-rB0DnIuiZKGqAd6JmcXdajmgDPWzffqCqLyAp2A967NRN1NlPbPnfwkCJBHVehdcyT69dAaEkHoHDZpbwOVjHg==" - }, - "@comunica/actor-abstract-path": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.16.0.tgz", - "integrity": "sha512-a53X/a9DTl6rYNbBGXCmUY9crusU6ySAiRZY3usiPWzqHeiZonM5+eRKzYm8vazxg3hLBs8jowKiZhiUPrx4wQ==", - "requires": { - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.3.2" }, "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "@api-modeling/amf-client-js": { + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@api-modeling/amf-client-js/-/amf-client-js-4.1.12.tgz", + "integrity": "sha512-0uyrnpTB0KBHgOU/MoHtl/mdWrW106qFouQTsrbGaxq4jg7EEYCw9CgnQF7j9NDbOJMzlha/sO/ZwIDKtbzQ2g==", "requires": { - "@types/node": "*" + "ajv": "^6.12.2", + "amf-shacl-node": "^2.0.0" } - } - } - }, - "@comunica/actor-http-memento": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.16.0.tgz", - "integrity": "sha512-X58EUsxFch+/VoS58Ld1yFsSNjeu7xYtvPV6x4IpGv16V+QJot4KyKH25+SAwNOQDiRxShX55FovCCVvSxK35w==", - "requires": { - "@types/parse-link-header": "^1.0.0", - "cross-fetch": "^3.0.5", - "parse-link-header": "^1.0.1" - } - }, - "@comunica/actor-http-native": { - "version": "1.16.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.16.2.tgz", - "integrity": "sha512-KhmYTKOmf4QZwd8CVy4f4o6d/LVzBy19JmpOIP1vLcOTAVOXg6KXDT+NEVSoDIc9T5fpKDh91bWuukptUqVjig==", - "requires": { - "@types/parse-link-header": "^1.0.0", - "cross-fetch": "^3.0.5", - "follow-redirects": "^1.5.1", - "parse-link-header": "^1.0.1" - } - }, - "@comunica/actor-http-proxy": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.16.0.tgz", - "integrity": "sha512-5aD5y9b6DvcCX2/ud/aVvUjvipppMmzKRV3C0evbA3NoAZ4VF8ejD+JpIjDsrvrbWeXVPueXvL/yfssUz17iIg==" - }, - "@comunica/actor-init-sparql": { - "version": "1.16.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.16.2.tgz", - "integrity": "sha512-jzE/sW1ciNXtO/tRYEhSiKFxpB9/cqPME9a2jq/GYq9PmTv5MzcUbZEY7x8QRkRQ3Dp0Z2JHI/sorps8LPwcmQ==", - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.16.0", - "@comunica/actor-abstract-mediatyped": "^1.15.0", - "@comunica/actor-http-memento": "^1.16.0", - "@comunica/actor-http-native": "^1.16.2", - "@comunica/actor-http-proxy": "^1.16.0", - "@comunica/actor-optimize-query-operation-join-bgp": "^1.16.0", - "@comunica/actor-query-operation-ask": "^1.16.0", - "@comunica/actor-query-operation-bgp-empty": "^1.16.0", - "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", - "@comunica/actor-query-operation-bgp-single": "^1.16.0", - "@comunica/actor-query-operation-construct": "^1.16.0", - "@comunica/actor-query-operation-describe-subject": "^1.16.0", - "@comunica/actor-query-operation-distinct-hash": "^1.16.0", - "@comunica/actor-query-operation-extend": "^1.16.0", - "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", - "@comunica/actor-query-operation-from-quad": "^1.16.0", - "@comunica/actor-query-operation-group": "^1.16.0", - "@comunica/actor-query-operation-join": "^1.16.0", - "@comunica/actor-query-operation-leftjoin-left-deep": "^1.16.0", - "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", - "@comunica/actor-query-operation-minus": "^1.16.0", - "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", - "@comunica/actor-query-operation-path-alt": "^1.16.0", - "@comunica/actor-query-operation-path-inv": "^1.16.0", - "@comunica/actor-query-operation-path-link": "^1.16.0", - "@comunica/actor-query-operation-path-nps": "^1.16.0", - "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", - "@comunica/actor-query-operation-path-seq": "^1.16.0", - "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", - "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", - "@comunica/actor-query-operation-project": "^1.16.0", - "@comunica/actor-query-operation-quadpattern": "^1.16.0", - "@comunica/actor-query-operation-reduced-hash": "^1.16.0", - "@comunica/actor-query-operation-service": "^1.16.0", - "@comunica/actor-query-operation-slice": "^1.16.0", - "@comunica/actor-query-operation-sparql-endpoint": "^1.16.0", - "@comunica/actor-query-operation-union": "^1.16.0", - "@comunica/actor-query-operation-values": "^1.16.0", - "@comunica/actor-rdf-dereference-http-parse": "^1.16.0", - "@comunica/actor-rdf-join-multi-smallest": "^1.16.0", - "@comunica/actor-rdf-join-nestedloop": "^1.16.0", - "@comunica/actor-rdf-join-symmetrichash": "^1.16.0", - "@comunica/actor-rdf-metadata-all": "^1.15.0", - "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.15.0", - "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.15.0", - "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.15.0", - "@comunica/actor-rdf-metadata-primary-topic": "^1.15.0", - "@comunica/actor-rdf-parse-html": "^1.15.0", - "@comunica/actor-rdf-parse-html-rdfa": "^1.15.0", - "@comunica/actor-rdf-parse-html-script": "^1.16.1", - "@comunica/actor-rdf-parse-jsonld": "^1.16.0", - "@comunica/actor-rdf-parse-n3": "^1.15.0", - "@comunica/actor-rdf-parse-rdfxml": "^1.15.0", - "@comunica/actor-rdf-parse-xml-rdfa": "^1.15.0", - "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.15.0", - "@comunica/actor-rdf-resolve-hypermedia-none": "^1.15.0", - "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.16.0", - "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.16.0", - "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.16.0", - "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.16.0", - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", - "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", - "@comunica/actor-rdf-serialize-n3": "^1.15.0", - "@comunica/actor-sparql-parse-algebra": "^1.16.0", - "@comunica/actor-sparql-parse-graphql": "^1.15.0", - "@comunica/actor-sparql-serialize-json": "^1.16.0", - "@comunica/actor-sparql-serialize-rdf": "^1.16.0", - "@comunica/actor-sparql-serialize-simple": "^1.16.0", - "@comunica/actor-sparql-serialize-sparql-csv": "^1.16.0", - "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", - "@comunica/actor-sparql-serialize-sparql-tsv": "^1.16.0", - "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", - "@comunica/actor-sparql-serialize-stats": "^1.16.0", - "@comunica/actor-sparql-serialize-table": "^1.16.0", - "@comunica/actor-sparql-serialize-tree": "^1.16.0", - "@comunica/bus-context-preprocess": "^1.15.0", - "@comunica/bus-http": "^1.16.0", - "@comunica/bus-http-invalidate": "^1.15.0", - "@comunica/bus-init": "^1.15.0", - "@comunica/bus-optimize-query-operation": "^1.16.0", - "@comunica/bus-query-operation": "^1.16.0", - "@comunica/bus-rdf-dereference": "^1.15.0", - "@comunica/bus-rdf-dereference-paged": "^1.15.0", - "@comunica/bus-rdf-join": "^1.16.0", - "@comunica/bus-rdf-metadata": "^1.15.0", - "@comunica/bus-rdf-metadata-extract": "^1.15.0", - "@comunica/bus-rdf-parse": "^1.15.0", - "@comunica/bus-rdf-parse-html": "^1.15.0", - "@comunica/bus-rdf-resolve-hypermedia": "^1.15.0", - "@comunica/bus-rdf-resolve-hypermedia-links": "^1.15.0", - "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", - "@comunica/bus-rdf-serialize": "^1.15.0", - "@comunica/bus-sparql-parse": "^1.15.0", - "@comunica/bus-sparql-serialize": "^1.16.0", - "@comunica/core": "^1.15.0", - "@comunica/logger-pretty": "^1.15.0", - "@comunica/logger-void": "^1.15.0", - "@comunica/mediator-all": "^1.15.0", - "@comunica/mediator-combine-pipeline": "^1.15.0", - "@comunica/mediator-combine-union": "^1.15.0", - "@comunica/mediator-number": "^1.15.0", - "@comunica/mediator-race": "^1.15.0", - "@comunica/runner": "^1.16.0", - "@comunica/runner-cli": "^1.16.0", - "@types/minimist": "^1.2.0", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "asyncreiterable": "^2.0.0", - "minimist": "^1.2.0", - "negotiate": "^1.0.1", - "rdf-quad": "^1.4.0", - "rdf-string": "^1.4.2", - "rdf-terms": "^1.4.0", - "streamify-string": "^1.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@babel/code-frame": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", "requires": { - "@types/node": "*" + "@babel/highlight": "^7.10.4" } - } - } - }, - "@comunica/actor-init-sparql-rdfjs": { - "version": "1.16.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.16.2.tgz", - "integrity": "sha512-37FizXW2XCtyRFq0vjCqTAzxnVVklYGoq3Rmn6sBelF6wKW7pqtHunBA3yOJfo5MKRVoFD04wHCbwaWC6xaYEw==", - "requires": { - "@comunica/actor-abstract-mediatyped": "^1.15.0", - "@comunica/actor-init-sparql": "^1.16.2", - "@comunica/actor-query-operation-ask": "^1.16.0", - "@comunica/actor-query-operation-bgp-empty": "^1.16.0", - "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", - "@comunica/actor-query-operation-bgp-single": "^1.16.0", - "@comunica/actor-query-operation-construct": "^1.16.0", - "@comunica/actor-query-operation-describe-subject": "^1.16.0", - "@comunica/actor-query-operation-distinct-hash": "^1.16.0", - "@comunica/actor-query-operation-extend": "^1.16.0", - "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", - "@comunica/actor-query-operation-from-quad": "^1.16.0", - "@comunica/actor-query-operation-join": "^1.16.0", - "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", - "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", - "@comunica/actor-query-operation-path-alt": "^1.16.0", - "@comunica/actor-query-operation-path-inv": "^1.16.0", - "@comunica/actor-query-operation-path-link": "^1.16.0", - "@comunica/actor-query-operation-path-nps": "^1.16.0", - "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", - "@comunica/actor-query-operation-path-seq": "^1.16.0", - "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", - "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", - "@comunica/actor-query-operation-project": "^1.16.0", - "@comunica/actor-query-operation-quadpattern": "^1.16.0", - "@comunica/actor-query-operation-service": "^1.16.0", - "@comunica/actor-query-operation-slice": "^1.16.0", - "@comunica/actor-query-operation-union": "^1.16.0", - "@comunica/actor-query-operation-values": "^1.16.0", - "@comunica/actor-rdf-join-nestedloop": "^1.16.0", - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", - "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", - "@comunica/actor-rdf-serialize-n3": "^1.15.0", - "@comunica/actor-sparql-parse-algebra": "^1.16.0", - "@comunica/actor-sparql-serialize-json": "^1.16.0", - "@comunica/actor-sparql-serialize-rdf": "^1.16.0", - "@comunica/actor-sparql-serialize-simple": "^1.16.0", - "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", - "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", - "@comunica/bus-context-preprocess": "^1.15.0", - "@comunica/bus-init": "^1.15.0", - "@comunica/bus-query-operation": "^1.16.0", - "@comunica/bus-rdf-join": "^1.16.0", - "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", - "@comunica/bus-rdf-serialize": "^1.15.0", - "@comunica/bus-sparql-parse": "^1.15.0", - "@comunica/bus-sparql-serialize": "^1.16.0", - "@comunica/core": "^1.15.0", - "@comunica/mediator-combine-pipeline": "^1.15.0", - "@comunica/mediator-combine-union": "^1.15.0", - "@comunica/mediator-number": "^1.15.0", - "@comunica/mediator-race": "^1.15.0", - "@comunica/runner": "^1.16.0", - "@comunica/runner-cli": "^1.16.0" - } - }, - "@comunica/actor-optimize-query-operation-join-bgp": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.16.0.tgz", - "integrity": "sha512-KWuAKG8S+IwonyecNjqrO5dlSKSVmR1cxP117/DEUPIltXl0IY2W3Q/HKRRZ+DXwV/LRMExIXILdUkZgYUSnAw==", - "requires": { - "sparqlalgebrajs": "^2.3.2" - } - }, - "@comunica/actor-query-operation-ask": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.16.0.tgz", - "integrity": "sha512-zlWYPh7GoIw7epzcORfDWwRFsfLciJGVSaCR2C46AZj8CctApf+mzrRDY7H3WSETyTc6s9T1fiDzGjBY/P3TbA==" - }, - "@comunica/actor-query-operation-bgp-empty": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.16.0.tgz", - "integrity": "sha512-C8q0YKNcIbMZ1KWL1juCoTbppYQcI3/0qlp/boBD1w8yeNVt2ytxB0cKsdVilvLVVcooISJJKNn4j8uGqOJsZg==", - "requires": { - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2", - "rdf-terms": "^1.4.0" - } - }, - "@comunica/actor-query-operation-bgp-left-deep-smallest": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.16.0.tgz", - "integrity": "sha512-8zB8ajT7z6nYDge9//7zP0sziKmnCFLVVtqqyacSQ8Yu9jl15b42rqMiZ0ty9c3qZncH2DagqiTd/5VCJP3nMg==", - "requires": { - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2", - "rdf-terms": "^1.4.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@babel/core": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.11.1.tgz", + "integrity": "sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.11.0", + "@babel/helper-module-transforms": "^7.11.0", + "@babel/helpers": "^7.10.4", + "@babel/parser": "^7.11.1", + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.11.0", + "@babel/types": "^7.11.0", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.19", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + }, + "dependencies": {} + }, + "@babel/generator": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.11.0.tgz", + "integrity": "sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==", "requires": { - "@types/node": "*" + "@babel/types": "^7.11.0", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" } - } - } - }, - "@comunica/actor-query-operation-bgp-single": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.16.0.tgz", - "integrity": "sha512-nUcGlq9uJCl5O7rGnFCrFeHrWSRD7hZW9QU+B7tCoSbJoUrKS9hBKkDO6xUHmsmztRKfzHgMO9LFDvmc5jGKlQ==" - }, - "@comunica/actor-query-operation-construct": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.16.0.tgz", - "integrity": "sha512-c4tLLcl7T1JYCg790LEu9Ijn3c7i2yd2uKJ9E2oytx6KLeW0YQeEaiLZ1hn3XDlQHMvfYeGznd4Y+X8632+Faw==", - "requires": { - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-terms": "^1.4.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@babel/helper-function-name": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", + "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", "requires": { - "@types/node": "*" + "@babel/helper-get-function-arity": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4" } - } - } - }, - "@comunica/actor-query-operation-describe-subject": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.16.0.tgz", - "integrity": "sha512-F5x0AU/7K9Zw6o5/y2AWsX5G3YPyLoDekWm1bHyztnHD21WFGsOgAt7R3XOJLU4/d9Mc2TpDOj17bttplJRXSg==", - "requires": { - "@comunica/actor-query-operation-union": "^1.16.0", - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@babel/helper-get-function-arity": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", + "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", "requires": { - "@types/node": "*" + "@babel/types": "^7.10.4" } - } - } - }, - "@comunica/actor-query-operation-distinct-hash": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.16.0.tgz", - "integrity": "sha512-/SKXl7lFUlJ83yL81lD3RyzqkV5ONqUiqR8d1D0Vob/m8DI7ynDp8f5x74ocBLdrhFADJvGlVl8703AjJzcD6w==", - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.16.0" - } - }, - "@comunica/actor-query-operation-extend": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.16.0.tgz", - "integrity": "sha512-xad5NhPZ4KJsk3DTlG6mb0ZEX6LccCRjhFEVZsNT4qr1DPTqD5MaeE/SfjFADCwDniy5gZTxn6AQnQ1LsC52Eg==", - "requires": { - "sparqlee": "^1.4.3" - } - }, - "@comunica/actor-query-operation-filter-sparqlee": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.16.0.tgz", - "integrity": "sha512-96ttlUQkBpkiUlXnClvjEaYHtEL8gCVzhOMcMLxuOAifwgv7I6Qe5WQT8QZkJbXbbwNvelXYC4Cs37p85nHSCw==", - "requires": { - "sparqlee": "^1.4.3" - } - }, - "@comunica/actor-query-operation-from-quad": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.16.0.tgz", - "integrity": "sha512-qyjSrxmi0WSlxMbZo2djOfUD+2Jkm7s4JOW36ua8JBbSuGAbHwFI3xYSWiWYmLCMQEp3YgqHrTKWeGDSnqxnJQ==", - "requires": { - "@types/rdf-js": "^3.0.0", - "sparqlalgebrajs": "^2.3.2" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz", + "integrity": "sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q==", "requires": { - "@types/node": "*" + "@babel/types": "^7.11.0" } - } - } - }, - "@comunica/actor-query-operation-group": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.16.0.tgz", - "integrity": "sha512-xwmoNsfjcsS04s3lLlf6dua81ywFNqOU77g61tZEveCAKyC5fN6rQZM8eLBa87z7HhHLHF42V1TVXh3PD46HaA==", - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.16.0", - "rdf-string": "^1.4.2", - "sparqlee": "^1.4.3" - } - }, - "@comunica/actor-query-operation-join": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.16.0.tgz", - "integrity": "sha512-3lJt1dTrBm4ogRwCyEPwqOrJ/QfEEYu5tHUClpiP3vG0L1tmN+wRfewAxU7P8o0Rec0QkqICAMRf252tM0ftgw==" - }, - "@comunica/actor-query-operation-leftjoin-left-deep": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.16.0.tgz", - "integrity": "sha512-fVVdcMEFvQpU8eKQyDys7q6jL6SosHdSs2j5ARPmXvY/hzl68coIb4D0JmMIIWmk87TDcc9VUH0mcnHI5f7Eqw==", - "requires": { - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@babel/helper-module-imports": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz", + "integrity": "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==", "requires": { - "@types/node": "*" + "@babel/types": "^7.10.4" } - } - } - }, - "@comunica/actor-query-operation-leftjoin-nestedloop": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.16.0.tgz", - "integrity": "sha512-dTNcGe4LTwgJcvAV2TZA9lF6gmvtcQDFm+4UEiY5ehtgOD/Quh39AixYSXTNOsmMmGBamr5iBfk1ABgRwAmzyg==", - "requires": { - "sparqlee": "^1.4.3" - } - }, - "@comunica/actor-query-operation-minus": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.16.0.tgz", - "integrity": "sha512-PeM5FouB+BJMU2QYB//SK9O5LCdielQnrr+nTWXyznrx1kpBqMX7Elzmim5huhKY3Y0WfotL6rGsE5DEjdRE1w==", - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.16.0", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@babel/helper-module-transforms": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz", + "integrity": "sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==", + "requires": { + "@babel/helper-module-imports": "^7.10.4", + "@babel/helper-replace-supers": "^7.10.4", + "@babel/helper-simple-access": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.11.0", + "@babel/template": "^7.10.4", + "@babel/types": "^7.11.0", + "lodash": "^4.17.19" + }, + "dependencies": {} + }, + "@babel/helper-optimise-call-expression": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz", + "integrity": "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==", "requires": { - "@types/node": "*" + "@babel/types": "^7.10.4" } - } - } - }, - "@comunica/actor-query-operation-orderby-sparqlee": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.16.0.tgz", - "integrity": "sha512-mRubrkxjevfsrr3sMn/scVg9pveNDLammx5jtrBDm5IKkL2muTH6HGduLCmT/zONBkxUZy2uOiXQgxHXrtznsw==", - "requires": { - "@types/rdf-js": "^3.0.0", - "rdf-string": "^1.4.2", - "sparqlee": "^1.4.3" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@babel/helper-replace-supers": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz", + "integrity": "sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==", "requires": { - "@types/node": "*" + "@babel/helper-member-expression-to-functions": "^7.10.4", + "@babel/helper-optimise-call-expression": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" } - } - } - }, - "@comunica/actor-query-operation-path-alt": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.16.0.tgz", - "integrity": "sha512-VJiGYoupy41Rcbbf4BymERWC5U7OjVtSe0JuSkHoOmKl9HcXQo+dGur+XJpbKz391rDY+BB2djH3Bht1YmrYig==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0", - "asynciterator": "^3.0.1", - "sparqlalgebrajs": "^2.3.2" - } - }, - "@comunica/actor-query-operation-path-inv": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.16.0.tgz", - "integrity": "sha512-xVWLGiaIbuv2vudAFVgotHx/YCNQ+deflpgSyg5RsUU7cnqj3njkt4Iq8lX+8Sdwjmr10UIAqXPVMHKsRCRKzA==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0" - } - }, - "@comunica/actor-query-operation-path-link": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.16.0.tgz", - "integrity": "sha512-YCPgTQGfQCtp88OneFYTyXBG9pHuHs5Plfmj3BZP0fhbIXhn6ywn4LP5NXaVukJFCDwCFRWL9Pd1aZ5N0p9tNQ==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0", - "sparqlalgebrajs": "^2.3.2" - } - }, - "@comunica/actor-query-operation-path-nps": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.16.0.tgz", - "integrity": "sha512-S/CDgtnLQC+3qndBOST1y+AvUsCc/nh08+4s91K9RqkuQwV5/1Sl5B0aThMItazTKuUPj04ujH+PCOArt1+sbQ==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0", - "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.3.2" - } - }, - "@comunica/actor-query-operation-path-one-or-more": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.16.0.tgz", - "integrity": "sha512-RpjvSeua4hsSISonfK53qMlWizQ9ou208zpiGpGLamDAVpLj4pgKAQ3ksfWM+GR2sXVDiCIAvpszJkSEa9NY/w==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.3.2" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@babel/helper-simple-access": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz", + "integrity": "sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==", "requires": { - "@types/node": "*" + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4" } - } - } - }, - "@comunica/actor-query-operation-path-seq": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.16.0.tgz", - "integrity": "sha512-/vbN8Y8a+Sb1XcP796YxwahiD2b3euxHBu1h4pLu0oTKg6KTqbjHjbGQhxe95sWU3HKoH7F7VErTjlX8Wl29Kw==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0", - "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.3.2" - } - }, - "@comunica/actor-query-operation-path-zero-or-more": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.16.0.tgz", - "integrity": "sha512-Z5NhpB4MEZHk3yhInOHILWiNzK+ZGWr+HvjYD5PtDHtbWWgE3nrxbuNhdXs1iXgaJsZWlp7ziE+H3ms4GcYjUQ==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0", - "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.3.2" - } - }, - "@comunica/actor-query-operation-path-zero-or-one": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.16.0.tgz", - "integrity": "sha512-pGzrXcXsm6l0RKF9SfC8njqw72XiOns/chiuKegChqTQd00DubTJVHmfb2HUuNyiNVJ2BrjwYdAysP1gI93D5w==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0", - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2" - } - }, - "@comunica/actor-query-operation-project": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.16.0.tgz", - "integrity": "sha512-uTi+GmB04RnZ7Sw3XJst8tmPtiqLmT1Z4+zTspTgnWwndeWzdw7w7v6apCZDoivvPLi1Jq/7hGNn6+3FsIGp+A==", - "requires": { - "@comunica/data-factory": "^1.14.0", - "rdf-string": "^1.4.2" - } - }, - "@comunica/actor-query-operation-quadpattern": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.16.0.tgz", - "integrity": "sha512-QFml3MgYd5nmnsPHoDvOcx/StY+4L0ix5C1q5h8jagwIbcuRSfo1Ay0gLMlbEDuZkzrHhkN9o6OsSMTVuXsiEQ==", - "requires": { - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2", - "rdf-terms": "^1.4.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@babel/helper-split-export-declaration": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz", + "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==", "requires": { - "@types/node": "*" + "@babel/types": "^7.11.0" } - } - } - }, - "@comunica/actor-query-operation-reduced-hash": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.16.0.tgz", - "integrity": "sha512-zE1K+d6HBhGsvQQd/XGYUgpue/aSKeHbdB2r+yzEels0ShPYxogVV69aHQAUxPXvz+kbPEzqwTWz5a28lJW+cw==", - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.16.0", - "@types/lru-cache": "^5.1.0", - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/helpers": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.10.4.tgz", + "integrity": "sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==", "requires": { - "yallist": "^4.0.0" + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" } }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } - }, - "@comunica/actor-query-operation-service": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.16.0.tgz", - "integrity": "sha512-UTWmUZa59o6DaPqHjtFM8CES3/vlis6psAW5Wt4Bw+5sgK2XZ1EWFNM/BbQG5m0OetzgDJS+BRVbsJNDGdHRdw==", - "requires": { - "asynciterator": "^3.0.1" - } - }, - "@comunica/actor-query-operation-slice": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.16.0.tgz", - "integrity": "sha512-vFo1HVlz+0Jz2a8ppPU4tXPbSL/G9TILPSyvSJjXpQpvOQRih7m9AFeXUjGtJ6sFo5SryAkgynfk6jO0Co9tzw==" - }, - "@comunica/actor-query-operation-sparql-endpoint": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.16.0.tgz", - "integrity": "sha512-3VxGRHjwWBP23ezSKVgFJG5/nj5pMhX++8d3w3WFCC5kss+p7Qnq9P06sz/42Ya/hY/CGJM4iramadGOTnbEmw==", - "requires": { - "@comunica/utils-datasource": "^1.16.0", - "@types/rdf-js": "^3.0.0", - "arrayify-stream": "^1.0.0", - "asynciterator": "^3.0.1", - "fetch-sparql-endpoint": "^1.6.0", - "rdf-string": "^1.4.2", - "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.3.2" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "@babel/highlight": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", + "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", "requires": { - "@types/node": "*" + "@babel/helper-validator-identifier": "^7.10.4", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" } - } - } - }, - "@comunica/actor-query-operation-union": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.16.0.tgz", - "integrity": "sha512-x3eZA7T004Pdf+rEMj5ts7qs66+FFBddKnWdT10fRDkXoRTTStoSsw2oW/fk8Il9FcEAQVtNXur7ehVvzV5S5A==", - "requires": { - "asynciterator": "^3.0.1" - } - }, - "@comunica/actor-query-operation-values": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.16.0.tgz", - "integrity": "sha512-X2KE3DNiKtK1sjLkakDgfTZs2paMgNu54zp6wAlIWzg5QVj+iDk+XM5wx8JFI+Mrro4oRN9Gl9TOjGupNjLnxQ==", - "requires": { - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2" - } - }, - "@comunica/actor-rdf-dereference-http-parse": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.16.0.tgz", - "integrity": "sha512-IKSw5jjQLIDkbd7eX3Sw0oMuPBujQ4JX6UMpDA846T4lOZcUBTovp0PPKL4zyUd88Ea9a84Qn6uREOWed4nKvg==", - "requires": { - "cross-fetch": "^3.0.5", - "relative-to-absolute-iri": "^1.0.5" - } - }, - "@comunica/actor-rdf-join-multi-smallest": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.16.0.tgz", - "integrity": "sha512-03oN4MqKBP0eVtMPyJT/PrYR7znDXU37E6sHqW/VGqws5A+myz4G/mxSSOjVE6csN5bt2wNrfpzv9J7hjmHyVA==" - }, - "@comunica/actor-rdf-join-nestedloop": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.16.0.tgz", - "integrity": "sha512-f+2x4hgMGWkIroGc9ld3o/dFKZIgvV5DVRI9AGsJR+AZaDmet7nydKs8fw/6nEjMfYIvuNlGVgmSEsLgsAa7sA==", - "requires": { - "asyncjoin": "^1.0.1" - } - }, - "@comunica/actor-rdf-join-symmetrichash": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.16.0.tgz", - "integrity": "sha512-d1Sszprnc+aJQt1cjycroGAkhAa2fMyECelcJGqwKWpVAXT/nsbOB0Ixb0eKTF4uGlYFrdA/OSG7frwdAORepg==", - "requires": { - "asyncjoin": "^1.0.1" - } - }, - "@comunica/actor-rdf-metadata-all": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.15.0.tgz", - "integrity": "sha512-Ax+q0igPmDQeriFL4hDMQWQPV4tsTzyboqnuXqj9U84YXmJ3y+5a5Wh/35odR3W31SwMrs56jYNIpZBKwx0+RA==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@babel/parser": { + "version": "7.11.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.11.3.tgz", + "integrity": "sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA==" + }, + "@babel/template": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", + "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", "requires": { - "@types/node": "*" + "@babel/code-frame": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4" } - } - } - }, - "@comunica/actor-rdf-metadata-extract-hydra-controls": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.15.0.tgz", - "integrity": "sha512-Ih5OJQGfmJe5ihMeFwtWhWKSCxLXEKID3i3NGm8MgiFFbEzLAAf1YLLIK57cW88vahY+3YkPZ7tq3FeIeAi3tw==", - "requires": { - "@types/rdf-js": "^3.0.0", - "@types/uritemplate": "^0.3.4", - "uritemplate": "0.3.4" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@babel/traverse": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.11.0.tgz", + "integrity": "sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.11.0", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.11.0", + "@babel/parser": "^7.11.0", + "@babel/types": "^7.11.0", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.19" + }, + "dependencies": {} + }, + "@babel/types": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.0.tgz", + "integrity": "sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + }, + "dependencies": {} + }, + "@comunica/actor-abstract-bindings-hash": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.15.0.tgz", + "integrity": "sha512-1YUtb/zKyfpzgknkEYBhWqJaclKZkb7GqJP0sSMQfSoSiNZMKP2BqUGvLTXGuTSCb5smHqx2dcvUOImQ7IaIbw==", "requires": { - "@types/node": "*" + "canonicalize": "^1.0.1", + "rdf-string": "^1.4.2" } - } - } - }, - "@comunica/actor-rdf-metadata-extract-hydra-count": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.15.0.tgz", - "integrity": "sha512-3qNJWsSo0xR8xt7MEFD7rVlQXiBTLddzUK/5lX1A4dB3jk20a+c62WltctWYiIFtyCs0qYluAJ8xuJ2ItOlP7w==" - }, - "@comunica/actor-rdf-metadata-extract-sparql-service": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.15.0.tgz", - "integrity": "sha512-CCikTWHa8nNUfmDHPGjgTH60XGcOJtkckzZXdk6kG4rMKXocsj86/cwzYM89P58LOMKy4IFfsSpoEqKIhn2gog==", - "requires": { - "relative-to-absolute-iri": "^1.0.5" - } - }, - "@comunica/actor-rdf-metadata-primary-topic": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.15.0.tgz", - "integrity": "sha512-7YRtw2us52nXYcaPyk8q/rCopioCS5LEVDEteD3RqCd7KMVhg+VZYU0iD5cMF9tyYr8NoXdm1/CYxTnSZE/LNg==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-abstract-mediatyped": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.15.0.tgz", + "integrity": "sha512-rB0DnIuiZKGqAd6JmcXdajmgDPWzffqCqLyAp2A967NRN1NlPbPnfwkCJBHVehdcyT69dAaEkHoHDZpbwOVjHg==" + }, + "@comunica/actor-abstract-path": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.15.0.tgz", + "integrity": "sha512-zXTTFBPW7AxAVd7uX+7W1O05XgZcgmZ9U+e3H1rv0o0qHJUeAAhRulAMeU2ovSNI4hWb8W3bU+/LFJBQXC+u3A==", "requires": { - "@types/node": "*" + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" } - } - } - }, - "@comunica/actor-rdf-parse-html": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.15.0.tgz", - "integrity": "sha512-eC43jtLqY3wfA6aRim83l+3NfoMQCZv/lPP2MvqxY04/Rk77DdqKtKS2GfYrIBc8aqDOoreVgiBQG5TzPzm5Ew==", - "requires": { - "@types/rdf-js": "^3.0.0", - "htmlparser2": "^4.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-http-memento": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.15.0.tgz", + "integrity": "sha512-TYDaMo0lSuxGTpGGec5iaJX41fsl7hjTgRRTWgIO8w6yCVr9V0Od3PX2Ukgu6T2Ps62FJv23IBgrQ9Z1MoUiOw==", "requires": { - "@types/node": "*" + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "parse-link-header": "^1.0.1" } - } - } - }, - "@comunica/actor-rdf-parse-html-rdfa": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.15.0.tgz", - "integrity": "sha512-1rA7YCjY1v7/1oRKzthVw633HZmHux96SQW5j+FIJTvX4GoBvf1seS082HY7WQGRpZVgLxOUxtAOQcp7zT4dHA==", - "requires": { - "rdfa-streaming-parser": "^1.1.1" - } - }, - "@comunica/actor-rdf-parse-html-script": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.16.1.tgz", - "integrity": "sha512-IYagk0RzIQEzj/78KvoICDgOiPnwvj44S/PH2ha++o9Se0FgTxRjHrWTluETiczOcvrV54TeVh0YDYJck+xz/w==", - "requires": { - "@types/rdf-js": "^3.0.0", - "relative-to-absolute-iri": "^1.0.5" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-http-native": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.15.0.tgz", + "integrity": "sha512-YRpb03uYbmIXcWZOKdXF0UwCIauhWTNq5L1x8Ceu93WqVZNgBjR5FcZeQwiz3Tw201YtMjnl8QysBcSHAd5zvw==", "requires": { - "@types/node": "*" + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "follow-redirects": "^1.5.1", + "parse-link-header": "^1.0.1" } - } - } - }, - "@comunica/actor-rdf-parse-jsonld": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.16.0.tgz", - "integrity": "sha512-LtAIv75bhHe2teN0vjWZ6EkjwnK6Yw56Q1ZuxgrWZLGrbdRF6YZuXglW+IqWeZ45tIUqhweS83k17/9fR3UK5w==", - "requires": { - "@types/rdf-js": "^3.0.0", - "jsonld-streaming-parser": "^2.0.2", - "stream-to-string": "^1.2.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-http-proxy": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.15.0.tgz", + "integrity": "sha512-qPujw7lsWg1hJ+lC68iERkSipmF2t2MWTXpajGdTMSTt7nc9Viy7PMkWAU8YAXdUZMr+RbiNnbu4OjEjySwiew==" + }, + "@comunica/actor-init-sparql": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.15.0.tgz", + "integrity": "sha512-o3YViA/nTdp5cX/zs6muaKUAN/8VxFCdRqwv53waASyyBAPFm8bP20TmUKFInYhSXHJyh6e4jodFAIvIzhYqCg==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.15.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-http-memento": "^1.15.0", + "@comunica/actor-http-native": "^1.15.0", + "@comunica/actor-http-proxy": "^1.15.0", + "@comunica/actor-optimize-query-operation-join-bgp": "^1.15.0", + "@comunica/actor-query-operation-ask": "^1.15.0", + "@comunica/actor-query-operation-bgp-empty": "^1.15.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.15.0", + "@comunica/actor-query-operation-bgp-single": "^1.15.0", + "@comunica/actor-query-operation-construct": "^1.15.0", + "@comunica/actor-query-operation-describe-subject": "^1.15.0", + "@comunica/actor-query-operation-distinct-hash": "^1.15.0", + "@comunica/actor-query-operation-extend": "^1.15.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-from-quad": "^1.15.0", + "@comunica/actor-query-operation-group": "^1.15.0", + "@comunica/actor-query-operation-join": "^1.15.0", + "@comunica/actor-query-operation-leftjoin-left-deep": "^1.15.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.15.0", + "@comunica/actor-query-operation-minus": "^1.15.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-path-alt": "^1.15.0", + "@comunica/actor-query-operation-path-inv": "^1.15.0", + "@comunica/actor-query-operation-path-link": "^1.15.0", + "@comunica/actor-query-operation-path-nps": "^1.15.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-seq": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.15.0", + "@comunica/actor-query-operation-project": "^1.15.0", + "@comunica/actor-query-operation-quadpattern": "^1.15.0", + "@comunica/actor-query-operation-reduced-hash": "^1.15.0", + "@comunica/actor-query-operation-service": "^1.15.0", + "@comunica/actor-query-operation-slice": "^1.15.0", + "@comunica/actor-query-operation-sparql-endpoint": "^1.15.0", + "@comunica/actor-query-operation-union": "^1.15.0", + "@comunica/actor-query-operation-values": "^1.15.0", + "@comunica/actor-rdf-dereference-http-parse": "^1.15.0", + "@comunica/actor-rdf-join-multi-smallest": "^1.15.0", + "@comunica/actor-rdf-join-symmetrichash": "^1.15.0", + "@comunica/actor-rdf-metadata-all": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.15.0", + "@comunica/actor-rdf-metadata-primary-topic": "^1.15.0", + "@comunica/actor-rdf-parse-html": "^1.15.0", + "@comunica/actor-rdf-parse-html-rdfa": "^1.15.0", + "@comunica/actor-rdf-parse-html-script": "^1.15.0", + "@comunica/actor-rdf-parse-jsonld": "^1.15.0", + "@comunica/actor-rdf-parse-n3": "^1.15.0", + "@comunica/actor-rdf-parse-rdfxml": "^1.15.0", + "@comunica/actor-rdf-parse-xml-rdfa": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-none": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.15.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.15.0", + "@comunica/actor-sparql-parse-graphql": "^1.15.0", + "@comunica/actor-sparql-serialize-json": "^1.15.0", + "@comunica/actor-sparql-serialize-rdf": "^1.15.0", + "@comunica/actor-sparql-serialize-simple": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.15.0", + "@comunica/actor-sparql-serialize-stats": "^1.15.0", + "@comunica/actor-sparql-serialize-table": "^1.15.0", + "@comunica/actor-sparql-serialize-tree": "^1.15.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-http": "^1.15.0", + "@comunica/bus-http-invalidate": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-optimize-query-operation": "^1.15.0", + "@comunica/bus-query-operation": "^1.15.0", + "@comunica/bus-rdf-dereference": "^1.15.0", + "@comunica/bus-rdf-dereference-paged": "^1.15.0", + "@comunica/bus-rdf-join": "^1.15.0", + "@comunica/bus-rdf-metadata": "^1.15.0", + "@comunica/bus-rdf-metadata-extract": "^1.15.0", + "@comunica/bus-rdf-parse": "^1.15.0", + "@comunica/bus-rdf-parse-html": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia-links": "^1.15.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.15.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.15.0", + "@comunica/core": "^1.15.0", + "@comunica/logger-pretty": "^1.15.0", + "@comunica/logger-void": "^1.15.0", + "@comunica/mediator-all": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.15.0", + "@comunica/runner-cli": "^1.15.0", + "@types/minimist": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0", + "minimist": "^1.2.0", + "negotiate": "^1.0.1", + "rdf-quad": "^1.4.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "streamify-string": "^1.0.1" + } + }, + "@comunica/actor-init-sparql-rdfjs": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.15.0.tgz", + "integrity": "sha512-CcY5ZKNCeHDNSzlN8V2HELsvu0b78LteOYVkM5PnZRxRTO0KinhAMsW6cJNffsWVx4MiGWFvVdvCk28NTg/R5g==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-init-sparql": "^1.15.0", + "@comunica/actor-query-operation-ask": "^1.15.0", + "@comunica/actor-query-operation-bgp-empty": "^1.15.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.15.0", + "@comunica/actor-query-operation-bgp-single": "^1.15.0", + "@comunica/actor-query-operation-construct": "^1.15.0", + "@comunica/actor-query-operation-describe-subject": "^1.15.0", + "@comunica/actor-query-operation-distinct-hash": "^1.15.0", + "@comunica/actor-query-operation-extend": "^1.15.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-from-quad": "^1.15.0", + "@comunica/actor-query-operation-join": "^1.15.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.15.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-path-alt": "^1.15.0", + "@comunica/actor-query-operation-path-inv": "^1.15.0", + "@comunica/actor-query-operation-path-link": "^1.15.0", + "@comunica/actor-query-operation-path-nps": "^1.15.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-seq": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.15.0", + "@comunica/actor-query-operation-project": "^1.15.0", + "@comunica/actor-query-operation-quadpattern": "^1.15.0", + "@comunica/actor-query-operation-service": "^1.15.0", + "@comunica/actor-query-operation-slice": "^1.15.0", + "@comunica/actor-query-operation-union": "^1.15.0", + "@comunica/actor-query-operation-values": "^1.15.0", + "@comunica/actor-rdf-join-nestedloop": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.15.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.15.0", + "@comunica/actor-sparql-serialize-json": "^1.15.0", + "@comunica/actor-sparql-serialize-rdf": "^1.15.0", + "@comunica/actor-sparql-serialize-simple": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.15.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-query-operation": "^1.15.0", + "@comunica/bus-rdf-join": "^1.15.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.15.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.15.0", + "@comunica/core": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.15.0", + "@comunica/runner-cli": "^1.15.0" + } + }, + "@comunica/actor-optimize-query-operation-join-bgp": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.15.0.tgz", + "integrity": "sha512-R1rXlIfW5y+wwQns+YWKxrvukqdM/HzliB8v5Pyyqu1u5f6liOsKr4UK+m/75k4Qt4UXtViwTo7st0NkBGQsvg==", "requires": { - "@types/node": "*" + "sparqlalgebrajs": "^2.2.2" } - } - } - }, - "@comunica/actor-rdf-parse-n3": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.15.0.tgz", - "integrity": "sha512-YWk7XSDN8GDOFL+u5PtadZmIUzAh5ZUYB/LwXLENeymIgWEaSvJo5H4QqdGmnJFArlgXX2Thk8jTvbtubiNTvw==", - "requires": { - "@types/n3": "^1.4.2", - "n3": "^1.0.0" - } - }, - "@comunica/actor-rdf-parse-rdfxml": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.15.0.tgz", - "integrity": "sha512-Rec0dnaTW95Mx91cfQPBkDkgEhoFd9J36FtiJAotLFPOiXp4YsTEZGQNSODTbhchfaTS6HDTFnETQ6GbmutaCQ==", - "requires": { - "rdfxml-streaming-parser": "^1.1.0" - } - }, - "@comunica/actor-rdf-parse-xml-rdfa": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.15.0.tgz", - "integrity": "sha512-34CI/f/JQTEfrnxyqB7Y+EhkhW0tTMsHoC8yu+Y6AtSVdj2FYkSR+GmAk9F65JVnm/RC9uh1T7yT5yJMVvmgiQ==", - "requires": { - "rdfa-streaming-parser": "^1.1.1" - } - }, - "@comunica/actor-rdf-resolve-hypermedia-links-next": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.15.0.tgz", - "integrity": "sha512-TgQurH1G50rdgnQ9WCWchYrUDMk+379oVuha5JISwW5Dc33/wVjR+hoIkrAfKx/kIi7846mcEHO4qNQ5V818hw==" - }, - "@comunica/actor-rdf-resolve-hypermedia-none": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.15.0.tgz", - "integrity": "sha512-dgCFXKbmY9UKSaczpmdVFeSNNcotgWJavC979HQO40zjq6tg3kRDT82M0ucjuDB7fIglzA8xQYTvbjIWYNrm4g==", - "requires": { - "@types/rdf-js": "^3.0.0", - "rdf-store-stream": "^1.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-ask": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.15.0.tgz", + "integrity": "sha512-zz0WYe0ohQ/WRFl9WIcOU/hQYbtTmLGlnvjMNE5elpr6HrmJOaYEokgevmiDTou+iWiify0CJBHioLE8/QWNAg==" + }, + "@comunica/actor-query-operation-bgp-empty": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.15.0.tgz", + "integrity": "sha512-zDkHo70exCHDsgjvsyXA8SgwSwm7D0jFDC4cb3Cf55hImt8auSmX7CCU645Fo1kuze8FhSPVe0+3rchWii1PKQ==", "requires": { - "@types/node": "*" + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" } - } - } - }, - "@comunica/actor-rdf-resolve-hypermedia-qpf": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.16.0.tgz", - "integrity": "sha512-ikOdP68hwoG9jFqe7ezpOfvWirXtFmKjCvbWf6bl4HgojvP8Wa94V7glxV75p/8Tsj5j5FwvFJfbbhlBJDNXiQ==", - "requires": { - "@rdfjs/data-model": "^1.1.0", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2", - "rdf-terms": "^1.5.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-bgp-left-deep-smallest": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.15.0.tgz", + "integrity": "sha512-5M7pVKM+kHDcBEXu/gRLxfWBJmgJCY1ibVppyXqpLFl8/dwUReJK69sC728GS8EHdMEKk9liqQJsAchQ1gB11w==", "requires": { - "@types/node": "*" + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" } - } - } - }, - "@comunica/actor-rdf-resolve-hypermedia-sparql": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.16.0.tgz", - "integrity": "sha512-G6OCciGr/mGg6TQ4+iEnWgSqYyrKmhXQ8UzkLPS6FJXyxWJoEoiHpebYMN9Zw6XycJKnZxlqVUrmIuz3Cxde5g==", - "requires": { - "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.16.0", - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.3.2" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-bgp-single": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.15.0.tgz", + "integrity": "sha512-cz6vCnN8CGO+kTC4NdZblHtDs3sqlaYEyy4zIAS6L8142vFUF49wDWJrV19kCNVqIDhxvo90n1wGxpOyozKA9g==" + }, + "@comunica/actor-query-operation-construct": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.15.0.tgz", + "integrity": "sha512-6qY/sCLOOgKvQ2tv1K1f10TEYOYoJ3NdlbIbiM7GH/+01MXGYJU8/ReMg3TwpRDAewAsAZSfhcdasgt801HVWg==", "requires": { - "@types/node": "*" + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0" } - } - } - }, - "@comunica/actor-rdf-resolve-quad-pattern-federated": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.16.0.tgz", - "integrity": "sha512-bHQLxjCtDHiUxIop8IWfReZhBPWpusPfc39A65VyQsZ7lBF/ZF21fTDaGJ8XlmiAYNBanDwjVIKe5ng3MGzwww==", - "requires": { - "@comunica/data-factory": "^1.14.0", - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-terms": "^1.5.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-describe-subject": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.15.0.tgz", + "integrity": "sha512-uqf3hXiMrZnCr8qFVt7x2NaGhODhVJ+Y5A7pO2xHxKjeQ8Uz+IKVvDlDR7V2j/CRq1SNjhAlyYZO7A9qyotBZQ==", "requires": { - "@types/node": "*" + "@comunica/actor-query-operation-union": "^1.15.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" } - } - } - }, - "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.16.0.tgz", - "integrity": "sha512-eNcn6N5Db5NyBPf4/on+baLr6pqeO86OcbfrjHkdU98MnR5CTXMF68/MCkwRLfcYooRG+o6z6EV/T/wonVeT8g==", - "requires": { - "@comunica/utils-datasource": "^1.16.0", - "@rdfjs/data-model": "^1.1.1", - "@types/lru-cache": "^5.1.0", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "lru-cache": "^6.0.0", - "rdf-string": "^1.4.2", - "rdf-terms": "^1.5.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-distinct-hash": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.15.0.tgz", + "integrity": "sha512-2WffFnkMljklt6cg9PEFdsdlDWJbYT6ekST3TJLbKll8pq6CusoZZxp7Fx6gg+s2UOQxIHrKsI2oDj+GyDKCug==", "requires": { - "@types/node": "*" + "@comunica/actor-abstract-bindings-hash": "^1.15.0" } }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "@comunica/actor-query-operation-extend": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.15.0.tgz", + "integrity": "sha512-Xtu+O5qNk/ToTwY/H/uM5VEsncT8MdL+jl4GYdd5idu3vV05YbPSSSkIwxky2wEi1zHLZ9ocZbTw+t9XA1ZJ9g==", "requires": { - "yallist": "^4.0.0" + "sparqlee": "^1.4.2" } }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } - }, - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.16.0.tgz", - "integrity": "sha512-+APHJ2NNegd+dtbMIRnNKksBWk4lqEE70snWBKLavxcae0oq6rq3IvZypuARQETFfxICK9KtAtwg6Z7G19QjKw==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "@comunica/actor-query-operation-filter-sparqlee": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.15.0.tgz", + "integrity": "sha512-JK6NfYqsKNkjT7cAmOmDOmrEIgt3JIoOY1bzDkArxPkLTnmYTmCvBp1YUTNMsMQxiYSsLwcjcjUbjvI/xV7GLg==", "requires": { - "@types/node": "*" + "sparqlee": "^1.4.2" } - } - } - }, - "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.16.0.tgz", - "integrity": "sha512-TfeEDKaYCR3NZvOmhaUY49+Z+5vPKRnx3xTA5L1GsvsU4Bc2kdFKI7ax7FR1p3CrM7AHDlxvu8/AzHIAWFbtxg==", - "requires": { - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.3.2", - "sparqljson-parse": "^1.5.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-from-quad": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.15.0.tgz", + "integrity": "sha512-5VDxz7PTurcVJrp2ZkzZCNCDoFq35CE8jUu3aVCCraCdSzJ1zfAd7+92Bua0t8vDTGOmuzq8748JRSOxOPsymg==", "requires": { - "@types/node": "*" + "@types/rdf-js": "^3.0.0", + "sparqlalgebrajs": "^2.2.2" } - } - } - }, - "@comunica/actor-rdf-serialize-jsonld": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.15.0.tgz", - "integrity": "sha512-+QeLhBWY9Ce0sNW6yDm7GoEdFNlMsQ01k71yBhaBRPhe/gYEbJc0chZAUoByCY0dJRqtfZK1Wc5gjfTrG/ctdQ==", - "requires": { - "jsonld-streaming-serializer": "^1.1.0" - } - }, - "@comunica/actor-rdf-serialize-n3": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.15.0.tgz", - "integrity": "sha512-/9wY7o875w103A9a/SNpk65rFcp+bT3mSOnjV1bUnMVhvy73AsRG88uiwGUbS6GDFBPzA2j/l8OD+I4U3j6I7Q==", - "requires": { - "@types/n3": "^1.4.2", - "@types/rdf-js": "^3.0.0", - "n3": "^1.0.0", - "rdf-string": "^1.4.2" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-group": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.15.0.tgz", + "integrity": "sha512-yBLS4hXPyH2fv9QH5f0wglIYyU0pajhyaD+0Cb5ecdIq2TQiuhXoQwGQBG3uo4cKGafDlzuuZ+/EA0FhjnHqgg==", "requires": { - "@types/node": "*" + "@comunica/actor-abstract-bindings-hash": "^1.15.0", + "rdf-string": "^1.4.2", + "sparqlee": "^1.4.2" } - } - } - }, - "@comunica/actor-sparql-parse-algebra": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.16.0.tgz", - "integrity": "sha512-hby1X7JYxgS1T84bLYna2Cs5XCA4cCaUJMAJ8emd/IyHoW0VT4N0moCofnswjykeJ9HgCOWMbs6FqfahZS1Tag==", - "requires": { - "@types/sparqljs": "^3.0.0", - "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.3.2", - "sparqljs": "^3.1.1" - } - }, - "@comunica/actor-sparql-parse-graphql": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.15.0.tgz", - "integrity": "sha512-QggTh7b/LgzZRqKR+p46hXoJiH5ge/JTbWQM92QCRa2TsNm2hGpuvCwUS0VoPiUN+O/Vbtw6IH+09qJAnEt0+w==", - "requires": { - "graphql-to-sparql": "^2.1.0" - } - }, - "@comunica/actor-sparql-serialize-json": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.16.0.tgz", - "integrity": "sha512-9T6WlZtCOvYm37j7tgGvRCYO716naaqG4V2LbIYVcxoCxqUlfPcpE07eXt8GfWEG9R6QQuvk8UvEPqZrNiPmNQ==", - "requires": { - "@types/rdf-js": "^3.0.0", - "rdf-string": "^1.4.2" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-join": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.15.0.tgz", + "integrity": "sha512-elk0hmfIzOJUr28aucmowCLZn/KRskdcFnTRw6dGQ3ydj1VqBKKFjU3UROjS6/Oi13P0x0QMq1gf9oucafVhuw==" + }, + "@comunica/actor-query-operation-leftjoin-left-deep": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.15.0.tgz", + "integrity": "sha512-foqmciYFCUlKhU2kyKWMlHOtBywWzHP+i+xrgvdvHNgDodHrwPbb5OZe4sYMCjDwUxuP3eRTrh0ECAEc7q9GQw==", "requires": { - "@types/node": "*" + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" } - } - } - }, - "@comunica/actor-sparql-serialize-rdf": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.16.0.tgz", - "integrity": "sha512-KBwIuwzZp5qoSFPy+8n81x2uuV8P6pzwG3r2skdir+CfIygGb0Yxf0EzCKfVDBCYn/h4lFJPwMbqXbfflwN7Ww==" - }, - "@comunica/actor-sparql-serialize-simple": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.16.0.tgz", - "integrity": "sha512-Cu4MpzGlXQn/tI68fKuttny6cPmvyFBllypkZybPOtGwMY/TyA5FSd/GQLCagfP/gSm6XYnmK04D8gzY1Bwrlw==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-leftjoin-nestedloop": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.15.0.tgz", + "integrity": "sha512-o6he8xtPxSygE9XM1F1L2uJ5J/MYdw3M3rly5bRR4cNsw5ES6dqms9D4CH6sLh08Agd+9HbaH2TAcrjTRt9HAQ==", "requires": { - "@types/node": "*" + "sparqlee": "^1.4.2" } - } - } - }, - "@comunica/actor-sparql-serialize-sparql-csv": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-csv/-/actor-sparql-serialize-sparql-csv-1.16.0.tgz", - "integrity": "sha512-unsuwwpuXdf+mqnrlFws/XpywRCPMjXccXZo2ORNlV4/iuWB3pIToAW0dnhTNxXafpWKiN/lcX05xQitH6jm3Q==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-minus": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.15.0.tgz", + "integrity": "sha512-OBqKYxvMXpQOYXD3PNqjvf+STqGUPo/qhMe5ETrJgCuNXm6bZH2v+/pQbpXkDoEMInEyuPVu0hygJnk0OYmYjg==", "requires": { - "@types/node": "*" + "@comunica/actor-abstract-bindings-hash": "^1.15.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" } - } - } - }, - "@comunica/actor-sparql-serialize-sparql-json": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.16.0.tgz", - "integrity": "sha512-JVAPseFNzUT82mH9udR2QJXw0uWo6TcpHVYXk0JbvXOXwH4NBuAkXiYFBMv1ghbtpyN31Xol7Pa90mwGb8rrMw==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-orderby-sparqlee": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.15.0.tgz", + "integrity": "sha512-Zzrs6Opnhqhm4Q5cd5gRkxF53EJp9YQHjQs0RtFfmPdXI6FWqbNykx7mahRXbHoBi7yXzBrEQxGwpwvhT7LfVA==", "requires": { - "@types/node": "*" + "@types/rdf-js": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlee": "^1.4.2" } - } - } - }, - "@comunica/actor-sparql-serialize-sparql-tsv": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-tsv/-/actor-sparql-serialize-sparql-tsv-1.16.0.tgz", - "integrity": "sha512-GX6ELMgGa3ztPZC2jKQ6/xyYf+fg4p/6p/ww/GzrSplEpmRlKFQIgUCu735ZKM3w5lZdxf8IDzOeVqDARI8jhw==", - "requires": { - "@types/rdf-js": "^3.0.0", - "rdf-string-ttl": "^1.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-path-alt": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.15.0.tgz", + "integrity": "sha512-pt+b7ovkjMLizm11BQW/+erY2IDd7sJUEwx/69ZP1uyeuwjc6EAOqvt33cAtdnpF3X5aCnNgkkazh5Dvn871bA==", "requires": { - "@types/node": "*" + "@comunica/actor-abstract-path": "^1.15.0", + "asynciterator": "^3.0.1", + "sparqlalgebrajs": "^2.2.2" } - } - } - }, - "@comunica/actor-sparql-serialize-sparql-xml": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.16.0.tgz", - "integrity": "sha512-udTwQMSGY25S9YePdMKrWgndHrxhcFpEZ2u8msTxbZkkJZhW8qKxh4rMUE5ESGsrFPwtlYQTX+gPu2LZ+zXAnA==", - "requires": { - "@types/rdf-js": "^3.0.0", - "@types/xml": "^1.0.2", - "xml": "^1.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-path-inv": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.15.0.tgz", + "integrity": "sha512-aEJoIPqVLqEga7joSTF4zT4kVX+ywU+FxQZe77xwrLyz4rxKycPWsbja/1kgygdM/hS9HKuGocRQwMbd9pcAEA==", "requires": { - "@types/node": "*" + "@comunica/actor-abstract-path": "^1.15.0" } - } - } - }, - "@comunica/actor-sparql-serialize-stats": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.16.0.tgz", - "integrity": "sha512-tGeOR5tgyP7yG7fSiPuI2Md+/ZFRJk8A6eSXGAGvZaNTGIhDmaF21jLfon/OUrJTO3jlsR1a1mZ2Hl5jshp2kA==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-path-link": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.15.0.tgz", + "integrity": "sha512-6PVakovWv4V+bzzmDCTP6lsJ/AYhZKJ/u2n/58qOPbo4oMTo9RcGhEIziEsSFN+t5F42zMO6tK+4fMtqP0xt+Q==", "requires": { - "@types/node": "*" + "@comunica/actor-abstract-path": "^1.15.0", + "sparqlalgebrajs": "^2.2.2" } - } - } - }, - "@comunica/actor-sparql-serialize-table": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.16.0.tgz", - "integrity": "sha512-Sj5AJqP5fPEL8Nr2sG6K64crd7FOChPzFojSE6L750SXutQSNDuJ/Zm8N1xfZxGsxTeYNUhzr+WxzSKoWuwzQA==", - "requires": { - "@types/rdf-js": "^3.0.0", - "rdf-terms": "^1.4.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-path-nps": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.15.0.tgz", + "integrity": "sha512-jF2hQtH5kVaS4Fnfaj7NJPDoT8u+6SokF2O8XdvADfr4Qm9jUeGVV4xvrJ32rtm4NWW7HT+W3c212jH408TzOw==", "requires": { - "@types/node": "*" + "@comunica/actor-abstract-path": "^1.15.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" } - } - } - }, - "@comunica/actor-sparql-serialize-tree": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.16.0.tgz", - "integrity": "sha512-9BMQ8nL4Cso2NOsiKrcGQp/Ccmer8jhfJowOQhRioLI54w2+lVGXBfR8t/Mj9T4bWabtgY8AES25ZjGS2hh2gg==", - "requires": { - "@types/rdf-js": "^3.0.0", - "sparqljson-to-tree": "^2.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-path-one-or-more": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.15.0.tgz", + "integrity": "sha512-5HSuJiPIJIRXSYNiPi473CUlodtE02eW0/Rt1SInwfLqD05DQl8x8VXSHL4+/h5VZihqBNPA06z984gEawrIAw==", "requires": { - "@types/node": "*" + "@comunica/actor-abstract-path": "^1.15.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" } - } - } - }, - "@comunica/bus-context-preprocess": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.15.0.tgz", - "integrity": "sha512-qB+DQX2YiXjc/vJ84fE9nW6XXgMDbYIwgtjn5wmfvQWjr+9p0yVjk32IMU9kRa7ETp9OytY/pHebvVHDhuHBYw==" - }, - "@comunica/bus-http": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.16.0.tgz", - "integrity": "sha512-3fWJA3Yh7Wj4clabg141FgAH+m8/InZ+BVPr7BqhO+7Jg0tXbvGDfai8N0SXWL7rCMkWjlPYkBHkzpQ8Dk0HAg==", - "requires": { - "is-stream": "^2.0.0", - "web-streams-node": "^0.4.0" - }, - "dependencies": { - "is-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", - "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" - } - } - }, - "@comunica/bus-http-invalidate": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.15.0.tgz", - "integrity": "sha512-RGURwbcUtD81ZYMMqs3EXB8ML35HENnGnrnrl0iO07R8HdJ/V5sczM8cxo5/+MXDpAqA9ao99AHJARwyHgoFmQ==" - }, - "@comunica/bus-init": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.15.0.tgz", - "integrity": "sha512-HwVTEznx2H7GvcfQAREz52QF8xXT1AqxkJDnI9vTeGvLpWrM+LVOAJZxBcYFFK3X3bEhTsPfDVzikziMGqZuZw==" - }, - "@comunica/bus-optimize-query-operation": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.16.0.tgz", - "integrity": "sha512-7mvHenP7semqGlWge4EIvueK1/s4TjMpyL/RKF0Twa8Fwp0r66dFjprkAitV7K95U4FJvD0KSJPWTnQsJBdxrg==", - "requires": { - "sparqlalgebrajs": "^2.3.2" - } - }, - "@comunica/bus-query-operation": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.16.0.tgz", - "integrity": "sha512-xusr0PelD5ej1B9+ff7AFDXRMidDR167Lzazaits7wNd400sG2RpIJjnEvNqU6g6d0R5WnUWCpCuv4hFQZ15sQ==", - "requires": { - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "immutable": "^3.8.2" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-path-seq": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.15.0.tgz", + "integrity": "sha512-9na1s3C198kxeck7NpMEkNHESDHtbYfMa5eAmISg97I9phIextS9GYszSIOE02yjmlmISuJ88hJFBhcvXnbEWQ==", "requires": { - "@types/node": "*" + "@comunica/actor-abstract-path": "^1.15.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" } - } - } - }, - "@comunica/bus-rdf-dereference": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.15.0.tgz", - "integrity": "sha512-4vXq8e51zK1gkw5lxL2HkqYx/Wig215w8Bi3jguUTM/10EQW7KgebhRxeFU/EQOamFTMeS5anOu5BVfNps8rJQ==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-path-zero-or-more": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.15.0.tgz", + "integrity": "sha512-42WgAH947jT5c/LniZ+hfBFFCY9jBxTjAe3pg0pG18ncW4Im7TqD0pabCxCQbAniqQgCEucVqsQM5hRxM9uwvQ==", "requires": { - "@types/node": "*" + "@comunica/actor-abstract-path": "^1.15.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" } - } - } - }, - "@comunica/bus-rdf-dereference-paged": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.15.0.tgz", - "integrity": "sha512-xejwEanK8yaI/ST1SDE2Tjs9f/PsS5SvtYIVEZuWew9Ey4UlxcW/Tsz4m5YA40DeYbXaXg7m40ZeWJxwiislrw==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-path-zero-or-one": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.15.0.tgz", + "integrity": "sha512-gP4Bdq2Qj8je3hQr3+8f3Loz9JNY2FiNGxuqVKXwrSOR6QqricvQKY+X1tO8/CatIhw0XpsXB3ifldvs9VGYJA==", "requires": { - "@types/node": "*" + "@comunica/actor-abstract-path": "^1.15.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2" } - } - } - }, - "@comunica/bus-rdf-join": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.16.0.tgz", - "integrity": "sha512-v2RilDXPIc1sOtGnhskNqvbeyp4jOBTTUnHUEHCIdopZVUhEIj+zpZdHFoPOIbtHK6eQlQ0Ckx3E3mX84fZVyA==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-project": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.15.0.tgz", + "integrity": "sha512-dKn3J5B6u2NxF/uCrTwLHQ5ifRItm/lUBHCIoYuhs/h27BdlyUvo6qkcfcU1aEqZFMot9bL1idQNVx/Z0A0WQQ==", "requires": { - "@types/node": "*" + "@comunica/data-factory": "^1.14.0", + "rdf-string": "^1.4.2" } - } - } - }, - "@comunica/bus-rdf-metadata": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.15.0.tgz", - "integrity": "sha512-XhyMkScTBA0KUPTHtmO+kxAUyHhvuigiC6NzAoBZ9wm4y+r3aZ++mpBpAv/Fyma5GiT19EAW2pa8ew7CV9GR3A==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-quadpattern": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.15.0.tgz", + "integrity": "sha512-niKm1TG4Y/03ClZkoRZcpCVhrJRsL82oVI17t7XZLyFKpaYv5jRNlBS4N9XoOEDxw3dF8e9cts5vtQzB0pQG3w==", "requires": { - "@types/node": "*" + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" } - } - } - }, - "@comunica/bus-rdf-metadata-extract": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.15.0.tgz", - "integrity": "sha512-uxLy3hvpWuLoopoG5clYb3imhQXHGHMKHXe97jfvXA0hjoWleNtD0KRfhs+45YCBXqfNC9PVypTb9eM6SVILNQ==", - "requires": { - "@types/rdf-js": "^3.0.0", - "graphql-ld": "^1.1.0", - "rdf-store-stream": "^1.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-reduced-hash": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.15.0.tgz", + "integrity": "sha512-f5jvTyfpQyVvTMNXAXD9a+fVS+NOIqedeYFoUdLOX0pNgeS7PgDkiQ3GAuDJjsf/r02qWsgwXqaMqRayx6fsoQ==", "requires": { - "@types/node": "*" + "@comunica/actor-abstract-bindings-hash": "^1.15.0", + "@types/lru-cache": "^5.1.0", + "lru-cache": "^6.0.0" } - } - } - }, - "@comunica/bus-rdf-parse": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.15.0.tgz", - "integrity": "sha512-6cGGUBgorkJ6hr5U235qSrlK1m7rPpIM8W6o9kbRAw149AKap1XFF3OXpAYqat2eB4Cbs1J2PP9wg1/s/uOsww==", - "requires": { - "@comunica/actor-abstract-mediatyped": "^1.15.0", - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-service": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.15.0.tgz", + "integrity": "sha512-xQWGH8l6AbF1+74cfPPSDnAKAeb8z7GozimKgdVvJMrymwqJGck1OqXAXrzrAqAf5KLs2ux+kll7SOSTZCRSoQ==", "requires": { - "@types/node": "*" + "asynciterator": "^3.0.1" } - } - } - }, - "@comunica/bus-rdf-parse-html": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.15.0.tgz", - "integrity": "sha512-7F/kDrNf9X//IrO/CK4LpwM5f+mFHLa/wsPc2RubyhiFN3P3KWU6NWxjDJRT9yP85EmW4KknXWwF8AOTvbKF1A==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-slice": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.15.0.tgz", + "integrity": "sha512-kegFbGDp6US77TMAbXKgQCA7krL0co6r90T+xOiZ3Kdo/QV52NVY5XmQTc+LAagYua6Xvte2evzNt/u7RMSs+Q==" + }, + "@comunica/actor-query-operation-sparql-endpoint": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.15.0.tgz", + "integrity": "sha512-JTJgujBK5ZVkdVnoY/m/F86FiKvVouIPF6NbKyscqiooLsCyuyY78bNsMJ9Z7GKmQJtqshTvS+6At4hqj+A1wQ==", + "requires": { + "@comunica/utils-datasource": "^1.15.0", + "@types/rdf-js": "^3.0.0", + "arrayify-stream": "^1.0.0", + "asynciterator": "^3.0.1", + "fetch-sparql-endpoint": "^1.6.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-union": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.15.0.tgz", + "integrity": "sha512-4n4ytauUdeDdhGNu+F32+xc3UQhsbgyeG21lI/YxzfD7Qb4zFUhPndNlhtrvGngDQVxtO+ROA5Jb1jfhIJaqbw==", "requires": { - "@types/node": "*" + "asynciterator": "^3.0.1" } - } - } - }, - "@comunica/bus-rdf-resolve-hypermedia": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.15.0.tgz", - "integrity": "sha512-mnSsNMa2FS6x0b0K453J4c2+1UQoe2WX/p3UXfF7YocWFc7eL7JUsZO8+XZ1Pq8WaPpz+sUeaz+JtIYgVtqSGg==", - "requires": { - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "asyncreiterable": "^2.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-query-operation-values": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.15.0.tgz", + "integrity": "sha512-iBZpPuKneQjbGV7dlfk8EwfZXzibYt+e/ddzAQCcxspwdpVG5gpGv6XJsDcSwTPLjNhd4EqNpUuQdfjOCwTq4A==", "requires": { - "@types/node": "*" + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2" } - } - } - }, - "@comunica/bus-rdf-resolve-hypermedia-links": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.15.0.tgz", - "integrity": "sha512-AJD48ftgMdPj5x0hMTRkzNHeywsMqWnXOK7c6L2m3TlUyMtw5PWNYKd2CD1qyXE7xmSi2cKLKA5TKDkQqV7GCg==" - }, - "@comunica/bus-rdf-resolve-quad-pattern": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.16.0.tgz", - "integrity": "sha512-CHZQcBFVMeUiB2DyGWzDRzvXO+s7uNS6SwnrvXVujCpdYFKfB15uG9mcpc8tZGwHDr18xq6iuLZcEKMl5wqGjA==", - "requires": { - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "asyncreiterable": "^2.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-rdf-dereference-http-parse": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.15.0.tgz", + "integrity": "sha512-m8h7MqKwCY8RTP2Fs9ODyjYdz37/msqnvN27Iu8wGm218gCaGRfkZHTsupsIppLeRmTardPk6eG/pvwpdfL2Sg==", "requires": { - "@types/node": "*" + "relative-to-absolute-iri": "^1.0.5" } - } - } - }, - "@comunica/bus-rdf-serialize": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.15.0.tgz", - "integrity": "sha512-c1uJF1LkJ96zscMCe+CB2fLbXhlJ0o8PPVRMm3Jk7/rc8WY5bUxSxf1SFbA/jkOZtcZy59wFHDvPf/NM74ADBg==", - "requires": { - "@comunica/actor-abstract-mediatyped": "^1.15.0", - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-rdf-join-multi-smallest": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.15.0.tgz", + "integrity": "sha512-x61ITFPUw1cG7pNFYpJDp+viDXTbzyighocwL36acMPy/0uJmAusRZXIsKS97zyLlla31MVKfLWvSPLHFCqjZA==" + }, + "@comunica/actor-rdf-join-nestedloop": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.15.0.tgz", + "integrity": "sha512-+PLYkQoCRVw9lGNDiTLmvVrQ5Helbq122Fhh1MA9XXpHqzXKeKPwC3kBpPnqD2MHgGlavpwz0l9CAC5ZLsL6LA==", "requires": { - "@types/node": "*" + "asyncjoin": "^1.0.0" } - } - } - }, - "@comunica/bus-sparql-parse": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.15.0.tgz", - "integrity": "sha512-4aFz5qnnnPxezK/vtvltqqUlN0NhYNFEQwXYZf6Yi2dSS/Hs4cU4kYcldXxIXeBfRQkaoUtTCr0lCUg5uOyqIQ==" - }, - "@comunica/bus-sparql-serialize": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.16.0.tgz", - "integrity": "sha512-LLPheBBYBuSAweou+4kQf0Gop/lNORXOuaDfsHemLG6VqNmWzYyl79rnjd7yTLcZn/QVMUUYDD21CPY8OU5lJQ==", - "requires": { - "@comunica/actor-abstract-mediatyped": "^1.15.0" - } - }, - "@comunica/core": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.15.0.tgz", - "integrity": "sha512-Mg/fpufyK4hVKX2vgP8oapu4ZpyugNRxyI/1AX7zlhSkYpE+ldK5YQaGG/sb+fq+s2sAtE1Ocd+thCgF4wv+8w==", - "requires": { - "immutable": "^3.8.2" - } - }, - "@comunica/data-factory": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/data-factory/-/data-factory-1.14.0.tgz", - "integrity": "sha512-zpTpglsFIHuklarPCFTG2nRRG+RD1biT9nscggltShKJRK2EAtpnMeABGS/QU6es5CC96ZdA94KlVmFxt51A+g==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "@comunica/actor-rdf-join-symmetrichash": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.15.0.tgz", + "integrity": "sha512-DWzFRHDpGvv/lUF229js2Xc+RGNQf5yPQHY1DD/E2VZ7zbRxionFIxvlfw4XAVyfPta7BoM/ml8cVR11OZ/LeQ==", "requires": { - "@types/node": "*" + "asyncjoin": "^1.0.0" } - } - } - }, - "@comunica/logger-pretty": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.15.0.tgz", - "integrity": "sha512-Ta0u/YHHgSvX9Au8JqzhgqmNiPLwFW2L1ZLnUR3V0J+uQDL2PEayWnw+xrDyVKgYJaffevJYHowjn4c4D5DxFA==" - }, - "@comunica/logger-void": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.15.0.tgz", - "integrity": "sha512-nU0bJ56hOAURnz4uDNbeldAJ88OduRQMtHEeKTSkR+ATArP/ShXFWLgKcxRnU9ELSsA7k9HlvAFpvag5+eNs8g==" - }, - "@comunica/mediator-all": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.15.0.tgz", - "integrity": "sha512-uALhqOxGIT/gBXWkIVE+PTITf5EIDNL2UD9GRffdgc1Qg74prWcMZ4+gYczBOMUhqZHE605QsXXO8NkT4xP14A==" - }, - "@comunica/mediator-combine-pipeline": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.15.0.tgz", - "integrity": "sha512-XYf+rOSF1Tj5JX8geHUt5O8BJmLqyRXXYZQe2nlwGoe66hshMKpzAu38m5uDpARrJ4dPxU0PrH34x1Wug77lpg==" - }, - "@comunica/mediator-combine-union": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.15.0.tgz", - "integrity": "sha512-TPzfXuKRVBEpjb+/S8v2C8uvgi8BTjtg1htL/qY/xI2fYqRcLZGl+D5MZEESmwpmm19cBfg87CbF+ROn6L3+IQ==" - }, - "@comunica/mediator-number": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.15.0.tgz", - "integrity": "sha512-d1jwHVN6rELFzEPb+CDqEjItAJ4/AqiP1Vp+Z/PBucLjM9EEonQMjQzqrkRV/Oy6cBXfSQDhXuSvftfl/zUCjg==" - }, - "@comunica/mediator-race": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.15.0.tgz", - "integrity": "sha512-MVESJnkgSoPaCkNNN8RDm0B06d0JNL4QOvRZFuFETY4/D+OwIpcEf0EGButQsDUlelAk5n/sFssLMqo2tw65SA==" - }, - "@comunica/runner": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.16.0.tgz", - "integrity": "sha512-ZQuTt10UpcUbiXu94MSFCgaYkraCtgXewEbXus5Jf0OUbSqa/fkxwWs4wTxak/9CjtFLMb4GO3jfoYoeWbqtfA==", - "requires": { - "componentsjs": "^3.4.1" - } - }, - "@comunica/runner-cli": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.16.0.tgz", - "integrity": "sha512-9XfRqACWeppe/po/UMIN4MH+gU/8YszRqyPG02vd9k0AnPXYMK5AXPj4ge3D0HQE+ENb2y9C5xe516w0yl8eBw==", - "requires": { - "@comunica/runner": "^1.16.0" - } - }, - "@comunica/utils-datasource": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.16.0.tgz", - "integrity": "sha512-MWng1lz62YT5VLvwFvBNc119U6aNvX7oL8j7YdgRyLulB14gYEp5njuqRjbz1WFa1TtDUJxYGMPyskSMdzGilw==", - "requires": { - "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", - "arrayify-stream": "^1.0.0", - "asynciterator": "^3.0.1", - "asyncreiterable": "^2.0.0" - } - }, - "@rdfjs/data-model": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rdfjs/data-model/-/data-model-1.1.2.tgz", - "integrity": "sha512-pk/G/JLYGaXesoBLvEmoC/ic0H3B79fTyS0Ujjh5YQB2DZW+mn05ZowFFv88rjB9jf7c1XE5XSmf8jzn6U0HHA==", - "requires": { - "@types/rdf-js": "^2.0.1" - } - }, - "@types/chai": { - "version": "4.2.12", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.12.tgz", - "integrity": "sha512-aN5IAC8QNtSUdQzxu7lGBgYAOuU1tmRU4c9dIq5OKGf/SBVjXo+ffM2wEjudAWbgpOhy60nLoAGH1xm8fpCKFQ==" - }, - "@types/create-hash": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@types/create-hash/-/create-hash-1.2.2.tgz", - "integrity": "sha512-Fg8/kfMJObbETFU/Tn+Y0jieYewryLrbKwLCEIwPyklZZVY2qB+64KFjhplGSw+cseZosfFXctXO+PyIYD8iZQ==", - "requires": { - "@types/node": "*" - } - }, - "@types/glob": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.3.tgz", - "integrity": "sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==", - "requires": { - "@types/minimatch": "*", - "@types/node": "*" - } - }, - "@types/http-link-header": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/http-link-header/-/http-link-header-1.0.1.tgz", - "integrity": "sha512-5h+Pqs4EHoMkY/fLva7XsYmh9IVQghQ6uWWil1FGCNI0WqjhI4g20doYsbT4kJ/G3GkAlQca4AIc9OexdUnzkg==" - }, - "@types/isomorphic-fetch": { - "version": "0.0.35", - "resolved": "https://registry.npmjs.org/@types/isomorphic-fetch/-/isomorphic-fetch-0.0.35.tgz", - "integrity": "sha512-DaZNUvLDCAnCTjgwxgiL1eQdxIKEpNLOlTNtAgnZc50bG2copGhRrFN9/PxPBuJe+tZVLCbQ7ls0xveXVRPkvw==" - }, - "@types/json-schema": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.5.tgz", - "integrity": "sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==" - }, - "@types/jsonld": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@types/jsonld/-/jsonld-1.5.1.tgz", - "integrity": "sha512-8XI88iiCBVqmNCMBqPOgJhJPPuiIW1Tp2sXqe3NwD137ljhQVkDWY8cuYBBDZQoBYfGzUJvja527bbwqVbRnHQ==" - }, - "@types/lodash": { - "version": "4.14.160", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.160.tgz", - "integrity": "sha512-aP03BShJoO+WVndoVj/WNcB/YBPt+CIU1mvaao2GRAHy2yg4pT/XS4XnVHEQBjPJGycWf/9seKEO9vopTJGkvA==" - }, - "@types/lru-cache": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.0.tgz", - "integrity": "sha512-RaE0B+14ToE4l6UqdarKPnXwVDuigfFv+5j9Dze/Nqr23yyuqdNvzcZi3xB+3Agvi5R4EOgAksfv3lXX4vBt9w==" - }, - "@types/minimatch": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", - "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" - }, - "@types/minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=" - }, - "@types/mocha": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz", - "integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==" - }, - "@types/n3": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.4.3.tgz", - "integrity": "sha512-NJ6GKZDE/6Q9iF9Zg+c89WHLK6VXIyVPfvPw6Z8/17ssk1Vx944XcAn0ZmPlRnvUXlGCg63NmMGzB20X46cs4A==", - "requires": { - "@types/node": "*", - "@types/rdf-js": "*" - } - }, - "@types/node": { - "version": "13.13.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.5.tgz", - "integrity": "sha512-3ySmiBYJPqgjiHA7oEaIo2Rzz0HrOZ7yrNO5HWyaE5q0lQ3BppDZ3N53Miz8bw2I7gh1/zir2MGVZBvpb1zq9g==" - }, - "@types/parse-link-header": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-link-header/-/parse-link-header-1.0.0.tgz", - "integrity": "sha512-fCA3btjE7QFeRLfcD0Sjg+6/CnmC66HpMBoRfRzd2raTaWMJV21CCZ0LO8MOqf8onl5n0EPfjq4zDhbyX8SVwA==" - }, - "@types/rdf-js": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-2.0.12.tgz", - "integrity": "sha512-NBzHFHp2vHOJkPlSqzsOrkEsD9grKn+PdFjZieIw59pc0FlRG6WEQAjQZvHzFxJlYzC6ZDCFyTA1wBvUnnzUQw==", - "requires": { - "@types/node": "*" - } - }, - "@types/sparqljs": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/sparqljs/-/sparqljs-3.0.1.tgz", - "integrity": "sha512-2SGl+Q4Gq0Rh/y0ZT6iBvQDDlws3NiPKfkMaEnGDWHvwNonlSZt03jm7HJ7C9I+huwBQ5l5SOYpeJsrh0nOJew==", - "requires": { - "@types/rdf-js": "*" - } - }, - "@types/uritemplate": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@types/uritemplate/-/uritemplate-0.3.4.tgz", - "integrity": "sha512-1D8mJEeQEXynoPQKJkneIK+tXaM2Qnk6c80RBQPV/O2ToypI4mlqXy5jojnYKjTX2Q+EMNMOWt0wNdLbb2MUpA==" - }, - "@types/uuid": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.4.tgz", - "integrity": "sha512-WGZCqBZZ0mXN2RxvLHL6/7RCu+OWs28jgQMP04LWfpyJlQUMTR6YU9CNJAKDgbw+EV/u687INXuLUc7FuML/4g==" - }, - "@types/xml": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/xml/-/xml-1.0.5.tgz", - "integrity": "sha512-h3PVM7waRi2UeoaY2BhpLGvettU/3vfCbsjXMV/9Ex5WjvIy82J8Qfp1xiPxM4kTSOLdFFpjRwQ7YY7XJeKBvg==", - "requires": { - "@types/node": "*" - } - }, - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", - "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - } - }, - "@webassemblyjs/floating-point-hex-parser": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz", - "integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==" - }, - "@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", - "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==" - }, - "@webassemblyjs/helper-buffer": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz", - "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==" - }, - "@webassemblyjs/helper-code-frame": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz", - "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==", - "requires": { - "@webassemblyjs/wast-printer": "1.9.0" - } - }, - "@webassemblyjs/helper-fsm": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz", - "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==" - }, - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz", - "integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==", - "requires": { - "@webassemblyjs/ast": "1.9.0" - } - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz", - "integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==" - }, - "@webassemblyjs/helper-wasm-section": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz", - "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0" - } - }, - "@webassemblyjs/ieee754": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz", - "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==", - "requires": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "@webassemblyjs/leb128": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz", - "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==", - "requires": { - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/utf8": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz", - "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==" - }, - "@webassemblyjs/wasm-edit": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz", - "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/helper-wasm-section": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-opt": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "@webassemblyjs/wast-printer": "1.9.0" - } - }, - "@webassemblyjs/wasm-gen": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz", - "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - } - }, - "@webassemblyjs/wasm-opt": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz", - "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0" - } - }, - "@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz", - "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - } - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz", - "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/wast-printer": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz", - "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0", - "@xtuc/long": "4.2.2" - } - }, - "@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" - }, - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" - }, - "JSONStream": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", - "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", - "requires": { - "jsonparse": "^1.2.0", - "through": ">=2.2.7 <3" - } - }, - "accepts": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", - "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - } - }, - "acorn": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.0.tgz", - "integrity": "sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==" - }, - "acorn-node": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", - "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", - "requires": { - "acorn": "^7.0.0", - "acorn-walk": "^7.0.0", - "xtend": "^4.0.2" - } - }, - "acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==" - }, - "ajv": { - "version": "6.12.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.2.tgz", - "integrity": "sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ==", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "ajv-errors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", - "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==" - }, - "ajv-keywords": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz", - "integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==" - }, - "ansi-colors": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", - "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==" - }, - "ansi-html": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", - "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=" - }, - "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "any-promise": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=" - }, - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", - "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" + }, + "@comunica/actor-rdf-metadata-all": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.15.0.tgz", + "integrity": "sha512-Ax+q0igPmDQeriFL4hDMQWQPV4tsTzyboqnuXqj9U84YXmJ3y+5a5Wh/35odR3W31SwMrs56jYNIpZBKwx0+RA==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-rdf-metadata-extract-hydra-controls": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.15.0.tgz", + "integrity": "sha512-Ih5OJQGfmJe5ihMeFwtWhWKSCxLXEKID3i3NGm8MgiFFbEzLAAf1YLLIK57cW88vahY+3YkPZ7tq3FeIeAi3tw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "@types/uritemplate": "^0.3.4", + "uritemplate": "0.3.4" + } + }, + "@comunica/actor-rdf-metadata-extract-hydra-count": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.15.0.tgz", + "integrity": "sha512-3qNJWsSo0xR8xt7MEFD7rVlQXiBTLddzUK/5lX1A4dB3jk20a+c62WltctWYiIFtyCs0qYluAJ8xuJ2ItOlP7w==" + }, + "@comunica/actor-rdf-metadata-extract-sparql-service": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.15.0.tgz", + "integrity": "sha512-CCikTWHa8nNUfmDHPGjgTH60XGcOJtkckzZXdk6kG4rMKXocsj86/cwzYM89P58LOMKy4IFfsSpoEqKIhn2gog==", + "requires": { + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-metadata-primary-topic": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.15.0.tgz", + "integrity": "sha512-7YRtw2us52nXYcaPyk8q/rCopioCS5LEVDEteD3RqCd7KMVhg+VZYU0iD5cMF9tyYr8NoXdm1/CYxTnSZE/LNg==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-rdf-parse-html": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-eC43jtLqY3wfA6aRim83l+3NfoMQCZv/lPP2MvqxY04/Rk77DdqKtKS2GfYrIBc8aqDOoreVgiBQG5TzPzm5Ew==", + "requires": { + "@types/rdf-js": "^3.0.0", + "htmlparser2": "^4.0.0" + } + }, + "@comunica/actor-rdf-parse-html-rdfa": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.15.0.tgz", + "integrity": "sha512-1rA7YCjY1v7/1oRKzthVw633HZmHux96SQW5j+FIJTvX4GoBvf1seS082HY7WQGRpZVgLxOUxtAOQcp7zT4dHA==", + "requires": { + "rdfa-streaming-parser": "^1.1.1" + } + }, + "@comunica/actor-rdf-parse-html-script": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.15.0.tgz", + "integrity": "sha512-E12gurJpU/rcVfoH0JQOp6tnEshSigdab3l/YBbKKX46S9+uuOhXncJ58b9IO5EIDcexoEq6/KEEEtOaNFcu3g==", + "requires": { + "@types/rdf-js": "^3.0.0", + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-parse-jsonld": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.15.0.tgz", + "integrity": "sha512-s26s7/S9ZwhCYKsyMTdmZXhLu194nt8BuIwXyVY7YrqMWNJuvpmQw6L6nypC/8wBRYvTTs+mLvngcwinfVia3Q==", + "requires": { + "@types/rdf-js": "^3.0.0", + "jsonld-streaming-parser": "^2.0.2", + "stream-to-string": "^1.2.0" + } + }, + "@comunica/actor-rdf-parse-n3": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.15.0.tgz", + "integrity": "sha512-YWk7XSDN8GDOFL+u5PtadZmIUzAh5ZUYB/LwXLENeymIgWEaSvJo5H4QqdGmnJFArlgXX2Thk8jTvbtubiNTvw==", + "requires": { + "@types/n3": "^1.4.2", + "n3": "^1.0.0" + } + }, + "@comunica/actor-rdf-parse-rdfxml": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.15.0.tgz", + "integrity": "sha512-Rec0dnaTW95Mx91cfQPBkDkgEhoFd9J36FtiJAotLFPOiXp4YsTEZGQNSODTbhchfaTS6HDTFnETQ6GbmutaCQ==", + "requires": { + "rdfxml-streaming-parser": "^1.1.0" + } + }, + "@comunica/actor-rdf-parse-xml-rdfa": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.15.0.tgz", + "integrity": "sha512-34CI/f/JQTEfrnxyqB7Y+EhkhW0tTMsHoC8yu+Y6AtSVdj2FYkSR+GmAk9F65JVnm/RC9uh1T7yT5yJMVvmgiQ==", + "requires": { + "rdfa-streaming-parser": "^1.1.1" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-links-next": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.15.0.tgz", + "integrity": "sha512-TgQurH1G50rdgnQ9WCWchYrUDMk+379oVuha5JISwW5Dc33/wVjR+hoIkrAfKx/kIi7846mcEHO4qNQ5V818hw==" + }, + "@comunica/actor-rdf-resolve-hypermedia-none": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.15.0.tgz", + "integrity": "sha512-dgCFXKbmY9UKSaczpmdVFeSNNcotgWJavC979HQO40zjq6tg3kRDT82M0ucjuDB7fIglzA8xQYTvbjIWYNrm4g==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-store-stream": "^1.0.1" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-qpf": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.15.0.tgz", + "integrity": "sha512-Z8FW2fgyCL0FnfVFOd+gm/zAgEIx8xz/7rdTofam/1XerXY9GwU0n6lV/x4f+rlD57TfdrlXRzHKKejrkFBorQ==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-sparql": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.15.0.tgz", + "integrity": "sha512-Lzun8e5Q36f+dHGTANsJhBTVABPzzMg9prjK/gP2VX/lKmyFknvoUk4JjMH8ScJOaUE342l6IyHALcxKV79uNg==", + "requires": { + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.15.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-federated": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.15.0.tgz", + "integrity": "sha512-d+EhBEPY8Hwt++2IKbhiaJM/s2FCvNGXXvjLYVZhGhpXJcmiSMsP4xdo6r0FaEuQTcc0oynZGloRSu2DeZA/lQ==", + "requires": { + "@comunica/data-factory": "^1.14.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.5.1" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.15.0.tgz", + "integrity": "sha512-fBBcO3uyT94SPK8o5uck5ZAxoV3o8kgK7Mse4PXYR7zCy7u2fLzGgpPX/tnHcHZrinrlSFTqXFNUNVmJZxmuqQ==", + "requires": { + "@comunica/utils-datasource": "^1.15.0", + "@rdfjs/data-model": "^1.1.1", + "@types/lru-cache": "^5.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "lru-cache": "^6.0.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.15.0.tgz", + "integrity": "sha512-BHvI5nmo77cqlSzKbzHvh71WfU098M4jKeRXxpQzqHx7qZdrCQ1bvML8mP0TWoZWFAQumm4+Ey6mErSj3xm7EQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.15.0.tgz", + "integrity": "sha512-8w/jl6QaN5uMQQzz1w9URy77eZLAWLQwSLnao2NAd3QyWnQsocDfKfIk4rRx6Z7fXeVl2aEpZSNgnnMRwYZ6VQ==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.2.2", + "sparqljson-parse": "^1.5.0" + } + }, + "@comunica/actor-rdf-serialize-jsonld": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.15.0.tgz", + "integrity": "sha512-+QeLhBWY9Ce0sNW6yDm7GoEdFNlMsQ01k71yBhaBRPhe/gYEbJc0chZAUoByCY0dJRqtfZK1Wc5gjfTrG/ctdQ==", + "requires": { + "jsonld-streaming-serializer": "^1.1.0" + } + }, + "@comunica/actor-rdf-serialize-n3": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.15.0.tgz", + "integrity": "sha512-/9wY7o875w103A9a/SNpk65rFcp+bT3mSOnjV1bUnMVhvy73AsRG88uiwGUbS6GDFBPzA2j/l8OD+I4U3j6I7Q==", + "requires": { + "@types/n3": "^1.4.2", + "@types/rdf-js": "^3.0.0", + "n3": "^1.0.0", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-sparql-parse-algebra": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.15.0.tgz", + "integrity": "sha512-SYxfonaQZVbq/ncyjFvjbtBmqcrZ2r8HgOZ8HqOo+UXmFQq70/mRBqAaDOxNUGP6EQ84DQ0sR7crxz8DTml2Vg==", + "requires": { + "@types/sparqljs": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.1", + "sparqljs": "^3.0.0" + } + }, + "@comunica/actor-sparql-parse-graphql": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.15.0.tgz", + "integrity": "sha512-QggTh7b/LgzZRqKR+p46hXoJiH5ge/JTbWQM92QCRa2TsNm2hGpuvCwUS0VoPiUN+O/Vbtw6IH+09qJAnEt0+w==", + "requires": { + "graphql-to-sparql": "^2.1.0" + } + }, + "@comunica/actor-sparql-serialize-json": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.15.0.tgz", + "integrity": "sha512-kEKgwPx2wfr/ET9JtTLqw8cj7vyuxzXUvNIEbTJctHSKWsH/AGiyv8Zns34aG3W4dXR4p9zcpDE8AAZTU0QRvw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-sparql-serialize-rdf": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.15.0.tgz", + "integrity": "sha512-WpL7QEdot2hVk9OKx57iPYM4+Io4ijP1xP+IZECWYQlz7sN+e+/Gz8P9YBZDbgbr44kvRVuASsw8kVJiiIANJQ==" + }, + "@comunica/actor-sparql-serialize-simple": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.15.0.tgz", + "integrity": "sha512-KqYwF+qP4y0As91WyYaTLNt+n76PtnClF2C6Fi5ju6gXChvWH5qbJGiTAJWDpWqHsCiXlIDvrPfzBLDOUA7jqg==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-sparql-serialize-sparql-json": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.15.0.tgz", + "integrity": "sha512-5C1zf/zDZsR+XSYKcbGpp+EqIkdtjs83MlPQpkugAvaxVzyuw4muPnjQdRwAoWaNU2JQWvEhYEEfSNbO6Onnww==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-sparql-serialize-sparql-xml": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.15.0.tgz", + "integrity": "sha512-PluxLx6/IbpKsLYcEWzIntn3csCN7Ch1namJlFEVw9k55+JVH8bvw231+2ngXp+EiZINd+PTfzI2VSr+lfjxdg==", + "requires": { + "@types/rdf-js": "^3.0.0", + "@types/xml": "^1.0.2", + "xml": "^1.0.1" + } + }, + "@comunica/actor-sparql-serialize-stats": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.15.0.tgz", + "integrity": "sha512-h2amQ1hAnJknH0pGVdrYz7HiScE6DQeFWkew3qXGLmrrGXdSAXpY4wamTfPDUP7O6BrbKI7ixrIykSo61ZWcDQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-sparql-serialize-table": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.15.0.tgz", + "integrity": "sha512-HMunch6vQBPOmSAxMal05gxdKqm2roVs7vtJYTs+ySh5E4U8G392SdX+iZhyUO7q+lUVMNn3Gvq1ZdztzQL78Q==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-sparql-serialize-tree": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.15.0.tgz", + "integrity": "sha512-LZKeVRJWwdqp8r+t5fZxe5Gs6Jx74DQiMaHuZsxWZxakXBteC2PrXkwO5vO4l+oLL4FMrdeeGmrmH2qovLBuPQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "sparqljson-to-tree": "^2.0.0" + } + }, + "@comunica/bus-context-preprocess": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.15.0.tgz", + "integrity": "sha512-qB+DQX2YiXjc/vJ84fE9nW6XXgMDbYIwgtjn5wmfvQWjr+9p0yVjk32IMU9kRa7ETp9OytY/pHebvVHDhuHBYw==" + }, + "@comunica/bus-http": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.15.0.tgz", + "integrity": "sha512-1TnBrKP4KtoQ9SYssOeVIbVtc0/j1vFxBHDVHov6OyDBUTRh+NqLWMBFKe7qzUDEUG5S/SkjyggX8ZDJ/a/xvg==", + "requires": { + "is-stream": "^2.0.0", + "web-streams-node": "^0.4.0" + } + }, + "@comunica/bus-http-invalidate": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.15.0.tgz", + "integrity": "sha512-RGURwbcUtD81ZYMMqs3EXB8ML35HENnGnrnrl0iO07R8HdJ/V5sczM8cxo5/+MXDpAqA9ao99AHJARwyHgoFmQ==" + }, + "@comunica/bus-init": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.15.0.tgz", + "integrity": "sha512-HwVTEznx2H7GvcfQAREz52QF8xXT1AqxkJDnI9vTeGvLpWrM+LVOAJZxBcYFFK3X3bEhTsPfDVzikziMGqZuZw==" + }, + "@comunica/bus-optimize-query-operation": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.15.0.tgz", + "integrity": "sha512-yfYskS+apbJKoo491LEcdCe778eG06rsbNTcVtjKSqobCGf0+z4gMLJBevzQ/IlLvS+jRBqj2tHAxecj79BAYw==", + "requires": { + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/bus-query-operation": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.15.0.tgz", + "integrity": "sha512-Bhj0fTl5nIP3EDZh/zhE65HLk3Qk7068BZB1wtV7KeGebOm1U00vsIpUdo9iYmo/gTqG/9k4j08H3iLrxWzrZQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "immutable": "^3.8.2" + } + }, + "@comunica/bus-rdf-dereference": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.15.0.tgz", + "integrity": "sha512-4vXq8e51zK1gkw5lxL2HkqYx/Wig215w8Bi3jguUTM/10EQW7KgebhRxeFU/EQOamFTMeS5anOu5BVfNps8rJQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-dereference-paged": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.15.0.tgz", + "integrity": "sha512-xejwEanK8yaI/ST1SDE2Tjs9f/PsS5SvtYIVEZuWew9Ey4UlxcW/Tsz4m5YA40DeYbXaXg7m40ZeWJxwiislrw==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-join": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.15.0.tgz", + "integrity": "sha512-3So/JNQUphU97ikGqnSEmrVsJMoDLOMJCEYMTzFSDvP4AGsDsGTt5ey1kHBOU2yH8V7IJ67ykpiNJFtfoPQXzg==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-metadata": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.15.0.tgz", + "integrity": "sha512-XhyMkScTBA0KUPTHtmO+kxAUyHhvuigiC6NzAoBZ9wm4y+r3aZ++mpBpAv/Fyma5GiT19EAW2pa8ew7CV9GR3A==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-metadata-extract": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.15.0.tgz", + "integrity": "sha512-uxLy3hvpWuLoopoG5clYb3imhQXHGHMKHXe97jfvXA0hjoWleNtD0KRfhs+45YCBXqfNC9PVypTb9eM6SVILNQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "graphql-ld": "^1.1.0", + "rdf-store-stream": "^1.0.1" + } + }, + "@comunica/bus-rdf-parse": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.15.0.tgz", + "integrity": "sha512-6cGGUBgorkJ6hr5U235qSrlK1m7rPpIM8W6o9kbRAw149AKap1XFF3OXpAYqat2eB4Cbs1J2PP9wg1/s/uOsww==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-parse-html": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-7F/kDrNf9X//IrO/CK4LpwM5f+mFHLa/wsPc2RubyhiFN3P3KWU6NWxjDJRT9yP85EmW4KknXWwF8AOTvbKF1A==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-resolve-hypermedia": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.15.0.tgz", + "integrity": "sha512-mnSsNMa2FS6x0b0K453J4c2+1UQoe2WX/p3UXfF7YocWFc7eL7JUsZO8+XZ1Pq8WaPpz+sUeaz+JtIYgVtqSGg==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + } + }, + "@comunica/bus-rdf-resolve-hypermedia-links": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.15.0.tgz", + "integrity": "sha512-AJD48ftgMdPj5x0hMTRkzNHeywsMqWnXOK7c6L2m3TlUyMtw5PWNYKd2CD1qyXE7xmSi2cKLKA5TKDkQqV7GCg==" + }, + "@comunica/bus-rdf-resolve-quad-pattern": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.15.0.tgz", + "integrity": "sha512-qdS72K5rmFq7cpIQPMu6xMYp777KrhRt1zkZTtd+lG+EQ05VDR8M+0Rs/Jz1b8VHqalDtB7eXc3vTv6PXJGSww==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + } + }, + "@comunica/bus-rdf-serialize": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.15.0.tgz", + "integrity": "sha512-c1uJF1LkJ96zscMCe+CB2fLbXhlJ0o8PPVRMm3Jk7/rc8WY5bUxSxf1SFbA/jkOZtcZy59wFHDvPf/NM74ADBg==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-sparql-parse": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.15.0.tgz", + "integrity": "sha512-4aFz5qnnnPxezK/vtvltqqUlN0NhYNFEQwXYZf6Yi2dSS/Hs4cU4kYcldXxIXeBfRQkaoUtTCr0lCUg5uOyqIQ==" + }, + "@comunica/bus-sparql-serialize": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.15.0.tgz", + "integrity": "sha512-9y+ctzUmvyQdeVCrcgrftBYV7uN8lOeX8FC2lsOZSSO3PFObcKZQPIKdZY06GKE/LZEJT7MYF/OOH6KFyvTYvw==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0" + } + }, + "@comunica/core": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.15.0.tgz", + "integrity": "sha512-Mg/fpufyK4hVKX2vgP8oapu4ZpyugNRxyI/1AX7zlhSkYpE+ldK5YQaGG/sb+fq+s2sAtE1Ocd+thCgF4wv+8w==", + "requires": { + "immutable": "^3.8.2" + } + }, + "@comunica/data-factory": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/data-factory/-/data-factory-1.14.0.tgz", + "integrity": "sha512-zpTpglsFIHuklarPCFTG2nRRG+RD1biT9nscggltShKJRK2EAtpnMeABGS/QU6es5CC96ZdA94KlVmFxt51A+g==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/logger-pretty": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.15.0.tgz", + "integrity": "sha512-Ta0u/YHHgSvX9Au8JqzhgqmNiPLwFW2L1ZLnUR3V0J+uQDL2PEayWnw+xrDyVKgYJaffevJYHowjn4c4D5DxFA==" + }, + "@comunica/logger-void": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.15.0.tgz", + "integrity": "sha512-nU0bJ56hOAURnz4uDNbeldAJ88OduRQMtHEeKTSkR+ATArP/ShXFWLgKcxRnU9ELSsA7k9HlvAFpvag5+eNs8g==" + }, + "@comunica/mediator-all": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.15.0.tgz", + "integrity": "sha512-uALhqOxGIT/gBXWkIVE+PTITf5EIDNL2UD9GRffdgc1Qg74prWcMZ4+gYczBOMUhqZHE605QsXXO8NkT4xP14A==" + }, + "@comunica/mediator-combine-pipeline": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.15.0.tgz", + "integrity": "sha512-XYf+rOSF1Tj5JX8geHUt5O8BJmLqyRXXYZQe2nlwGoe66hshMKpzAu38m5uDpARrJ4dPxU0PrH34x1Wug77lpg==" + }, + "@comunica/mediator-combine-union": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.15.0.tgz", + "integrity": "sha512-TPzfXuKRVBEpjb+/S8v2C8uvgi8BTjtg1htL/qY/xI2fYqRcLZGl+D5MZEESmwpmm19cBfg87CbF+ROn6L3+IQ==" + }, + "@comunica/mediator-number": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.15.0.tgz", + "integrity": "sha512-d1jwHVN6rELFzEPb+CDqEjItAJ4/AqiP1Vp+Z/PBucLjM9EEonQMjQzqrkRV/Oy6cBXfSQDhXuSvftfl/zUCjg==" + }, + "@comunica/mediator-race": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.15.0.tgz", + "integrity": "sha512-MVESJnkgSoPaCkNNN8RDm0B06d0JNL4QOvRZFuFETY4/D+OwIpcEf0EGButQsDUlelAk5n/sFssLMqo2tw65SA==" + }, + "@comunica/runner": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.15.0.tgz", + "integrity": "sha512-gczcexLxctR0n1DKw1fmyGdAcgZHnCOfYE0Nt4kO5XHhMVM5/x4a+8U+olm92WMlBqSkh+Qs5pkEbD+jJ+Cj4A==", + "requires": { + "componentsjs": "^3.4.1" + } + }, + "@comunica/runner-cli": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.15.0.tgz", + "integrity": "sha512-n9IUFoENIeSwGTbk+zzmXft3RFml65CW6q2qFteflmcfC7AM2ucWhxu1EvZDAlDj9IZ7k5KRf0WyBEQWSJLabg==", + "requires": { + "@comunica/runner": "^1.15.0" + } + }, + "@comunica/utils-datasource": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.15.0.tgz", + "integrity": "sha512-KuCoTMQn46CpqWi1aCeC3qaPOCL1AE/OJkvmLwbGDjONOfLK1leCT5J/xc/zNonFMd4y5DQ0jz+aN3HcVTftig==", + "requires": { + "@comunica/bus-rdf-resolve-quad-pattern": "^1.15.0", + "arrayify-stream": "^1.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + } + }, + "@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "requires": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "dependencies": {} + }, + "@istanbuljs/schema": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz", + "integrity": "sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==" + }, + "@rdfjs/data-model": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@rdfjs/data-model/-/data-model-1.1.2.tgz", + "integrity": "sha512-pk/G/JLYGaXesoBLvEmoC/ic0H3B79fTyS0Ujjh5YQB2DZW+mn05ZowFFv88rjB9jf7c1XE5XSmf8jzn6U0HHA==", + "requires": { + "@types/rdf-js": "^2.0.1" + }, + "dependencies": {} + }, + "@types/chai": { + "version": "4.2.12", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.12.tgz", + "integrity": "sha512-aN5IAC8QNtSUdQzxu7lGBgYAOuU1tmRU4c9dIq5OKGf/SBVjXo+ffM2wEjudAWbgpOhy60nLoAGH1xm8fpCKFQ==" + }, + "@types/color-name": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", + "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" + }, + "@types/create-hash": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@types/create-hash/-/create-hash-1.2.2.tgz", + "integrity": "sha512-Fg8/kfMJObbETFU/Tn+Y0jieYewryLrbKwLCEIwPyklZZVY2qB+64KFjhplGSw+cseZosfFXctXO+PyIYD8iZQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/http-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/http-link-header/-/http-link-header-1.0.1.tgz", + "integrity": "sha512-5h+Pqs4EHoMkY/fLva7XsYmh9IVQghQ6uWWil1FGCNI0WqjhI4g20doYsbT4kJ/G3GkAlQca4AIc9OexdUnzkg==" + }, + "@types/isomorphic-fetch": { + "version": "0.0.35", + "resolved": "https://registry.npmjs.org/@types/isomorphic-fetch/-/isomorphic-fetch-0.0.35.tgz", + "integrity": "sha512-DaZNUvLDCAnCTjgwxgiL1eQdxIKEpNLOlTNtAgnZc50bG2copGhRrFN9/PxPBuJe+tZVLCbQ7ls0xveXVRPkvw==" + }, + "@types/lodash": { + "version": "4.14.159", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.159.tgz", + "integrity": "sha512-gF7A72f7WQN33DpqOWw9geApQPh4M3PxluMtaHxWHXEGSN12/WbcEk/eNSqWNQcQhF66VSZ06vCF94CrHwXJDg==" + }, + "@types/lru-cache": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.0.tgz", + "integrity": "sha512-RaE0B+14ToE4l6UqdarKPnXwVDuigfFv+5j9Dze/Nqr23yyuqdNvzcZi3xB+3Agvi5R4EOgAksfv3lXX4vBt9w==" + }, + "@types/minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=" + }, + "@types/mocha": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz", + "integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==" + }, + "@types/n3": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.4.3.tgz", + "integrity": "sha512-NJ6GKZDE/6Q9iF9Zg+c89WHLK6VXIyVPfvPw6Z8/17ssk1Vx944XcAn0ZmPlRnvUXlGCg63NmMGzB20X46cs4A==", + "requires": { + "@types/node": "*", + "@types/rdf-js": "*" + } + }, + "@types/node": { + "version": "13.13.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.15.tgz", + "integrity": "sha512-kwbcs0jySLxzLsa2nWUAGOd/s21WU1jebrEdtzhsj1D4Yps1EOuyI1Qcu+FD56dL7NRNIJtDDjcqIG22NwkgLw==" + }, + "@types/parse-link-header": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-link-header/-/parse-link-header-1.0.0.tgz", + "integrity": "sha512-fCA3btjE7QFeRLfcD0Sjg+6/CnmC66HpMBoRfRzd2raTaWMJV21CCZ0LO8MOqf8onl5n0EPfjq4zDhbyX8SVwA==" + }, + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/sparqljs": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/sparqljs/-/sparqljs-3.0.1.tgz", + "integrity": "sha512-2SGl+Q4Gq0Rh/y0ZT6iBvQDDlws3NiPKfkMaEnGDWHvwNonlSZt03jm7HJ7C9I+huwBQ5l5SOYpeJsrh0nOJew==", + "requires": { + "@types/rdf-js": "*" + } + }, + "@types/uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@types/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha512-1D8mJEeQEXynoPQKJkneIK+tXaM2Qnk6c80RBQPV/O2ToypI4mlqXy5jojnYKjTX2Q+EMNMOWt0wNdLbb2MUpA==" + }, + "@types/uuid": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.4.tgz", + "integrity": "sha512-WGZCqBZZ0mXN2RxvLHL6/7RCu+OWs28jgQMP04LWfpyJlQUMTR6YU9CNJAKDgbw+EV/u687INXuLUc7FuML/4g==" + }, + "@types/xml": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/xml/-/xml-1.0.5.tgz", + "integrity": "sha512-h3PVM7waRi2UeoaY2BhpLGvettU/3vfCbsjXMV/9Ex5WjvIy82J8Qfp1xiPxM4kTSOLdFFpjRwQ7YY7XJeKBvg==", + "requires": { + "@types/node": "*" + } + }, + "JSONStream": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", + "requires": { + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" + } + }, + "aggregate-error": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz", + "integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==", + "requires": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + } + }, + "ajv": { + "version": "6.12.3", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.3.tgz", + "integrity": "sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "amf-shacl-node": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/amf-shacl-node/-/amf-shacl-node-2.0.0.tgz", + "integrity": "sha512-38GcUBN7VFzpJHDWeEKZ5bcosGA1/Ur6egUrno+Uprgf/8aXeX0LumkG64sExQPrFQ649Ku3wfgWe+le4bUNVw==", + "requires": { + "@comunica/actor-init-sparql-rdfjs": "^1.10.0", + "jsonld-streaming-serializer": "^1.1.0", + "lru-cache": "^6.0.0", + "n3": "^1.3.5" + } + }, + "ansi-colors": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", + "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==" + }, + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "append-transform": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz", + "integrity": "sha512-7yeyCEurROLQJFv5Xj4lEGTy0borxepjFv1g22oAdqFu//SrAlDl1O1Nxx15SH1RoliUml6p8dwJW9jvZughhg==", + "requires": { + "default-require-extensions": "^3.0.0" + } + }, + "archy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", + "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=" + }, + "arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "arrayify-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/arrayify-stream/-/arrayify-stream-1.0.0.tgz", + "integrity": "sha512-RP80ep76Lbew2wWN5ogrl2NluTnBVYYh2K3NNCcWfcmmUB7nBcNBctiJeEZAixp3I1vQ9H88iHZ9MbHSdkuupQ==" + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" + }, + "assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" + }, + "asynciterator": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.0.1.tgz", + "integrity": "sha512-i63IZ/CLbSwT+9+jezA8BFnMmmOylNN+2/yNqMSr37IdzjPLnYMfEvTOFt46hDA+san7k9CZN6gEzCgCTTfAWA==" + }, + "asyncjoin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/asyncjoin/-/asyncjoin-1.0.1.tgz", + "integrity": "sha512-FjqqH7H9YUbE51U6xX4hQfzIAbyEKSZLdhdQNvl0kQ2vZvgiYgW1o1Vl4LJIU+3fu7ld3Tdcq72G5/h6OALsBw==", + "requires": { + "asynciterator": "^3.0.0" + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "asyncreiterable": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/asyncreiterable/-/asyncreiterable-2.0.0.tgz", + "integrity": "sha512-Pq9wUkHrXshCxXWy4/O7krS9qGCgHxoDWajWJja/7f5KoZTcO5Xww25NSMTek+jL3CZ4GrHYvOHx5bmrR4nU3w==", + "requires": { + "asynciterator": "^3.0.0" + } + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + }, + "aws4": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz", + "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==" + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "binary-extensions": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz", + "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==" + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "browser-stdout": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", + "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==" + }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" + }, + "caching-transform": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-4.0.0.tgz", + "integrity": "sha512-kpqOvwXnjjN44D89K5ccQC+RUrsy7jB/XLlRrx0D7/2HNcTPqzsb6XgYoErwko6QsV184CA2YgS1fxDiiDZMWA==", + "requires": { + "hasha": "^5.0.0", + "make-dir": "^3.0.0", + "package-hash": "^4.0.0", + "write-file-atomic": "^3.0.0" + } + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "canonicalize": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/canonicalize/-/canonicalize-1.0.1.tgz", + "integrity": "sha512-N3cmB3QLhS5TJ5smKFf1w42rJXWe6C1qP01z4dxJiI5v269buii4fLHWETDyf7yEd0azGLNC63VxNMiPd2u0Cg==" + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "chai": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz", + "integrity": "sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==", + "requires": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.2", + "deep-eql": "^3.0.1", + "get-func-name": "^2.0.0", + "pathval": "^1.1.0", + "type-detect": "^4.0.5" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": {} + }, + "check-error": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", + "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=" + }, + "chokidar": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.0.tgz", + "integrity": "sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==", + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.1", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.2.0" + } + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + }, + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + }, + "dependencies": {} + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" + }, + "componentsjs": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.1.tgz", + "integrity": "sha512-cFeGNlXYj8bS0o1TNrcYtR6fWZ7Q9kjfn1LPjxe/kKDJHW+VREiY6xsjpCB/yPKpnfOp4euIJB+SWgaXs0YiDg==", + "requires": { + "@types/lodash": "^4.14.56", + "@types/minimist": "^1.2.0", + "@types/n3": "0.0.3", + "@types/node": "8.10.21", + "global-modules": "^1.0.0", + "jsonld": "^0.4.11", + "lodash": "^4.17.4", + "minimist": "^1.2.0", + "n3": "^0.9.1", + "requireg": "^0.1.7" + }, + "dependencies": {} + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "cross-fetch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", + "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", + "requires": { + "node-fetch": "2.6.0" + } + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "dependencies": {} + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" + }, + "decimal.js": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.0.tgz", + "integrity": "sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw==" + }, + "deep-eql": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", + "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", + "requires": { + "type-detect": "^4.0.0" + } + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" + }, + "default-require-extensions": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-3.0.0.tgz", + "integrity": "sha512-ek6DpXq/SCpvjhpFsLFRVtIxJCRw6fUR42lYMVZuUMK7n8eMz4Uh5clckdBjEpLhn/gEBZo7hDJnJcwdKLKQjg==", + "requires": { + "strip-bom": "^4.0.0" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "requires": { + "object-keys": "^1.0.12" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "diff": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==" + }, + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + } + }, + "domelementtype": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz", + "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==" + }, + "domhandler": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.0.0.tgz", + "integrity": "sha512-eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw==", + "requires": { + "domelementtype": "^2.0.1" + } + }, + "domutils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.1.0.tgz", + "integrity": "sha512-CD9M0Dm1iaHfQ1R/TI+z3/JWp/pgub0j4jIQKH89ARR4ATAV2nbaOQS5XxU9maJP5jHaPdDDQSEHuE2UmpUTKg==", + "requires": { + "dom-serializer": "^0.2.1", + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0" + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "requires": { + "iconv-lite": "^0.6.2" + } + }, + "entities": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", + "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" + }, + "es-abstract": { + "version": "1.17.6", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz", + "integrity": "sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==", + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.0", + "is-regex": "^1.1.0", + "object-inspect": "^1.7.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.0", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "es6-error": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", + "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==" + }, + "es6-promise": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz", + "integrity": "sha1-lu258v2wGZWCKyY92KratnSBgbw=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", + "requires": { + "homedir-polyfill": "^1.0.1" + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "fetch-sparql-endpoint": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/fetch-sparql-endpoint/-/fetch-sparql-endpoint-1.6.2.tgz", + "integrity": "sha512-d0nTwXc6BBnQdrmx7+Bk6pLJ5MLzJtYJRNq4YSpL4Bym8hd12RaBUL7OkcxtuFaMY9gG2Mw0JVNMZeF3bjVSBg==", + "requires": { + "is-stream": "^2.0.0", + "isomorphic-fetch": "^2.2.1", + "minimist": "^1.2.0", + "n3": "^1.0.0", + "rdf-string": "^1.3.1", + "sparqljs": "^3.0.0", + "sparqljson-parse": "^1.5.0", + "sparqlxml-parse": "^1.2.0", + "stream-to-string": "^1.1.0", + "web-streams-node": "^0.4.0" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "find-cache-dir": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", + "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "flat": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz", + "integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==", + "requires": { + "is-buffer": "~2.0.3" + } + }, + "follow-redirects": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", + "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" + }, + "foreground-child": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", + "integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==", + "requires": { + "cross-spawn": "^7.0.0", + "signal-exit": "^3.0.2" + } + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "fromentries": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.2.1.tgz", + "integrity": "sha512-Xu2Qh8yqYuDhQGOhD5iJGninErSfI9A3FrriD3tjUgV5VbJFeH8vfgZ9HnC6jWN80QDVNQK5vmxRAmEAp7Mevw==" + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "fsevents": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", + "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "gensync": { + "version": "1.0.0-beta.1", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz", + "integrity": "sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==" + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "get-func-name": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", + "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=" + }, + "get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "requires": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + } + }, + "global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", + "requires": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + }, + "graceful-fs": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", + "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" + }, + "graphql": { + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", + "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==" + }, + "graphql-ld": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/graphql-ld/-/graphql-ld-1.1.0.tgz", + "integrity": "sha512-nYfXYhpJMuWLTJ1q4fu64Y59OYVR2xQCJcPMEgzYEDEArUIyyEOi8l+VeL/ttBZVg47RICiiC3e26qRYwBR+kQ==", + "requires": { + "@types/rdf-js": "^2.0.11", + "graphql-to-sparql": "^2.1.0", + "jsonld-context-parser": "^2.0.0", + "sparqlalgebrajs": "^2.2.1", + "sparqljson-to-tree": "^2.0.0" + }, + "dependencies": {} + }, + "graphql-to-sparql": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/graphql-to-sparql/-/graphql-to-sparql-2.1.1.tgz", + "integrity": "sha512-o+bnwrL4ugil/A4a+x/C8Yae+irxm3xLQGXWrjc5p9K2KEiforY4bU8Ed6Q/wasFjeublCp2v0xEFDnUxyY40g==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "graphql": "^15.0.0", + "jsonld-context-parser": "^2.0.0", + "minimist": "^1.2.0", + "sparqlalgebrajs": "^2.0.0" + } + }, + "growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==" + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + }, + "har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "requires": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" + }, + "hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "requires": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": {} + }, + "hasha": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/hasha/-/hasha-5.2.0.tgz", + "integrity": "sha512-2W+jKdQbAdSIrggA8Q35Br8qKadTrqCTC8+XZvBWepKDK6m9XkX6Iz1a2yh2KP01kzAR/dpuMeUnocoLYDcskw==", + "requires": { + "is-stream": "^2.0.0", + "type-fest": "^0.8.0" + } + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + }, + "homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "requires": { + "parse-passwd": "^1.0.0" + } + }, + "html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + }, + "htmlparser2": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", + "integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "domutils": "^2.0.0", + "entities": "^2.0.0" + } + }, + "http-link-header": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.0.2.tgz", + "integrity": "sha512-z6YOZ8ZEnejkcCWlGZzYXNa6i+ZaTfiTg3WhlV/YvnNya3W/RbX1bMVUMTuCrg/DrtTCQxaFCkXCz4FtLpcebg==" + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "iconv-lite": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", + "integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + }, + "immutable": { + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", + "integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=" + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" + }, + "indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-buffer": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", + "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==" + }, + "is-callable": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz", + "integrity": "sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==" + }, + "is-date-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "is-regex": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", + "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + }, + "is-symbol": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", + "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "isomorphic-fetch": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", + "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", + "requires": { + "node-fetch": "^1.0.1", + "whatwg-fetch": ">=0.10.0" + }, + "dependencies": {} + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, + "istanbul-lib-coverage": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", + "integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==" + }, + "istanbul-lib-hook": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-3.0.0.tgz", + "integrity": "sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ==", + "requires": { + "append-transform": "^2.0.0" + } + }, + "istanbul-lib-instrument": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz", + "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", + "requires": { + "@babel/core": "^7.7.5", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.0.0", + "semver": "^6.3.0" + }, + "dependencies": {} + }, + "istanbul-lib-processinfo": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz", + "integrity": "sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw==", + "requires": { + "archy": "^1.0.0", + "cross-spawn": "^7.0.0", + "istanbul-lib-coverage": "^3.0.0-alpha.1", + "make-dir": "^3.0.0", + "p-map": "^3.0.0", + "rimraf": "^3.0.0", + "uuid": "^3.3.3" + }, + "dependencies": {} + }, + "istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "requires": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" + }, + "dependencies": {} + }, + "istanbul-lib-source-maps": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz", + "integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==", + "requires": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "dependencies": {} + }, + "istanbul-reports": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz", + "integrity": "sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==", + "requires": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "json5": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", + "requires": { + "minimist": "^1.2.5" + } + }, + "jsonld": { + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", + "integrity": "sha1-oC8gXVNBQU3xtthBTxuWenEgc+g=", + "requires": { + "es6-promise": "^2.0.0", + "pkginfo": "~0.4.0", + "request": "^2.61.0", + "xmldom": "0.1.19" + } + }, + "jsonld-context-parser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.0.2.tgz", + "integrity": "sha512-IjQi26E+5ESS85MkcLsYo9gV93oJSOvQ/deHxKspaeHOmRiPyRRaGAk86DjuQc6c0hdp3OKGvDDsy3wi8znsqg==", + "requires": { + "@types/http-link-header": "^1.0.1", + "@types/isomorphic-fetch": "^0.0.35", + "@types/node": "^13.1.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "isomorphic-fetch": "^2.2.1", + "relative-to-absolute-iri": "^1.0.5" + } + }, + "jsonld-streaming-parser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-2.0.2.tgz", + "integrity": "sha512-h4cK+PQMvOHd+UqgAFpKBmt5LWYoQMQLu9PP7YsRP7rnSJbU/EfJFcJFG6/sdtZslQ6dlNwOvfHbjQ9clzZPzg==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "@types/http-link-header": "^1.0.1", + "@types/rdf-js": "^3.0.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "jsonld-context-parser": "^2.0.1", + "jsonparse": "^1.3.1" + } + }, + "jsonld-streaming-serializer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsonld-streaming-serializer/-/jsonld-streaming-serializer-1.1.0.tgz", + "integrity": "sha512-C+cs913C3XDScZIqUL8fg5crHQtPTQSZstzvFmhA9/r0QBCRw88BR4TYHvLNhJhzB45GOpoF5/Fx4I4xfKGpOQ==", + "requires": { + "@types/rdf-js": "^2.0.1", + "jsonld-context-parser": "^2.0.0" + }, + "dependencies": {} + }, + "jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=" + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "lodash": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + }, + "lodash.flattendeep": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", + "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=" + }, + "lodash.uniqwith": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz", + "integrity": "sha1-egy/ZfQ7WShiWp1NDcVLGMrcfvM=" + }, + "log-symbols": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", + "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "requires": { + "chalk": "^2.4.2" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "requires": { + "semver": "^6.0.0" + }, + "dependencies": {} + }, + "make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" + }, + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "mime-db": { + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", + "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" + }, + "mime-types": { + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", + "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", + "requires": { + "mime-db": "1.44.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "requires": { + "minimist": "^1.2.5" + } + }, + "mocha": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.2.0.tgz", + "integrity": "sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==", + "requires": { + "ansi-colors": "3.2.3", + "browser-stdout": "1.3.1", + "chokidar": "3.3.0", + "debug": "3.2.6", + "diff": "3.5.0", + "escape-string-regexp": "1.0.5", + "find-up": "3.0.0", + "glob": "7.1.3", + "growl": "1.10.5", + "he": "1.2.0", + "js-yaml": "3.13.1", + "log-symbols": "3.0.0", + "minimatch": "3.0.4", + "mkdirp": "0.5.5", + "ms": "2.1.1", + "node-environment-flags": "1.0.6", + "object.assign": "4.1.0", + "strip-json-comments": "2.0.1", + "supports-color": "6.0.0", + "which": "1.3.1", + "wide-align": "1.1.3", + "yargs": "13.3.2", + "yargs-parser": "13.1.2", + "yargs-unparser": "1.6.0" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + }, + "n3": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.6.2.tgz", + "integrity": "sha512-9R45WRNxNPblKLbXGwR9IvtaVvdr80vRxME79fhWnqBzHb2GcP6lS77Mvf8Fx6Wpfn8PpBTdggceWsSMDGY/SA==", + "requires": { + "queue-microtask": "^1.1.2", + "readable-stream": "^3.6.0" + } + }, + "negotiate": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/negotiate/-/negotiate-1.0.1.tgz", + "integrity": "sha1-NayLVnL3sF+qEL8CYTQusRIDcP0=" + }, + "nested-error-stacks": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz", + "integrity": "sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==" + }, + "node-environment-flags": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", + "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", + "requires": { + "object.getownpropertydescriptors": "^2.0.3", + "semver": "^5.7.0" + } + }, + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + }, + "node-preload": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz", + "integrity": "sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ==", + "requires": { + "process-on-spawn": "^1.0.0" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "nyc": { + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz", + "integrity": "sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==", + "requires": { + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "caching-transform": "^4.0.0", + "convert-source-map": "^1.7.0", + "decamelize": "^1.2.0", + "find-cache-dir": "^3.2.0", + "find-up": "^4.1.0", + "foreground-child": "^2.0.0", + "get-package-type": "^0.1.0", + "glob": "^7.1.6", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-hook": "^3.0.0", + "istanbul-lib-instrument": "^4.0.0", + "istanbul-lib-processinfo": "^2.0.2", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.0.2", + "make-dir": "^3.0.0", + "node-preload": "^0.2.1", + "p-map": "^3.0.0", + "process-on-spawn": "^1.0.0", + "resolve-from": "^5.0.0", + "rimraf": "^3.0.0", + "signal-exit": "^3.0.2", + "spawn-wrap": "^2.0.0", + "test-exclude": "^6.0.0", + "yargs": "^15.0.2" + }, + "dependencies": {} + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" + }, + "object-inspect": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", + "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + }, + "object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "requires": { + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" + } + }, + "object.getownpropertydescriptors": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", + "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-map": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", + "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", + "requires": { + "aggregate-error": "^3.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "package-hash": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/package-hash/-/package-hash-4.0.0.tgz", + "integrity": "sha512-whdkPIooSu/bASggZ96BWVvZTRMOFxnyUG5PnTSGKoJE2gd5mbVNmR2Nj20QFzxYYgAXpoqC+AiXzl+UMRh7zQ==", + "requires": { + "graceful-fs": "^4.1.15", + "hasha": "^5.0.0", + "lodash.flattendeep": "^4.4.0", + "release-zalgo": "^1.0.0" + } + }, + "parse-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-link-header/-/parse-link-header-1.0.1.tgz", + "integrity": "sha1-vt/g0hGK64S+deewJUGeyKYRQKc=", + "requires": { + "xtend": "~4.0.1" + } + }, + "parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=" + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" + }, + "pathval": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz", + "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=" + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "requires": { + "find-up": "^4.0.0" + }, + "dependencies": {} + }, + "pkginfo": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.4.1.tgz", + "integrity": "sha1-tUGO8EOd5UJfxJlQQtztFPsqhP8=" + }, + "process-on-spawn": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/process-on-spawn/-/process-on-spawn-1.0.0.tgz", + "integrity": "sha512-1WsPDsUSMmZH5LeMLegqkPDrsGgsWwk1Exipy2hvB0o/F0ASzbpIctSCcZIK1ykJvtTJULEH+20WOFjMvGnCTg==", + "requires": { + "fromentries": "^1.2.0" + } + }, + "promise-polyfill": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-1.1.6.tgz", + "integrity": "sha1-zQTv9G9clcOn0EVZHXm14+AfEtc=" + }, + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + }, + "queue-microtask": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.1.4.tgz", + "integrity": "sha512-eY/4Obve9cE5FK8YvC1cJsm5cr7XvAurul8UtBDJ2PR1p5NmAwHtvAt5ftcLtwYRCUKNhxCneZZlxmUDFoSeKA==" + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + } + }, + "rdf-literal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.1.1.tgz", + "integrity": "sha512-zYelIUgvwifeq2aFfTYlv+SoxZbSjdKw+I4ulZ5ECil8FTh2+ufHiR9P7T61KnVyo8BqBhyeHBR4UvA++PWozA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0" + } + }, + "rdf-quad": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.4.0.tgz", + "integrity": "sha512-xChDvhK2zb4/aCg8P668CWTn4TEhscefg/E1s+Qu61sZ/hKct/WQn0wuHim8H+MFrzZ7fFN7Gh7aamPgm/QSwA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "rdf-literal": "^1.0.0", + "rdf-string": "^1.3.1" + } + }, + "rdf-store-stream": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rdf-store-stream/-/rdf-store-stream-1.0.1.tgz", + "integrity": "sha512-/aMMY3UeC1ONxnDoPgpeaZPT7coqeYRFQ1U30nuJ66f6OMDBag/iYtgu871hqobgKDZEmxg9Ut3USsZzvEry0Q==", + "requires": { + "@types/rdf-js": "^3.0.2", + "n3": "^1.1.1" + } + }, + "rdf-string": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.4.2.tgz", + "integrity": "sha512-74yYjS0W4N3nYDGbXBZrNsqDmhBTjqChTETO9heC2G2M3iMYaIPtEfUikNsBWUj4+4bIKyqL7vAntWBTfJpFFA==", + "requires": { + "@rdfjs/data-model": "^1.1.1" + } + }, + "rdf-terms": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/rdf-terms/-/rdf-terms-1.5.1.tgz", + "integrity": "sha512-dDhpUYxTAOWKT3Ln93A5k5UB5SftG8bPAzeZEjGeP4e7eboMhITUTDks8HDmUt9X1P+HpfnY/o6VSTSpf3Advw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "lodash.uniqwith": "^4.5.0" + } + }, + "rdfa-streaming-parser": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/rdfa-streaming-parser/-/rdfa-streaming-parser-1.2.2.tgz", + "integrity": "sha512-OKNyZworn+wuHd9DsskyiBor85nQPAMzSR/xm6np1Pe09edj3yRGJQLsY62Ww1ELjZbdEFXougIShhR9VwU83A==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "htmlparser2": "^4.0.0", + "relative-to-absolute-iri": "^1.0.2" + } + }, + "rdfxml-streaming-parser": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/rdfxml-streaming-parser/-/rdfxml-streaming-parser-1.3.6.tgz", + "integrity": "sha512-t9uqmCiPjmMFMXQ3Va2rc4ePElhze63EUmXVLA05s40NQEvphj8I8Kl1qODBwHnxocdoc1yVQRsC6hVJAPHvPQ==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "relative-to-absolute-iri": "^1.0.0", + "sax": "^1.2.4" + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readable-stream-node-to-web": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/readable-stream-node-to-web/-/readable-stream-node-to-web-1.0.1.tgz", + "integrity": "sha1-i3YU+qFGXr+g2pucpjA/onBzt88=" + }, + "readdirp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.2.0.tgz", + "integrity": "sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==", + "requires": { + "picomatch": "^2.0.4" + } + }, + "relative-to-absolute-iri": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/relative-to-absolute-iri/-/relative-to-absolute-iri-1.0.6.tgz", + "integrity": "sha512-Xw5/Zx6iWSCMJUXwXVOjySjH8Xli4hVFL9QQFvkl1qEmFBG94J+QUI9emnoctOCD3285f1jNV+QWV9eDYwIdfQ==" + }, + "release-zalgo": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz", + "integrity": "sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA=", + "requires": { + "es6-error": "^4.0.1" + } + }, + "request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "dependencies": {} + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "requireg": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/requireg/-/requireg-0.1.8.tgz", + "integrity": "sha512-qjbwnviLXg4oZiAFEr1ExbevkUPaEiP1uPGSoFCVgCCcbo4PXv9SmiJpXNYmgTBCZ8fY1Jy+sk7F9/kPNepeDw==", + "requires": { + "nested-error-stacks": "~2.0.1", + "rc": "~1.2.7", + "resolve": "~1.7.1" + }, + "dependencies": {} + }, + "resolve": { + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", + "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", + "requires": { + "path-parse": "^1.0.6" + } + }, + "resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", + "requires": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + } + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "requires": { + "glob": "^7.1.3" + } + }, + "ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "sax-stream": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax-stream/-/sax-stream-1.3.0.tgz", + "integrity": "sha512-tcfsAAICAkyNNe4uiKtKmLKxx3C7qPAej13UUoN+7OLYq/P5kHGahZtJhhMVM3fIMndA6TlYHWFlFEzFkv1VGg==", + "requires": { + "debug": "~2", + "sax": "~1" + }, + "dependencies": {} + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, + "source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": {} + }, + "sparqlalgebrajs": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.3.1.tgz", + "integrity": "sha512-zJ9EEX2BtHjdiSQoWP7fKt2IqD4zi24n3CQtRGOIzh8Hyj2JFMtje68CweaIJgQLN5kNYpNx/VT2F6nxpeIRJg==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "fast-deep-equal": "^3.1.1", + "minimist": "^1.2.5", + "rdf-string": "^1.3.1", + "sparqljs": "^3.0.1" + } + }, + "sparqlee": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.4.2.tgz", + "integrity": "sha512-6lE4u0i3CCLjOUA/E8SC2fV7L/e7By4QVG+mtreYGpPoh15iFZLPMeH9+54X2tA7doLr8LmV40u66BQ1rpzkKA==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "@types/create-hash": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "@types/uuid": "^8.0.0", + "create-hash": "^1.2.0", + "decimal.js": "^10.2.0", + "immutable": "^3.8.2", + "rdf-string": "^1.1.1", + "sparqlalgebrajs": "^2.1.0", + "uri-js": "^4.2.2", + "uuid": "^8.0.0" + }, + "dependencies": {} + }, + "sparqljs": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.0.3.tgz", + "integrity": "sha512-/hy2ihyn6YaYdLqnfdG8En6n8/NJVfRGI//AWPh6Anbfxfz89vv9ATEa8taE+SpOBuh6pSYEhIYKPkVRkXNBNg==", + "requires": { + "n3": "^1.5.0" + } + }, + "sparqljson-parse": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/sparqljson-parse/-/sparqljson-parse-1.5.2.tgz", + "integrity": "sha512-VnYzLsiha3Byb7iKr4qbwsztF7cjZFDEnJg2Z2fSbVlUOa4Pwk4cHem6SnFDBWRrOtu/N98v9/JMVRi6bQYqew==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^13.1.0", + "@types/rdf-js": "^3.0.0", + "JSONStream": "^1.3.3" + } + }, + "sparqljson-to-tree": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/sparqljson-to-tree/-/sparqljson-to-tree-2.0.0.tgz", + "integrity": "sha512-+2R6RtLYm5A3zA/SzIU/6RCp8lM2KQfJpos53BmkgRnHHHvP/ZVtMMnqY9IsV3msMLSCa/D/rS51ND8nCPwRoQ==", + "requires": { + "rdf-literal": "^1.0.0", + "sparqljson-parse": "^1.5.0" + } + }, + "sparqlxml-parse": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.2.2.tgz", + "integrity": "sha512-xFN+S97DRI9jrlFsOntB8rmtEAJeTUAyRCquibiLCbE+z63iw1tFdM9NhrphrPey1+EH75vh9AjycXwDD6nEIw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^10.12.18", + "@types/rdf-js": "^2.0.2", + "sax-stream": "^1.2.3" + }, + "dependencies": {} + }, + "spawn-wrap": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-2.0.0.tgz", + "integrity": "sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==", + "requires": { + "foreground-child": "^2.0.0", + "is-windows": "^1.0.2", + "make-dir": "^3.0.0", + "rimraf": "^3.0.0", + "signal-exit": "^3.0.2", + "which": "^2.0.1" + }, + "dependencies": {} + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "stream-to-string": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/stream-to-string/-/stream-to-string-1.2.0.tgz", + "integrity": "sha512-8drZlFIKBHSMdX9GCWv8V9AAWnQcTqw0iAI6/GC7UJ0H0SwKeFKjOoZfGY1tOU00GGU7FYZQoJ/ZCUEoXhD7yQ==", + "requires": { + "promise-polyfill": "^1.1.6" + } + }, + "streamify-string": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/streamify-string/-/streamify-string-1.0.1.tgz", + "integrity": "sha1-niIN4z4cR13TDgIG9bGBXMbJUls=" + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "string.prototype.trimend": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", + "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "string.prototype.trimstart": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", + "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "requires": { + "safe-buffer": "~5.2.0" + }, + "dependencies": {} + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" + }, + "supports-color": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz", + "integrity": "sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "requires": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "dependencies": {} + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + }, + "ts-node": { + "version": "8.10.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", + "integrity": "sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==", + "requires": { + "arg": "^4.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "source-map-support": "^0.5.17", + "yn": "3.1.1" + }, + "dependencies": {} + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" + }, + "type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + }, + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + }, + "typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "requires": { + "is-typedarray": "^1.0.0" + } + }, + "typescript": { + "version": "3.9.7", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==" + }, + "uri-js": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "requires": { + "punycode": "^2.1.0" + } + }, + "uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha1-BdCoU/+8iw9Jqj1NKtd3sNHuBww=" + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "uuid": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", + "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "web-streams-node": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/web-streams-node/-/web-streams-node-0.4.0.tgz", + "integrity": "sha512-u+PBQs8DFaBrN/bxCLFn21tO/ZP7EM3qA4FGzppoUCcZ5CaMbKOsN8uOp27ylVEsfrxcR2tsF6gWHI5M8bN73w==", + "requires": { + "is-stream": "^1.1.0", + "readable-stream-node-to-web": "^1.0.1", + "web-streams-ponyfill": "^1.4.1" + }, + "dependencies": {} + }, + "web-streams-ponyfill": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/web-streams-ponyfill/-/web-streams-ponyfill-1.4.2.tgz", + "integrity": "sha512-LCHW+fE2UBJ2vjhqJujqmoxh1ytEDEr0dPO3CabMdMDJPKmsaxzS90V1Ar6LtNE5VHLqxR4YMEj1i4lzMAccIA==" + }, + "whatwg-fetch": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.4.0.tgz", + "integrity": "sha512-rsum2ulz2iuZH08mJkT0Yi6JnKhwdw4oeyMjokgxd+mmqYSd9cPpOQf01TIWgjxG/U4+QR+AwKq6lSbXVxkyoQ==" + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "requires": { + "isexe": "^2.0.0" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "requires": { + "string-width": "^1.0.2 || 2" + } + }, + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "dependencies": {} + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "requires": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "xml": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=" + }, + "xmldom": { + "version": "0.1.19", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz", + "integrity": "sha1-Yx/Ad3bv2EEYvyUXGzftTQdaCrw=" + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + }, + "y18n": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", + "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "yargs": { + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", + "requires": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.2" + }, + "dependencies": {} + }, + "yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + }, + "yargs-unparser": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.6.0.tgz", + "integrity": "sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==", + "requires": { + "flat": "^4.1.0", + "lodash": "^4.17.15", + "yargs": "^13.3.0" + } + }, + "yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" + } } }, - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" - }, - "arg": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" - }, - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "@comunica/actor-abstract-bindings-hash": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.16.0.tgz", + "integrity": "sha512-W7oU8J0n6wC8R8EQ7UEvdmaJXf/Z3gEVCw9H+WXJSTEg1B77nrHuQs1lJreteKCIJEhC7BQYLtrfKE5N92edKw==", "requires": { - "sprintf-js": "~1.0.2" + "canonicalize": "^1.0.1", + "rdf-string": "^1.4.2" } }, - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" - }, - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" - }, - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" - }, - "array-flatten": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", - "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==" + "@comunica/actor-abstract-mediatyped": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.15.0.tgz", + "integrity": "sha512-rB0DnIuiZKGqAd6JmcXdajmgDPWzffqCqLyAp2A967NRN1NlPbPnfwkCJBHVehdcyT69dAaEkHoHDZpbwOVjHg==" }, - "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "@comunica/actor-abstract-path": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.16.0.tgz", + "integrity": "sha512-a53X/a9DTl6rYNbBGXCmUY9crusU6ySAiRZY3usiPWzqHeiZonM5+eRKzYm8vazxg3hLBs8jowKiZhiUPrx4wQ==", "requires": { - "array-uniq": "^1.0.1" + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" - }, - "arrayify-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/arrayify-stream/-/arrayify-stream-1.0.0.tgz", - "integrity": "sha512-RP80ep76Lbew2wWN5ogrl2NluTnBVYYh2K3NNCcWfcmmUB7nBcNBctiJeEZAixp3I1vQ9H88iHZ9MbHSdkuupQ==" - }, - "asn1": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", - "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "@comunica/actor-http-memento": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.16.0.tgz", + "integrity": "sha512-X58EUsxFch+/VoS58Ld1yFsSNjeu7xYtvPV6x4IpGv16V+QJot4KyKH25+SAwNOQDiRxShX55FovCCVvSxK35w==", "requires": { - "safer-buffer": "~2.1.0" + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "parse-link-header": "^1.0.1" } }, - "asn1.js": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz", - "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", + "@comunica/actor-http-native": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.16.2.tgz", + "integrity": "sha512-KhmYTKOmf4QZwd8CVy4f4o6d/LVzBy19JmpOIP1vLcOTAVOXg6KXDT+NEVSoDIc9T5fpKDh91bWuukptUqVjig==", "requires": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" - }, - "dependencies": { - "bn.js": { - "version": "4.11.8", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", - "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" - } + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "follow-redirects": "^1.5.1", + "parse-link-header": "^1.0.1" } }, - "assert": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", - "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", + "@comunica/actor-http-proxy": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.16.0.tgz", + "integrity": "sha512-5aD5y9b6DvcCX2/ud/aVvUjvipppMmzKRV3C0evbA3NoAZ4VF8ejD+JpIjDsrvrbWeXVPueXvL/yfssUz17iIg==" + }, + "@comunica/actor-init-sparql": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.16.2.tgz", + "integrity": "sha512-jzE/sW1ciNXtO/tRYEhSiKFxpB9/cqPME9a2jq/GYq9PmTv5MzcUbZEY7x8QRkRQ3Dp0Z2JHI/sorps8LPwcmQ==", "requires": { - "object-assign": "^4.1.1", - "util": "0.10.3" + "@comunica/actor-abstract-bindings-hash": "^1.16.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-http-memento": "^1.16.0", + "@comunica/actor-http-native": "^1.16.2", + "@comunica/actor-http-proxy": "^1.16.0", + "@comunica/actor-optimize-query-operation-join-bgp": "^1.16.0", + "@comunica/actor-query-operation-ask": "^1.16.0", + "@comunica/actor-query-operation-bgp-empty": "^1.16.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", + "@comunica/actor-query-operation-bgp-single": "^1.16.0", + "@comunica/actor-query-operation-construct": "^1.16.0", + "@comunica/actor-query-operation-describe-subject": "^1.16.0", + "@comunica/actor-query-operation-distinct-hash": "^1.16.0", + "@comunica/actor-query-operation-extend": "^1.16.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-from-quad": "^1.16.0", + "@comunica/actor-query-operation-group": "^1.16.0", + "@comunica/actor-query-operation-join": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-left-deep": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", + "@comunica/actor-query-operation-minus": "^1.16.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-path-alt": "^1.16.0", + "@comunica/actor-query-operation-path-inv": "^1.16.0", + "@comunica/actor-query-operation-path-link": "^1.16.0", + "@comunica/actor-query-operation-path-nps": "^1.16.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-seq": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", + "@comunica/actor-query-operation-project": "^1.16.0", + "@comunica/actor-query-operation-quadpattern": "^1.16.0", + "@comunica/actor-query-operation-reduced-hash": "^1.16.0", + "@comunica/actor-query-operation-service": "^1.16.0", + "@comunica/actor-query-operation-slice": "^1.16.0", + "@comunica/actor-query-operation-sparql-endpoint": "^1.16.0", + "@comunica/actor-query-operation-union": "^1.16.0", + "@comunica/actor-query-operation-values": "^1.16.0", + "@comunica/actor-rdf-dereference-http-parse": "^1.16.0", + "@comunica/actor-rdf-join-multi-smallest": "^1.16.0", + "@comunica/actor-rdf-join-nestedloop": "^1.16.0", + "@comunica/actor-rdf-join-symmetrichash": "^1.16.0", + "@comunica/actor-rdf-metadata-all": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.15.0", + "@comunica/actor-rdf-metadata-primary-topic": "^1.15.0", + "@comunica/actor-rdf-parse-html": "^1.15.0", + "@comunica/actor-rdf-parse-html-rdfa": "^1.15.0", + "@comunica/actor-rdf-parse-html-script": "^1.16.1", + "@comunica/actor-rdf-parse-jsonld": "^1.16.0", + "@comunica/actor-rdf-parse-n3": "^1.15.0", + "@comunica/actor-rdf-parse-rdfxml": "^1.15.0", + "@comunica/actor-rdf-parse-xml-rdfa": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-none": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.16.0", + "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.16.0", + "@comunica/actor-sparql-parse-graphql": "^1.15.0", + "@comunica/actor-sparql-serialize-json": "^1.16.0", + "@comunica/actor-sparql-serialize-rdf": "^1.16.0", + "@comunica/actor-sparql-serialize-simple": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-csv": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-tsv": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", + "@comunica/actor-sparql-serialize-stats": "^1.16.0", + "@comunica/actor-sparql-serialize-table": "^1.16.0", + "@comunica/actor-sparql-serialize-tree": "^1.16.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-http": "^1.16.0", + "@comunica/bus-http-invalidate": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-optimize-query-operation": "^1.16.0", + "@comunica/bus-query-operation": "^1.16.0", + "@comunica/bus-rdf-dereference": "^1.15.0", + "@comunica/bus-rdf-dereference-paged": "^1.15.0", + "@comunica/bus-rdf-join": "^1.16.0", + "@comunica/bus-rdf-metadata": "^1.15.0", + "@comunica/bus-rdf-metadata-extract": "^1.15.0", + "@comunica/bus-rdf-parse": "^1.15.0", + "@comunica/bus-rdf-parse-html": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia-links": "^1.15.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.16.0", + "@comunica/core": "^1.15.0", + "@comunica/logger-pretty": "^1.15.0", + "@comunica/logger-void": "^1.15.0", + "@comunica/mediator-all": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.16.0", + "@comunica/runner-cli": "^1.16.0", + "@types/minimist": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0", + "minimist": "^1.2.0", + "negotiate": "^1.0.1", + "rdf-quad": "^1.4.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "streamify-string": "^1.0.1" }, "dependencies": { - "inherits": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", - "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" - }, - "util": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", - "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "inherits": "2.0.1" + "@types/node": "*" } } } }, - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" - }, - "assertion-error": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", - "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" - }, - "assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" - }, - "async": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "@comunica/actor-init-sparql-rdfjs": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.16.2.tgz", + "integrity": "sha512-37FizXW2XCtyRFq0vjCqTAzxnVVklYGoq3Rmn6sBelF6wKW7pqtHunBA3yOJfo5MKRVoFD04wHCbwaWC6xaYEw==", "requires": { - "lodash": "^4.17.14" + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-init-sparql": "^1.16.2", + "@comunica/actor-query-operation-ask": "^1.16.0", + "@comunica/actor-query-operation-bgp-empty": "^1.16.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", + "@comunica/actor-query-operation-bgp-single": "^1.16.0", + "@comunica/actor-query-operation-construct": "^1.16.0", + "@comunica/actor-query-operation-describe-subject": "^1.16.0", + "@comunica/actor-query-operation-distinct-hash": "^1.16.0", + "@comunica/actor-query-operation-extend": "^1.16.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-from-quad": "^1.16.0", + "@comunica/actor-query-operation-join": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-path-alt": "^1.16.0", + "@comunica/actor-query-operation-path-inv": "^1.16.0", + "@comunica/actor-query-operation-path-link": "^1.16.0", + "@comunica/actor-query-operation-path-nps": "^1.16.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-seq": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", + "@comunica/actor-query-operation-project": "^1.16.0", + "@comunica/actor-query-operation-quadpattern": "^1.16.0", + "@comunica/actor-query-operation-service": "^1.16.0", + "@comunica/actor-query-operation-slice": "^1.16.0", + "@comunica/actor-query-operation-union": "^1.16.0", + "@comunica/actor-query-operation-values": "^1.16.0", + "@comunica/actor-rdf-join-nestedloop": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.16.0", + "@comunica/actor-sparql-serialize-json": "^1.16.0", + "@comunica/actor-sparql-serialize-rdf": "^1.16.0", + "@comunica/actor-sparql-serialize-simple": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-query-operation": "^1.16.0", + "@comunica/bus-rdf-join": "^1.16.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.16.0", + "@comunica/core": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.16.0", + "@comunica/runner-cli": "^1.16.0" } }, - "async-each": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", - "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" - }, - "async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" - }, - "asynciterator": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.0.1.tgz", - "integrity": "sha512-i63IZ/CLbSwT+9+jezA8BFnMmmOylNN+2/yNqMSr37IdzjPLnYMfEvTOFt46hDA+san7k9CZN6gEzCgCTTfAWA==" - }, - "asyncjoin": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/asyncjoin/-/asyncjoin-1.0.1.tgz", - "integrity": "sha512-FjqqH7H9YUbE51U6xX4hQfzIAbyEKSZLdhdQNvl0kQ2vZvgiYgW1o1Vl4LJIU+3fu7ld3Tdcq72G5/h6OALsBw==", + "@comunica/actor-optimize-query-operation-join-bgp": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.16.0.tgz", + "integrity": "sha512-KWuAKG8S+IwonyecNjqrO5dlSKSVmR1cxP117/DEUPIltXl0IY2W3Q/HKRRZ+DXwV/LRMExIXILdUkZgYUSnAw==", "requires": { - "asynciterator": "^3.0.0" + "sparqlalgebrajs": "^2.3.2" } }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + "@comunica/actor-query-operation-ask": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.16.0.tgz", + "integrity": "sha512-zlWYPh7GoIw7epzcORfDWwRFsfLciJGVSaCR2C46AZj8CctApf+mzrRDY7H3WSETyTc6s9T1fiDzGjBY/P3TbA==" }, - "asyncreiterable": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/asyncreiterable/-/asyncreiterable-2.0.0.tgz", - "integrity": "sha512-Pq9wUkHrXshCxXWy4/O7krS9qGCgHxoDWajWJja/7f5KoZTcO5Xww25NSMTek+jL3CZ4GrHYvOHx5bmrR4nU3w==", + "@comunica/actor-query-operation-bgp-empty": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.16.0.tgz", + "integrity": "sha512-C8q0YKNcIbMZ1KWL1juCoTbppYQcI3/0qlp/boBD1w8yeNVt2ytxB0cKsdVilvLVVcooISJJKNn4j8uGqOJsZg==", "requires": { - "asynciterator": "^3.0.0" + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" } }, - "atob": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" - }, - "awesome-typescript-loader": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/awesome-typescript-loader/-/awesome-typescript-loader-5.2.1.tgz", - "integrity": "sha512-slv66OAJB8orL+UUaTI3pKlLorwIvS4ARZzYR9iJJyGsEgOqueMfOMdKySWzZ73vIkEe3fcwFgsKMg4d8zyb1g==", + "@comunica/actor-query-operation-bgp-left-deep-smallest": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.16.0.tgz", + "integrity": "sha512-8zB8ajT7z6nYDge9//7zP0sziKmnCFLVVtqqyacSQ8Yu9jl15b42rqMiZ0ty9c3qZncH2DagqiTd/5VCJP3nMg==", "requires": { - "chalk": "^2.4.1", - "enhanced-resolve": "^4.0.0", - "loader-utils": "^1.1.0", - "lodash": "^4.17.5", - "micromatch": "^3.1.9", - "mkdirp": "^0.5.1", - "source-map-support": "^0.5.3", - "webpack-log": "^1.2.0" + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" }, "dependencies": { - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "log-symbols": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", - "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", - "requires": { - "chalk": "^2.0.1" - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-bgp-single": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.16.0.tgz", + "integrity": "sha512-nUcGlq9uJCl5O7rGnFCrFeHrWSRD7hZW9QU+B7tCoSbJoUrKS9hBKkDO6xUHmsmztRKfzHgMO9LFDvmc5jGKlQ==" + }, + "@comunica/actor-query-operation-construct": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.16.0.tgz", + "integrity": "sha512-c4tLLcl7T1JYCg790LEu9Ijn3c7i2yd2uKJ9E2oytx6KLeW0YQeEaiLZ1hn3XDlQHMvfYeGznd4Y+X8632+Faw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" + "@types/node": "*" } - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" - }, - "webpack-log": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-1.2.0.tgz", - "integrity": "sha512-U9AnICnu50HXtiqiDxuli5gLB5PGBo7VvcHx36jRZHwK4vzOYLbImqT4lwWwoMHdQWwEKw736fCHEekokTEKHA==", + } + } + }, + "@comunica/actor-query-operation-describe-subject": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.16.0.tgz", + "integrity": "sha512-F5x0AU/7K9Zw6o5/y2AWsX5G3YPyLoDekWm1bHyztnHD21WFGsOgAt7R3XOJLU4/d9Mc2TpDOj17bttplJRXSg==", + "requires": { + "@comunica/actor-query-operation-union": "^1.16.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "chalk": "^2.1.0", - "log-symbols": "^2.1.0", - "loglevelnext": "^1.0.1", - "uuid": "^3.1.0" + "@types/node": "*" } } } }, - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + "@comunica/actor-query-operation-distinct-hash": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.16.0.tgz", + "integrity": "sha512-/SKXl7lFUlJ83yL81lD3RyzqkV5ONqUiqR8d1D0Vob/m8DI7ynDp8f5x74ocBLdrhFADJvGlVl8703AjJzcD6w==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0" + } }, - "aws4": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz", - "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==" + "@comunica/actor-query-operation-extend": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.16.0.tgz", + "integrity": "sha512-xad5NhPZ4KJsk3DTlG6mb0ZEX6LccCRjhFEVZsNT4qr1DPTqD5MaeE/SfjFADCwDniy5gZTxn6AQnQ1LsC52Eg==", + "requires": { + "sparqlee": "^1.4.3" + } }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + "@comunica/actor-query-operation-filter-sparqlee": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.16.0.tgz", + "integrity": "sha512-96ttlUQkBpkiUlXnClvjEaYHtEL8gCVzhOMcMLxuOAifwgv7I6Qe5WQT8QZkJbXbbwNvelXYC4Cs37p85nHSCw==", + "requires": { + "sparqlee": "^1.4.3" + } }, - "base": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", - "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "@comunica/actor-query-operation-from-quad": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.16.0.tgz", + "integrity": "sha512-qyjSrxmi0WSlxMbZo2djOfUD+2Jkm7s4JOW36ua8JBbSuGAbHwFI3xYSWiWYmLCMQEp3YgqHrTKWeGDSnqxnJQ==", "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" + "@types/rdf-js": "^3.0.0", + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "is-descriptor": "^1.0.0" + "@types/node": "*" } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + } + } + }, + "@comunica/actor-query-operation-group": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.16.0.tgz", + "integrity": "sha512-xwmoNsfjcsS04s3lLlf6dua81ywFNqOU77g61tZEveCAKyC5fN6rQZM8eLBa87z7HhHLHF42V1TVXh3PD46HaA==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0", + "rdf-string": "^1.4.2", + "sparqlee": "^1.4.3" + } + }, + "@comunica/actor-query-operation-join": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.16.0.tgz", + "integrity": "sha512-3lJt1dTrBm4ogRwCyEPwqOrJ/QfEEYu5tHUClpiP3vG0L1tmN+wRfewAxU7P8o0Rec0QkqICAMRf252tM0ftgw==" + }, + "@comunica/actor-query-operation-leftjoin-left-deep": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.16.0.tgz", + "integrity": "sha512-fVVdcMEFvQpU8eKQyDys7q6jL6SosHdSs2j5ARPmXvY/hzl68coIb4D0JmMIIWmk87TDcc9VUH0mcnHI5f7Eqw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "kind-of": "^6.0.0" + "@types/node": "*" } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + } + } + }, + "@comunica/actor-query-operation-leftjoin-nestedloop": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.16.0.tgz", + "integrity": "sha512-dTNcGe4LTwgJcvAV2TZA9lF6gmvtcQDFm+4UEiY5ehtgOD/Quh39AixYSXTNOsmMmGBamr5iBfk1ABgRwAmzyg==", + "requires": { + "sparqlee": "^1.4.3" + } + }, + "@comunica/actor-query-operation-minus": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.16.0.tgz", + "integrity": "sha512-PeM5FouB+BJMU2QYB//SK9O5LCdielQnrr+nTWXyznrx1kpBqMX7Elzmim5huhKY3Y0WfotL6rGsE5DEjdRE1w==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "kind-of": "^6.0.0" + "@types/node": "*" } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + } + } + }, + "@comunica/actor-query-operation-orderby-sparqlee": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.16.0.tgz", + "integrity": "sha512-mRubrkxjevfsrr3sMn/scVg9pveNDLammx5jtrBDm5IKkL2muTH6HGduLCmT/zONBkxUZy2uOiXQgxHXrtznsw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlee": "^1.4.3" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" + "@types/node": "*" } } } }, - "base64-js": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz", - "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==" - }, - "batch": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", - "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" - }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "@comunica/actor-query-operation-path-alt": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.16.0.tgz", + "integrity": "sha512-VJiGYoupy41Rcbbf4BymERWC5U7OjVtSe0JuSkHoOmKl9HcXQo+dGur+XJpbKz391rDY+BB2djH3Bht1YmrYig==", "requires": { - "tweetnacl": "^0.14.3" + "@comunica/actor-abstract-path": "^1.16.0", + "asynciterator": "^3.0.1", + "sparqlalgebrajs": "^2.3.2" } }, - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" - }, - "binary-extensions": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz", - "integrity": "sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==" - }, - "bindings": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", - "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", - "optional": true, + "@comunica/actor-query-operation-path-inv": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.16.0.tgz", + "integrity": "sha512-xVWLGiaIbuv2vudAFVgotHx/YCNQ+deflpgSyg5RsUU7cnqj3njkt4Iq8lX+8Sdwjmr10UIAqXPVMHKsRCRKzA==", "requires": { - "file-uri-to-path": "1.0.0" + "@comunica/actor-abstract-path": "^1.16.0" } }, - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" + "@comunica/actor-query-operation-path-link": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.16.0.tgz", + "integrity": "sha512-YCPgTQGfQCtp88OneFYTyXBG9pHuHs5Plfmj3BZP0fhbIXhn6ywn4LP5NXaVukJFCDwCFRWL9Pd1aZ5N0p9tNQ==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "sparqlalgebrajs": "^2.3.2" + } }, - "bn.js": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.1.tgz", - "integrity": "sha512-IUTD/REb78Z2eodka1QZyyEk66pciRcP6Sroka0aI3tG/iwIdYLrBD62RsubR7vqdt3WyX8p4jxeatzmRSphtA==" + "@comunica/actor-query-operation-path-nps": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.16.0.tgz", + "integrity": "sha512-S/CDgtnLQC+3qndBOST1y+AvUsCc/nh08+4s91K9RqkuQwV5/1Sl5B0aThMItazTKuUPj04ujH+PCOArt1+sbQ==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2" + } }, - "body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "@comunica/actor-query-operation-path-one-or-more": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.16.0.tgz", + "integrity": "sha512-RpjvSeua4hsSISonfK53qMlWizQ9ou208zpiGpGLamDAVpLj4pgKAQ3ksfWM+GR2sXVDiCIAvpszJkSEa9NY/w==", "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" + "@comunica/actor-abstract-path": "^1.16.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" - }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } } } }, - "bonjour": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz", - "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", + "@comunica/actor-query-operation-path-seq": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.16.0.tgz", + "integrity": "sha512-/vbN8Y8a+Sb1XcP796YxwahiD2b3euxHBu1h4pLu0oTKg6KTqbjHjbGQhxe95sWU3HKoH7F7VErTjlX8Wl29Kw==", "requires": { - "array-flatten": "^2.1.0", - "deep-equal": "^1.0.1", - "dns-equal": "^1.0.0", - "dns-txt": "^2.0.2", - "multicast-dns": "^6.0.1", - "multicast-dns-service-types": "^1.1.0" + "@comunica/actor-abstract-path": "^1.16.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2" } }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "@comunica/actor-query-operation-path-zero-or-more": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.16.0.tgz", + "integrity": "sha512-Z5NhpB4MEZHk3yhInOHILWiNzK+ZGWr+HvjYD5PtDHtbWWgE3nrxbuNhdXs1iXgaJsZWlp7ziE+H3ms4GcYjUQ==", "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "@comunica/actor-abstract-path": "^1.16.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2" } }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "@comunica/actor-query-operation-path-zero-or-one": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.16.0.tgz", + "integrity": "sha512-pGzrXcXsm6l0RKF9SfC8njqw72XiOns/chiuKegChqTQd00DubTJVHmfb2HUuNyiNVJ2BrjwYdAysP1gI93D5w==", "requires": { - "fill-range": "^7.0.1" + "@comunica/actor-abstract-path": "^1.16.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2" } }, - "brorand": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", - "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" - }, - "browser-pack": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-6.1.0.tgz", - "integrity": "sha512-erYug8XoqzU3IfcU8fUgyHqyOXqIE4tUTTQ+7mqUjQlvnXkOO6OlT9c/ZoJVHYoAaqGxr09CN53G7XIsO4KtWA==", + "@comunica/actor-query-operation-project": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.16.0.tgz", + "integrity": "sha512-uTi+GmB04RnZ7Sw3XJst8tmPtiqLmT1Z4+zTspTgnWwndeWzdw7w7v6apCZDoivvPLi1Jq/7hGNn6+3FsIGp+A==", "requires": { - "JSONStream": "^1.0.3", - "combine-source-map": "~0.8.0", - "defined": "^1.0.0", - "safe-buffer": "^5.1.1", - "through2": "^2.0.0", - "umd": "^3.0.0" + "@comunica/data-factory": "^1.14.0", + "rdf-string": "^1.4.2" } }, - "browser-resolve": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-2.0.0.tgz", - "integrity": "sha512-7sWsQlYL2rGLy2IWm8WL8DCTJvYLc/qlOnsakDac87SOoCd16WLsaAMdCiAqsTNHIe+SXfaqyxyo6THoWqs8WQ==", + "@comunica/actor-query-operation-quadpattern": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.16.0.tgz", + "integrity": "sha512-QFml3MgYd5nmnsPHoDvOcx/StY+4L0ix5C1q5h8jagwIbcuRSfo1Ay0gLMlbEDuZkzrHhkN9o6OsSMTVuXsiEQ==", "requires": { - "resolve": "^1.17.0" + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" }, "dependencies": { - "resolve": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", - "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "path-parse": "^1.0.6" + "@types/node": "*" } } } }, - "browser-stdout": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", - "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==" - }, - "browserify": { - "version": "16.5.2", - "resolved": "https://registry.npmjs.org/browserify/-/browserify-16.5.2.tgz", - "integrity": "sha512-TkOR1cQGdmXU9zW4YukWzWVSJwrxmNdADFbqbE3HFgQWe5wqZmOawqZ7J/8MPCwk/W8yY7Y0h+7mOtcZxLP23g==", + "@comunica/actor-query-operation-reduced-hash": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.16.0.tgz", + "integrity": "sha512-zE1K+d6HBhGsvQQd/XGYUgpue/aSKeHbdB2r+yzEels0ShPYxogVV69aHQAUxPXvz+kbPEzqwTWz5a28lJW+cw==", "requires": { - "JSONStream": "^1.0.3", - "assert": "^1.4.0", - "browser-pack": "^6.0.1", - "browser-resolve": "^2.0.0", - "browserify-zlib": "~0.2.0", - "buffer": "~5.2.1", - "cached-path-relative": "^1.0.0", - "concat-stream": "^1.6.0", - "console-browserify": "^1.1.0", - "constants-browserify": "~1.0.0", - "crypto-browserify": "^3.0.0", - "defined": "^1.0.0", - "deps-sort": "^2.0.0", - "domain-browser": "^1.2.0", - "duplexer2": "~0.1.2", - "events": "^2.0.0", - "glob": "^7.1.0", - "has": "^1.0.0", - "htmlescape": "^1.1.0", - "https-browserify": "^1.0.0", - "inherits": "~2.0.1", - "insert-module-globals": "^7.0.0", - "labeled-stream-splicer": "^2.0.0", - "mkdirp-classic": "^0.5.2", - "module-deps": "^6.2.3", - "os-browserify": "~0.3.0", - "parents": "^1.0.1", - "path-browserify": "~0.0.0", - "process": "~0.11.0", - "punycode": "^1.3.2", - "querystring-es3": "~0.2.0", - "read-only-stream": "^2.0.0", - "readable-stream": "^2.0.2", - "resolve": "^1.1.4", - "shasum": "^1.0.0", - "shell-quote": "^1.6.1", - "stream-browserify": "^2.0.0", - "stream-http": "^3.0.0", - "string_decoder": "^1.1.1", - "subarg": "^1.0.0", - "syntax-error": "^1.1.1", - "through2": "^2.0.0", - "timers-browserify": "^1.0.1", - "tty-browserify": "0.0.1", - "url": "~0.11.0", - "util": "~0.10.1", - "vm-browserify": "^1.0.0", - "xtend": "^4.0.0" + "@comunica/actor-abstract-bindings-hash": "^1.16.0", + "@types/lru-cache": "^5.1.0", + "lru-cache": "^6.0.0" }, "dependencies": { - "punycode": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - } + "yallist": "^4.0.0" } }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" } } }, - "browserify-aes": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", - "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "browserify-cipher": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", - "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "@comunica/actor-query-operation-service": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.16.0.tgz", + "integrity": "sha512-UTWmUZa59o6DaPqHjtFM8CES3/vlis6psAW5Wt4Bw+5sgK2XZ1EWFNM/BbQG5m0OetzgDJS+BRVbsJNDGdHRdw==", "requires": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" + "asynciterator": "^3.0.1" } }, - "browserify-des": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", - "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", - "requires": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - } + "@comunica/actor-query-operation-slice": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.16.0.tgz", + "integrity": "sha512-vFo1HVlz+0Jz2a8ppPU4tXPbSL/G9TILPSyvSJjXpQpvOQRih7m9AFeXUjGtJ6sFo5SryAkgynfk6jO0Co9tzw==" }, - "browserify-rsa": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", - "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", + "@comunica/actor-query-operation-sparql-endpoint": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.16.0.tgz", + "integrity": "sha512-3VxGRHjwWBP23ezSKVgFJG5/nj5pMhX++8d3w3WFCC5kss+p7Qnq9P06sz/42Ya/hY/CGJM4iramadGOTnbEmw==", "requires": { - "bn.js": "^4.1.0", - "randombytes": "^2.0.1" + "@comunica/utils-datasource": "^1.16.0", + "@types/rdf-js": "^3.0.0", + "arrayify-stream": "^1.0.0", + "asynciterator": "^3.0.1", + "fetch-sparql-endpoint": "^1.6.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { - "bn.js": { - "version": "4.11.8", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", - "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } } } }, - "browserify-sign": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.1.0.tgz", - "integrity": "sha512-VYxo7cDCeYUoBZ0ZCy4UyEUCP3smyBd4DRQM5nrFS1jJjPJjX7rP3oLRpPoWfkhQfyJ0I9ZbHbKafrFD/SGlrg==", + "@comunica/actor-query-operation-union": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.16.0.tgz", + "integrity": "sha512-x3eZA7T004Pdf+rEMj5ts7qs66+FFBddKnWdT10fRDkXoRTTStoSsw2oW/fk8Il9FcEAQVtNXur7ehVvzV5S5A==", "requires": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "elliptic": "^6.5.2", - "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0" + "asynciterator": "^3.0.1" } }, - "browserify-zlib": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", - "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "@comunica/actor-query-operation-values": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.16.0.tgz", + "integrity": "sha512-X2KE3DNiKtK1sjLkakDgfTZs2paMgNu54zp6wAlIWzg5QVj+iDk+XM5wx8JFI+Mrro4oRN9Gl9TOjGupNjLnxQ==", "requires": { - "pako": "~1.0.5" + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2" } }, - "buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.2.1.tgz", - "integrity": "sha512-c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg==", + "@comunica/actor-rdf-dereference-http-parse": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.16.0.tgz", + "integrity": "sha512-IKSw5jjQLIDkbd7eX3Sw0oMuPBujQ4JX6UMpDA846T4lOZcUBTovp0PPKL4zyUd88Ea9a84Qn6uREOWed4nKvg==", "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4" + "cross-fetch": "^3.0.5", + "relative-to-absolute-iri": "^1.0.5" } }, - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", - "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" - }, - "buffer-indexof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", - "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==" - }, - "buffer-xor": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", - "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=" - }, - "builtin-status-codes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", - "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" - }, - "bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" + "@comunica/actor-rdf-join-multi-smallest": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.16.0.tgz", + "integrity": "sha512-03oN4MqKBP0eVtMPyJT/PrYR7znDXU37E6sHqW/VGqws5A+myz4G/mxSSOjVE6csN5bt2wNrfpzv9J7hjmHyVA==" }, - "cacache": { - "version": "12.0.4", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz", - "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==", + "@comunica/actor-rdf-join-nestedloop": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.16.0.tgz", + "integrity": "sha512-f+2x4hgMGWkIroGc9ld3o/dFKZIgvV5DVRI9AGsJR+AZaDmet7nydKs8fw/6nEjMfYIvuNlGVgmSEsLgsAa7sA==", "requires": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "infer-owner": "^1.0.3", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" + "asyncjoin": "^1.0.1" } }, - "cache-base": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "@comunica/actor-rdf-join-symmetrichash": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.16.0.tgz", + "integrity": "sha512-d1Sszprnc+aJQt1cjycroGAkhAa2fMyECelcJGqwKWpVAXT/nsbOB0Ixb0eKTF4uGlYFrdA/OSG7frwdAORepg==", "requires": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" + "asyncjoin": "^1.0.1" } }, - "cached-path-relative": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz", - "integrity": "sha512-5r2GqsoEb4qMTTN9J+WzXfjov+hjxT+j3u5K+kIVNIwAd99DLCJE9pBIMP1qVeybV6JiijL385Oz0DcYxfbOIg==" - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + "@comunica/actor-rdf-metadata-all": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.15.0.tgz", + "integrity": "sha512-Ax+q0igPmDQeriFL4hDMQWQPV4tsTzyboqnuXqj9U84YXmJ3y+5a5Wh/35odR3W31SwMrs56jYNIpZBKwx0+RA==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } }, - "canonicalize": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/canonicalize/-/canonicalize-1.0.1.tgz", - "integrity": "sha512-N3cmB3QLhS5TJ5smKFf1w42rJXWe6C1qP01z4dxJiI5v269buii4fLHWETDyf7yEd0azGLNC63VxNMiPd2u0Cg==" + "@comunica/actor-rdf-metadata-extract-hydra-controls": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.15.0.tgz", + "integrity": "sha512-Ih5OJQGfmJe5ihMeFwtWhWKSCxLXEKID3i3NGm8MgiFFbEzLAAf1YLLIK57cW88vahY+3YkPZ7tq3FeIeAi3tw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "@types/uritemplate": "^0.3.4", + "uritemplate": "0.3.4" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + "@comunica/actor-rdf-metadata-extract-hydra-count": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.15.0.tgz", + "integrity": "sha512-3qNJWsSo0xR8xt7MEFD7rVlQXiBTLddzUK/5lX1A4dB3jk20a+c62WltctWYiIFtyCs0qYluAJ8xuJ2ItOlP7w==" }, - "chai": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz", - "integrity": "sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==", + "@comunica/actor-rdf-metadata-extract-sparql-service": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.15.0.tgz", + "integrity": "sha512-CCikTWHa8nNUfmDHPGjgTH60XGcOJtkckzZXdk6kG4rMKXocsj86/cwzYM89P58LOMKy4IFfsSpoEqKIhn2gog==", "requires": { - "assertion-error": "^1.1.0", - "check-error": "^1.0.2", - "deep-eql": "^3.0.1", - "get-func-name": "^2.0.0", - "pathval": "^1.1.0", - "type-detect": "^4.0.5" + "relative-to-absolute-iri": "^1.0.5" } }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "@comunica/actor-rdf-metadata-primary-topic": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.15.0.tgz", + "integrity": "sha512-7YRtw2us52nXYcaPyk8q/rCopioCS5LEVDEteD3RqCd7KMVhg+VZYU0iD5cMF9tyYr8NoXdm1/CYxTnSZE/LNg==", "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "@types/rdf-js": "^3.0.0" }, "dependencies": { - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "has-flag": "^3.0.0" + "@types/node": "*" } } } }, - "check-error": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", - "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=" - }, - "chokidar": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.0.tgz", - "integrity": "sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==", - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.1.1", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.2.0" - } - }, - "chownr": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", - "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" - }, - "chrome-trace-event": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz", - "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==", + "@comunica/actor-rdf-parse-html": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-eC43jtLqY3wfA6aRim83l+3NfoMQCZv/lPP2MvqxY04/Rk77DdqKtKS2GfYrIBc8aqDOoreVgiBQG5TzPzm5Ew==", "requires": { - "tslib": "^1.9.0" + "@types/rdf-js": "^3.0.0", + "htmlparser2": "^4.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", - "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "@comunica/actor-rdf-parse-html-rdfa": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.15.0.tgz", + "integrity": "sha512-1rA7YCjY1v7/1oRKzthVw633HZmHux96SQW5j+FIJTvX4GoBvf1seS082HY7WQGRpZVgLxOUxtAOQcp7zT4dHA==", "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "rdfa-streaming-parser": "^1.1.1" } }, - "class-utils": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", - "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "@comunica/actor-rdf-parse-html-script": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.16.1.tgz", + "integrity": "sha512-IYagk0RzIQEzj/78KvoICDgOiPnwvj44S/PH2ha++o9Se0FgTxRjHrWTluETiczOcvrV54TeVh0YDYJck+xz/w==", "requires": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" + "@types/rdf-js": "^3.0.0", + "relative-to-absolute-iri": "^1.0.5" }, "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "is-descriptor": "^0.1.0" + "@types/node": "*" } } } }, - "cliui": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "@comunica/actor-rdf-parse-jsonld": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.16.0.tgz", + "integrity": "sha512-LtAIv75bhHe2teN0vjWZ6EkjwnK6Yw56Q1ZuxgrWZLGrbdRF6YZuXglW+IqWeZ45tIUqhweS83k17/9fR3UK5w==", "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" + "@types/rdf-js": "^3.0.0", + "jsonld-streaming-parser": "^2.0.2", + "stream-to-string": "^1.2.0" }, "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "ansi-regex": "^4.1.0" + "@types/node": "*" } } } }, - "collection-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", - "requires": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "@comunica/actor-rdf-parse-n3": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.15.0.tgz", + "integrity": "sha512-YWk7XSDN8GDOFL+u5PtadZmIUzAh5ZUYB/LwXLENeymIgWEaSvJo5H4QqdGmnJFArlgXX2Thk8jTvbtubiNTvw==", "requires": { - "color-name": "1.1.3" + "@types/n3": "^1.4.2", + "n3": "^1.0.0" } }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "combine-source-map": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.8.0.tgz", - "integrity": "sha1-pY0N8ELBhvz4IqjoAV9UUNLXmos=", + "@comunica/actor-rdf-parse-rdfxml": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.15.0.tgz", + "integrity": "sha512-Rec0dnaTW95Mx91cfQPBkDkgEhoFd9J36FtiJAotLFPOiXp4YsTEZGQNSODTbhchfaTS6HDTFnETQ6GbmutaCQ==", "requires": { - "convert-source-map": "~1.1.0", - "inline-source-map": "~0.6.0", - "lodash.memoize": "~3.0.3", - "source-map": "~0.5.3" + "rdfxml-streaming-parser": "^1.1.0" } }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "@comunica/actor-rdf-parse-xml-rdfa": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.15.0.tgz", + "integrity": "sha512-34CI/f/JQTEfrnxyqB7Y+EhkhW0tTMsHoC8yu+Y6AtSVdj2FYkSR+GmAk9F65JVnm/RC9uh1T7yT5yJMVvmgiQ==", "requires": { - "delayed-stream": "~1.0.0" + "rdfa-streaming-parser": "^1.1.1" } }, - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" - }, - "component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + "@comunica/actor-rdf-resolve-hypermedia-links-next": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.15.0.tgz", + "integrity": "sha512-TgQurH1G50rdgnQ9WCWchYrUDMk+379oVuha5JISwW5Dc33/wVjR+hoIkrAfKx/kIi7846mcEHO4qNQ5V818hw==" }, - "componentsjs": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.2.tgz", - "integrity": "sha512-ICaSvvxY/CvWwFt0lLsoRL/DHY09akoI6x9WakQQ9g4GYHVaZumWSAdOrzM/htjGpBumpVh1C/4hk0/ghh9jXA==", + "@comunica/actor-rdf-resolve-hypermedia-none": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.15.0.tgz", + "integrity": "sha512-dgCFXKbmY9UKSaczpmdVFeSNNcotgWJavC979HQO40zjq6tg3kRDT82M0ucjuDB7fIglzA8xQYTvbjIWYNrm4g==", "requires": { - "@types/lodash": "^4.14.56", - "@types/minimist": "^1.2.0", - "@types/n3": "0.0.3", - "@types/node": "8.10.21", - "global-modules": "^1.0.0", - "jsonld": "^0.4.11", - "lodash": "^4.17.4", - "minimist": "^1.2.0", - "n3": "^0.9.1", - "requireg": "^0.1.7" + "@types/rdf-js": "^3.0.0", + "rdf-store-stream": "^1.0.1" }, "dependencies": { - "@types/n3": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@types/n3/-/n3-0.0.3.tgz", - "integrity": "sha512-oqywrU7RdLKO0Ndnrue8smXR+oLW4EgFGrd/ewaYbkZjgr/eRpwpjsJk9D5Z8AF+cZKYbiQtR5BR6LNlLl0HPQ==", + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { "@types/node": "*" } - }, - "@types/node": { - "version": "8.10.21", - "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.21.tgz", - "integrity": "sha512-87XkD9qDXm8fIax+5y7drx84cXsu34ZZqfB7Cial3Q/2lxSoJ/+DRaWckkCbxP41wFSIrrb939VhzaNxj4eY1w==" - }, - "jsonld": { - "version": "0.4.12", - "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", - "integrity": "sha1-oC8gXVNBQU3xtthBTxuWenEgc+g=", + } + } + }, + "@comunica/actor-rdf-resolve-hypermedia-qpf": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.16.0.tgz", + "integrity": "sha512-ikOdP68hwoG9jFqe7ezpOfvWirXtFmKjCvbWf6bl4HgojvP8Wa94V7glxV75p/8Tsj5j5FwvFJfbbhlBJDNXiQ==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "es6-promise": "^2.0.0", - "pkginfo": "~0.4.0", - "request": "^2.61.0", - "xmldom": "0.1.19" + "@types/node": "*" } - }, - "n3": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/n3/-/n3-0.9.1.tgz", - "integrity": "sha1-QwtUfVjcc4FAjEV4TdgFgXGQOTI=" } } }, - "compressible": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "@comunica/actor-rdf-resolve-hypermedia-sparql": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.16.0.tgz", + "integrity": "sha512-G6OCciGr/mGg6TQ4+iEnWgSqYyrKmhXQ8UzkLPS6FJXyxWJoEoiHpebYMN9Zw6XycJKnZxlqVUrmIuz3Cxde5g==", "requires": { - "mime-db": ">= 1.43.0 < 2" + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.16.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.3.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "@comunica/actor-rdf-resolve-quad-pattern-federated": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.16.0.tgz", + "integrity": "sha512-bHQLxjCtDHiUxIop8IWfReZhBPWpusPfc39A65VyQsZ7lBF/ZF21fTDaGJ8XlmiAYNBanDwjVIKe5ng3MGzwww==", "requires": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" + "@comunica/data-factory": "^1.14.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.5.1" }, "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } } } }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.16.0.tgz", + "integrity": "sha512-eNcn6N5Db5NyBPf4/on+baLr6pqeO86OcbfrjHkdU98MnR5CTXMF68/MCkwRLfcYooRG+o6z6EV/T/wonVeT8g==", "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" + "@comunica/utils-datasource": "^1.16.0", + "@rdfjs/data-model": "^1.1.1", + "@types/lru-cache": "^5.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "lru-cache": "^6.0.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" }, "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "@types/node": "*" } }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "requires": { - "safe-buffer": "~5.1.0" + "yallist": "^4.0.0" } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" } } }, - "connect-history-api-fallback": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", - "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==" - }, - "console-browserify": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", - "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" - }, - "constants-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", - "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=" - }, - "content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.16.0.tgz", + "integrity": "sha512-+APHJ2NNegd+dtbMIRnNKksBWk4lqEE70snWBKLavxcae0oq6rq3IvZypuARQETFfxICK9KtAtwg6Z7G19QjKw==", "requires": { - "safe-buffer": "5.1.2" + "@types/rdf-js": "^3.0.0" }, "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } } } }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" - }, - "convert-source-map": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.3.tgz", - "integrity": "sha1-SCnId+n+SbMWHzvzZziI4gRpmGA=" - }, - "cookie": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" - }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" - }, - "copy-concurrently": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", - "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", - "requires": { - "aproba": "^1.1.1", - "fs-write-stream-atomic": "^1.0.8", - "iferr": "^0.1.5", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.0" - } - }, - "copy-descriptor": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" - }, - "copy-webpack-plugin": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.2.tgz", - "integrity": "sha512-Uh7crJAco3AjBvgAy9Z75CjK8IG+gxaErro71THQ+vv/bl4HaQcpkexAY8KVW/T6D2W2IRr+couF/knIRkZMIQ==", + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.16.0.tgz", + "integrity": "sha512-TfeEDKaYCR3NZvOmhaUY49+Z+5vPKRnx3xTA5L1GsvsU4Bc2kdFKI7ax7FR1p3CrM7AHDlxvu8/AzHIAWFbtxg==", "requires": { - "cacache": "^12.0.3", - "find-cache-dir": "^2.1.0", - "glob-parent": "^3.1.0", - "globby": "^7.1.1", - "is-glob": "^4.0.1", - "loader-utils": "^1.2.3", - "minimatch": "^3.0.4", - "normalize-path": "^3.0.0", - "p-limit": "^2.2.1", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "webpack-log": "^2.0.0" + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.3.2", + "sparqljson-parse": "^1.5.0" }, "dependencies": { - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "requires": { - "is-extglob": "^2.1.0" - } - } + "@types/node": "*" } } } }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" - }, - "create-ecdh": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz", - "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", + "@comunica/actor-rdf-serialize-jsonld": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.15.0.tgz", + "integrity": "sha512-+QeLhBWY9Ce0sNW6yDm7GoEdFNlMsQ01k71yBhaBRPhe/gYEbJc0chZAUoByCY0dJRqtfZK1Wc5gjfTrG/ctdQ==", + "requires": { + "jsonld-streaming-serializer": "^1.1.0" + } + }, + "@comunica/actor-rdf-serialize-n3": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.15.0.tgz", + "integrity": "sha512-/9wY7o875w103A9a/SNpk65rFcp+bT3mSOnjV1bUnMVhvy73AsRG88uiwGUbS6GDFBPzA2j/l8OD+I4U3j6I7Q==", "requires": { - "bn.js": "^4.1.0", - "elliptic": "^6.0.0" + "@types/n3": "^1.4.2", + "@types/rdf-js": "^3.0.0", + "n3": "^1.0.0", + "rdf-string": "^1.4.2" }, "dependencies": { - "bn.js": { - "version": "4.11.8", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", - "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } } } }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", - "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "@comunica/actor-sparql-parse-algebra": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.16.0.tgz", + "integrity": "sha512-hby1X7JYxgS1T84bLYna2Cs5XCA4cCaUJMAJ8emd/IyHoW0VT4N0moCofnswjykeJ9HgCOWMbs6FqfahZS1Tag==", "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" + "@types/sparqljs": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2", + "sparqljs": "^3.1.1" } }, - "create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", - "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "@comunica/actor-sparql-parse-graphql": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.15.0.tgz", + "integrity": "sha512-QggTh7b/LgzZRqKR+p46hXoJiH5ge/JTbWQM92QCRa2TsNm2hGpuvCwUS0VoPiUN+O/Vbtw6IH+09qJAnEt0+w==", "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" + "graphql-to-sparql": "^2.1.0" } }, - "cross-fetch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", - "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", + "@comunica/actor-sparql-serialize-json": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.16.0.tgz", + "integrity": "sha512-9T6WlZtCOvYm37j7tgGvRCYO716naaqG4V2LbIYVcxoCxqUlfPcpE07eXt8GfWEG9R6QQuvk8UvEPqZrNiPmNQ==", "requires": { - "node-fetch": "2.6.0" + "@types/rdf-js": "^3.0.0", + "rdf-string": "^1.4.2" }, "dependencies": { - "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } } } }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "@comunica/actor-sparql-serialize-rdf": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.16.0.tgz", + "integrity": "sha512-KBwIuwzZp5qoSFPy+8n81x2uuV8P6pzwG3r2skdir+CfIygGb0Yxf0EzCKfVDBCYn/h4lFJPwMbqXbfflwN7Ww==" + }, + "@comunica/actor-sparql-serialize-simple": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.16.0.tgz", + "integrity": "sha512-Cu4MpzGlXQn/tI68fKuttny6cPmvyFBllypkZybPOtGwMY/TyA5FSd/GQLCagfP/gSm6XYnmK04D8gzY1Bwrlw==", "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" + "@types/rdf-js": "^3.0.0" }, "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } } } }, - "crypto-browserify": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", - "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", - "requires": { - "browserify-cipher": "^1.0.0", - "browserify-sign": "^4.0.0", - "create-ecdh": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.0", - "diffie-hellman": "^5.0.0", - "inherits": "^2.0.1", - "pbkdf2": "^3.0.3", - "public-encrypt": "^4.0.0", - "randombytes": "^2.0.0", - "randomfill": "^1.0.3" - } - }, - "cyclist": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", - "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" - }, - "d": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", - "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - } - }, - "dash-ast": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz", - "integrity": "sha512-Vy4dx7gquTeMcQR/hDkYLGUnwVil6vk4FOOct+djUnHOUWt+zJPJAaRIXaAFkPXtJjvlY7o3rfRu0/3hpnwoUA==" - }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "@comunica/actor-sparql-serialize-sparql-csv": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-csv/-/actor-sparql-serialize-sparql-csv-1.16.0.tgz", + "integrity": "sha512-unsuwwpuXdf+mqnrlFws/XpywRCPMjXccXZo2ORNlV4/iuWB3pIToAW0dnhTNxXafpWKiN/lcX05xQitH6jm3Q==", "requires": { - "assert-plus": "^1.0.0" + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "@comunica/actor-sparql-serialize-sparql-json": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.16.0.tgz", + "integrity": "sha512-JVAPseFNzUT82mH9udR2QJXw0uWo6TcpHVYXk0JbvXOXwH4NBuAkXiYFBMv1ghbtpyN31Xol7Pa90mwGb8rrMw==", "requires": { - "ms": "2.0.0" + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" - }, - "decimal.js": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.0.tgz", - "integrity": "sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw==" - }, - "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" - }, - "deep-eql": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", - "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", + "@comunica/actor-sparql-serialize-sparql-tsv": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-tsv/-/actor-sparql-serialize-sparql-tsv-1.16.0.tgz", + "integrity": "sha512-GX6ELMgGa3ztPZC2jKQ6/xyYf+fg4p/6p/ww/GzrSplEpmRlKFQIgUCu735ZKM3w5lZdxf8IDzOeVqDARI8jhw==", "requires": { - "type-detect": "^4.0.0" + "@types/rdf-js": "^3.0.0", + "rdf-string-ttl": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "deep-equal": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", - "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", + "@comunica/actor-sparql-serialize-sparql-xml": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.16.0.tgz", + "integrity": "sha512-udTwQMSGY25S9YePdMKrWgndHrxhcFpEZ2u8msTxbZkkJZhW8qKxh4rMUE5ESGsrFPwtlYQTX+gPu2LZ+zXAnA==", "requires": { - "is-arguments": "^1.0.4", - "is-date-object": "^1.0.1", - "is-regex": "^1.0.4", - "object-is": "^1.0.1", - "object-keys": "^1.1.1", - "regexp.prototype.flags": "^1.2.0" + "@types/rdf-js": "^3.0.0", + "@types/xml": "^1.0.2", + "xml": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" - }, - "default-gateway": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz", - "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==", + "@comunica/actor-sparql-serialize-stats": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.16.0.tgz", + "integrity": "sha512-tGeOR5tgyP7yG7fSiPuI2Md+/ZFRJk8A6eSXGAGvZaNTGIhDmaF21jLfon/OUrJTO3jlsR1a1mZ2Hl5jshp2kA==", "requires": { - "execa": "^1.0.0", - "ip-regex": "^2.1.0" + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "@comunica/actor-sparql-serialize-table": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.16.0.tgz", + "integrity": "sha512-Sj5AJqP5fPEL8Nr2sG6K64crd7FOChPzFojSE6L750SXutQSNDuJ/Zm8N1xfZxGsxTeYNUhzr+WxzSKoWuwzQA==", "requires": { - "object-keys": "^1.0.12" + "@types/rdf-js": "^3.0.0", + "rdf-terms": "^1.4.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", - "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "@comunica/actor-sparql-serialize-tree": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.16.0.tgz", + "integrity": "sha512-9BMQ8nL4Cso2NOsiKrcGQp/Ccmer8jhfJowOQhRioLI54w2+lVGXBfR8t/Mj9T4bWabtgY8AES25ZjGS2hh2gg==", "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" + "@types/rdf-js": "^3.0.0", + "sparqljson-to-tree": "^2.0.0" }, "dependencies": { - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" + "@types/node": "*" } } } }, - "defined": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", - "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=" + "@comunica/bus-context-preprocess": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.15.0.tgz", + "integrity": "sha512-qB+DQX2YiXjc/vJ84fE9nW6XXgMDbYIwgtjn5wmfvQWjr+9p0yVjk32IMU9kRa7ETp9OytY/pHebvVHDhuHBYw==" }, - "del": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz", - "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==", + "@comunica/bus-http": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.16.0.tgz", + "integrity": "sha512-3fWJA3Yh7Wj4clabg141FgAH+m8/InZ+BVPr7BqhO+7Jg0tXbvGDfai8N0SXWL7rCMkWjlPYkBHkzpQ8Dk0HAg==", "requires": { - "@types/glob": "^7.1.1", - "globby": "^6.1.0", - "is-path-cwd": "^2.0.0", - "is-path-in-cwd": "^2.0.0", - "p-map": "^2.0.0", - "pify": "^4.0.1", - "rimraf": "^2.6.3" + "is-stream": "^2.0.0", + "web-streams-node": "^0.4.0" }, "dependencies": { - "globby": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", - "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", - "requires": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": { - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" - } - } - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" } } }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + "@comunica/bus-http-invalidate": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.15.0.tgz", + "integrity": "sha512-RGURwbcUtD81ZYMMqs3EXB8ML35HENnGnrnrl0iO07R8HdJ/V5sczM8cxo5/+MXDpAqA9ao99AHJARwyHgoFmQ==" }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + "@comunica/bus-init": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.15.0.tgz", + "integrity": "sha512-HwVTEznx2H7GvcfQAREz52QF8xXT1AqxkJDnI9vTeGvLpWrM+LVOAJZxBcYFFK3X3bEhTsPfDVzikziMGqZuZw==" }, - "deps-sort": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.1.tgz", - "integrity": "sha512-1orqXQr5po+3KI6kQb9A4jnXT1PBwggGl2d7Sq2xsnOeI9GPcE/tGcF9UiSZtZBM7MukY4cAh7MemS6tZYipfw==", + "@comunica/bus-optimize-query-operation": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.16.0.tgz", + "integrity": "sha512-7mvHenP7semqGlWge4EIvueK1/s4TjMpyL/RKF0Twa8Fwp0r66dFjprkAitV7K95U4FJvD0KSJPWTnQsJBdxrg==", "requires": { - "JSONStream": "^1.0.3", - "shasum-object": "^1.0.0", - "subarg": "^1.0.0", - "through2": "^2.0.0" + "sparqlalgebrajs": "^2.3.2" } }, - "des.js": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", - "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "@comunica/bus-query-operation": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.16.0.tgz", + "integrity": "sha512-xusr0PelD5ej1B9+ff7AFDXRMidDR167Lzazaits7wNd400sG2RpIJjnEvNqU6g6d0R5WnUWCpCuv4hFQZ15sQ==", "requires": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "immutable": "^3.8.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "destroy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" - }, - "detect-file": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", - "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=" - }, - "detect-node": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz", - "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==" - }, - "detective": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz", - "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==", + "@comunica/bus-rdf-dereference": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.15.0.tgz", + "integrity": "sha512-4vXq8e51zK1gkw5lxL2HkqYx/Wig215w8Bi3jguUTM/10EQW7KgebhRxeFU/EQOamFTMeS5anOu5BVfNps8rJQ==", "requires": { - "acorn-node": "^1.6.1", - "defined": "^1.0.0", - "minimist": "^1.1.1" + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "diff": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", - "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==" + "@comunica/bus-rdf-dereference-paged": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.15.0.tgz", + "integrity": "sha512-xejwEanK8yaI/ST1SDE2Tjs9f/PsS5SvtYIVEZuWew9Ey4UlxcW/Tsz4m5YA40DeYbXaXg7m40ZeWJxwiislrw==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } }, - "diffie-hellman": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", - "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "@comunica/bus-rdf-join": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.16.0.tgz", + "integrity": "sha512-v2RilDXPIc1sOtGnhskNqvbeyp4jOBTTUnHUEHCIdopZVUhEIj+zpZdHFoPOIbtHK6eQlQ0Ckx3E3mX84fZVyA==", "requires": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" + "@types/rdf-js": "^3.0.0" }, "dependencies": { - "bn.js": { - "version": "4.11.8", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", - "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } } } }, - "dir-glob": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz", - "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", + "@comunica/bus-rdf-metadata": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.15.0.tgz", + "integrity": "sha512-XhyMkScTBA0KUPTHtmO+kxAUyHhvuigiC6NzAoBZ9wm4y+r3aZ++mpBpAv/Fyma5GiT19EAW2pa8ew7CV9GR3A==", "requires": { - "path-type": "^3.0.0" + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "dns-equal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", - "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" - }, - "dns-packet": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz", - "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==", + "@comunica/bus-rdf-metadata-extract": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.15.0.tgz", + "integrity": "sha512-uxLy3hvpWuLoopoG5clYb3imhQXHGHMKHXe97jfvXA0hjoWleNtD0KRfhs+45YCBXqfNC9PVypTb9eM6SVILNQ==", "requires": { - "ip": "^1.1.0", - "safe-buffer": "^5.0.1" + "@types/rdf-js": "^3.0.0", + "graphql-ld": "^1.1.0", + "rdf-store-stream": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "dns-txt": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz", - "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", + "@comunica/bus-rdf-parse": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.15.0.tgz", + "integrity": "sha512-6cGGUBgorkJ6hr5U235qSrlK1m7rPpIM8W6o9kbRAw149AKap1XFF3OXpAYqat2eB4Cbs1J2PP9wg1/s/uOsww==", "requires": { - "buffer-indexof": "^1.0.0" + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "dom-serializer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.0.1.tgz", - "integrity": "sha512-1Aj1Qy3YLbdslkI75QEOfdp9TkQ3o8LRISAzxOibjBs/xWwr1WxZFOQphFkZuepHFGo+kB8e5FVJSS0faAJ4Rw==", + "@comunica/bus-rdf-parse-html": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-7F/kDrNf9X//IrO/CK4LpwM5f+mFHLa/wsPc2RubyhiFN3P3KWU6NWxjDJRT9yP85EmW4KknXWwF8AOTvbKF1A==", "requires": { - "domelementtype": "^2.0.1", - "domhandler": "^3.0.0", - "entities": "^2.0.0" + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "domain-browser": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", - "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==" - }, - "domelementtype": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz", - "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==" - }, - "domhandler": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.0.0.tgz", - "integrity": "sha512-eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw==", + "@comunica/bus-rdf-resolve-hypermedia": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.15.0.tgz", + "integrity": "sha512-mnSsNMa2FS6x0b0K453J4c2+1UQoe2WX/p3UXfF7YocWFc7eL7JUsZO8+XZ1Pq8WaPpz+sUeaz+JtIYgVtqSGg==", "requires": { - "domelementtype": "^2.0.1" + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "domutils": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.2.0.tgz", - "integrity": "sha512-0haAxVr1PR0SqYwCH7mxMpHZUwjih9oPPedqpR/KufsnxPyZ9dyVw1R5093qnJF3WXSbjBkdzRWLw/knJV/fAg==", - "requires": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.0.1", - "domhandler": "^3.0.0" - } + "@comunica/bus-rdf-resolve-hypermedia-links": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.15.0.tgz", + "integrity": "sha512-AJD48ftgMdPj5x0hMTRkzNHeywsMqWnXOK7c6L2m3TlUyMtw5PWNYKd2CD1qyXE7xmSi2cKLKA5TKDkQqV7GCg==" }, - "duplexer2": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", - "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=", + "@comunica/bus-rdf-resolve-quad-pattern": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.16.0.tgz", + "integrity": "sha512-CHZQcBFVMeUiB2DyGWzDRzvXO+s7uNS6SwnrvXVujCpdYFKfB15uG9mcpc8tZGwHDr18xq6iuLZcEKMl5wqGjA==", "requires": { - "readable-stream": "^2.0.2" + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" }, "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "safe-buffer": "~5.1.0" + "@types/node": "*" } } } }, - "duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", - "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "@comunica/bus-rdf-serialize": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.15.0.tgz", + "integrity": "sha512-c1uJF1LkJ96zscMCe+CB2fLbXhlJ0o8PPVRMm3Jk7/rc8WY5bUxSxf1SFbA/jkOZtcZy59wFHDvPf/NM74ADBg==", "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@types/rdf-js": "^3.0.0" }, "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "safe-buffer": "~5.1.0" + "@types/node": "*" } } } }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "@comunica/bus-sparql-parse": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.15.0.tgz", + "integrity": "sha512-4aFz5qnnnPxezK/vtvltqqUlN0NhYNFEQwXYZf6Yi2dSS/Hs4cU4kYcldXxIXeBfRQkaoUtTCr0lCUg5uOyqIQ==" + }, + "@comunica/bus-sparql-serialize": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.16.0.tgz", + "integrity": "sha512-LLPheBBYBuSAweou+4kQf0Gop/lNORXOuaDfsHemLG6VqNmWzYyl79rnjd7yTLcZn/QVMUUYDD21CPY8OU5lJQ==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0" + } + }, + "@comunica/core": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.15.0.tgz", + "integrity": "sha512-Mg/fpufyK4hVKX2vgP8oapu4ZpyugNRxyI/1AX7zlhSkYpE+ldK5YQaGG/sb+fq+s2sAtE1Ocd+thCgF4wv+8w==", "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" + "immutable": "^3.8.2" } }, - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "elliptic": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz", - "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==", + "@comunica/data-factory": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/data-factory/-/data-factory-1.14.0.tgz", + "integrity": "sha512-zpTpglsFIHuklarPCFTG2nRRG+RD1biT9nscggltShKJRK2EAtpnMeABGS/QU6es5CC96ZdA94KlVmFxt51A+g==", "requires": { - "bn.js": "^4.4.0", - "brorand": "^1.0.1", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.0" + "@types/rdf-js": "^3.0.0" }, "dependencies": { - "bn.js": { - "version": "4.11.8", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", - "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } } } }, - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + "@comunica/logger-pretty": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.15.0.tgz", + "integrity": "sha512-Ta0u/YHHgSvX9Au8JqzhgqmNiPLwFW2L1ZLnUR3V0J+uQDL2PEayWnw+xrDyVKgYJaffevJYHowjn4c4D5DxFA==" }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + "@comunica/logger-void": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.15.0.tgz", + "integrity": "sha512-nU0bJ56hOAURnz4uDNbeldAJ88OduRQMtHEeKTSkR+ATArP/ShXFWLgKcxRnU9ELSsA7k9HlvAFpvag5+eNs8g==" }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + "@comunica/mediator-all": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.15.0.tgz", + "integrity": "sha512-uALhqOxGIT/gBXWkIVE+PTITf5EIDNL2UD9GRffdgc1Qg74prWcMZ4+gYczBOMUhqZHE605QsXXO8NkT4xP14A==" }, - "encoding": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", - "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", + "@comunica/mediator-combine-pipeline": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.15.0.tgz", + "integrity": "sha512-XYf+rOSF1Tj5JX8geHUt5O8BJmLqyRXXYZQe2nlwGoe66hshMKpzAu38m5uDpARrJ4dPxU0PrH34x1Wug77lpg==" + }, + "@comunica/mediator-combine-union": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.15.0.tgz", + "integrity": "sha512-TPzfXuKRVBEpjb+/S8v2C8uvgi8BTjtg1htL/qY/xI2fYqRcLZGl+D5MZEESmwpmm19cBfg87CbF+ROn6L3+IQ==" + }, + "@comunica/mediator-number": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.15.0.tgz", + "integrity": "sha512-d1jwHVN6rELFzEPb+CDqEjItAJ4/AqiP1Vp+Z/PBucLjM9EEonQMjQzqrkRV/Oy6cBXfSQDhXuSvftfl/zUCjg==" + }, + "@comunica/mediator-race": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.15.0.tgz", + "integrity": "sha512-MVESJnkgSoPaCkNNN8RDm0B06d0JNL4QOvRZFuFETY4/D+OwIpcEf0EGButQsDUlelAk5n/sFssLMqo2tw65SA==" + }, + "@comunica/runner": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.16.0.tgz", + "integrity": "sha512-ZQuTt10UpcUbiXu94MSFCgaYkraCtgXewEbXus5Jf0OUbSqa/fkxwWs4wTxak/9CjtFLMb4GO3jfoYoeWbqtfA==", "requires": { - "iconv-lite": "~0.4.13" + "componentsjs": "^3.4.1" } }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "@comunica/runner-cli": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.16.0.tgz", + "integrity": "sha512-9XfRqACWeppe/po/UMIN4MH+gU/8YszRqyPG02vd9k0AnPXYMK5AXPj4ge3D0HQE+ENb2y9C5xe516w0yl8eBw==", "requires": { - "once": "^1.4.0" + "@comunica/runner": "^1.16.0" } }, - "enhanced-resolve": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz", - "integrity": "sha512-98p2zE+rL7/g/DzMHMTF4zZlCgeVdJ7yr6xzEpJRYwFYrGi9ANdn5DnJURg6RpBkyk60XYDnWIv51VfIhfNGuA==", + "@comunica/utils-datasource": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.16.0.tgz", + "integrity": "sha512-MWng1lz62YT5VLvwFvBNc119U6aNvX7oL8j7YdgRyLulB14gYEp5njuqRjbz1WFa1TtDUJxYGMPyskSMdzGilw==", "requires": { - "graceful-fs": "^4.1.2", - "tapable": "^1.0.0" - }, - "dependencies": { - "memory-fs": {} + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", + "arrayify-stream": "^1.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" } }, - "entities": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", - "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" + "@rdfjs/data-model": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@rdfjs/data-model/-/data-model-1.1.2.tgz", + "integrity": "sha512-pk/G/JLYGaXesoBLvEmoC/ic0H3B79fTyS0Ujjh5YQB2DZW+mn05ZowFFv88rjB9jf7c1XE5XSmf8jzn6U0HHA==", + "requires": { + "@types/rdf-js": "^2.0.1" + } }, - "errno": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz", - "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", + "@types/chai": { + "version": "4.2.12", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.12.tgz", + "integrity": "sha512-aN5IAC8QNtSUdQzxu7lGBgYAOuU1tmRU4c9dIq5OKGf/SBVjXo+ffM2wEjudAWbgpOhy60nLoAGH1xm8fpCKFQ==" + }, + "@types/create-hash": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@types/create-hash/-/create-hash-1.2.2.tgz", + "integrity": "sha512-Fg8/kfMJObbETFU/Tn+Y0jieYewryLrbKwLCEIwPyklZZVY2qB+64KFjhplGSw+cseZosfFXctXO+PyIYD8iZQ==", "requires": { - "prr": "~1.0.1" + "@types/node": "*" } }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "@types/glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==", "requires": { - "is-arrayish": "^0.2.1" + "@types/minimatch": "*", + "@types/node": "*" } }, - "es-abstract": { - "version": "1.17.6", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz", - "integrity": "sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==", + "@types/http-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/http-link-header/-/http-link-header-1.0.1.tgz", + "integrity": "sha512-5h+Pqs4EHoMkY/fLva7XsYmh9IVQghQ6uWWil1FGCNI0WqjhI4g20doYsbT4kJ/G3GkAlQca4AIc9OexdUnzkg==" + }, + "@types/isomorphic-fetch": { + "version": "0.0.35", + "resolved": "https://registry.npmjs.org/@types/isomorphic-fetch/-/isomorphic-fetch-0.0.35.tgz", + "integrity": "sha512-DaZNUvLDCAnCTjgwxgiL1eQdxIKEpNLOlTNtAgnZc50bG2copGhRrFN9/PxPBuJe+tZVLCbQ7ls0xveXVRPkvw==" + }, + "@types/json-schema": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.5.tgz", + "integrity": "sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==" + }, + "@types/jsonld": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@types/jsonld/-/jsonld-1.5.1.tgz", + "integrity": "sha512-8XI88iiCBVqmNCMBqPOgJhJPPuiIW1Tp2sXqe3NwD137ljhQVkDWY8cuYBBDZQoBYfGzUJvja527bbwqVbRnHQ==" + }, + "@types/lodash": { + "version": "4.14.160", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.160.tgz", + "integrity": "sha512-aP03BShJoO+WVndoVj/WNcB/YBPt+CIU1mvaao2GRAHy2yg4pT/XS4XnVHEQBjPJGycWf/9seKEO9vopTJGkvA==" + }, + "@types/lru-cache": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.0.tgz", + "integrity": "sha512-RaE0B+14ToE4l6UqdarKPnXwVDuigfFv+5j9Dze/Nqr23yyuqdNvzcZi3xB+3Agvi5R4EOgAksfv3lXX4vBt9w==" + }, + "@types/minimatch": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", + "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" + }, + "@types/minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=" + }, + "@types/mocha": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz", + "integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==" + }, + "@types/n3": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.4.3.tgz", + "integrity": "sha512-NJ6GKZDE/6Q9iF9Zg+c89WHLK6VXIyVPfvPw6Z8/17ssk1Vx944XcAn0ZmPlRnvUXlGCg63NmMGzB20X46cs4A==", "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.0", - "is-regex": "^1.1.0", - "object-inspect": "^1.7.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.0", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" + "@types/node": "*", + "@types/rdf-js": "*" + } + }, + "@types/node": { + "version": "13.13.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.5.tgz", + "integrity": "sha512-3ySmiBYJPqgjiHA7oEaIo2Rzz0HrOZ7yrNO5HWyaE5q0lQ3BppDZ3N53Miz8bw2I7gh1/zir2MGVZBvpb1zq9g==" + }, + "@types/parse-link-header": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-link-header/-/parse-link-header-1.0.0.tgz", + "integrity": "sha512-fCA3btjE7QFeRLfcD0Sjg+6/CnmC66HpMBoRfRzd2raTaWMJV21CCZ0LO8MOqf8onl5n0EPfjq4zDhbyX8SVwA==" + }, + "@types/rdf-js": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-2.0.12.tgz", + "integrity": "sha512-NBzHFHp2vHOJkPlSqzsOrkEsD9grKn+PdFjZieIw59pc0FlRG6WEQAjQZvHzFxJlYzC6ZDCFyTA1wBvUnnzUQw==", + "requires": { + "@types/node": "*" + } + }, + "@types/sparqljs": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/sparqljs/-/sparqljs-3.0.1.tgz", + "integrity": "sha512-2SGl+Q4Gq0Rh/y0ZT6iBvQDDlws3NiPKfkMaEnGDWHvwNonlSZt03jm7HJ7C9I+huwBQ5l5SOYpeJsrh0nOJew==", + "requires": { + "@types/rdf-js": "*" } }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "@types/uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@types/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha512-1D8mJEeQEXynoPQKJkneIK+tXaM2Qnk6c80RBQPV/O2ToypI4mlqXy5jojnYKjTX2Q+EMNMOWt0wNdLbb2MUpA==" + }, + "@types/uuid": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.4.tgz", + "integrity": "sha512-WGZCqBZZ0mXN2RxvLHL6/7RCu+OWs28jgQMP04LWfpyJlQUMTR6YU9CNJAKDgbw+EV/u687INXuLUc7FuML/4g==" + }, + "@types/xml": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/xml/-/xml-1.0.5.tgz", + "integrity": "sha512-h3PVM7waRi2UeoaY2BhpLGvettU/3vfCbsjXMV/9Ex5WjvIy82J8Qfp1xiPxM4kTSOLdFFpjRwQ7YY7XJeKBvg==", "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" + "@types/node": "*" } }, - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz", - "integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==", + "@webassemblyjs/ast": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", + "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0" } }, - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", - "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - } + "@webassemblyjs/floating-point-hex-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz", + "integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==" }, - "es6-promise": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz", - "integrity": "sha1-lu258v2wGZWCKyY92KratnSBgbw=" + "@webassemblyjs/helper-api-error": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", + "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==" }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", - "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", + "@webassemblyjs/helper-buffer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz", + "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==" + }, + "@webassemblyjs/helper-code-frame": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz", + "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==", "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" + "@webassemblyjs/wast-printer": "1.9.0" } }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + "@webassemblyjs/helper-fsm": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz", + "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==" }, - "eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", - "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", + "@webassemblyjs/helper-module-context": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz", + "integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==", "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" + "@webassemblyjs/ast": "1.9.0" } }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + "@webassemblyjs/helper-wasm-bytecode": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz", + "integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==" }, - "esrecurse": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz", - "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", + "@webassemblyjs/helper-wasm-section": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz", + "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==", "requires": { - "estraverse": "^4.1.0" + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0" } }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" + "@webassemblyjs/ieee754": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz", + "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==", + "requires": { + "@xtuc/ieee754": "^1.2.0" + } }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + "@webassemblyjs/leb128": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz", + "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==", + "requires": { + "@xtuc/long": "4.2.2" + } }, - "eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + "@webassemblyjs/utf8": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz", + "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==" }, - "events": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/events/-/events-2.1.0.tgz", - "integrity": "sha512-3Zmiobend8P9DjmKAty0Era4jV8oJ0yGYe2nJJAxgymF9+N8F2m0hhZiMoWtcfepExzNKZumFU3ksdQbInGWCg==" + "@webassemblyjs/wasm-edit": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz", + "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/helper-wasm-section": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-opt": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "@webassemblyjs/wast-printer": "1.9.0" + } }, - "eventsource": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz", - "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==", + "@webassemblyjs/wasm-gen": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz", + "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==", "requires": { - "original": "^1.0.0" + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" } }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", - "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "@webassemblyjs/wasm-opt": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz", + "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==", "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0" } }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "@webassemblyjs/wasm-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz", + "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==", "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" } }, - "expand-brackets": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", + "@webassemblyjs/wast-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz", + "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==", "requires": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/floating-point-hex-parser": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-code-frame": "1.9.0", + "@webassemblyjs/helper-fsm": "1.9.0", + "@xtuc/long": "4.2.2" } }, - "expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", - "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", + "@webassemblyjs/wast-printer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz", + "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", "requires": { - "homedir-polyfill": "^1.0.1" + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0", + "@xtuc/long": "4.2.2" } }, - "express": { - "version": "4.17.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", - "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + }, + "@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + }, + "JSONStream": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" - }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" } }, - "ext": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz", - "integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==", + "accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", "requires": { - "type": "^2.0.0" - }, - "dependencies": { - "type": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/type/-/type-2.0.0.tgz", - "integrity": "sha512-KBt58xCHry4Cejnc2ISQAF7QY+ORngsWfxezO68+12hKV6lQY8P/psIkcbjeHWn7MqcgciWJyCCevFMJdIXpow==" - } + "mime-types": "~2.1.24", + "negotiator": "0.6.2" } }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + "acorn": { + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.0.tgz", + "integrity": "sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==" }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "acorn-node": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", + "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "requires": { - "is-plain-object": "^2.0.4" - } - } + "acorn": "^7.0.0", + "acorn-walk": "^7.0.0", + "xtend": "^4.0.2" } }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", - "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==" + }, + "ajv": { + "version": "6.12.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.2.tgz", + "integrity": "sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ==", "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-errors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", + "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==" + }, + "ajv-keywords": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz", + "integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==" + }, + "ansi-colors": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", + "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==" + }, + "ansi-html": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", + "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=" + }, + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=" + }, + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" + }, + "arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" } }, - "extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + "arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" }, - "fast-deep-equal": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", - "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==" + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + "arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" }, - "fast-safe-stringify": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz", - "integrity": "sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==" + "array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==" }, - "faye-websocket": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", - "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", + "array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", "requires": { - "websocket-driver": ">=0.5.1" + "array-uniq": "^1.0.1" } }, - "fetch-sparql-endpoint": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/fetch-sparql-endpoint/-/fetch-sparql-endpoint-1.6.2.tgz", - "integrity": "sha512-d0nTwXc6BBnQdrmx7+Bk6pLJ5MLzJtYJRNq4YSpL4Bym8hd12RaBUL7OkcxtuFaMY9gG2Mw0JVNMZeF3bjVSBg==", + "array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" + }, + "array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" + }, + "arrayify-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/arrayify-stream/-/arrayify-stream-1.0.0.tgz", + "integrity": "sha512-RP80ep76Lbew2wWN5ogrl2NluTnBVYYh2K3NNCcWfcmmUB7nBcNBctiJeEZAixp3I1vQ9H88iHZ9MbHSdkuupQ==" + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", "requires": { - "is-stream": "^2.0.0", - "isomorphic-fetch": "^2.2.1", - "minimist": "^1.2.0", - "n3": "^1.0.0", - "rdf-string": "^1.3.1", - "sparqljs": "^3.0.0", - "sparqljson-parse": "^1.5.0", - "sparqlxml-parse": "^1.2.0", - "stream-to-string": "^1.1.0", - "web-streams-node": "^0.4.0" + "safer-buffer": "~2.1.0" + } + }, + "asn1.js": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz", + "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", + "requires": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" }, "dependencies": { - "is-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", - "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" } } }, - "figgy-pudding": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz", - "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==" - }, - "file-loader": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.1.0.tgz", - "integrity": "sha512-26qPdHyTsArQ6gU4P1HJbAbnFTyT2r0pG7czh1GFAd9TZbj0n94wWbupgixZH/ET/meqi2/5+F7DhW4OAXD+Lg==", + "assert": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", + "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^2.7.1" + "object-assign": "^4.1.1", + "util": "0.10.3" }, "dependencies": { - "ajv": { - "version": "6.12.4", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.4.tgz", - "integrity": "sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" - }, - "json5": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", - "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", - "requires": { - "minimist": "^1.2.5" - } - }, - "loader-utils": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", - "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" + "inherits": "2.0.1" } } } }, - "file-uri-to-path": { + "assert-plus": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", - "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", - "optional": true + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "requires": { - "to-regex-range": "^5.0.1" - } + "assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" }, - "finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" + }, + "async": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" + "lodash": "^4.17.14" } }, - "find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", - "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "async-each": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", + "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" + }, + "async-limiter": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" + }, + "asynciterator": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.0.1.tgz", + "integrity": "sha512-i63IZ/CLbSwT+9+jezA8BFnMmmOylNN+2/yNqMSr37IdzjPLnYMfEvTOFt46hDA+san7k9CZN6gEzCgCTTfAWA==" + }, + "asyncjoin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/asyncjoin/-/asyncjoin-1.0.1.tgz", + "integrity": "sha512-FjqqH7H9YUbE51U6xX4hQfzIAbyEKSZLdhdQNvl0kQ2vZvgiYgW1o1Vl4LJIU+3fu7ld3Tdcq72G5/h6OALsBw==", "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "dependencies": { - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - } - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - } + "asynciterator": "^3.0.0" } }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "asyncreiterable": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/asyncreiterable/-/asyncreiterable-2.0.0.tgz", + "integrity": "sha512-Pq9wUkHrXshCxXWy4/O7krS9qGCgHxoDWajWJja/7f5KoZTcO5Xww25NSMTek+jL3CZ4GrHYvOHx5bmrR4nU3w==", "requires": { - "locate-path": "^3.0.0" + "asynciterator": "^3.0.0" } }, - "findup-sync": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz", - "integrity": "sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==", + "atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" + }, + "awesome-typescript-loader": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/awesome-typescript-loader/-/awesome-typescript-loader-5.2.1.tgz", + "integrity": "sha512-slv66OAJB8orL+UUaTI3pKlLorwIvS4ARZzYR9iJJyGsEgOqueMfOMdKySWzZ73vIkEe3fcwFgsKMg4d8zyb1g==", "requires": { - "detect-file": "^1.0.0", - "is-glob": "^4.0.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" + "chalk": "^2.4.1", + "enhanced-resolve": "^4.0.0", + "loader-utils": "^1.1.0", + "lodash": "^4.17.5", + "micromatch": "^3.1.9", + "mkdirp": "^0.5.1", + "source-map-support": "^0.5.3", + "webpack-log": "^1.2.0" }, "dependencies": { "braces": { @@ -8763,6 +10361,14 @@ } } }, + "log-symbols": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", + "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", + "requires": { + "chalk": "^2.0.1" + } + }, "micromatch": { "version": "3.1.10", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", @@ -8791,154 +10397,297 @@ "is-number": "^3.0.0", "repeat-string": "^1.6.1" } + }, + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + }, + "webpack-log": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-1.2.0.tgz", + "integrity": "sha512-U9AnICnu50HXtiqiDxuli5gLB5PGBo7VvcHx36jRZHwK4vzOYLbImqT4lwWwoMHdQWwEKw736fCHEekokTEKHA==", + "requires": { + "chalk": "^2.1.0", + "log-symbols": "^2.1.0", + "loglevelnext": "^1.0.1", + "uuid": "^3.1.0" + } } } }, - "flat": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz", - "integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==", - "requires": { - "is-buffer": "~2.0.3" - }, - "dependencies": { - "is-buffer": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", - "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==" - } - } + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" }, - "flush-write-stream": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", - "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "aws4": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz", + "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==" + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", "requires": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" }, "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "is-descriptor": "^1.0.0" } }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "requires": { - "safe-buffer": "~5.1.0" + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } } } }, - "follow-redirects": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", - "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" + "base64-js": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz", + "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==" }, - "for-in": { + "batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" + }, + "bcrypt-pbkdf": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "requires": { + "tweetnacl": "^0.14.3" + } }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" + }, + "binary-extensions": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz", + "integrity": "sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==" + }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "optional": true, + "requires": { + "file-uri-to-path": "1.0.0" + } + }, + "bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" + }, + "bn.js": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.1.tgz", + "integrity": "sha512-IUTD/REb78Z2eodka1QZyyEk66pciRcP6Sroka0aI3tG/iwIdYLrBD62RsubR7vqdt3WyX8p4jxeatzmRSphtA==" + }, + "body-parser": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", + "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "requires": { + "bytes": "3.1.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.7.0", + "raw-body": "2.4.0", + "type-is": "~1.6.17" + }, + "dependencies": { + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + } + } + }, + "bonjour": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz", + "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", + "requires": { + "array-flatten": "^2.1.0", + "deep-equal": "^1.0.1", + "dns-equal": "^1.0.0", + "dns-txt": "^2.0.2", + "multicast-dns": "^6.0.1", + "multicast-dns-service-types": "^1.1.0" + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" + "fill-range": "^7.0.1" } }, - "forwarded": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", - "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" + "brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "browser-pack": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-6.1.0.tgz", + "integrity": "sha512-erYug8XoqzU3IfcU8fUgyHqyOXqIE4tUTTQ+7mqUjQlvnXkOO6OlT9c/ZoJVHYoAaqGxr09CN53G7XIsO4KtWA==", "requires": { - "map-cache": "^0.2.2" + "JSONStream": "^1.0.3", + "combine-source-map": "~0.8.0", + "defined": "^1.0.0", + "safe-buffer": "^5.1.1", + "through2": "^2.0.0", + "umd": "^3.0.0" } }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" - }, - "from2": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", - "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", + "browser-resolve": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-2.0.0.tgz", + "integrity": "sha512-7sWsQlYL2rGLy2IWm8WL8DCTJvYLc/qlOnsakDac87SOoCd16WLsaAMdCiAqsTNHIe+SXfaqyxyo6THoWqs8WQ==", "requires": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.0" + "resolve": "^1.17.0" }, "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "resolve": { + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", + "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", "requires": { - "safe-buffer": "~5.1.0" + "path-parse": "^1.0.6" } } } }, - "fs-write-stream-atomic": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", - "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", + "browser-stdout": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", + "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==" + }, + "browserify": { + "version": "16.5.2", + "resolved": "https://registry.npmjs.org/browserify/-/browserify-16.5.2.tgz", + "integrity": "sha512-TkOR1cQGdmXU9zW4YukWzWVSJwrxmNdADFbqbE3HFgQWe5wqZmOawqZ7J/8MPCwk/W8yY7Y0h+7mOtcZxLP23g==", "requires": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" + "JSONStream": "^1.0.3", + "assert": "^1.4.0", + "browser-pack": "^6.0.1", + "browser-resolve": "^2.0.0", + "browserify-zlib": "~0.2.0", + "buffer": "~5.2.1", + "cached-path-relative": "^1.0.0", + "concat-stream": "^1.6.0", + "console-browserify": "^1.1.0", + "constants-browserify": "~1.0.0", + "crypto-browserify": "^3.0.0", + "defined": "^1.0.0", + "deps-sort": "^2.0.0", + "domain-browser": "^1.2.0", + "duplexer2": "~0.1.2", + "events": "^2.0.0", + "glob": "^7.1.0", + "has": "^1.0.0", + "htmlescape": "^1.1.0", + "https-browserify": "^1.0.0", + "inherits": "~2.0.1", + "insert-module-globals": "^7.0.0", + "labeled-stream-splicer": "^2.0.0", + "mkdirp-classic": "^0.5.2", + "module-deps": "^6.2.3", + "os-browserify": "~0.3.0", + "parents": "^1.0.1", + "path-browserify": "~0.0.0", + "process": "~0.11.0", + "punycode": "^1.3.2", + "querystring-es3": "~0.2.0", + "read-only-stream": "^2.0.0", + "readable-stream": "^2.0.2", + "resolve": "^1.1.4", + "shasum": "^1.0.0", + "shell-quote": "^1.6.1", + "stream-browserify": "^2.0.0", + "stream-http": "^3.0.0", + "string_decoder": "^1.1.1", + "subarg": "^1.0.0", + "syntax-error": "^1.1.1", + "through2": "^2.0.0", + "timers-browserify": "^1.0.1", + "tty-browserify": "0.0.1", + "url": "~0.11.0", + "util": "~0.10.1", + "vm-browserify": "^1.0.0", + "xtend": "^4.0.0" }, "dependencies": { + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + }, "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", @@ -8951,1152 +10700,1071 @@ "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "fsevents": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", - "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", - "optional": true - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "get-assigned-identifiers": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz", - "integrity": "sha512-mBBwmeGTrxEMO4pMaaf/uUEFHnYtwr8FTe8Y/mer4rcV/bye0qGm6pw1bGZFGStxC5O76c5ZAVBGnqHmOaJpdQ==" - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" - }, - "get-func-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", - "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=" - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "requires": { - "pump": "^3.0.0" - } - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" - }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "requires": { - "assert-plus": "^1.0.0" - } - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", - "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", - "requires": { - "is-glob": "^4.0.1" - } - }, - "global-modules": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", - "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", - "requires": { - "global-prefix": "^1.0.1", - "is-windows": "^1.0.1", - "resolve-dir": "^1.0.0" + }, + "dependencies": { + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } } }, - "global-prefix": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", - "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", + "browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", "requires": { - "expand-tilde": "^2.0.2", - "homedir-polyfill": "^1.0.1", - "ini": "^1.3.4", - "is-windows": "^1.0.1", - "which": "^1.2.14" + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" } }, - "globby": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz", - "integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=", + "browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", "requires": { - "array-union": "^1.0.1", - "dir-glob": "^2.0.0", - "glob": "^7.1.2", - "ignore": "^3.3.5", - "pify": "^3.0.0", - "slash": "^1.0.0" + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" } }, - "graceful-fs": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", - "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" - }, - "graphql": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", - "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==" - }, - "graphql-ld": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/graphql-ld/-/graphql-ld-1.1.0.tgz", - "integrity": "sha512-nYfXYhpJMuWLTJ1q4fu64Y59OYVR2xQCJcPMEgzYEDEArUIyyEOi8l+VeL/ttBZVg47RICiiC3e26qRYwBR+kQ==", + "browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", "requires": { - "@types/rdf-js": "^2.0.11", - "graphql-to-sparql": "^2.1.0", - "jsonld-context-parser": "^2.0.0", - "sparqlalgebrajs": "^2.2.1", - "sparqljson-to-tree": "^2.0.0" + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" } }, - "graphql-to-sparql": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/graphql-to-sparql/-/graphql-to-sparql-2.1.1.tgz", - "integrity": "sha512-o+bnwrL4ugil/A4a+x/C8Yae+irxm3xLQGXWrjc5p9K2KEiforY4bU8Ed6Q/wasFjeublCp2v0xEFDnUxyY40g==", + "browserify-rsa": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", + "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", "requires": { - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0", - "graphql": "^15.0.0", - "jsonld-context-parser": "^2.0.0", - "minimist": "^1.2.0", - "sparqlalgebrajs": "^2.0.0" + "bn.js": "^4.1.0", + "randombytes": "^2.0.1" }, "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" } } }, - "growl": { - "version": "1.10.5", - "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", - "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==" - }, - "handle-thing": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", - "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" - }, - "har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + "browserify-sign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.1.0.tgz", + "integrity": "sha512-VYxo7cDCeYUoBZ0ZCy4UyEUCP3smyBd4DRQM5nrFS1jJjPJjX7rP3oLRpPoWfkhQfyJ0I9ZbHbKafrFD/SGlrg==", + "requires": { + "bn.js": "^5.1.1", + "browserify-rsa": "^4.0.1", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.2", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.5", + "readable-stream": "^3.6.0" + } }, - "har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "dependencies": { - "ajv": { - "version": "6.12.4", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.4.tgz", - "integrity": "sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - } + "pako": "~1.0.5" } }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.2.1.tgz", + "integrity": "sha512-c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg==", "requires": { - "function-bind": "^1.1.1" + "base64-js": "^1.0.2", + "ieee754": "^1.1.4" } }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", - "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" + "buffer-indexof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", + "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==" }, - "has-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", - "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - } + "buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=" }, - "has-values": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" + }, + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" + }, + "cacache": { + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz", + "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==", "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "dependencies": { - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", - "requires": { - "is-buffer": "^1.1.5" - } - } + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "infer-owner": "^1.0.3", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" } }, - "hash-base": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", - "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" } }, - "hash.js": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", - "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", - "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - } + "cached-path-relative": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz", + "integrity": "sha512-5r2GqsoEb4qMTTN9J+WzXfjov+hjxT+j3u5K+kIVNIwAd99DLCJE9pBIMP1qVeybV6JiijL385Oz0DcYxfbOIg==" }, - "he": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" }, - "hmac-drbg": { + "canonicalize": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", - "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", - "requires": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" - } + "resolved": "https://registry.npmjs.org/canonicalize/-/canonicalize-1.0.1.tgz", + "integrity": "sha512-N3cmB3QLhS5TJ5smKFf1w42rJXWe6C1qP01z4dxJiI5v269buii4fLHWETDyf7yEd0azGLNC63VxNMiPd2u0Cg==" }, - "homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", - "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "chai": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz", + "integrity": "sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==", "requires": { - "parse-passwd": "^1.0.0" + "assertion-error": "^1.1.0", + "check-error": "^1.0.2", + "deep-eql": "^3.0.1", + "get-func-name": "^2.0.0", + "pathval": "^1.1.0", + "type-detect": "^4.0.5" } }, - "hpack.js": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", - "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "requires": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" }, "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "requires": { - "safe-buffer": "~5.1.0" + "has-flag": "^3.0.0" } } } }, - "html-entities": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.3.1.tgz", - "integrity": "sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==" - }, - "htmlescape": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.1.tgz", - "integrity": "sha1-OgPtwiFLyjtmQko+eVk0lQnLA1E=" + "check-error": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", + "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=" }, - "htmlparser2": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", - "integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", + "chokidar": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.0.tgz", + "integrity": "sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==", "requires": { - "domelementtype": "^2.0.1", - "domhandler": "^3.0.0", - "domutils": "^2.0.0", - "entities": "^2.0.0" + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.1", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.2.0" } }, - "http-deceiver": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=" - }, - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - } - } + "chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" }, - "http-link-header": { + "chrome-trace-event": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.0.2.tgz", - "integrity": "sha512-z6YOZ8ZEnejkcCWlGZzYXNa6i+ZaTfiTg3WhlV/YvnNya3W/RbX1bMVUMTuCrg/DrtTCQxaFCkXCz4FtLpcebg==" - }, - "http-proxy": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", - "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz", + "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==", "requires": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" + "tslib": "^1.9.0" } }, - "http-proxy-middleware": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", - "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==", - "requires": { - "http-proxy": "^1.17.0", - "is-glob": "^4.0.0", - "lodash": "^4.17.11", - "micromatch": "^3.1.10" - }, - "dependencies": { - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "requires": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } + "is-descriptor": "^0.1.0" } + } + } + }, + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" } }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" + "ansi-regex": "^4.1.0" } } } }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" } }, - "https-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", - "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "requires": { - "safer-buffer": ">= 2.1.2 < 3" + "color-name": "1.1.3" } }, - "ieee754": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", - "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" - }, - "iferr": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", - "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=" - }, - "ignore": { - "version": "3.3.10", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", - "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==" - }, - "immutable": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", - "integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=" + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" }, - "import-local": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz", - "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", + "combine-source-map": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.8.0.tgz", + "integrity": "sha1-pY0N8ELBhvz4IqjoAV9UUNLXmos=", "requires": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" + "convert-source-map": "~1.1.0", + "inline-source-map": "~0.6.0", + "lodash.memoize": "~3.0.3", + "source-map": "~0.5.3" } }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" - }, - "infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", - "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "requires": { - "once": "^1.3.0", - "wrappy": "1" + "delayed-stream": "~1.0.0" } }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" }, - "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" }, - "inline-source-map": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.6.2.tgz", - "integrity": "sha1-+Tk0ccGKedFyT4Y/o4tYY3Ct4qU=", - "requires": { - "source-map": "~0.5.3" - } + "component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" }, - "insert-module-globals": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-7.2.0.tgz", - "integrity": "sha512-VE6NlW+WGn2/AeOMd496AHFYmE7eLKkUY6Ty31k4og5vmA3Fjuwe9v6ifH6Xx/Hz27QvdoMoviw1/pqWRB09Sw==", + "componentsjs": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.2.tgz", + "integrity": "sha512-ICaSvvxY/CvWwFt0lLsoRL/DHY09akoI6x9WakQQ9g4GYHVaZumWSAdOrzM/htjGpBumpVh1C/4hk0/ghh9jXA==", "requires": { - "JSONStream": "^1.0.3", - "acorn-node": "^1.5.2", - "combine-source-map": "^0.8.0", - "concat-stream": "^1.6.1", - "is-buffer": "^1.1.0", - "path-is-absolute": "^1.0.1", - "process": "~0.11.0", - "through2": "^2.0.0", - "undeclared-identifiers": "^1.1.2", - "xtend": "^4.0.0" + "@types/lodash": "^4.14.56", + "@types/minimist": "^1.2.0", + "@types/n3": "0.0.3", + "@types/node": "8.10.21", + "global-modules": "^1.0.0", + "jsonld": "^0.4.11", + "lodash": "^4.17.4", + "minimist": "^1.2.0", + "n3": "^0.9.1", + "requireg": "^0.1.7" + }, + "dependencies": { + "@types/n3": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-0.0.3.tgz", + "integrity": "sha512-oqywrU7RdLKO0Ndnrue8smXR+oLW4EgFGrd/ewaYbkZjgr/eRpwpjsJk9D5Z8AF+cZKYbiQtR5BR6LNlLl0HPQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/node": { + "version": "8.10.21", + "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.21.tgz", + "integrity": "sha512-87XkD9qDXm8fIax+5y7drx84cXsu34ZZqfB7Cial3Q/2lxSoJ/+DRaWckkCbxP41wFSIrrb939VhzaNxj4eY1w==" + }, + "jsonld": { + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", + "integrity": "sha1-oC8gXVNBQU3xtthBTxuWenEgc+g=", + "requires": { + "es6-promise": "^2.0.0", + "pkginfo": "~0.4.0", + "request": "^2.61.0", + "xmldom": "0.1.19" + } + }, + "n3": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/n3/-/n3-0.9.1.tgz", + "integrity": "sha1-QwtUfVjcc4FAjEV4TdgFgXGQOTI=" + } } }, - "internal-ip": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz", - "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==", + "compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", "requires": { - "default-gateway": "^4.2.0", - "ipaddr.js": "^1.9.0" + "mime-db": ">= 1.43.0 < 2" } }, - "interpret": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", - "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" - }, - "invariant": {}, - "ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" - }, - "ip-regex": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", - "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=" - }, - "ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + "compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "requires": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } }, - "is-absolute-url": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", - "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==" + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", "requires": { - "kind-of": "^3.0.2" + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" }, "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "requires": { - "is-buffer": "^1.1.5" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" } } } }, - "is-arguments": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz", - "integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==" + "connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==" }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + "console-browserify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=" + }, + "content-disposition": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", + "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", "requires": { - "binary-extensions": "^2.0.0" + "safe-buffer": "5.1.2" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } } }, - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" }, - "is-callable": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz", - "integrity": "sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==" + "convert-source-map": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.3.tgz", + "integrity": "sha1-SCnId+n+SbMWHzvzZziI4gRpmGA=" }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "copy-concurrently": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", + "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } + "aproba": "^1.1.1", + "fs-write-stream-atomic": "^1.0.8", + "iferr": "^0.1.5", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.0" } }, - "is-date-object": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", - "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" + "copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "copy-webpack-plugin": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.2.tgz", + "integrity": "sha512-Uh7crJAco3AjBvgAy9Z75CjK8IG+gxaErro71THQ+vv/bl4HaQcpkexAY8KVW/T6D2W2IRr+couF/knIRkZMIQ==", "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" + "cacache": "^12.0.3", + "find-cache-dir": "^2.1.0", + "glob-parent": "^3.1.0", + "globby": "^7.1.1", + "is-glob": "^4.0.1", + "loader-utils": "^1.2.3", + "minimatch": "^3.0.4", + "normalize-path": "^3.0.0", + "p-limit": "^2.2.1", + "schema-utils": "^1.0.0", + "serialize-javascript": "^4.0.0", + "webpack-log": "^2.0.0" }, "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "^2.1.0" + } + } + } } } }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "create-ecdh": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz", + "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", "requires": { - "is-extglob": "^2.1.1" + "bn.js": "^4.1.0", + "elliptic": "^6.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } } }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" - }, - "is-path-cwd": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", - "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==" - }, - "is-path-in-cwd": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", - "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", "requires": { - "is-path-inside": "^2.1.0" + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" } }, - "is-path-inside": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz", - "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", + "create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", "requires": { - "path-is-inside": "^1.0.2" + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" } }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "cross-fetch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", + "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", "requires": { - "isobject": "^3.0.1" + "node-fetch": "2.6.0" + }, + "dependencies": { + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + } } }, - "is-regex": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", - "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "requires": { - "has-symbols": "^1.0.1" + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } } }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", - "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", "requires": { - "has-symbols": "^1.0.1" + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" } }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" - }, - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=" - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + "cyclist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", + "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" }, - "is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=" + "d": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", + "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", + "requires": { + "es5-ext": "^0.10.50", + "type": "^1.0.1" + } }, - "isarray": { + "dash-ast": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" + "resolved": "https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz", + "integrity": "sha512-Vy4dx7gquTeMcQR/hDkYLGUnwVil6vk4FOOct+djUnHOUWt+zJPJAaRIXaAFkPXtJjvlY7o3rfRu0/3hpnwoUA==" }, - "isomorphic-fetch": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", - "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", "requires": { - "node-fetch": "^1.0.1", - "whatwg-fetch": ">=0.10.0" + "assert-plus": "^1.0.0" } }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" - }, - "jquery": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", - "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" - }, - "js-yaml": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", - "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" + "ms": "2.0.0" } }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" - }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" - }, - "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" }, - "json-stable-stringify": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz", - "integrity": "sha1-YRwj6BTbN1Un34URk9tZ3Sryf0U=", - "requires": { - "jsonify": "~0.0.0" - } + "decimal.js": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.0.tgz", + "integrity": "sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw==" }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + "decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" }, - "json3": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz", - "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==" + "deep-eql": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", + "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", + "requires": { + "type-detect": "^4.0.0" + } }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "deep-equal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", + "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", "requires": { - "minimist": "^1.2.0" + "is-arguments": "^1.0.4", + "is-date-object": "^1.0.1", + "is-regex": "^1.0.4", + "object-is": "^1.0.1", + "object-keys": "^1.1.1", + "regexp.prototype.flags": "^1.2.0" } }, - "jsonify": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", - "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=" + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" }, - "jsonld": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-3.1.1.tgz", - "integrity": "sha512-GrqERUMZtMcdP8WgTt7drF3Ixf0dERA2Q4X3hTLyKt7CJTTQ5cM1vAHuX797piAejuh/KwNdKklKVB1kfYcJbw==", + "default-gateway": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz", + "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==", "requires": { - "canonicalize": "^1.0.1", - "lru-cache": "^5.1.1", - "object.fromentries": "^2.0.2", - "rdf-canonize": "^1.0.2", - "request": "^2.88.0", - "semver": "^6.3.0", - "xmldom": "0.1.19" + "execa": "^1.0.0", + "ip-regex": "^2.1.0" } }, - "jsonld-context-parser": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.0.1.tgz", - "integrity": "sha512-age80EkLq3sGWvf4UBfbHr2M6geOvrMvD1EnkliHeaFzln2a4ZdB7/1gQ4yMt0VjjlqudmvJtffA7YYQ2mx6ug==", + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", "requires": { - "@types/http-link-header": "^1.0.1", - "@types/isomorphic-fetch": "^0.0.35", - "@types/node": "^13.1.0", - "canonicalize": "^1.0.1", - "http-link-header": "^1.0.2", - "isomorphic-fetch": "^2.2.1", - "relative-to-absolute-iri": "^1.0.5" + "object-keys": "^1.0.12" } }, - "jsonld-streaming-parser": { + "define-property": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-2.0.2.tgz", - "integrity": "sha512-h4cK+PQMvOHd+UqgAFpKBmt5LWYoQMQLu9PP7YsRP7rnSJbU/EfJFcJFG6/sdtZslQ6dlNwOvfHbjQ9clzZPzg==", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", "requires": { - "@rdfjs/data-model": "^1.1.2", - "@types/http-link-header": "^1.0.1", - "@types/rdf-js": "^3.0.0", - "canonicalize": "^1.0.1", - "http-link-header": "^1.0.2", - "jsonld-context-parser": "^2.0.1", - "jsonparse": "^1.3.1" + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" }, "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "requires": { - "@types/node": "*" + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } } } }, - "jsonld-streaming-serializer": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/jsonld-streaming-serializer/-/jsonld-streaming-serializer-1.1.0.tgz", - "integrity": "sha512-C+cs913C3XDScZIqUL8fg5crHQtPTQSZstzvFmhA9/r0QBCRw88BR4TYHvLNhJhzB45GOpoF5/Fx4I4xfKGpOQ==", + "defined": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", + "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=" + }, + "del": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz", + "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==", "requires": { - "@types/rdf-js": "^2.0.1", - "jsonld-context-parser": "^2.0.0" + "@types/glob": "^7.1.1", + "globby": "^6.1.0", + "is-path-cwd": "^2.0.0", + "is-path-in-cwd": "^2.0.0", + "p-map": "^2.0.0", + "pify": "^4.0.1", + "rimraf": "^2.6.3" + }, + "dependencies": { + "globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "requires": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "dependencies": { + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + } + } + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + } } }, - "jsonparse": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=" + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" }, - "jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "deps-sort": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.1.tgz", + "integrity": "sha512-1orqXQr5po+3KI6kQb9A4jnXT1PBwggGl2d7Sq2xsnOeI9GPcE/tGcF9UiSZtZBM7MukY4cAh7MemS6tZYipfw==", "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" + "JSONStream": "^1.0.3", + "shasum-object": "^1.0.0", + "subarg": "^1.0.0", + "through2": "^2.0.0" } }, - "killable": { + "des.js": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz", - "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==" + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", + "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "requires": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" }, - "labeled-stream-splicer": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-2.0.2.tgz", - "integrity": "sha512-Ca4LSXFFZUjPScRaqOcFxneA0VpKZr4MMYCljyQr4LIewTLb3Y0IUTIsnBBsVubIeEfxeSZpSjSsRM8APEQaAw==", + "detect-file": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", + "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=" + }, + "detect-node": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz", + "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==" + }, + "detective": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz", + "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==", "requires": { - "inherits": "^2.0.1", - "stream-splicer": "^2.0.0" + "acorn-node": "^1.6.1", + "defined": "^1.0.0", + "minimist": "^1.1.1" } }, - "loader-runner": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", - "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==" + "diff": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==" }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } } }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dir-glob": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz", + "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" + "path-type": "^3.0.0" } }, - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" - }, - "lodash.memoize": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz", - "integrity": "sha1-LcvSwofLwKVcxCMovQxzYVDVPj8=" - }, - "lodash.uniqwith": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz", - "integrity": "sha1-egy/ZfQ7WShiWp1NDcVLGMrcfvM=" + "dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" }, - "log-symbols": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", - "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "dns-packet": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz", + "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==", "requires": { - "chalk": "^2.4.2" + "ip": "^1.1.0", + "safe-buffer": "^5.0.1" } }, - "loglevel": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.0.tgz", - "integrity": "sha512-i2sY04nal5jDcagM3FMfG++T69GEEM8CYuOfeOIvmXzOIcwE9a/CJPR0MFM97pYMj/u10lzz7/zd7+qwhrBTqQ==" - }, - "loglevelnext": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.5.tgz", - "integrity": "sha512-V/73qkPuJmx4BcBF19xPBr+0ZRVBhc4POxvZTZdMeXpJ4NItXSJ/MSwuFT0kQJlCbXvdlZoQQ/418bS1y9Jh6A==", + "dns-txt": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz", + "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", "requires": { - "es6-symbol": "^3.1.1", - "object.assign": "^4.1.0" + "buffer-indexof": "^1.0.0" } }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dom-serializer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.0.1.tgz", + "integrity": "sha512-1Aj1Qy3YLbdslkI75QEOfdp9TkQ3o8LRISAzxOibjBs/xWwr1WxZFOQphFkZuepHFGo+kB8e5FVJSS0faAJ4Rw==", "requires": { - "yallist": "^3.0.2" + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "entities": "^2.0.0" } }, - "make-error": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" + "domain-browser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==" }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" + "domelementtype": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz", + "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==" }, - "map-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", + "domhandler": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.0.0.tgz", + "integrity": "sha512-eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw==", "requires": { - "object-visit": "^1.0.0" + "domelementtype": "^2.0.1" } }, - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", - "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "domutils": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.2.0.tgz", + "integrity": "sha512-0haAxVr1PR0SqYwCH7mxMpHZUwjih9oPPedqpR/KufsnxPyZ9dyVw1R5093qnJF3WXSbjBkdzRWLw/knJV/fAg==", "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" + "dom-serializer": "^1.0.1", + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0" } }, - "media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + "duplexer2": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", + "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=", + "requires": { + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } }, - "memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "duplexify": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" }, "dependencies": { "readable-stream": { @@ -10128,704 +11796,885 @@ } } }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "elliptic": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz", + "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==", + "requires": { + "bn.js": "^4.4.0", + "brorand": "^1.0.1", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } + } + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "encoding": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", + "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", + "requires": { + "iconv-lite": "~0.4.13" + } + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "requires": { + "once": "^1.4.0" + } + }, + "enhanced-resolve": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz", + "integrity": "sha512-98p2zE+rL7/g/DzMHMTF4zZlCgeVdJ7yr6xzEpJRYwFYrGi9ANdn5DnJURg6RpBkyk60XYDnWIv51VfIhfNGuA==", + "requires": { + "graceful-fs": "^4.1.2", + "tapable": "^1.0.0" + }, + "dependencies": { + "memory-fs": {} + } + }, + "entities": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", + "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" + }, + "errno": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz", + "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", + "requires": { + "prr": "~1.0.1" + } + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "requires": { + "is-arrayish": "^0.2.1" + } }, - "methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" + "es-abstract": { + "version": "1.17.6", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz", + "integrity": "sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==", + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.0", + "is-regex": "^1.1.0", + "object-inspect": "^1.7.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.0", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", - "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" } }, - "miller-rabin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", - "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "es5-ext": { + "version": "0.10.53", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz", + "integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==", "requires": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" - }, - "dependencies": { - "bn.js": { - "version": "4.11.8", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", - "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" - } + "es6-iterator": "~2.0.3", + "es6-symbol": "~3.1.3", + "next-tick": "~1.0.0" } }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + "es6-iterator": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", + "requires": { + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" + } }, - "mime-db": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", - "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" + "es6-promise": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz", + "integrity": "sha1-lu258v2wGZWCKyY92KratnSBgbw=" }, - "mime-types": { - "version": "2.1.27", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", - "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", + "es6-symbol": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", + "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", "requires": { - "mime-db": "1.44.0" + "d": "^1.0.1", + "ext": "^1.1.2" } }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" }, - "minimalistic-crypto-utils": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", - "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "eslint-scope": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", + "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", "requires": { - "brace-expansion": "^1.1.7" + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" } }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" }, - "mississippi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", - "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", + "esrecurse": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz", + "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", "requires": { - "concat-stream": "^1.5.0", - "duplexify": "^3.4.2", - "end-of-stream": "^1.1.0", - "flush-write-stream": "^1.0.0", - "from2": "^2.1.0", - "parallel-transform": "^1.1.0", - "pump": "^3.0.0", - "pumpify": "^1.3.3", - "stream-each": "^1.1.0", - "through2": "^2.0.0" + "estraverse": "^4.1.0" } }, - "mixin-deep": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", - "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + }, + "eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + }, + "events": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/events/-/events-2.1.0.tgz", + "integrity": "sha512-3Zmiobend8P9DjmKAty0Era4jV8oJ0yGYe2nJJAxgymF9+N8F2m0hhZiMoWtcfepExzNKZumFU3ksdQbInGWCg==" + }, + "eventsource": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz", + "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==", "requires": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "requires": { - "is-plain-object": "^2.0.4" - } - } + "original": "^1.0.0" } }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", "requires": { - "minimist": "^1.2.5" + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" } }, - "mkdirp-classic": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", - "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } }, - "mocha": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.2.0.tgz", - "integrity": "sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==", + "expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", "requires": { - "ansi-colors": "3.2.3", - "browser-stdout": "1.3.1", - "chokidar": "3.3.0", - "debug": "3.2.6", - "diff": "3.5.0", - "escape-string-regexp": "1.0.5", - "find-up": "3.0.0", - "glob": "7.1.3", - "growl": "1.10.5", - "he": "1.2.0", - "js-yaml": "3.13.1", - "log-symbols": "3.0.0", - "minimatch": "3.0.4", - "mkdirp": "0.5.5", - "ms": "2.1.1", - "node-environment-flags": "1.0.6", - "object.assign": "4.1.0", - "strip-json-comments": "2.0.1", - "supports-color": "6.0.0", - "which": "1.3.1", - "wide-align": "1.1.3", - "yargs": "13.3.2", - "yargs-parser": "13.1.2", - "yargs-unparser": "1.6.0" - }, - "dependencies": { - "ansi-colors": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", - "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==" - }, + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { "debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { - "ms": "^2.1.1" + "ms": "2.0.0" } }, - "glob": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", - "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" } }, "ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" } } }, - "module-deps": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/module-deps/-/module-deps-6.2.3.tgz", - "integrity": "sha512-fg7OZaQBcL4/L+AK5f4iVqf9OMbCclXfy/znXRxTVhJSeW5AIlS9AwheYwDaXM3lVW7OBeaeUEY3gbaC6cLlSA==", + "expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", "requires": { - "JSONStream": "^1.0.3", - "browser-resolve": "^2.0.0", - "cached-path-relative": "^1.0.2", - "concat-stream": "~1.6.0", - "defined": "^1.0.0", - "detective": "^5.2.0", - "duplexer2": "^0.1.2", - "inherits": "^2.0.1", - "parents": "^1.0.0", - "readable-stream": "^2.0.2", - "resolve": "^1.4.0", - "stream-combiner2": "^1.1.1", - "subarg": "^1.0.0", - "through2": "^2.0.0", - "xtend": "^4.0.0" + "homedir-polyfill": "^1.0.1" + } + }, + "express": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", + "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "requires": { + "accepts": "~1.3.7", + "array-flatten": "1.1.1", + "body-parser": "1.19.0", + "content-disposition": "0.5.3", + "content-type": "~1.0.4", + "cookie": "0.4.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.5", + "qs": "6.7.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.1.2", + "send": "0.17.1", + "serve-static": "1.14.1", + "setprototypeof": "1.1.1", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" }, "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } } } }, - "move-concurrently": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", - "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", - "requires": { - "aproba": "^1.1.1", - "copy-concurrently": "^1.0.0", - "fs-write-stream-atomic": "^1.0.8", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.3" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "multicast-dns": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", - "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", - "requires": { - "dns-packet": "^1.3.1", - "thunky": "^1.0.2" - } - }, - "multicast-dns-service-types": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", - "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=" - }, - "n3": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/n3/-/n3-1.3.5.tgz", - "integrity": "sha512-McWb1tCWGGAmHeGEakqZj/UqxQR9cpEYZ/JivBj59YfiOAuaIWZxu0B+jnhbCwCZ2AsxdgQ5Dq8fehIJpYQaMQ==" - }, - "nan": { - "version": "2.14.1", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz", - "integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==", - "optional": true - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", - "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "ext": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz", + "integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==", "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" + "type": "^2.0.0" + }, + "dependencies": { + "type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/type/-/type-2.0.0.tgz", + "integrity": "sha512-KBt58xCHry4Cejnc2ISQAF7QY+ORngsWfxezO68+12hKV6lQY8P/psIkcbjeHWn7MqcgciWJyCCevFMJdIXpow==" + } } }, - "negotiate": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/negotiate/-/negotiate-1.0.1.tgz", - "integrity": "sha1-NayLVnL3sF+qEL8CYTQusRIDcP0=" - }, - "negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", - "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" - }, - "nested-error-stacks": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz", - "integrity": "sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==" - }, - "next-tick": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", - "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" - }, - "nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" }, - "node-environment-flags": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", - "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", "requires": { - "object.getownpropertydescriptors": "^2.0.3", - "semver": "^5.7.0" + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" }, "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } } } }, - "node-fetch": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", - "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", - "requires": { - "encoding": "^0.1.11", - "is-stream": "^1.0.1" - } - }, - "node-forge": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.9.1.tgz", - "integrity": "sha512-G6RlQt5Sb4GMBzXvhfkeFmbqR6MzhtnT7VTHuLadjkii3rdYHNdw0m8zA4BTxVIh68FicCQ2NSUANpsqkr9jvQ==" - }, - "node-libs-browser": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", - "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", + "extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", "requires": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^3.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "path-browserify": "0.0.1", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", - "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", - "vm-browserify": "^1.0.1" + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" }, "dependencies": { - "buffer": { - "version": "4.9.2", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", - "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" + "is-descriptor": "^1.0.0" } }, - "events": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.2.0.tgz", - "integrity": "sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg==" - }, - "punycode": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - } + "is-extendable": "^0.1.0" } }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "stream-http": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", - "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "requires": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.3.6", - "to-arraybuffer": "^1.0.0", - "xtend": "^4.0.0" + "kind-of": "^6.0.0" } }, - "timers-browserify": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.11.tgz", - "integrity": "sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ==", + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "requires": { - "setimmediate": "^1.0.4" + "kind-of": "^6.0.0" } }, - "tty-browserify": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", - "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" - }, - "util": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", - "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "requires": { - "inherits": "2.0.3" - }, - "dependencies": { - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - } + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } } } }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" }, - "npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "fast-deep-equal": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", + "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==" + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "fast-safe-stringify": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz", + "integrity": "sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==" + }, + "faye-websocket": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", + "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", "requires": { - "path-key": "^2.0.0" + "websocket-driver": ">=0.5.1" } }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" + "fetch-sparql-endpoint": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/fetch-sparql-endpoint/-/fetch-sparql-endpoint-1.6.2.tgz", + "integrity": "sha512-d0nTwXc6BBnQdrmx7+Bk6pLJ5MLzJtYJRNq4YSpL4Bym8hd12RaBUL7OkcxtuFaMY9gG2Mw0JVNMZeF3bjVSBg==", + "requires": { + "is-stream": "^2.0.0", + "isomorphic-fetch": "^2.2.1", + "minimist": "^1.2.0", + "n3": "^1.0.0", + "rdf-string": "^1.3.1", + "sparqljs": "^3.0.0", + "sparqljson-parse": "^1.5.0", + "sparqlxml-parse": "^1.2.0", + "stream-to-string": "^1.1.0", + "web-streams-node": "^0.4.0" + }, + "dependencies": { + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + } + } }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + "figgy-pudding": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz", + "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==" }, - "object-copy": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", + "file-loader": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.1.0.tgz", + "integrity": "sha512-26qPdHyTsArQ6gU4P1HJbAbnFTyT2r0pG7czh1GFAd9TZbj0n94wWbupgixZH/ET/meqi2/5+F7DhW4OAXD+Lg==", "requires": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" + "loader-utils": "^2.0.0", + "schema-utils": "^2.7.1" }, "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "ajv": { + "version": "6.12.4", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.4.tgz", + "integrity": "sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" + }, + "json5": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", "requires": { - "is-descriptor": "^0.1.0" + "minimist": "^1.2.5" } }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", "requires": { - "is-buffer": "^1.1.5" + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "requires": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" } } } }, - "object-inspect": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", - "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" - }, - "object-is": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.2.tgz", - "integrity": "sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" - } - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" - }, - "object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", - "requires": { - "isobject": "^3.0.0" - } + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "optional": true }, - "object.assign": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", - "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "requires": { - "define-properties": "^1.1.2", - "function-bind": "^1.1.1", - "has-symbols": "^1.0.0", - "object-keys": "^1.0.11" + "to-regex-range": "^5.0.1" } }, - "object.fromentries": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.2.tgz", - "integrity": "sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==", + "finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1", - "function-bind": "^1.1.1", - "has": "^1.0.3" + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" } }, - "object.getownpropertydescriptors": { + "find-cache-dir": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", - "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1" - } - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", "requires": { - "isobject": "^3.0.1" + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + }, + "dependencies": { + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + } + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } } }, - "obuf": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", - "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "requires": { - "ee-first": "1.1.1" + "locate-path": "^3.0.0" } }, - "on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "findup-sync": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz", + "integrity": "sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==", "requires": { - "wrappy": "1" + "detect-file": "^1.0.0", + "is-glob": "^4.0.0", + "micromatch": "^3.0.4", + "resolve-dir": "^1.0.1" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } } }, - "opn": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", - "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", + "flat": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz", + "integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==", "requires": { - "is-wsl": "^1.1.0" + "is-buffer": "~2.0.3" + }, + "dependencies": { + "is-buffer": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", + "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==" + } } }, - "original": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz", - "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", + "flush-write-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", + "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", "requires": { - "url-parse": "^1.4.3" + "inherits": "^2.0.3", + "readable-stream": "^2.3.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } } }, - "os-browserify": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", - "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" + "follow-redirects": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", + "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" }, - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "requires": { - "p-try": "^2.0.0" - } + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", "requires": { - "p-limit": "^2.0.0" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" } }, - "p-map": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", - "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==" + "forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" }, - "p-retry": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz", - "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==", + "fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", "requires": { - "retry": "^0.12.0" + "map-cache": "^0.2.2" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" }, - "pako": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", - "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" + "from2": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", + "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", + "requires": { + "inherits": "^2.0.1", + "readable-stream": "^2.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } }, - "parallel-transform": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", - "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", + "fs-write-stream-atomic": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", + "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", "requires": { - "cyclist": "^1.0.1", - "inherits": "^2.0.3", - "readable-stream": "^2.1.5" + "graceful-fs": "^4.1.2", + "iferr": "^0.1.5", + "imurmurhash": "^0.1.4", + "readable-stream": "1 || 2" }, "dependencies": { "readable-stream": { @@ -10857,1459 +12706,1577 @@ } } }, - "parents": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parents/-/parents-1.0.1.tgz", - "integrity": "sha1-/t1NK/GTp3dF/nHjcdc8MwfZx1E=", + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "fsevents": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", + "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "get-assigned-identifiers": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz", + "integrity": "sha512-mBBwmeGTrxEMO4pMaaf/uUEFHnYtwr8FTe8Y/mer4rcV/bye0qGm6pw1bGZFGStxC5O76c5ZAVBGnqHmOaJpdQ==" + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "get-func-name": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", + "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=" + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "requires": { - "path-platform": "~0.11.15" + "pump": "^3.0.0" } }, - "parse-asn1": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.5.tgz", - "integrity": "sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ==", + "get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", "requires": { - "asn1.js": "^4.0.0", - "browserify-aes": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" + "assert-plus": "^1.0.0" } }, - "parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", - "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", "requires": { - "error-ex": "^1.2.0" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, - "parse-link-header": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parse-link-header/-/parse-link-header-1.0.1.tgz", - "integrity": "sha1-vt/g0hGK64S+deewJUGeyKYRQKc=", + "glob-parent": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", "requires": { - "xtend": "~4.0.1" + "is-glob": "^4.0.1" } }, - "parse-passwd": { + "global-modules": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", - "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=" - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" - }, - "pascalcase": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" - }, - "path-browserify": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", - "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==" - }, - "path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", - "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "requires": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + } }, - "path-is-inside": { + "global-prefix": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" - }, - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", + "requires": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + } }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" + "globby": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz", + "integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=", + "requires": { + "array-union": "^1.0.1", + "dir-glob": "^2.0.0", + "glob": "^7.1.2", + "ignore": "^3.3.5", + "pify": "^3.0.0", + "slash": "^1.0.0" + } }, - "path-platform": { - "version": "0.11.15", - "resolved": "https://registry.npmjs.org/path-platform/-/path-platform-0.11.15.tgz", - "integrity": "sha1-6GQhf3TDaFDwhSt43Hv31KVyG/I=" + "graceful-fs": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", + "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + "graphql": { + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", + "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==" }, - "path-type": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", - "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "graphql-ld": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/graphql-ld/-/graphql-ld-1.1.0.tgz", + "integrity": "sha512-nYfXYhpJMuWLTJ1q4fu64Y59OYVR2xQCJcPMEgzYEDEArUIyyEOi8l+VeL/ttBZVg47RICiiC3e26qRYwBR+kQ==", "requires": { - "pify": "^3.0.0" + "@types/rdf-js": "^2.0.11", + "graphql-to-sparql": "^2.1.0", + "jsonld-context-parser": "^2.0.0", + "sparqlalgebrajs": "^2.2.1", + "sparqljson-to-tree": "^2.0.0" } }, - "pathval": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz", - "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=" - }, - "pbkdf2": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz", - "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==", + "graphql-to-sparql": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/graphql-to-sparql/-/graphql-to-sparql-2.1.1.tgz", + "integrity": "sha512-o+bnwrL4ugil/A4a+x/C8Yae+irxm3xLQGXWrjc5p9K2KEiforY4bU8Ed6Q/wasFjeublCp2v0xEFDnUxyY40g==", "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "graphql": "^15.0.0", + "jsonld-context-parser": "^2.0.0", + "minimist": "^1.2.0", + "sparqlalgebrajs": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } } }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + "growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==" }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", - "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" + "handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" }, - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" + "har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "requires": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + }, + "dependencies": { + "ajv": { + "version": "6.12.4", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.4.tgz", + "integrity": "sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + } + } }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "requires": { - "pinkie": "^2.0.0" + "function-bind": "^1.1.1" } }, - "pkg-dir": { + "has-flag": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" + }, + "has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", "requires": { - "find-up": "^3.0.0" + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" } }, - "pkginfo": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.4.1.tgz", - "integrity": "sha1-tUGO8EOd5UJfxJlQQtztFPsqhP8=" - }, - "portfinder": { - "version": "1.0.28", - "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz", - "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==", + "has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", "requires": { - "async": "^2.6.2", - "debug": "^3.1.1", - "mkdirp": "^0.5.5" + "is-number": "^3.0.0", + "kind-of": "^4.0.0" }, "dependencies": { - "debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "requires": { - "ms": "^2.1.1" + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } } }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "requires": { + "is-buffer": "^1.1.5" + } } } }, - "posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" - }, - "promise-polyfill": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-1.1.6.tgz", - "integrity": "sha1-zQTv9G9clcOn0EVZHXm14+AfEtc=" - }, - "proxy-addr": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", - "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", + "hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", "requires": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.1" + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" } }, - "prr": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", - "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" + "hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "requires": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } }, - "psl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" }, - "public-encrypt": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", - "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", "requires": { - "bn.js": "^4.1.0", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "parse-asn1": "^5.0.0", - "randombytes": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": { - "bn.js": { - "version": "4.11.8", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", - "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" - } + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" } }, - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" + "parse-passwd": "^1.0.0" } }, - "pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", - "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", + "hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" }, "dependencies": { - "pump": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", - "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" } } } }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" - }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" - }, - "querystring": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", - "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=" - }, - "querystring-es3": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", - "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=" - }, - "querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" - }, - "queue-microtask": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.1.4.tgz", - "integrity": "sha512-eY/4Obve9cE5FK8YvC1cJsm5cr7XvAurul8UtBDJ2PR1p5NmAwHtvAt5ftcLtwYRCUKNhxCneZZlxmUDFoSeKA==" + "html-entities": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.3.1.tgz", + "integrity": "sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==" }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "requires": { - "safe-buffer": "^5.1.0" - } + "htmlescape": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.1.tgz", + "integrity": "sha1-OgPtwiFLyjtmQko+eVk0lQnLA1E=" }, - "randomfill": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", - "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "htmlparser2": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", + "integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", "requires": { - "randombytes": "^2.0.5", - "safe-buffer": "^5.1.0" + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "domutils": "^2.0.0", + "entities": "^2.0.0" } }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + "http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=" }, - "raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", - "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "http-errors": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", + "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" }, "dependencies": { - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" } } }, - "raw-loader": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/raw-loader/-/raw-loader-4.0.1.tgz", - "integrity": "sha512-baolhQBSi3iNh1cglJjA0mYzga+wePk7vdEX//1dTFd+v4TsQlQE0jitJSNF1OIP82rdYulH7otaVmdlDaJ64A==", + "http-link-header": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.0.2.tgz", + "integrity": "sha512-z6YOZ8ZEnejkcCWlGZzYXNa6i+ZaTfiTg3WhlV/YvnNya3W/RbX1bMVUMTuCrg/DrtTCQxaFCkXCz4FtLpcebg==" + }, + "http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "requires": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + } + }, + "http-proxy-middleware": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", + "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==", "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^2.6.5" + "http-proxy": "^1.17.0", + "is-glob": "^4.0.0", + "lodash": "^4.17.11", + "micromatch": "^3.1.10" }, "dependencies": { - "json5": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", - "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", "requires": { - "minimist": "^1.2.5" + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } } }, - "loader-utils": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", - "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } } }, - "schema-utils": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", - "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "requires": { - "@types/json-schema": "^7.0.4", - "ajv": "^6.12.2", - "ajv-keywords": "^3.4.1" + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" } } } }, - "rc": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", - "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - } - }, - "rdf-canonize": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/rdf-canonize/-/rdf-canonize-1.1.0.tgz", - "integrity": "sha512-DV06OnhVfl2zcZJQCt+YvU+hoZVgpyQpNFLeAmghq8RJybUxD3B4LRzlBquYS5k+LLd8/c3g5Gnhkqjw5qRMvg==", + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", "requires": { - "node-forge": "^0.9.1", - "semver": "^6.3.0" + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" } }, - "rdf-data-factory": { + "https-browserify": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/rdf-data-factory/-/rdf-data-factory-1.0.0.tgz", - "integrity": "sha512-C+UBVeXchaywznF8VnmkRSanUpB3/f2iBrdqw2aPFqKlUgcRGHhAIQZ/AjfbM7u1beyNlEq2us3kvVIum6+uBg==", - "requires": { - "@types/rdf-js": "*" - } + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" }, - "rdf-literal": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.1.1.tgz", - "integrity": "sha512-zYelIUgvwifeq2aFfTYlv+SoxZbSjdKw+I4ulZ5ECil8FTh2+ufHiR9P7T61KnVyo8BqBhyeHBR4UvA++PWozA==", + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "requires": { - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } + "safer-buffer": ">= 2.1.2 < 3" } }, - "rdf-quad": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.4.0.tgz", - "integrity": "sha512-xChDvhK2zb4/aCg8P668CWTn4TEhscefg/E1s+Qu61sZ/hKct/WQn0wuHim8H+MFrzZ7fFN7Gh7aamPgm/QSwA==", + "ieee754": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", + "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" + }, + "iferr": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", + "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=" + }, + "ignore": { + "version": "3.3.10", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", + "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==" + }, + "immutable": { + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", + "integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=" + }, + "import-local": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz", + "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", "requires": { - "@rdfjs/data-model": "^1.1.1", - "rdf-literal": "^1.0.0", - "rdf-string": "^1.3.1" + "pkg-dir": "^3.0.0", + "resolve-cwd": "^2.0.0" } }, - "rdf-store-stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/rdf-store-stream/-/rdf-store-stream-1.0.1.tgz", - "integrity": "sha512-/aMMY3UeC1ONxnDoPgpeaZPT7coqeYRFQ1U30nuJ66f6OMDBag/iYtgu871hqobgKDZEmxg9Ut3USsZzvEry0Q==", + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" + }, + "infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "requires": { - "@types/rdf-js": "^3.0.2", - "n3": "^1.1.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } + "once": "^1.3.0", + "wrappy": "1" } }, - "rdf-string": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.5.0.tgz", - "integrity": "sha512-3TEJuDIKUADgZrfcZG+zAN4GfVA1Ei2sKA7Z7QVHkAE36wWoRGPJbGihPQMldgzvy9lG2nzZU+CXz+6oGSQNsQ==", + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" + }, + "inline-source-map": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.6.2.tgz", + "integrity": "sha1-+Tk0ccGKedFyT4Y/o4tYY3Ct4qU=", "requires": { - "rdf-data-factory": "^1.0.0" + "source-map": "~0.5.3" } }, - "rdf-string-ttl": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/rdf-string-ttl/-/rdf-string-ttl-1.0.1.tgz", - "integrity": "sha512-QdOztnXuQTS5HwS2YTUkY9KUdyjyMYCX4QITfAAAtJnGqQkfah1L+VdV3E+Z3NKp/CBXLqZs/oMZe5J7pUEzpw==", + "insert-module-globals": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-7.2.0.tgz", + "integrity": "sha512-VE6NlW+WGn2/AeOMd496AHFYmE7eLKkUY6Ty31k4og5vmA3Fjuwe9v6ifH6Xx/Hz27QvdoMoviw1/pqWRB09Sw==", "requires": { - "@rdfjs/data-model": "^1.1.1" + "JSONStream": "^1.0.3", + "acorn-node": "^1.5.2", + "combine-source-map": "^0.8.0", + "concat-stream": "^1.6.1", + "is-buffer": "^1.1.0", + "path-is-absolute": "^1.0.1", + "process": "~0.11.0", + "through2": "^2.0.0", + "undeclared-identifiers": "^1.1.2", + "xtend": "^4.0.0" } }, - "rdf-terms": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/rdf-terms/-/rdf-terms-1.5.1.tgz", - "integrity": "sha512-dDhpUYxTAOWKT3Ln93A5k5UB5SftG8bPAzeZEjGeP4e7eboMhITUTDks8HDmUt9X1P+HpfnY/o6VSTSpf3Advw==", + "internal-ip": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz", + "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==", "requires": { - "@rdfjs/data-model": "^1.1.1", - "lodash.uniqwith": "^4.5.0" + "default-gateway": "^4.2.0", + "ipaddr.js": "^1.9.0" } }, - "rdfa-streaming-parser": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/rdfa-streaming-parser/-/rdfa-streaming-parser-1.2.2.tgz", - "integrity": "sha512-OKNyZworn+wuHd9DsskyiBor85nQPAMzSR/xm6np1Pe09edj3yRGJQLsY62Ww1ELjZbdEFXougIShhR9VwU83A==", + "interpret": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", + "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" + }, + "invariant": {}, + "ip": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", + "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" + }, + "ip-regex": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", + "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=" + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + }, + "is-absolute-url": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", + "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==" + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", "requires": { - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0", - "htmlparser2": "^4.0.0", - "relative-to-absolute-iri": "^1.0.2" + "kind-of": "^3.0.2" }, "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "requires": { - "@types/node": "*" + "is-buffer": "^1.1.5" } } } }, - "rdfxml-streaming-parser": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/rdfxml-streaming-parser/-/rdfxml-streaming-parser-1.3.6.tgz", - "integrity": "sha512-t9uqmCiPjmMFMXQ3Va2rc4ePElhze63EUmXVLA05s40NQEvphj8I8Kl1qODBwHnxocdoc1yVQRsC6hVJAPHvPQ==", + "is-arguments": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz", + "integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==" + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "requires": { - "@rdfjs/data-model": "^1.1.2", - "relative-to-absolute-iri": "^1.0.0", - "sax": "^1.2.4" + "binary-extensions": "^2.0.0" } }, - "read-file": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/read-file/-/read-file-0.2.0.tgz", - "integrity": "sha1-cMa6+IQux9FUD5gf0Oau1Mgb1UU=" + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" }, - "read-only-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/read-only-stream/-/read-only-stream-2.0.0.tgz", - "integrity": "sha1-JyT9aoET1zdkrCiNQ4YnDB2/F/A=", + "is-callable": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz", + "integrity": "sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==" + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", "requires": { - "readable-stream": "^2.0.2" + "kind-of": "^3.0.2" }, "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "requires": { - "safe-buffer": "~5.1.0" + "is-buffer": "^1.1.5" } } } }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, - "readable-stream-node-to-web": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/readable-stream-node-to-web/-/readable-stream-node-to-web-1.0.1.tgz", - "integrity": "sha1-i3YU+qFGXr+g2pucpjA/onBzt88=" - }, - "readdirp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.2.0.tgz", - "integrity": "sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==", - "requires": { - "picomatch": "^2.0.4" - } - }, - "regex-not": { + "is-date-object": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", - "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - } - }, - "regexp.prototype.flags": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", - "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1" - } - }, - "registry-auth-token": {}, - "registry-url": {}, - "relative-to-absolute-iri": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/relative-to-absolute-iri/-/relative-to-absolute-iri-1.0.6.tgz", - "integrity": "sha512-Xw5/Zx6iWSCMJUXwXVOjySjH8Xli4hVFL9QQFvkl1qEmFBG94J+QUI9emnoctOCD3285f1jNV+QWV9eDYwIdfQ==" - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" - }, - "repeat-element": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", - "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==" - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", - "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "requires": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" }, "dependencies": { - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" } } }, - "require-directory": { + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + }, + "is-extglob": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" }, - "require-main-filename": { + "is-fullwidth-code-point": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" }, - "requireg": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/requireg/-/requireg-0.1.8.tgz", - "integrity": "sha512-qjbwnviLXg4oZiAFEr1ExbevkUPaEiP1uPGSoFCVgCCcbo4PXv9SmiJpXNYmgTBCZ8fY1Jy+sk7F9/kPNepeDw==", + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", "requires": { - "nested-error-stacks": "~2.0.1", - "rc": "~1.2.7", - "resolve": "~1.7.1" + "is-extglob": "^2.1.1" } }, - "requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" }, - "resolve": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.7.1.tgz", - "integrity": "sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==", - "requires": { - "path-parse": "^1.0.5" - } + "is-path-cwd": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==" }, - "resolve-cwd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz", - "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", + "is-path-in-cwd": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", + "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", "requires": { - "resolve-from": "^3.0.0" + "is-path-inside": "^2.1.0" } }, - "resolve-dir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", - "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", + "is-path-inside": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz", + "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", "requires": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" + "path-is-inside": "^1.0.2" } }, - "resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" - }, - "resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" - }, - "ret": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", - "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" - }, - "retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "requires": { - "glob": "^7.1.3" + "isobject": "^3.0.1" } }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", - "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "is-regex": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", + "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" + "has-symbols": "^1.0.1" } }, - "run-queue": { + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + }, + "is-symbol": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", - "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", + "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", "requires": { - "aproba": "^1.1.1" + "has-symbols": "^1.0.1" } }, - "safe-buffer": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", - "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" }, - "safe-regex": { + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=" + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + }, + "is-wsl": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", - "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" + }, + "isomorphic-fetch": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", + "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", "requires": { - "ret": "~0.1.10" + "node-fetch": "^1.0.1", + "whatwg-fetch": ">=0.10.0" } }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + "jquery": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", + "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" }, - "sax-stream": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/sax-stream/-/sax-stream-1.3.0.tgz", - "integrity": "sha512-tcfsAAICAkyNNe4uiKtKmLKxx3C7qPAej13UUoN+7OLYq/P5kHGahZtJhhMVM3fIMndA6TlYHWFlFEzFkv1VGg==", + "js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", "requires": { - "debug": "~2", - "sax": "~1" + "argparse": "^1.0.7", + "esprima": "^4.0.0" } }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" + }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "json-stable-stringify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz", + "integrity": "sha1-YRwj6BTbN1Un34URk9tZ3Sryf0U=", "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" + "jsonify": "~0.0.0" } }, - "select-hose": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", - "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=" + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "json3": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz", + "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==" }, - "selfsigned": { - "version": "1.10.7", - "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.7.tgz", - "integrity": "sha512-8M3wBCzeWIJnQfl43IKwOmC4H/RAp50S8DF60znzjW5GVqTcSe2vWclt7hmYVPkKPlHWOu5EaWOMZ2Y6W8ZXTA==", + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "requires": { - "node-forge": "0.9.0" - }, - "dependencies": { - "node-forge": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz", - "integrity": "sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ==" - } + "minimist": "^1.2.0" } }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "jsonify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", + "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=" }, - "send": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", - "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "jsonld": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-3.1.1.tgz", + "integrity": "sha512-GrqERUMZtMcdP8WgTt7drF3Ixf0dERA2Q4X3hTLyKt7CJTTQ5cM1vAHuX797piAejuh/KwNdKklKVB1kfYcJbw==", "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": { - "ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" - } + "canonicalize": "^1.0.1", + "lru-cache": "^5.1.1", + "object.fromentries": "^2.0.2", + "rdf-canonize": "^1.0.2", + "request": "^2.88.0", + "semver": "^6.3.0", + "xmldom": "0.1.19" } }, - "serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", - "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + "jsonld-context-parser": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.0.1.tgz", + "integrity": "sha512-age80EkLq3sGWvf4UBfbHr2M6geOvrMvD1EnkliHeaFzln2a4ZdB7/1gQ4yMt0VjjlqudmvJtffA7YYQ2mx6ug==", "requires": { - "randombytes": "^2.1.0" + "@types/http-link-header": "^1.0.1", + "@types/isomorphic-fetch": "^0.0.35", + "@types/node": "^13.1.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "isomorphic-fetch": "^2.2.1", + "relative-to-absolute-iri": "^1.0.5" } }, - "serve-index": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", + "jsonld-streaming-parser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-2.0.2.tgz", + "integrity": "sha512-h4cK+PQMvOHd+UqgAFpKBmt5LWYoQMQLu9PP7YsRP7rnSJbU/EfJFcJFG6/sdtZslQ6dlNwOvfHbjQ9clzZPzg==", "requires": { - "accepts": "~1.3.4", - "batch": "0.6.1", - "debug": "2.6.9", - "escape-html": "~1.0.3", - "http-errors": "~1.6.2", - "mime-types": "~2.1.17", - "parseurl": "~1.3.2" + "@rdfjs/data-model": "^1.1.2", + "@types/http-link-header": "^1.0.1", + "@types/rdf-js": "^3.0.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "jsonld-context-parser": "^2.0.1", + "jsonparse": "^1.3.1" }, "dependencies": { - "http-errors": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" + "@types/node": "*" } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "setprototypeof": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" } } }, - "serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", - "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "jsonld-streaming-serializer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsonld-streaming-serializer/-/jsonld-streaming-serializer-1.1.0.tgz", + "integrity": "sha512-C+cs913C3XDScZIqUL8fg5crHQtPTQSZstzvFmhA9/r0QBCRw88BR4TYHvLNhJhzB45GOpoF5/Fx4I4xfKGpOQ==", "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" + "@types/rdf-js": "^2.0.1", + "jsonld-context-parser": "^2.0.0" } }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + "jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=" }, - "set-value": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", - "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" } }, - "setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" + "killable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz", + "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==" }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", - "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "labeled-stream-splicer": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-2.0.2.tgz", + "integrity": "sha512-Ca4LSXFFZUjPScRaqOcFxneA0VpKZr4MMYCljyQr4LIewTLb3Y0IUTIsnBBsVubIeEfxeSZpSjSsRM8APEQaAw==", "requires": { "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "stream-splicer": "^2.0.0" } }, - "shasum": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/shasum/-/shasum-1.0.2.tgz", - "integrity": "sha1-5wEjENj0F/TetXEhUOVni4euVl8=", - "requires": { - "json-stable-stringify": "~0.0.0", - "sha.js": "~2.4.4" - } + "loader-runner": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", + "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==" }, - "shasum-object": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shasum-object/-/shasum-object-1.0.0.tgz", - "integrity": "sha512-Iqo5rp/3xVi6M4YheapzZhhGPVs0yZwHj7wvwQ1B9z8H6zk+FEnI7y3Teq7qwnekfEhu8WmG2z0z4iWZaxLWVg==", + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", "requires": { - "fast-safe-stringify": "^2.0.7" + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" } }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "requires": { - "shebang-regex": "^1.0.0" + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" } }, - "shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" + "lodash": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, - "shell-quote": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz", - "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==" + "lodash.memoize": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz", + "integrity": "sha1-LcvSwofLwKVcxCMovQxzYVDVPj8=" }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" + "lodash.uniqwith": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz", + "integrity": "sha1-egy/ZfQ7WShiWp1NDcVLGMrcfvM=" }, - "simple-concat": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", - "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" + "log-symbols": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", + "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "requires": { + "chalk": "^2.4.2" + } }, - "slash": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", - "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=" + "loglevel": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.0.tgz", + "integrity": "sha512-i2sY04nal5jDcagM3FMfG++T69GEEM8CYuOfeOIvmXzOIcwE9a/CJPR0MFM97pYMj/u10lzz7/zd7+qwhrBTqQ==" }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", - "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "loglevelnext": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.5.tgz", + "integrity": "sha512-V/73qkPuJmx4BcBF19xPBr+0ZRVBhc4POxvZTZdMeXpJ4NItXSJ/MSwuFT0kQJlCbXvdlZoQQ/418bS1y9Jh6A==", "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } + "es6-symbol": "^3.1.1", + "object.assign": "^4.1.0" } }, - "snapdragon-node": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", - "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "requires": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } + "yallist": "^3.0.2" } }, - "snapdragon-util": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", - "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" + }, + "map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" + }, + "map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", "requires": { - "kind-of": "^3.2.0" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } + "object-visit": "^1.0.0" } }, - "sockjs": { - "version": "0.3.20", - "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.20.tgz", - "integrity": "sha512-SpmVOVpdq0DJc0qArhF3E5xsxvaiqGNb73XfgBpK1y3UD5gs8DSo8aCTsuT5pX8rssdc2NDIzANwP9eCAiSdTA==", + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", "requires": { - "faye-websocket": "^0.10.0", - "uuid": "^3.4.0", - "websocket-driver": "0.6.5" - }, - "dependencies": { - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" - } + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" } }, - "sockjs-client": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.4.0.tgz", - "integrity": "sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g==", + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + }, + "memory-fs": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", + "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", "requires": { - "debug": "^3.2.5", - "eventsource": "^1.0.7", - "faye-websocket": "~0.11.1", - "inherits": "^2.0.3", - "json3": "^3.3.2", - "url-parse": "^1.4.3" + "errno": "^0.1.3", + "readable-stream": "^2.0.1" }, "dependencies": { - "debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "requires": { - "ms": "^2.1.1" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, - "faye-websocket": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz", - "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==", + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "requires": { - "websocket-driver": ">=0.5.1" + "safe-buffer": "~5.1.0" } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, - "source-list-map": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", - "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" }, - "source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", - "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "micromatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", + "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" + "braces": "^3.0.1", + "picomatch": "^2.0.5" } }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" + "bn.js": "^4.0.0", + "brorand": "^1.0.1" }, "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" } } }, - "source-map-url": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", - "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" }, - "sparqlalgebrajs": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.3.2.tgz", - "integrity": "sha512-QnjSz25c6ruALbxxD7e9E64hoi/yPMz5MzxUIjLEiTob2zWoM4Pj6GlYZAMnxcCdXXURZO+n0Obt/8XhQj4XiQ==", + "mime-db": { + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", + "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" + }, + "mime-types": { + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", + "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", "requires": { - "@rdfjs/data-model": "^1.1.2", - "fast-deep-equal": "^3.1.1", - "minimist": "^1.2.5", - "rdf-string": "^1.3.1", - "sparqljs": "^3.1.1" + "mime-db": "1.44.0" } }, - "sparqlee": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.4.3.tgz", - "integrity": "sha512-HVWj816xZqUO14/kkA9I/OS+uF8zHe7MGCmoGb4gPcO2KcenF8hg4SssftcQgxVJzsI4RQV91rXhDYdBb1WF9g==", + "minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + }, + "minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "requires": { - "@rdfjs/data-model": "^1.1.0", - "@types/create-hash": "^1.2.0", - "@types/rdf-js": "^3.0.0", - "@types/uuid": "^8.0.0", - "create-hash": "^1.2.0", - "decimal.js": "^10.2.0", - "immutable": "^3.8.2", - "rdf-string": "^1.1.1", - "sparqlalgebrajs": "^2.1.0", - "uri-js": "^4.2.2", - "uuid": "^8.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - }, - "@types/uuid": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz", - "integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==" - }, - "uuid": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", - "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" - } + "brace-expansion": "^1.1.7" } }, - "sparqljs": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.1.1.tgz", - "integrity": "sha512-HYSwEu++souL4YjJbRx+3dJ1aNYNuR+BbZdPmdrmD4QMSO14J63BEshpcSURcNRsuriOI+05wo2AaxVvpjhgkg==", + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "mississippi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", + "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", "requires": { - "n3": "^1.6.0" - }, - "dependencies": { - "n3": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/n3/-/n3-1.6.3.tgz", - "integrity": "sha512-dN+8pLw2h1H1WQTW9VR3T16tHPDYdQP+YKXzbcpBCMCb9ZkksUyoVRRdtFGl3vosdET+NIB5eiIgth+4Vit6Yw==", - "requires": { - "queue-microtask": "^1.1.2", - "readable-stream": "^3.6.0" - } - } + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^3.0.0", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" } }, - "sparqljson-parse": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/sparqljson-parse/-/sparqljson-parse-1.5.2.tgz", - "integrity": "sha512-VnYzLsiha3Byb7iKr4qbwsztF7cjZFDEnJg2Z2fSbVlUOa4Pwk4cHem6SnFDBWRrOtu/N98v9/JMVRi6bQYqew==", + "mixin-deep": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", "requires": { - "@rdfjs/data-model": "^1.1.1", - "@types/node": "^13.1.0", - "@types/rdf-js": "^3.0.0", - "JSONStream": "^1.3.3" + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" }, "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "requires": { - "@types/node": "*" + "is-plain-object": "^2.0.4" } } } }, - "sparqljson-to-tree": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/sparqljson-to-tree/-/sparqljson-to-tree-2.0.0.tgz", - "integrity": "sha512-+2R6RtLYm5A3zA/SzIU/6RCp8lM2KQfJpos53BmkgRnHHHvP/ZVtMMnqY9IsV3msMLSCa/D/rS51ND8nCPwRoQ==", + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", "requires": { - "rdf-literal": "^1.0.0", - "sparqljson-parse": "^1.5.0" + "minimist": "^1.2.5" } }, - "sparqlxml-parse": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.3.0.tgz", - "integrity": "sha512-NeI5t7Jglue/CIl1LXAAXzK4k9Ex4ULuPpTShuEpID+edPmljJ17ITsgx1yM8exZR1a4br5UqyyiDxduQQ4wAw==", - "requires": { - "@rdfjs/data-model": "^1.1.1", - "@types/node": "^13.1.0", - "@types/rdf-js": "^3.0.0", - "sax-stream": "^1.2.3" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } - } + "mkdirp-classic": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", + "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" }, - "spdy": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", - "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "mocha": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.2.0.tgz", + "integrity": "sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==", "requires": { - "debug": "^4.1.0", - "handle-thing": "^2.0.0", - "http-deceiver": "^1.2.7", - "select-hose": "^2.0.0", - "spdy-transport": "^3.0.0" + "ansi-colors": "3.2.3", + "browser-stdout": "1.3.1", + "chokidar": "3.3.0", + "debug": "3.2.6", + "diff": "3.5.0", + "escape-string-regexp": "1.0.5", + "find-up": "3.0.0", + "glob": "7.1.3", + "growl": "1.10.5", + "he": "1.2.0", + "js-yaml": "3.13.1", + "log-symbols": "3.0.0", + "minimatch": "3.0.4", + "mkdirp": "0.5.5", + "ms": "2.1.1", + "node-environment-flags": "1.0.6", + "object.assign": "4.1.0", + "strip-json-comments": "2.0.1", + "supports-color": "6.0.0", + "which": "1.3.1", + "wide-align": "1.1.3", + "yargs": "13.3.2", + "yargs-parser": "13.1.2", + "yargs-unparser": "1.6.0" }, "dependencies": { + "ansi-colors": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", + "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==" + }, "debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "requires": { "ms": "^2.1.1" } }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" } } }, - "spdy-transport": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", - "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "module-deps": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/module-deps/-/module-deps-6.2.3.tgz", + "integrity": "sha512-fg7OZaQBcL4/L+AK5f4iVqf9OMbCclXfy/znXRxTVhJSeW5AIlS9AwheYwDaXM3lVW7OBeaeUEY3gbaC6cLlSA==", "requires": { - "debug": "^4.1.0", - "detect-node": "^2.0.4", - "hpack.js": "^2.1.6", - "obuf": "^1.1.2", - "readable-stream": "^3.0.6", - "wbuf": "^1.7.3" + "JSONStream": "^1.0.3", + "browser-resolve": "^2.0.0", + "cached-path-relative": "^1.0.2", + "concat-stream": "~1.6.0", + "defined": "^1.0.0", + "detective": "^5.2.0", + "duplexer2": "^0.1.2", + "inherits": "^2.0.1", + "parents": "^1.0.0", + "readable-stream": "^2.0.2", + "resolve": "^1.4.0", + "stream-combiner2": "^1.1.1", + "subarg": "^1.0.0", + "through2": "^2.0.0", + "xtend": "^4.0.0" }, "dependencies": { - "debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "requires": { - "ms": "^2.1.1" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } } } }, - "split-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", - "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "move-concurrently": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", + "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", "requires": { - "extend-shallow": "^3.0.0" + "aproba": "^1.1.1", + "copy-concurrently": "^1.0.0", + "fs-write-stream-atomic": "^1.0.8", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.3" } }, - "sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, - "sshpk": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", - "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "multicast-dns": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", + "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" + "dns-packet": "^1.3.1", + "thunky": "^1.0.2" } }, - "ssri": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz", - "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", + "multicast-dns-service-types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", + "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=" + }, + "n3": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.3.5.tgz", + "integrity": "sha512-McWb1tCWGGAmHeGEakqZj/UqxQR9cpEYZ/JivBj59YfiOAuaIWZxu0B+jnhbCwCZ2AsxdgQ5Dq8fehIJpYQaMQ==" + }, + "nan": { + "version": "2.14.1", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz", + "integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==", + "optional": true + }, + "nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", "requires": { - "figgy-pudding": "^3.5.1" + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" } }, - "static-extend": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", - "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", + "negotiate": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/negotiate/-/negotiate-1.0.1.tgz", + "integrity": "sha1-NayLVnL3sF+qEL8CYTQusRIDcP0=" + }, + "negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" + }, + "neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + }, + "nested-error-stacks": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz", + "integrity": "sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==" + }, + "next-tick": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", + "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" + }, + "node-environment-flags": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", + "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", "requires": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" + "object.getownpropertydescriptors": "^2.0.3", + "semver": "^5.7.0" }, "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" } } }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + "node-fetch": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", + "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", + "requires": { + "encoding": "^0.1.11", + "is-stream": "^1.0.1" + } }, - "stream-browserify": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", - "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", + "node-forge": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.9.1.tgz", + "integrity": "sha512-G6RlQt5Sb4GMBzXvhfkeFmbqR6MzhtnT7VTHuLadjkii3rdYHNdw0m8zA4BTxVIh68FicCQ2NSUANpsqkr9jvQ==" + }, + "node-libs-browser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", + "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", "requires": { - "inherits": "~2.0.1", - "readable-stream": "^2.0.2" + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^3.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "0.0.1", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.11.0", + "vm-browserify": "^1.0.1" }, "dependencies": { + "buffer": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + } + }, + "events": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.2.0.tgz", + "integrity": "sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg==" + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + }, "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", @@ -12322,6 +14289,16 @@ "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" + }, + "dependencies": { + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } } }, "safe-buffer": { @@ -12329,285 +14306,264 @@ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "stream-http": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", + "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", "requires": { - "safe-buffer": "~5.1.0" + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.3.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" } - } - } - }, - "stream-combiner2": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz", - "integrity": "sha1-+02KFCDqNidk4hrUeAOXvry0HL4=", - "requires": { - "duplexer2": "~0.1.0", - "readable-stream": "^2.0.2" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + }, + "timers-browserify": { + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.11.tgz", + "integrity": "sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ==", "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "setimmediate": "^1.0.4" } }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "tty-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", + "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "util": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", + "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", "requires": { - "safe-buffer": "~5.1.0" + "inherits": "2.0.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } } } } }, - "stream-each": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", - "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", - "requires": { - "end-of-stream": "^1.1.0", - "stream-shift": "^1.0.0" - } + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, - "stream-http": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-3.1.1.tgz", - "integrity": "sha512-S7OqaYu0EkFpgeGFb/NPOoPLxFko7TPqtEeFg5DXPB4v/KETHG0Ln6fRFrNezoelpaDKmycEmmZ81cC9DAwgYg==", + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", "requires": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "xtend": "^4.0.2" + "path-key": "^2.0.0" } }, - "stream-shift": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", - "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" }, - "stream-splicer": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/stream-splicer/-/stream-splicer-2.0.1.tgz", - "integrity": "sha512-Xizh4/NPuYSyAXyT7g8IvdJ9HJpxIGL9PjyhtywCZvvP0OPIdqyrr4dMikeuvY8xahpdKEBlBTySe583totajg==", + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", "requires": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.2" + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" }, "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "is-descriptor": "^0.1.0" } }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "requires": { - "safe-buffer": "~5.1.0" + "is-buffer": "^1.1.5" } } } }, - "stream-to-string": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/stream-to-string/-/stream-to-string-1.2.0.tgz", - "integrity": "sha512-8drZlFIKBHSMdX9GCWv8V9AAWnQcTqw0iAI6/GC7UJ0H0SwKeFKjOoZfGY1tOU00GGU7FYZQoJ/ZCUEoXhD7yQ==", + "object-inspect": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", + "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" + }, + "object-is": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.2.tgz", + "integrity": "sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ==", "requires": { - "promise-polyfill": "^1.1.6" + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" } }, - "streamify-string": { + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + }, + "object-visit": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/streamify-string/-/streamify-string-1.0.1.tgz", - "integrity": "sha1-niIN4z4cR13TDgIG9bGBXMbJUls=" + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", + "requires": { + "isobject": "^3.0.0" + } }, - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" } }, - "string.prototype.trimend": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", - "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", + "object.fromentries": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.2.tgz", + "integrity": "sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==", "requires": { "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" + "es-abstract": "^1.17.0-next.1", + "function-bind": "^1.1.1", + "has": "^1.0.3" } }, - "string.prototype.trimstart": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", - "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", + "object.getownpropertydescriptors": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", + "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", + "requires": { + "isobject": "^3.0.1" + } + }, + "obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" + "ee-first": "1.1.1" } }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "requires": { - "safe-buffer": "~5.2.0" + "wrappy": "1" } }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "opn": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", + "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", "requires": { - "ansi-regex": "^3.0.0" + "is-wsl": "^1.1.0" } }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "original": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz", + "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", "requires": { - "is-utf8": "^0.2.0" + "url-parse": "^1.4.3" } }, - "strip-eof": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", - "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" - }, - "strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" + "os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" }, - "subarg": { + "p-finally": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz", - "integrity": "sha1-9izxdYHplrSPyWVpn1TAauJouNI=", - "requires": { - "minimist": "^1.1.0" - } + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" }, - "supports-color": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz", - "integrity": "sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==", + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "requires": { - "has-flag": "^3.0.0" + "p-try": "^2.0.0" } }, - "syntax-error": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/syntax-error/-/syntax-error-1.4.0.tgz", - "integrity": "sha512-YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w==", + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "requires": { - "acorn-node": "^1.2.0" + "p-limit": "^2.0.0" } }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" - }, - "term-size": { - "dependencies": { - "cross-spawn": {} - } + "p-map": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==" }, - "terser": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", - "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", + "p-retry": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz", + "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==", "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - } + "retry": "^0.12.0" } }, - "terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", - "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", - "requires": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - }, - "dependencies": { - "serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", - "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", - "requires": { - "randombytes": "^2.1.0" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - } - } + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + "pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "parallel-transform": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", + "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" + "cyclist": "^1.0.1", + "inherits": "^2.0.3", + "readable-stream": "^2.1.5" }, "dependencies": { "readable-stream": { @@ -12639,832 +14595,542 @@ } } }, - "thunky": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", - "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" - }, - "timers-browserify": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz", - "integrity": "sha1-ycWLV1voQHN1y14kYtrO50NZ9B0=", - "requires": { - "process": "~0.11.0" - } - }, - "to-arraybuffer": { + "parents": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", - "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=" - }, - "to-object-path": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", - "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", - "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - } - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "requires": { - "is-number": "^7.0.0" - } - }, - "toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", - "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" - }, - "touch": {}, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "resolved": "https://registry.npmjs.org/parents/-/parents-1.0.1.tgz", + "integrity": "sha1-/t1NK/GTp3dF/nHjcdc8MwfZx1E=", "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" + "path-platform": "~0.11.15" } }, - "ts-loader": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-7.0.5.tgz", - "integrity": "sha512-zXypEIT6k3oTc+OZNx/cqElrsbBtYqDknf48OZos0NQ3RTt045fBIU8RRSu+suObBzYB355aIPGOe/3kj9h7Ig==", + "parse-asn1": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.5.tgz", + "integrity": "sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ==", "requires": { - "chalk": "^2.3.0", - "enhanced-resolve": "^4.0.0", - "loader-utils": "^1.0.2", - "micromatch": "^4.0.0", - "semver": "^6.0.0" + "asn1.js": "^4.0.0", + "browserify-aes": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" } }, - "ts-node": { - "version": "8.10.2", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", - "integrity": "sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==", + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", "requires": { - "arg": "^4.1.0", - "diff": "^4.0.1", - "make-error": "^1.1.1", - "source-map-support": "^0.5.17", - "yn": "3.1.1" - }, - "dependencies": { - "diff": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==" - } + "error-ex": "^1.2.0" } }, - "tsconfig": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/tsconfig/-/tsconfig-5.0.3.tgz", - "integrity": "sha1-X0J45wGACWeo/Dg/0ZZIh48qbjo=", + "parse-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-link-header/-/parse-link-header-1.0.1.tgz", + "integrity": "sha1-vt/g0hGK64S+deewJUGeyKYRQKc=", "requires": { - "any-promise": "^1.3.0", - "parse-json": "^2.2.0", - "strip-bom": "^2.0.0", - "strip-json-comments": "^2.0.0" + "xtend": "~4.0.1" } }, - "tsify": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/tsify/-/tsify-4.0.2.tgz", - "integrity": "sha512-XZ4jziRS8SBnoSnp1QOtASxjqhvOSfXhO8cD5WPBpXD6UKDCMQ/n7L1cr+Wlb5htIZJuvfhfxely+HODsVRWLA==", - "requires": { - "convert-source-map": "^1.1.0", - "fs.realpath": "^1.0.0", - "object-assign": "^4.1.0", - "semver": "^6.1.0", - "through2": "^2.0.0", - "tsconfig": "^5.0.3" - } + "parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=" }, - "tslib": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", - "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" }, - "tty-browserify": { + "pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" + }, + "path-browserify": { "version": "0.0.1", - "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz", - "integrity": "sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==" + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", + "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==" }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "requires": { - "safe-buffer": "^5.0.1" - } + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" }, - "type": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", - "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" }, - "type-detect": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" }, - "type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - } + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" }, - "typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" }, - "typescript": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", - "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==" + "path-platform": { + "version": "0.11.15", + "resolved": "https://registry.npmjs.org/path-platform/-/path-platform-0.11.15.tgz", + "integrity": "sha1-6GQhf3TDaFDwhSt43Hv31KVyG/I=" }, - "typings-core": {}, - "umd": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/umd/-/umd-3.0.3.tgz", - "integrity": "sha512-4IcGSufhFshvLNcMCV80UnQVlZ5pMOC8mvNPForqwA4+lzYQuetTESLDQkeLmihq8bRcnpbQa48Wb8Lh16/xow==" + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" }, - "undeclared-identifiers": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz", - "integrity": "sha512-pJOW4nxjlmfwKApE4zvxLScM/njmwj/DiUBv7EabwE4O8kRUy+HIwxQtZLBPll/jx1LJyBcqNfB3/cpv9EZwOw==", + "path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "requires": { - "acorn-node": "^1.3.0", - "dash-ast": "^1.0.0", - "get-assigned-identifiers": "^1.2.0", - "simple-concat": "^1.0.0", - "xtend": "^4.0.1" + "pify": "^3.0.0" } }, - "union-value": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", - "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", + "pathval": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz", + "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=" + }, + "pbkdf2": { + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz", + "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==", "requires": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" } }, - "unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", - "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", "requires": { - "unique-slug": "^2.0.0" + "pinkie": "^2.0.0" } }, - "unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", - "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", "requires": { - "imurmurhash": "^0.1.4" + "find-up": "^3.0.0" } }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + "pkginfo": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.4.1.tgz", + "integrity": "sha1-tUGO8EOd5UJfxJlQQtztFPsqhP8=" }, - "unset-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", - "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", + "portfinder": { + "version": "1.0.28", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz", + "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==", "requires": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "dependencies": { - "has-value": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", - "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", - "requires": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "dependencies": { - "isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "requires": { - "isarray": "1.0.0" - } - } + "async": "^2.6.2", + "debug": "^3.1.1", + "mkdirp": "^0.5.5" + }, + "dependencies": { + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" } }, - "has-values": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", - "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, - "upath": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", - "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==" + "posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" }, - "update-notifier": {}, - "uri-js": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", - "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" + }, + "promise-polyfill": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-1.1.6.tgz", + "integrity": "sha1-zQTv9G9clcOn0EVZHXm14+AfEtc=" + }, + "proxy-addr": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", + "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", "requires": { - "punycode": "^2.1.0" + "forwarded": "~0.1.2", + "ipaddr.js": "1.9.1" } }, - "uritemplate": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/uritemplate/-/uritemplate-0.3.4.tgz", - "integrity": "sha1-BdCoU/+8iw9Jqj1NKtd3sNHuBww=" + "prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" }, - "urix": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" }, - "url": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", - "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", + "public-encrypt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", "requires": { - "punycode": "1.3.2", - "querystring": "0.2.0" + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" }, "dependencies": { - "punycode": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", - "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" } } }, - "url-parse": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz", - "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==", + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" + "end-of-stream": "^1.1.0", + "once": "^1.3.1" } }, - "use": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", - "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" - }, - "util": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", - "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", + "pumpify": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", + "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", "requires": { - "inherits": "2.0.3" + "duplexify": "^3.6.0", + "inherits": "^2.0.3", + "pump": "^2.0.0" }, "dependencies": { - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + "pump": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", + "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } } } }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, - "utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" }, - "uuid": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", - "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" + "querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=" }, - "v8-compile-cache": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz", - "integrity": "sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==" + "querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=" }, - "vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" + "querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" }, - "verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "queue-microtask": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.1.4.tgz", + "integrity": "sha512-eY/4Obve9cE5FK8YvC1cJsm5cr7XvAurul8UtBDJ2PR1p5NmAwHtvAt5ftcLtwYRCUKNhxCneZZlxmUDFoSeKA==" + }, + "randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" + "safe-buffer": "^5.1.0" } }, - "vm-browserify": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", - "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" + "randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "requires": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } }, - "watchpack": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.4.tgz", - "integrity": "sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg==", + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", + "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", "requires": { - "chokidar": "^3.4.1", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.0" + "bytes": "3.1.0", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" }, "dependencies": { - "chokidar": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz", - "integrity": "sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==", - "optional": true, - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.1.2", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.4.0" - } - }, - "readdirp": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", - "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", - "optional": true, - "requires": { - "picomatch": "^2.2.1" - } + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" } } }, - "watchpack-chokidar2": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz", - "integrity": "sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA==", - "optional": true, + "raw-loader": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/raw-loader/-/raw-loader-4.0.1.tgz", + "integrity": "sha512-baolhQBSi3iNh1cglJjA0mYzga+wePk7vdEX//1dTFd+v4TsQlQE0jitJSNF1OIP82rdYulH7otaVmdlDaJ64A==", "requires": { - "chokidar": "^2.1.8" + "loader-utils": "^2.0.0", + "schema-utils": "^2.6.5" }, "dependencies": { - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", - "optional": true, - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": { - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "optional": true, - "requires": { - "remove-trailing-separator": "^1.0.1" - } - } - } - }, - "binary-extensions": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", - "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", - "optional": true - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "optional": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "optional": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", - "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", - "optional": true, - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "optional": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "optional": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fsevents": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", - "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "optional": true, - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "optional": true, - "requires": { - "is-extglob": "^2.1.0" - } - } - } - }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", - "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", - "optional": true, - "requires": { - "binary-extensions": "^1.0.0" - } - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "optional": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "optional": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "optional": true, + "json5": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" + "minimist": "^1.2.5" } }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "optional": true, + "loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" } }, - "readdirp": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", - "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", - "optional": true, + "schema-utils": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", + "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" + "@types/json-schema": "^7.0.4", + "ajv": "^6.12.2", + "ajv-keywords": "^3.4.1" } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "optional": true - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "optional": true, + } + } + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + } + }, + "rdf-canonize": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/rdf-canonize/-/rdf-canonize-1.1.0.tgz", + "integrity": "sha512-DV06OnhVfl2zcZJQCt+YvU+hoZVgpyQpNFLeAmghq8RJybUxD3B4LRzlBquYS5k+LLd8/c3g5Gnhkqjw5qRMvg==", + "requires": { + "node-forge": "^0.9.1", + "semver": "^6.3.0" + } + }, + "rdf-data-factory": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rdf-data-factory/-/rdf-data-factory-1.0.0.tgz", + "integrity": "sha512-C+UBVeXchaywznF8VnmkRSanUpB3/f2iBrdqw2aPFqKlUgcRGHhAIQZ/AjfbM7u1beyNlEq2us3kvVIum6+uBg==", + "requires": { + "@types/rdf-js": "*" + } + }, + "rdf-literal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.1.1.tgz", + "integrity": "sha512-zYelIUgvwifeq2aFfTYlv+SoxZbSjdKw+I4ulZ5ECil8FTh2+ufHiR9P7T61KnVyo8BqBhyeHBR4UvA++PWozA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "safe-buffer": "~5.1.0" + "@types/node": "*" } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "optional": true, + } + } + }, + "rdf-quad": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.4.0.tgz", + "integrity": "sha512-xChDvhK2zb4/aCg8P668CWTn4TEhscefg/E1s+Qu61sZ/hKct/WQn0wuHim8H+MFrzZ7fFN7Gh7aamPgm/QSwA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "rdf-literal": "^1.0.0", + "rdf-string": "^1.3.1" + } + }, + "rdf-store-stream": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rdf-store-stream/-/rdf-store-stream-1.0.1.tgz", + "integrity": "sha512-/aMMY3UeC1ONxnDoPgpeaZPT7coqeYRFQ1U30nuJ66f6OMDBag/iYtgu871hqobgKDZEmxg9Ut3USsZzvEry0Q==", + "requires": { + "@types/rdf-js": "^3.0.2", + "n3": "^1.1.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" + "@types/node": "*" } } } }, - "wbuf": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", - "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "rdf-string": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.5.0.tgz", + "integrity": "sha512-3TEJuDIKUADgZrfcZG+zAN4GfVA1Ei2sKA7Z7QVHkAE36wWoRGPJbGihPQMldgzvy9lG2nzZU+CXz+6oGSQNsQ==", "requires": { - "minimalistic-assert": "^1.0.0" + "rdf-data-factory": "^1.0.0" } }, - "web-streams-node": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/web-streams-node/-/web-streams-node-0.4.0.tgz", - "integrity": "sha512-u+PBQs8DFaBrN/bxCLFn21tO/ZP7EM3qA4FGzppoUCcZ5CaMbKOsN8uOp27ylVEsfrxcR2tsF6gWHI5M8bN73w==", + "rdf-string-ttl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rdf-string-ttl/-/rdf-string-ttl-1.0.1.tgz", + "integrity": "sha512-QdOztnXuQTS5HwS2YTUkY9KUdyjyMYCX4QITfAAAtJnGqQkfah1L+VdV3E+Z3NKp/CBXLqZs/oMZe5J7pUEzpw==", "requires": { - "is-stream": "^1.1.0", - "readable-stream-node-to-web": "^1.0.1", - "web-streams-ponyfill": "^1.4.1" + "@rdfjs/data-model": "^1.1.1" } }, - "web-streams-ponyfill": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/web-streams-ponyfill/-/web-streams-ponyfill-1.4.2.tgz", - "integrity": "sha512-LCHW+fE2UBJ2vjhqJujqmoxh1ytEDEr0dPO3CabMdMDJPKmsaxzS90V1Ar6LtNE5VHLqxR4YMEj1i4lzMAccIA==" + "rdf-terms": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/rdf-terms/-/rdf-terms-1.5.1.tgz", + "integrity": "sha512-dDhpUYxTAOWKT3Ln93A5k5UB5SftG8bPAzeZEjGeP4e7eboMhITUTDks8HDmUt9X1P+HpfnY/o6VSTSpf3Advw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "lodash.uniqwith": "^4.5.0" + } }, - "webpack": { - "version": "4.44.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.44.1.tgz", - "integrity": "sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ==", + "rdfa-streaming-parser": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/rdfa-streaming-parser/-/rdfa-streaming-parser-1.2.2.tgz", + "integrity": "sha512-OKNyZworn+wuHd9DsskyiBor85nQPAMzSR/xm6np1Pe09edj3yRGJQLsY62Ww1ELjZbdEFXougIShhR9VwU83A==", "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.3.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "htmlparser2": "^4.0.0", + "relative-to-absolute-iri": "^1.0.2" }, "dependencies": { - "acorn": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz", - "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "enhanced-resolve": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz", - "integrity": "sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ==", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": { - "memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - } - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", - "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" } - }, + } + } + }, + "rdfxml-streaming-parser": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/rdfxml-streaming-parser/-/rdfxml-streaming-parser-1.3.6.tgz", + "integrity": "sha512-t9uqmCiPjmMFMXQ3Va2rc4ePElhze63EUmXVLA05s40NQEvphj8I8Kl1qODBwHnxocdoc1yVQRsC6hVJAPHvPQ==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "relative-to-absolute-iri": "^1.0.0", + "sax": "^1.2.4" + } + }, + "read-file": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/read-file/-/read-file-0.2.0.tgz", + "integrity": "sha1-cMa6+IQux9FUD5gf0Oau1Mgb1UU=" + }, + "read-only-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/read-only-stream/-/read-only-stream-2.0.0.tgz", + "integrity": "sha1-JyT9aoET1zdkrCiNQ4YnDB2/F/A=", + "requires": { + "readable-stream": "^2.0.2" + }, + "dependencies": { "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", @@ -13491,343 +15157,897 @@ "requires": { "safe-buffer": "~5.1.0" } - }, - "to-regex-range": { + } + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readable-stream-node-to-web": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/readable-stream-node-to-web/-/readable-stream-node-to-web-1.0.1.tgz", + "integrity": "sha1-i3YU+qFGXr+g2pucpjA/onBzt88=" + }, + "readdirp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.2.0.tgz", + "integrity": "sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==", + "requires": { + "picomatch": "^2.0.4" + } + }, + "regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "requires": { + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" + } + }, + "regexp.prototype.flags": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", + "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "registry-auth-token": {}, + "registry-url": {}, + "relative-to-absolute-iri": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/relative-to-absolute-iri/-/relative-to-absolute-iri-1.0.6.tgz", + "integrity": "sha512-Xw5/Zx6iWSCMJUXwXVOjySjH8Xli4hVFL9QQFvkl1qEmFBG94J+QUI9emnoctOCD3285f1jNV+QWV9eDYwIdfQ==" + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" + }, + "repeat-element": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", + "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==" + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" + }, + "request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "requireg": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/requireg/-/requireg-0.1.8.tgz", + "integrity": "sha512-qjbwnviLXg4oZiAFEr1ExbevkUPaEiP1uPGSoFCVgCCcbo4PXv9SmiJpXNYmgTBCZ8fY1Jy+sk7F9/kPNepeDw==", + "requires": { + "nested-error-stacks": "~2.0.1", + "rc": "~1.2.7", + "resolve": "~1.7.1" + } + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + }, + "resolve": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.7.1.tgz", + "integrity": "sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==", + "requires": { + "path-parse": "^1.0.5" + } + }, + "resolve-cwd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz", + "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", + "requires": { + "resolve-from": "^3.0.0" + } + }, + "resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", + "requires": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + } + }, + "resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" + }, + "resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" + }, + "ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" + }, + "retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=" + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "requires": { + "glob": "^7.1.3" + } + }, + "ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "run-queue": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", + "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", + "requires": { + "aproba": "^1.1.1" + } + }, + "safe-buffer": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", + "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" + }, + "safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", + "requires": { + "ret": "~0.1.10" + } + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "sax-stream": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax-stream/-/sax-stream-1.3.0.tgz", + "integrity": "sha512-tcfsAAICAkyNNe4uiKtKmLKxx3C7qPAej13UUoN+7OLYq/P5kHGahZtJhhMVM3fIMndA6TlYHWFlFEzFkv1VGg==", + "requires": { + "debug": "~2", + "sax": "~1" + } + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + }, + "select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=" + }, + "selfsigned": { + "version": "1.10.7", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.7.tgz", + "integrity": "sha512-8M3wBCzeWIJnQfl43IKwOmC4H/RAp50S8DF60znzjW5GVqTcSe2vWclt7hmYVPkKPlHWOu5EaWOMZ2Y6W8ZXTA==", + "requires": { + "node-forge": "0.9.0" + }, + "dependencies": { + "node-forge": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz", + "integrity": "sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ==" + } + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "send": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", + "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "requires": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.7.2", + "mime": "1.6.0", + "ms": "2.1.1", + "on-finished": "~2.3.0", + "range-parser": "~1.2.1", + "statuses": "~1.5.0" + }, + "dependencies": { + "ms": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" } } }, - "webpack-cli": { - "version": "3.3.12", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.12.tgz", - "integrity": "sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag==", + "serialize-javascript": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", "requires": { - "chalk": "^2.4.2", - "cross-spawn": "^6.0.5", - "enhanced-resolve": "^4.1.1", - "findup-sync": "^3.0.0", - "global-modules": "^2.0.0", - "import-local": "^2.0.0", - "interpret": "^1.4.0", - "supports-color": "^6.1.0", - "v8-compile-cache": "^2.1.1", - "yargs": "^13.3.2" + "randombytes": "^2.1.0" + } + }, + "serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", + "requires": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" }, "dependencies": { - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", - "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "requires": { - "global-prefix": "^3.0.0" + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" } }, - "global-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", - "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", - "requires": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - } + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" }, - "loader-utils": {}, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + } + } + }, + "serve-static": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", + "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.17.1" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "set-value": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "requires": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "requires": { - "has-flag": "^3.0.0" + "is-extendable": "^0.1.0" } } } }, - "webpack-dev-middleware": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz", - "integrity": "sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw==", + "setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" + }, + "setprototypeof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", "requires": { - "memory-fs": "^0.4.1", - "mime": "^2.4.4", - "mkdirp": "^0.5.1", - "range-parser": "^1.2.1", - "webpack-log": "^2.0.0" + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "shasum": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/shasum/-/shasum-1.0.2.tgz", + "integrity": "sha1-5wEjENj0F/TetXEhUOVni4euVl8=", + "requires": { + "json-stable-stringify": "~0.0.0", + "sha.js": "~2.4.4" + } + }, + "shasum-object": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shasum-object/-/shasum-object-1.0.0.tgz", + "integrity": "sha512-Iqo5rp/3xVi6M4YheapzZhhGPVs0yZwHj7wvwQ1B9z8H6zk+FEnI7y3Teq7qwnekfEhu8WmG2z0z4iWZaxLWVg==", + "requires": { + "fast-safe-stringify": "^2.0.7" + } + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" + }, + "shell-quote": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz", + "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==" + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" + }, + "simple-concat": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", + "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" + }, + "slash": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", + "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=" + }, + "snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "requires": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" }, "dependencies": { - "memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", - "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" + "ms": "2.0.0" } }, - "mime": { - "version": "2.4.6", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.6.tgz", - "integrity": "sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "is-descriptor": "^0.1.0" } }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "requires": { - "safe-buffer": "~5.1.0" + "is-extendable": "^0.1.0" } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" } } }, - "webpack-dev-server": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz", - "integrity": "sha512-PUxZ+oSTxogFQgkTtFndEtJIPNmml7ExwufBZ9L2/Xyyd5PnOL5UreWe5ZT7IU25DSdykL9p1MLQzmLh2ljSeg==", + "snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", "requires": { - "ansi-html": "0.0.7", - "bonjour": "^3.5.0", - "chokidar": "^2.1.8", - "compression": "^1.7.4", - "connect-history-api-fallback": "^1.6.0", - "debug": "^4.1.1", - "del": "^4.1.1", - "express": "^4.17.1", - "html-entities": "^1.3.1", - "http-proxy-middleware": "0.19.1", - "import-local": "^2.0.0", - "internal-ip": "^4.3.0", - "ip": "^1.1.5", - "is-absolute-url": "^3.0.3", - "killable": "^1.0.1", - "loglevel": "^1.6.8", - "opn": "^5.5.0", - "p-retry": "^3.0.1", - "portfinder": "^1.0.26", - "schema-utils": "^1.0.0", - "selfsigned": "^1.10.7", - "semver": "^6.3.0", - "serve-index": "^1.9.1", - "sockjs": "0.3.20", - "sockjs-client": "1.4.0", - "spdy": "^4.0.2", - "strip-ansi": "^3.0.1", - "supports-color": "^6.1.0", - "url": "^0.11.0", - "webpack-dev-middleware": "^3.7.2", - "webpack-log": "^2.0.0", - "ws": "^6.2.1", - "yargs": "^13.3.2" + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" }, "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" - }, - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": { - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "requires": { - "remove-trailing-separator": "^1.0.1" - } - } + "is-descriptor": "^1.0.0" } }, - "binary-extensions": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", - "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } + "kind-of": "^6.0.0" } }, - "chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", - "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" + "kind-of": "^6.0.0" } }, - "debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "requires": { - "ms": "^2.1.1" + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + } + } + }, + "snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "requires": { + "kind-of": "^3.2.0" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } + "is-buffer": "^1.1.5" + } + } + } + }, + "sockjs": { + "version": "0.3.20", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.20.tgz", + "integrity": "sha512-SpmVOVpdq0DJc0qArhF3E5xsxvaiqGNb73XfgBpK1y3UD5gs8DSo8aCTsuT5pX8rssdc2NDIzANwP9eCAiSdTA==", + "requires": { + "faye-websocket": "^0.10.0", + "uuid": "^3.4.0", + "websocket-driver": "0.6.5" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "sockjs-client": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.4.0.tgz", + "integrity": "sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g==", + "requires": { + "debug": "^3.2.5", + "eventsource": "^1.0.7", + "faye-websocket": "~0.11.1", + "inherits": "^2.0.3", + "json3": "^3.3.2", + "url-parse": "^1.4.3" + }, + "dependencies": { + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" } }, - "fsevents": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", - "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", - "optional": true, + "faye-websocket": { + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz", + "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==", "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" + "websocket-driver": ">=0.5.1" } }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "source-list-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, + "source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "requires": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + }, + "source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "source-map-url": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", + "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" + }, + "sparqlalgebrajs": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.3.2.tgz", + "integrity": "sha512-QnjSz25c6ruALbxxD7e9E64hoi/yPMz5MzxUIjLEiTob2zWoM4Pj6GlYZAMnxcCdXXURZO+n0Obt/8XhQj4XiQ==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "fast-deep-equal": "^3.1.1", + "minimist": "^1.2.5", + "rdf-string": "^1.3.1", + "sparqljs": "^3.1.1" + } + }, + "sparqlee": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.4.3.tgz", + "integrity": "sha512-HVWj816xZqUO14/kkA9I/OS+uF8zHe7MGCmoGb4gPcO2KcenF8hg4SssftcQgxVJzsI4RQV91rXhDYdBb1WF9g==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "@types/create-hash": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "@types/uuid": "^8.0.0", + "create-hash": "^1.2.0", + "decimal.js": "^10.2.0", + "immutable": "^3.8.2", + "rdf-string": "^1.1.1", + "sparqlalgebrajs": "^2.1.0", + "uri-js": "^4.2.2", + "uuid": "^8.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "requires": { - "is-extglob": "^2.1.0" - } - } + "@types/node": "*" } }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", - "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "@types/uuid": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==" + }, + "uuid": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" + } + } + }, + "sparqljs": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.1.1.tgz", + "integrity": "sha512-HYSwEu++souL4YjJbRx+3dJ1aNYNuR+BbZdPmdrmD4QMSO14J63BEshpcSURcNRsuriOI+05wo2AaxVvpjhgkg==", + "requires": { + "n3": "^1.6.0" + }, + "dependencies": { + "n3": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.6.3.tgz", + "integrity": "sha512-dN+8pLw2h1H1WQTW9VR3T16tHPDYdQP+YKXzbcpBCMCb9ZkksUyoVRRdtFGl3vosdET+NIB5eiIgth+4Vit6Yw==", "requires": { - "binary-extensions": "^1.0.0" + "queue-microtask": "^1.1.2", + "readable-stream": "^3.6.0" } - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + } + } + }, + "sparqljson-parse": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/sparqljson-parse/-/sparqljson-parse-1.5.2.tgz", + "integrity": "sha512-VnYzLsiha3Byb7iKr4qbwsztF7cjZFDEnJg2Z2fSbVlUOa4Pwk4cHem6SnFDBWRrOtu/N98v9/JMVRi6bQYqew==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^13.1.0", + "@types/rdf-js": "^3.0.0", + "JSONStream": "^1.3.3" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } + "@types/node": "*" } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + } + } + }, + "sparqljson-to-tree": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/sparqljson-to-tree/-/sparqljson-to-tree-2.0.0.tgz", + "integrity": "sha512-+2R6RtLYm5A3zA/SzIU/6RCp8lM2KQfJpos53BmkgRnHHHvP/ZVtMMnqY9IsV3msMLSCa/D/rS51ND8nCPwRoQ==", + "requires": { + "rdf-literal": "^1.0.0", + "sparqljson-parse": "^1.5.0" + } + }, + "sparqlxml-parse": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.3.0.tgz", + "integrity": "sha512-NeI5t7Jglue/CIl1LXAAXzK4k9Ex4ULuPpTShuEpID+edPmljJ17ITsgx1yM8exZR1a4br5UqyyiDxduQQ4wAw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^13.1.0", + "@types/rdf-js": "^3.0.0", + "sax-stream": "^1.2.3" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" + "@types/node": "*" + } + } + } + }, + "spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "requires": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" } }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "requires": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "requires": { + "extend-shallow": "^3.0.0" + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "ssri": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz", + "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", + "requires": { + "figgy-pudding": "^3.5.1" + } + }, + "static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", + "requires": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + }, + "stream-browserify": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", + "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", + "requires": { + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" + }, + "dependencies": { "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", @@ -13842,16 +16062,6 @@ "util-deprecate": "~1.0.1" } }, - "readdirp": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", - "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", - "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - } - }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", @@ -13864,2055 +16074,1948 @@ "requires": { "safe-buffer": "~5.1.0" } - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "requires": { - "has-flag": "^3.0.0" - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "webpack-log": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz", - "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", - "requires": { - "ansi-colors": "^3.0.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" } } }, - "webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", - "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "stream-combiner2": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz", + "integrity": "sha1-+02KFCDqNidk4hrUeAOXvry0HL4=", "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" + "duplexer2": "~0.1.0", + "readable-stream": "^2.0.2" }, "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } } } }, - "websocket-driver": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz", - "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=", - "requires": { - "websocket-extensions": ">=0.1.1" - } - }, - "websocket-extensions": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", - "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" - }, - "whatwg-fetch": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz", - "integrity": "sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==" - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "stream-each": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", + "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", "requires": { - "isexe": "^2.0.0" + "end-of-stream": "^1.1.0", + "stream-shift": "^1.0.0" } }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" - }, - "wide-align": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", - "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "stream-http": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-3.1.1.tgz", + "integrity": "sha512-S7OqaYu0EkFpgeGFb/NPOoPLxFko7TPqtEeFg5DXPB4v/KETHG0Ln6fRFrNezoelpaDKmycEmmZ81cC9DAwgYg==", "requires": { - "string-width": "^1.0.2 || 2" + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "xtend": "^4.0.2" } }, - "worker-farm": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz", - "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", - "requires": { - "errno": "~0.1.7" - } + "stream-shift": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" }, - "wrap-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "stream-splicer": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/stream-splicer/-/stream-splicer-2.0.1.tgz", + "integrity": "sha512-Xizh4/NPuYSyAXyT7g8IvdJ9HJpxIGL9PjyhtywCZvvP0OPIdqyrr4dMikeuvY8xahpdKEBlBTySe583totajg==", "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" + "inherits": "^2.0.1", + "readable-stream": "^2.0.2" }, "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "requires": { - "ansi-regex": "^4.1.0" + "safe-buffer": "~5.1.0" } } } }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + "stream-to-string": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/stream-to-string/-/stream-to-string-1.2.0.tgz", + "integrity": "sha512-8drZlFIKBHSMdX9GCWv8V9AAWnQcTqw0iAI6/GC7UJ0H0SwKeFKjOoZfGY1tOU00GGU7FYZQoJ/ZCUEoXhD7yQ==", + "requires": { + "promise-polyfill": "^1.1.6" + } }, - "ws": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", - "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", + "streamify-string": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/streamify-string/-/streamify-string-1.0.1.tgz", + "integrity": "sha1-niIN4z4cR13TDgIG9bGBXMbJUls=" + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "requires": { - "async-limiter": "~1.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" } }, - "xml": { + "string.prototype.trimend": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", - "integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=" + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", + "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } }, - "xmldom": { - "version": "0.1.19", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz", - "integrity": "sha1-Yx/Ad3bv2EEYvyUXGzftTQdaCrw=" + "string.prototype.trimstart": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", + "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "requires": { + "safe-buffer": "~5.2.0" + } }, - "y18n": { + "strip-ansi": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "^3.0.0" + } }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", - "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "requires": { - "ansi-regex": "^4.1.0" - } - } + "is-utf8": "^0.2.0" } }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", - "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" + }, + "subarg": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz", + "integrity": "sha1-9izxdYHplrSPyWVpn1TAauJouNI=", "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" + "minimist": "^1.1.0" } }, - "yargs-unparser": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.6.0.tgz", - "integrity": "sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==", + "supports-color": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz", + "integrity": "sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==", "requires": { - "flat": "^4.1.0", - "lodash": "^4.17.15", - "yargs": "^13.3.0" + "has-flag": "^3.0.0" } }, - "yn": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", - "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" - } - } - }, - "@babel/code-frame": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", - "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", - "dev": true, - "requires": { - "@babel/highlight": "^7.8.3" - } - }, - "@babel/core": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz", - "integrity": "sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.8.3", - "@babel/generator": "^7.9.0", - "@babel/helper-module-transforms": "^7.9.0", - "@babel/helpers": "^7.9.0", - "@babel/parser": "^7.9.0", - "@babel/template": "^7.8.6", - "@babel/traverse": "^7.9.0", - "@babel/types": "^7.9.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.13", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", - "dev": true, + "syntax-error": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/syntax-error/-/syntax-error-1.4.0.tgz", + "integrity": "sha512-YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w==", "requires": { - "ms": "^2.1.1" + "acorn-node": "^1.2.0" + } + }, + "tapable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" + }, + "term-size": { + "dependencies": { + "cross-spawn": {} } - } - } - }, - "@babel/generator": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.9.5.tgz", - "integrity": "sha512-GbNIxVB3ZJe3tLeDm1HSn2AhuD/mVcyLDpgtLXa5tplmWrJdF/elxB56XNqCuD6szyNkDi6wuoKXln3QeBmCHQ==", - "dev": true, - "requires": { - "@babel/types": "^7.9.5", - "jsesc": "^2.5.1", - "lodash": "^4.17.13", - "source-map": "^0.5.0" - } - }, - "@babel/helper-function-name": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz", - "integrity": "sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==", - "dev": true, - "requires": { - "@babel/helper-get-function-arity": "^7.8.3", - "@babel/template": "^7.8.3", - "@babel/types": "^7.9.5" - } - }, - "@babel/helper-get-function-arity": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", - "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", - "dev": true, - "requires": { - "@babel/types": "^7.8.3" - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz", - "integrity": "sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==", - "dev": true, - "requires": { - "@babel/types": "^7.8.3" - } - }, - "@babel/helper-module-imports": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz", - "integrity": "sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==", - "dev": true, - "requires": { - "@babel/types": "^7.8.3" - } - }, - "@babel/helper-module-transforms": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz", - "integrity": "sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==", - "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.8.3", - "@babel/helper-replace-supers": "^7.8.6", - "@babel/helper-simple-access": "^7.8.3", - "@babel/helper-split-export-declaration": "^7.8.3", - "@babel/template": "^7.8.6", - "@babel/types": "^7.9.0", - "lodash": "^4.17.13" - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz", - "integrity": "sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==", - "dev": true, - "requires": { - "@babel/types": "^7.8.3" - } - }, - "@babel/helper-replace-supers": { - "version": "7.8.6", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz", - "integrity": "sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==", - "dev": true, - "requires": { - "@babel/helper-member-expression-to-functions": "^7.8.3", - "@babel/helper-optimise-call-expression": "^7.8.3", - "@babel/traverse": "^7.8.6", - "@babel/types": "^7.8.6" - } - }, - "@babel/helper-simple-access": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz", - "integrity": "sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw==", - "dev": true, - "requires": { - "@babel/template": "^7.8.3", - "@babel/types": "^7.8.3" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", - "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", - "dev": true, - "requires": { - "@babel/types": "^7.8.3" - } - }, - "@babel/helper-validator-identifier": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz", - "integrity": "sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==", - "dev": true - }, - "@babel/helpers": { - "version": "7.9.2", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.9.2.tgz", - "integrity": "sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA==", - "dev": true, - "requires": { - "@babel/template": "^7.8.3", - "@babel/traverse": "^7.9.0", - "@babel/types": "^7.9.0" - } - }, - "@babel/highlight": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.9.0.tgz", - "integrity": "sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.9.0", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - } - }, - "@babel/parser": { - "version": "7.9.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.9.4.tgz", - "integrity": "sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==", - "dev": true - }, - "@babel/template": { - "version": "7.8.6", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.6.tgz", - "integrity": "sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.8.3", - "@babel/parser": "^7.8.6", - "@babel/types": "^7.8.6" - } - }, - "@babel/traverse": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.5.tgz", - "integrity": "sha512-c4gH3jsvSuGUezlP6rzSJ6jf8fYjLj3hsMZRx/nX0h+fmHN0w+ekubRrHPqnMec0meycA2nwCsJ7dC8IPem2FQ==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.8.3", - "@babel/generator": "^7.9.5", - "@babel/helper-function-name": "^7.9.5", - "@babel/helper-split-export-declaration": "^7.8.3", - "@babel/parser": "^7.9.0", - "@babel/types": "^7.9.5", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.13" - }, - "dependencies": { - "debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", - "dev": true, + }, + "terser": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", + "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", "requires": { - "ms": "^2.1.1" + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } } - } - } - }, - "@babel/types": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.9.5.tgz", - "integrity": "sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.9.5", - "lodash": "^4.17.13", - "to-fast-properties": "^2.0.0" - } - }, - "@comunica/actor-abstract-bindings-hash": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.16.0.tgz", - "integrity": "sha512-W7oU8J0n6wC8R8EQ7UEvdmaJXf/Z3gEVCw9H+WXJSTEg1B77nrHuQs1lJreteKCIJEhC7BQYLtrfKE5N92edKw==", - "requires": { - "canonicalize": "^1.0.1", - "rdf-string": "^1.4.2" - } - }, - "@comunica/actor-abstract-mediatyped": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.15.0.tgz", - "integrity": "sha512-rB0DnIuiZKGqAd6JmcXdajmgDPWzffqCqLyAp2A967NRN1NlPbPnfwkCJBHVehdcyT69dAaEkHoHDZpbwOVjHg==" - }, - "@comunica/actor-abstract-path": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.16.0.tgz", - "integrity": "sha512-a53X/a9DTl6rYNbBGXCmUY9crusU6ySAiRZY3usiPWzqHeiZonM5+eRKzYm8vazxg3hLBs8jowKiZhiUPrx4wQ==", - "requires": { - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.3.2" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "terser-webpack-plugin": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", + "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", "requires": { - "@types/node": "*" + "cacache": "^12.0.2", + "find-cache-dir": "^2.1.0", + "is-wsl": "^1.1.0", + "schema-utils": "^1.0.0", + "serialize-javascript": "^4.0.0", + "source-map": "^0.6.1", + "terser": "^4.1.2", + "webpack-sources": "^1.4.0", + "worker-farm": "^1.7.0" + }, + "dependencies": { + "serialize-javascript": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + "requires": { + "randombytes": "^2.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } } - } - } - }, - "@comunica/actor-http-memento": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.16.0.tgz", - "integrity": "sha512-X58EUsxFch+/VoS58Ld1yFsSNjeu7xYtvPV6x4IpGv16V+QJot4KyKH25+SAwNOQDiRxShX55FovCCVvSxK35w==", - "requires": { - "@types/parse-link-header": "^1.0.0", - "cross-fetch": "^3.0.5", - "parse-link-header": "^1.0.1" - }, - "dependencies": { - "cross-fetch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", - "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + }, + "through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", "requires": { - "node-fetch": "2.6.0" + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } } }, - "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" - } - } - }, - "@comunica/actor-http-native": { - "version": "1.16.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.16.2.tgz", - "integrity": "sha512-KhmYTKOmf4QZwd8CVy4f4o6d/LVzBy19JmpOIP1vLcOTAVOXg6KXDT+NEVSoDIc9T5fpKDh91bWuukptUqVjig==", - "requires": { - "@types/parse-link-header": "^1.0.0", - "cross-fetch": "^3.0.5", - "follow-redirects": "^1.5.1", - "parse-link-header": "^1.0.1" - }, - "dependencies": { - "cross-fetch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", - "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", + "thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" + }, + "timers-browserify": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz", + "integrity": "sha1-ycWLV1voQHN1y14kYtrO50NZ9B0=", "requires": { - "node-fetch": "2.6.0" + "process": "~0.11.0" } }, - "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" - } - } - }, - "@comunica/actor-http-proxy": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.16.0.tgz", - "integrity": "sha512-5aD5y9b6DvcCX2/ud/aVvUjvipppMmzKRV3C0evbA3NoAZ4VF8ejD+JpIjDsrvrbWeXVPueXvL/yfssUz17iIg==" - }, - "@comunica/actor-init-sparql": { - "version": "1.16.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.16.2.tgz", - "integrity": "sha512-jzE/sW1ciNXtO/tRYEhSiKFxpB9/cqPME9a2jq/GYq9PmTv5MzcUbZEY7x8QRkRQ3Dp0Z2JHI/sorps8LPwcmQ==", - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.16.0", - "@comunica/actor-abstract-mediatyped": "^1.15.0", - "@comunica/actor-http-memento": "^1.16.0", - "@comunica/actor-http-native": "^1.16.2", - "@comunica/actor-http-proxy": "^1.16.0", - "@comunica/actor-optimize-query-operation-join-bgp": "^1.16.0", - "@comunica/actor-query-operation-ask": "^1.16.0", - "@comunica/actor-query-operation-bgp-empty": "^1.16.0", - "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", - "@comunica/actor-query-operation-bgp-single": "^1.16.0", - "@comunica/actor-query-operation-construct": "^1.16.0", - "@comunica/actor-query-operation-describe-subject": "^1.16.0", - "@comunica/actor-query-operation-distinct-hash": "^1.16.0", - "@comunica/actor-query-operation-extend": "^1.16.0", - "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", - "@comunica/actor-query-operation-from-quad": "^1.16.0", - "@comunica/actor-query-operation-group": "^1.16.0", - "@comunica/actor-query-operation-join": "^1.16.0", - "@comunica/actor-query-operation-leftjoin-left-deep": "^1.16.0", - "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", - "@comunica/actor-query-operation-minus": "^1.16.0", - "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", - "@comunica/actor-query-operation-path-alt": "^1.16.0", - "@comunica/actor-query-operation-path-inv": "^1.16.0", - "@comunica/actor-query-operation-path-link": "^1.16.0", - "@comunica/actor-query-operation-path-nps": "^1.16.0", - "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", - "@comunica/actor-query-operation-path-seq": "^1.16.0", - "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", - "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", - "@comunica/actor-query-operation-project": "^1.16.0", - "@comunica/actor-query-operation-quadpattern": "^1.16.0", - "@comunica/actor-query-operation-reduced-hash": "^1.16.0", - "@comunica/actor-query-operation-service": "^1.16.0", - "@comunica/actor-query-operation-slice": "^1.16.0", - "@comunica/actor-query-operation-sparql-endpoint": "^1.16.0", - "@comunica/actor-query-operation-union": "^1.16.0", - "@comunica/actor-query-operation-values": "^1.16.0", - "@comunica/actor-rdf-dereference-http-parse": "^1.16.0", - "@comunica/actor-rdf-join-multi-smallest": "^1.16.0", - "@comunica/actor-rdf-join-nestedloop": "^1.16.0", - "@comunica/actor-rdf-join-symmetrichash": "^1.16.0", - "@comunica/actor-rdf-metadata-all": "^1.15.0", - "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.15.0", - "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.15.0", - "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.15.0", - "@comunica/actor-rdf-metadata-primary-topic": "^1.15.0", - "@comunica/actor-rdf-parse-html": "^1.15.0", - "@comunica/actor-rdf-parse-html-rdfa": "^1.15.0", - "@comunica/actor-rdf-parse-html-script": "^1.16.1", - "@comunica/actor-rdf-parse-jsonld": "^1.16.0", - "@comunica/actor-rdf-parse-n3": "^1.15.0", - "@comunica/actor-rdf-parse-rdfxml": "^1.15.0", - "@comunica/actor-rdf-parse-xml-rdfa": "^1.15.0", - "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.15.0", - "@comunica/actor-rdf-resolve-hypermedia-none": "^1.15.0", - "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.16.0", - "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.16.0", - "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.16.0", - "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.16.0", - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", - "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", - "@comunica/actor-rdf-serialize-n3": "^1.15.0", - "@comunica/actor-sparql-parse-algebra": "^1.16.0", - "@comunica/actor-sparql-parse-graphql": "^1.15.0", - "@comunica/actor-sparql-serialize-json": "^1.16.0", - "@comunica/actor-sparql-serialize-rdf": "^1.16.0", - "@comunica/actor-sparql-serialize-simple": "^1.16.0", - "@comunica/actor-sparql-serialize-sparql-csv": "^1.16.0", - "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", - "@comunica/actor-sparql-serialize-sparql-tsv": "^1.16.0", - "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", - "@comunica/actor-sparql-serialize-stats": "^1.16.0", - "@comunica/actor-sparql-serialize-table": "^1.16.0", - "@comunica/actor-sparql-serialize-tree": "^1.16.0", - "@comunica/bus-context-preprocess": "^1.15.0", - "@comunica/bus-http": "^1.16.0", - "@comunica/bus-http-invalidate": "^1.15.0", - "@comunica/bus-init": "^1.15.0", - "@comunica/bus-optimize-query-operation": "^1.16.0", - "@comunica/bus-query-operation": "^1.16.0", - "@comunica/bus-rdf-dereference": "^1.15.0", - "@comunica/bus-rdf-dereference-paged": "^1.15.0", - "@comunica/bus-rdf-join": "^1.16.0", - "@comunica/bus-rdf-metadata": "^1.15.0", - "@comunica/bus-rdf-metadata-extract": "^1.15.0", - "@comunica/bus-rdf-parse": "^1.15.0", - "@comunica/bus-rdf-parse-html": "^1.15.0", - "@comunica/bus-rdf-resolve-hypermedia": "^1.15.0", - "@comunica/bus-rdf-resolve-hypermedia-links": "^1.15.0", - "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", - "@comunica/bus-rdf-serialize": "^1.15.0", - "@comunica/bus-sparql-parse": "^1.15.0", - "@comunica/bus-sparql-serialize": "^1.16.0", - "@comunica/core": "^1.15.0", - "@comunica/logger-pretty": "^1.15.0", - "@comunica/logger-void": "^1.15.0", - "@comunica/mediator-all": "^1.15.0", - "@comunica/mediator-combine-pipeline": "^1.15.0", - "@comunica/mediator-combine-union": "^1.15.0", - "@comunica/mediator-number": "^1.15.0", - "@comunica/mediator-race": "^1.15.0", - "@comunica/runner": "^1.16.0", - "@comunica/runner-cli": "^1.16.0", - "@types/minimist": "^1.2.0", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "asyncreiterable": "^2.0.0", - "minimist": "^1.2.0", - "negotiate": "^1.0.1", - "rdf-quad": "^1.4.0", - "rdf-string": "^1.4.2", - "rdf-terms": "^1.4.0", - "streamify-string": "^1.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "to-arraybuffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=" + }, + "to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", "requires": { - "@types/node": "*" + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" } - } - } - }, - "@comunica/actor-init-sparql-rdfjs": { - "version": "1.16.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.16.2.tgz", - "integrity": "sha512-37FizXW2XCtyRFq0vjCqTAzxnVVklYGoq3Rmn6sBelF6wKW7pqtHunBA3yOJfo5MKRVoFD04wHCbwaWC6xaYEw==", - "requires": { - "@comunica/actor-abstract-mediatyped": "^1.15.0", - "@comunica/actor-init-sparql": "^1.16.2", - "@comunica/actor-query-operation-ask": "^1.16.0", - "@comunica/actor-query-operation-bgp-empty": "^1.16.0", - "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", - "@comunica/actor-query-operation-bgp-single": "^1.16.0", - "@comunica/actor-query-operation-construct": "^1.16.0", - "@comunica/actor-query-operation-describe-subject": "^1.16.0", - "@comunica/actor-query-operation-distinct-hash": "^1.16.0", - "@comunica/actor-query-operation-extend": "^1.16.0", - "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", - "@comunica/actor-query-operation-from-quad": "^1.16.0", - "@comunica/actor-query-operation-join": "^1.16.0", - "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", - "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", - "@comunica/actor-query-operation-path-alt": "^1.16.0", - "@comunica/actor-query-operation-path-inv": "^1.16.0", - "@comunica/actor-query-operation-path-link": "^1.16.0", - "@comunica/actor-query-operation-path-nps": "^1.16.0", - "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", - "@comunica/actor-query-operation-path-seq": "^1.16.0", - "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", - "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", - "@comunica/actor-query-operation-project": "^1.16.0", - "@comunica/actor-query-operation-quadpattern": "^1.16.0", - "@comunica/actor-query-operation-service": "^1.16.0", - "@comunica/actor-query-operation-slice": "^1.16.0", - "@comunica/actor-query-operation-union": "^1.16.0", - "@comunica/actor-query-operation-values": "^1.16.0", - "@comunica/actor-rdf-join-nestedloop": "^1.16.0", - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", - "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", - "@comunica/actor-rdf-serialize-n3": "^1.15.0", - "@comunica/actor-sparql-parse-algebra": "^1.16.0", - "@comunica/actor-sparql-serialize-json": "^1.16.0", - "@comunica/actor-sparql-serialize-rdf": "^1.16.0", - "@comunica/actor-sparql-serialize-simple": "^1.16.0", - "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", - "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", - "@comunica/bus-context-preprocess": "^1.15.0", - "@comunica/bus-init": "^1.15.0", - "@comunica/bus-query-operation": "^1.16.0", - "@comunica/bus-rdf-join": "^1.16.0", - "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", - "@comunica/bus-rdf-serialize": "^1.15.0", - "@comunica/bus-sparql-parse": "^1.15.0", - "@comunica/bus-sparql-serialize": "^1.16.0", - "@comunica/core": "^1.15.0", - "@comunica/mediator-combine-pipeline": "^1.15.0", - "@comunica/mediator-combine-union": "^1.15.0", - "@comunica/mediator-number": "^1.15.0", - "@comunica/mediator-race": "^1.15.0", - "@comunica/runner": "^1.16.0", - "@comunica/runner-cli": "^1.16.0" - } - }, - "@comunica/actor-optimize-query-operation-join-bgp": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.16.0.tgz", - "integrity": "sha512-KWuAKG8S+IwonyecNjqrO5dlSKSVmR1cxP117/DEUPIltXl0IY2W3Q/HKRRZ+DXwV/LRMExIXILdUkZgYUSnAw==", - "requires": { - "sparqlalgebrajs": "^2.3.2" - } - }, - "@comunica/actor-query-operation-ask": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.16.0.tgz", - "integrity": "sha512-zlWYPh7GoIw7epzcORfDWwRFsfLciJGVSaCR2C46AZj8CctApf+mzrRDY7H3WSETyTc6s9T1fiDzGjBY/P3TbA==" - }, - "@comunica/actor-query-operation-bgp-empty": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.16.0.tgz", - "integrity": "sha512-C8q0YKNcIbMZ1KWL1juCoTbppYQcI3/0qlp/boBD1w8yeNVt2ytxB0cKsdVilvLVVcooISJJKNn4j8uGqOJsZg==", - "requires": { - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2", - "rdf-terms": "^1.4.0" - } - }, - "@comunica/actor-query-operation-bgp-left-deep-smallest": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.16.0.tgz", - "integrity": "sha512-8zB8ajT7z6nYDge9//7zP0sziKmnCFLVVtqqyacSQ8Yu9jl15b42rqMiZ0ty9c3qZncH2DagqiTd/5VCJP3nMg==", - "requires": { - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2", - "rdf-terms": "^1.4.0" - }, - "dependencies": { - "@types/rdf-js": { + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "toidentifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" + }, + "touch": {}, + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + }, + "ts-loader": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-7.0.5.tgz", + "integrity": "sha512-zXypEIT6k3oTc+OZNx/cqElrsbBtYqDknf48OZos0NQ3RTt045fBIU8RRSu+suObBzYB355aIPGOe/3kj9h7Ig==", + "requires": { + "chalk": "^2.3.0", + "enhanced-resolve": "^4.0.0", + "loader-utils": "^1.0.2", + "micromatch": "^4.0.0", + "semver": "^6.0.0" + } + }, + "ts-node": { + "version": "8.10.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", + "integrity": "sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==", + "requires": { + "arg": "^4.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "source-map-support": "^0.5.17", + "yn": "3.1.1" + }, + "dependencies": { + "diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==" + } + } + }, + "tsconfig": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/tsconfig/-/tsconfig-5.0.3.tgz", + "integrity": "sha1-X0J45wGACWeo/Dg/0ZZIh48qbjo=", + "requires": { + "any-promise": "^1.3.0", + "parse-json": "^2.2.0", + "strip-bom": "^2.0.0", + "strip-json-comments": "^2.0.0" + } + }, + "tsify": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/tsify/-/tsify-4.0.2.tgz", + "integrity": "sha512-XZ4jziRS8SBnoSnp1QOtASxjqhvOSfXhO8cD5WPBpXD6UKDCMQ/n7L1cr+Wlb5htIZJuvfhfxely+HODsVRWLA==", + "requires": { + "convert-source-map": "^1.1.0", + "fs.realpath": "^1.0.0", + "object-assign": "^4.1.0", + "semver": "^6.1.0", + "through2": "^2.0.0", + "tsconfig": "^5.0.3" + } + }, + "tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" + }, + "tty-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz", + "integrity": "sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==" + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" + }, + "type": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", + "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" + }, + "type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" + }, + "typescript": { + "version": "3.9.7", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==" + }, + "typings-core": {}, + "umd": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "resolved": "https://registry.npmjs.org/umd/-/umd-3.0.3.tgz", + "integrity": "sha512-4IcGSufhFshvLNcMCV80UnQVlZ5pMOC8mvNPForqwA4+lzYQuetTESLDQkeLmihq8bRcnpbQa48Wb8Lh16/xow==" + }, + "undeclared-identifiers": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz", + "integrity": "sha512-pJOW4nxjlmfwKApE4zvxLScM/njmwj/DiUBv7EabwE4O8kRUy+HIwxQtZLBPll/jx1LJyBcqNfB3/cpv9EZwOw==", "requires": { - "@types/node": "*" + "acorn-node": "^1.3.0", + "dash-ast": "^1.0.0", + "get-assigned-identifiers": "^1.2.0", + "simple-concat": "^1.0.0", + "xtend": "^4.0.1" } - } - } - }, - "@comunica/actor-query-operation-bgp-single": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.16.0.tgz", - "integrity": "sha512-nUcGlq9uJCl5O7rGnFCrFeHrWSRD7hZW9QU+B7tCoSbJoUrKS9hBKkDO6xUHmsmztRKfzHgMO9LFDvmc5jGKlQ==" - }, - "@comunica/actor-query-operation-construct": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.16.0.tgz", - "integrity": "sha512-c4tLLcl7T1JYCg790LEu9Ijn3c7i2yd2uKJ9E2oytx6KLeW0YQeEaiLZ1hn3XDlQHMvfYeGznd4Y+X8632+Faw==", - "requires": { - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-terms": "^1.4.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "union-value": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", "requires": { - "@types/node": "*" + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" } - } - } - }, - "@comunica/actor-query-operation-describe-subject": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.16.0.tgz", - "integrity": "sha512-F5x0AU/7K9Zw6o5/y2AWsX5G3YPyLoDekWm1bHyztnHD21WFGsOgAt7R3XOJLU4/d9Mc2TpDOj17bttplJRXSg==", - "requires": { - "@comunica/actor-query-operation-union": "^1.16.0", - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "unique-filename": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", "requires": { - "@types/node": "*" + "unique-slug": "^2.0.0" } - } - } - }, - "@comunica/actor-query-operation-distinct-hash": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.16.0.tgz", - "integrity": "sha512-/SKXl7lFUlJ83yL81lD3RyzqkV5ONqUiqR8d1D0Vob/m8DI7ynDp8f5x74ocBLdrhFADJvGlVl8703AjJzcD6w==", - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.16.0" - } - }, - "@comunica/actor-query-operation-extend": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.16.0.tgz", - "integrity": "sha512-xad5NhPZ4KJsk3DTlG6mb0ZEX6LccCRjhFEVZsNT4qr1DPTqD5MaeE/SfjFADCwDniy5gZTxn6AQnQ1LsC52Eg==", - "requires": { - "sparqlee": "^1.4.3" - } - }, - "@comunica/actor-query-operation-filter-sparqlee": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.16.0.tgz", - "integrity": "sha512-96ttlUQkBpkiUlXnClvjEaYHtEL8gCVzhOMcMLxuOAifwgv7I6Qe5WQT8QZkJbXbbwNvelXYC4Cs37p85nHSCw==", - "requires": { - "sparqlee": "^1.4.3" - } - }, - "@comunica/actor-query-operation-from-quad": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.16.0.tgz", - "integrity": "sha512-qyjSrxmi0WSlxMbZo2djOfUD+2Jkm7s4JOW36ua8JBbSuGAbHwFI3xYSWiWYmLCMQEp3YgqHrTKWeGDSnqxnJQ==", - "requires": { - "@types/rdf-js": "^3.0.0", - "sparqlalgebrajs": "^2.3.2" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "unique-slug": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", + "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", "requires": { - "@types/node": "*" + "imurmurhash": "^0.1.4" } - } - } - }, - "@comunica/actor-query-operation-group": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.16.0.tgz", - "integrity": "sha512-xwmoNsfjcsS04s3lLlf6dua81ywFNqOU77g61tZEveCAKyC5fN6rQZM8eLBa87z7HhHLHF42V1TVXh3PD46HaA==", - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.16.0", - "rdf-string": "^1.4.2", - "sparqlee": "^1.4.3" - } - }, - "@comunica/actor-query-operation-join": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.16.0.tgz", - "integrity": "sha512-3lJt1dTrBm4ogRwCyEPwqOrJ/QfEEYu5tHUClpiP3vG0L1tmN+wRfewAxU7P8o0Rec0QkqICAMRf252tM0ftgw==" - }, - "@comunica/actor-query-operation-leftjoin-left-deep": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.16.0.tgz", - "integrity": "sha512-fVVdcMEFvQpU8eKQyDys7q6jL6SosHdSs2j5ARPmXvY/hzl68coIb4D0JmMIIWmk87TDcc9VUH0mcnHI5f7Eqw==", - "requires": { - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + }, + "unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", "requires": { - "@types/node": "*" + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "dependencies": { + "has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", + "requires": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "dependencies": { + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "requires": { + "isarray": "1.0.0" + } + } + } + }, + "has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" + } } - } - } - }, - "@comunica/actor-query-operation-leftjoin-nestedloop": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.16.0.tgz", - "integrity": "sha512-dTNcGe4LTwgJcvAV2TZA9lF6gmvtcQDFm+4UEiY5ehtgOD/Quh39AixYSXTNOsmMmGBamr5iBfk1ABgRwAmzyg==", - "requires": { - "sparqlee": "^1.4.3" - } - }, - "@comunica/actor-query-operation-minus": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.16.0.tgz", - "integrity": "sha512-PeM5FouB+BJMU2QYB//SK9O5LCdielQnrr+nTWXyznrx1kpBqMX7Elzmim5huhKY3Y0WfotL6rGsE5DEjdRE1w==", - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.16.0", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==" + }, + "update-notifier": {}, + "uri-js": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", "requires": { - "@types/node": "*" + "punycode": "^2.1.0" } - } - } - }, - "@comunica/actor-query-operation-orderby-sparqlee": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.16.0.tgz", - "integrity": "sha512-mRubrkxjevfsrr3sMn/scVg9pveNDLammx5jtrBDm5IKkL2muTH6HGduLCmT/zONBkxUZy2uOiXQgxHXrtznsw==", - "requires": { - "@types/rdf-js": "^3.0.0", - "rdf-string": "^1.4.2", - "sparqlee": "^1.4.3" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha1-BdCoU/+8iw9Jqj1NKtd3sNHuBww=" + }, + "urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" + }, + "url": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", + "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", "requires": { - "@types/node": "*" + "punycode": "1.3.2", + "querystring": "0.2.0" + }, + "dependencies": { + "punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" + } } - } - } - }, - "@comunica/actor-query-operation-path-alt": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.16.0.tgz", - "integrity": "sha512-VJiGYoupy41Rcbbf4BymERWC5U7OjVtSe0JuSkHoOmKl9HcXQo+dGur+XJpbKz391rDY+BB2djH3Bht1YmrYig==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0", - "asynciterator": "^3.0.1", - "sparqlalgebrajs": "^2.3.2" - } - }, - "@comunica/actor-query-operation-path-inv": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.16.0.tgz", - "integrity": "sha512-xVWLGiaIbuv2vudAFVgotHx/YCNQ+deflpgSyg5RsUU7cnqj3njkt4Iq8lX+8Sdwjmr10UIAqXPVMHKsRCRKzA==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0" - } - }, - "@comunica/actor-query-operation-path-link": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.16.0.tgz", - "integrity": "sha512-YCPgTQGfQCtp88OneFYTyXBG9pHuHs5Plfmj3BZP0fhbIXhn6ywn4LP5NXaVukJFCDwCFRWL9Pd1aZ5N0p9tNQ==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0", - "sparqlalgebrajs": "^2.3.2" - } - }, - "@comunica/actor-query-operation-path-nps": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.16.0.tgz", - "integrity": "sha512-S/CDgtnLQC+3qndBOST1y+AvUsCc/nh08+4s91K9RqkuQwV5/1Sl5B0aThMItazTKuUPj04ujH+PCOArt1+sbQ==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0", - "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.3.2" - } - }, - "@comunica/actor-query-operation-path-one-or-more": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.16.0.tgz", - "integrity": "sha512-RpjvSeua4hsSISonfK53qMlWizQ9ou208zpiGpGLamDAVpLj4pgKAQ3ksfWM+GR2sXVDiCIAvpszJkSEa9NY/w==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.3.2" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "url-parse": { + "version": "1.4.7", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz", + "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==", "requires": { - "@types/node": "*" + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" } - } - } - }, - "@comunica/actor-query-operation-path-seq": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.16.0.tgz", - "integrity": "sha512-/vbN8Y8a+Sb1XcP796YxwahiD2b3euxHBu1h4pLu0oTKg6KTqbjHjbGQhxe95sWU3HKoH7F7VErTjlX8Wl29Kw==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0", - "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.3.2" - } - }, - "@comunica/actor-query-operation-path-zero-or-more": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.16.0.tgz", - "integrity": "sha512-Z5NhpB4MEZHk3yhInOHILWiNzK+ZGWr+HvjYD5PtDHtbWWgE3nrxbuNhdXs1iXgaJsZWlp7ziE+H3ms4GcYjUQ==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0", - "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.3.2" - } - }, - "@comunica/actor-query-operation-path-zero-or-one": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.16.0.tgz", - "integrity": "sha512-pGzrXcXsm6l0RKF9SfC8njqw72XiOns/chiuKegChqTQd00DubTJVHmfb2HUuNyiNVJ2BrjwYdAysP1gI93D5w==", - "requires": { - "@comunica/actor-abstract-path": "^1.16.0", - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2" - } - }, - "@comunica/actor-query-operation-project": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.16.0.tgz", - "integrity": "sha512-uTi+GmB04RnZ7Sw3XJst8tmPtiqLmT1Z4+zTspTgnWwndeWzdw7w7v6apCZDoivvPLi1Jq/7hGNn6+3FsIGp+A==", - "requires": { - "@comunica/data-factory": "^1.14.0", - "rdf-string": "^1.4.2" - } - }, - "@comunica/actor-query-operation-quadpattern": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.16.0.tgz", - "integrity": "sha512-QFml3MgYd5nmnsPHoDvOcx/StY+4L0ix5C1q5h8jagwIbcuRSfo1Ay0gLMlbEDuZkzrHhkN9o6OsSMTVuXsiEQ==", - "requires": { - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2", - "rdf-terms": "^1.4.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "use": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" + }, + "util": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", "requires": { - "@types/node": "*" + "inherits": "2.0.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } } - } - } - }, - "@comunica/actor-query-operation-reduced-hash": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.16.0.tgz", - "integrity": "sha512-zE1K+d6HBhGsvQQd/XGYUgpue/aSKeHbdB2r+yzEels0ShPYxogVV69aHQAUxPXvz+kbPEzqwTWz5a28lJW+cw==", - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.16.0", - "@types/lru-cache": "^5.1.0", - "lru-cache": "^6.0.0" - } - }, - "@comunica/actor-query-operation-service": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.16.0.tgz", - "integrity": "sha512-UTWmUZa59o6DaPqHjtFM8CES3/vlis6psAW5Wt4Bw+5sgK2XZ1EWFNM/BbQG5m0OetzgDJS+BRVbsJNDGdHRdw==", - "requires": { - "asynciterator": "^3.0.1" - } - }, - "@comunica/actor-query-operation-slice": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.16.0.tgz", - "integrity": "sha512-vFo1HVlz+0Jz2a8ppPU4tXPbSL/G9TILPSyvSJjXpQpvOQRih7m9AFeXUjGtJ6sFo5SryAkgynfk6jO0Co9tzw==" - }, - "@comunica/actor-query-operation-sparql-endpoint": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.16.0.tgz", - "integrity": "sha512-3VxGRHjwWBP23ezSKVgFJG5/nj5pMhX++8d3w3WFCC5kss+p7Qnq9P06sz/42Ya/hY/CGJM4iramadGOTnbEmw==", - "requires": { - "@comunica/utils-datasource": "^1.16.0", - "@types/rdf-js": "^3.0.0", - "arrayify-stream": "^1.0.0", - "asynciterator": "^3.0.1", - "fetch-sparql-endpoint": "^1.6.0", - "rdf-string": "^1.4.2", - "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.3.2" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" + }, + "uuid": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", + "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" + }, + "v8-compile-cache": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz", + "integrity": "sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==" + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", "requires": { - "@types/node": "*" + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "vm-browserify": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" + }, + "watchpack": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.4.tgz", + "integrity": "sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg==", + "requires": { + "chokidar": "^3.4.1", + "graceful-fs": "^4.1.2", + "neo-async": "^2.5.0", + "watchpack-chokidar2": "^2.0.0" + }, + "dependencies": { + "chokidar": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz", + "integrity": "sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==", + "optional": true, + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.2", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.4.0" + } + }, + "readdirp": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", + "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", + "optional": true, + "requires": { + "picomatch": "^2.2.1" + } + } } - } - } - }, - "@comunica/actor-query-operation-union": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.16.0.tgz", - "integrity": "sha512-x3eZA7T004Pdf+rEMj5ts7qs66+FFBddKnWdT10fRDkXoRTTStoSsw2oW/fk8Il9FcEAQVtNXur7ehVvzV5S5A==", - "requires": { - "asynciterator": "^3.0.1" - } - }, - "@comunica/actor-query-operation-values": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.16.0.tgz", - "integrity": "sha512-X2KE3DNiKtK1sjLkakDgfTZs2paMgNu54zp6wAlIWzg5QVj+iDk+XM5wx8JFI+Mrro4oRN9Gl9TOjGupNjLnxQ==", - "requires": { - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2" - } - }, - "@comunica/actor-rdf-dereference-http-parse": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.16.0.tgz", - "integrity": "sha512-IKSw5jjQLIDkbd7eX3Sw0oMuPBujQ4JX6UMpDA846T4lOZcUBTovp0PPKL4zyUd88Ea9a84Qn6uREOWed4nKvg==", - "requires": { - "cross-fetch": "^3.0.5", - "relative-to-absolute-iri": "^1.0.5" - }, - "dependencies": { - "cross-fetch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", - "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", + }, + "watchpack-chokidar2": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz", + "integrity": "sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA==", + "optional": true, "requires": { - "node-fetch": "2.6.0" + "chokidar": "^2.1.8" + }, + "dependencies": { + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "optional": true, + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "optional": true, + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "optional": true + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "optional": true, + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "optional": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "optional": true, + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "optional": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "optional": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "optional": true, + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "optional": true, + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "optional": true, + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "optional": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "optional": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "optional": true, + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "optional": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "optional": true, + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "optional": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "optional": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "optional": true, + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } } }, - "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" - } - } - }, - "@comunica/actor-rdf-join-multi-smallest": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.16.0.tgz", - "integrity": "sha512-03oN4MqKBP0eVtMPyJT/PrYR7znDXU37E6sHqW/VGqws5A+myz4G/mxSSOjVE6csN5bt2wNrfpzv9J7hjmHyVA==" - }, - "@comunica/actor-rdf-join-nestedloop": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.16.0.tgz", - "integrity": "sha512-f+2x4hgMGWkIroGc9ld3o/dFKZIgvV5DVRI9AGsJR+AZaDmet7nydKs8fw/6nEjMfYIvuNlGVgmSEsLgsAa7sA==", - "requires": { - "asyncjoin": "^1.0.1" - } - }, - "@comunica/actor-rdf-join-symmetrichash": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.16.0.tgz", - "integrity": "sha512-d1Sszprnc+aJQt1cjycroGAkhAa2fMyECelcJGqwKWpVAXT/nsbOB0Ixb0eKTF4uGlYFrdA/OSG7frwdAORepg==", - "requires": { - "asyncjoin": "^1.0.1" - } - }, - "@comunica/actor-rdf-metadata-all": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.15.0.tgz", - "integrity": "sha512-Ax+q0igPmDQeriFL4hDMQWQPV4tsTzyboqnuXqj9U84YXmJ3y+5a5Wh/35odR3W31SwMrs56jYNIpZBKwx0+RA==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", "requires": { - "@types/node": "*" + "minimalistic-assert": "^1.0.0" } - } - } - }, - "@comunica/actor-rdf-metadata-extract-hydra-controls": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.15.0.tgz", - "integrity": "sha512-Ih5OJQGfmJe5ihMeFwtWhWKSCxLXEKID3i3NGm8MgiFFbEzLAAf1YLLIK57cW88vahY+3YkPZ7tq3FeIeAi3tw==", - "requires": { - "@types/rdf-js": "^3.0.0", - "@types/uritemplate": "^0.3.4", - "uritemplate": "0.3.4" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "web-streams-node": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/web-streams-node/-/web-streams-node-0.4.0.tgz", + "integrity": "sha512-u+PBQs8DFaBrN/bxCLFn21tO/ZP7EM3qA4FGzppoUCcZ5CaMbKOsN8uOp27ylVEsfrxcR2tsF6gWHI5M8bN73w==", "requires": { - "@types/node": "*" + "is-stream": "^1.1.0", + "readable-stream-node-to-web": "^1.0.1", + "web-streams-ponyfill": "^1.4.1" } - } - } - }, - "@comunica/actor-rdf-metadata-extract-hydra-count": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.15.0.tgz", - "integrity": "sha512-3qNJWsSo0xR8xt7MEFD7rVlQXiBTLddzUK/5lX1A4dB3jk20a+c62WltctWYiIFtyCs0qYluAJ8xuJ2ItOlP7w==" - }, - "@comunica/actor-rdf-metadata-extract-sparql-service": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.15.0.tgz", - "integrity": "sha512-CCikTWHa8nNUfmDHPGjgTH60XGcOJtkckzZXdk6kG4rMKXocsj86/cwzYM89P58LOMKy4IFfsSpoEqKIhn2gog==", - "requires": { - "relative-to-absolute-iri": "^1.0.5" - } - }, - "@comunica/actor-rdf-metadata-primary-topic": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.15.0.tgz", - "integrity": "sha512-7YRtw2us52nXYcaPyk8q/rCopioCS5LEVDEteD3RqCd7KMVhg+VZYU0iD5cMF9tyYr8NoXdm1/CYxTnSZE/LNg==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "web-streams-ponyfill": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/web-streams-ponyfill/-/web-streams-ponyfill-1.4.2.tgz", + "integrity": "sha512-LCHW+fE2UBJ2vjhqJujqmoxh1ytEDEr0dPO3CabMdMDJPKmsaxzS90V1Ar6LtNE5VHLqxR4YMEj1i4lzMAccIA==" + }, + "webpack": { + "version": "4.44.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.44.1.tgz", + "integrity": "sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ==", "requires": { - "@types/node": "*" + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/wasm-edit": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "acorn": "^6.4.1", + "ajv": "^6.10.2", + "ajv-keywords": "^3.4.1", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^4.3.0", + "eslint-scope": "^4.0.3", + "json-parse-better-errors": "^1.0.2", + "loader-runner": "^2.4.0", + "loader-utils": "^1.2.3", + "memory-fs": "^0.4.1", + "micromatch": "^3.1.10", + "mkdirp": "^0.5.3", + "neo-async": "^2.6.1", + "node-libs-browser": "^2.2.1", + "schema-utils": "^1.0.0", + "tapable": "^1.1.3", + "terser-webpack-plugin": "^1.4.3", + "watchpack": "^1.7.4", + "webpack-sources": "^1.4.1" + }, + "dependencies": { + "acorn": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz", + "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==" + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "enhanced-resolve": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz", + "integrity": "sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ==", + "requires": { + "graceful-fs": "^4.1.2", + "memory-fs": "^0.5.0", + "tapable": "^1.0.0" + }, + "dependencies": { + "memory-fs": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", + "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } } - } - } - }, - "@comunica/actor-rdf-parse-html": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.15.0.tgz", - "integrity": "sha512-eC43jtLqY3wfA6aRim83l+3NfoMQCZv/lPP2MvqxY04/Rk77DdqKtKS2GfYrIBc8aqDOoreVgiBQG5TzPzm5Ew==", - "requires": { - "@types/rdf-js": "^3.0.0", - "htmlparser2": "^4.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "webpack-cli": { + "version": "3.3.12", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.12.tgz", + "integrity": "sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag==", "requires": { - "@types/node": "*" + "chalk": "^2.4.2", + "cross-spawn": "^6.0.5", + "enhanced-resolve": "^4.1.1", + "findup-sync": "^3.0.0", + "global-modules": "^2.0.0", + "import-local": "^2.0.0", + "interpret": "^1.4.0", + "supports-color": "^6.1.0", + "v8-compile-cache": "^2.1.1", + "yargs": "^13.3.2" + }, + "dependencies": { + "global-modules": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "requires": { + "global-prefix": "^3.0.0" + } + }, + "global-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", + "requires": { + "ini": "^1.3.5", + "kind-of": "^6.0.2", + "which": "^1.3.1" + } + }, + "loader-utils": {}, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + } } - } - } - }, - "@comunica/actor-rdf-parse-html-rdfa": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.15.0.tgz", - "integrity": "sha512-1rA7YCjY1v7/1oRKzthVw633HZmHux96SQW5j+FIJTvX4GoBvf1seS082HY7WQGRpZVgLxOUxtAOQcp7zT4dHA==", - "requires": { - "rdfa-streaming-parser": "^1.1.1" - } - }, - "@comunica/actor-rdf-parse-html-script": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.16.1.tgz", - "integrity": "sha512-IYagk0RzIQEzj/78KvoICDgOiPnwvj44S/PH2ha++o9Se0FgTxRjHrWTluETiczOcvrV54TeVh0YDYJck+xz/w==", - "requires": { - "@types/rdf-js": "^3.0.0", - "relative-to-absolute-iri": "^1.0.5" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "webpack-dev-middleware": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz", + "integrity": "sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw==", "requires": { - "@types/node": "*" + "memory-fs": "^0.4.1", + "mime": "^2.4.4", + "mkdirp": "^0.5.1", + "range-parser": "^1.2.1", + "webpack-log": "^2.0.0" + }, + "dependencies": { + "memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "mime": { + "version": "2.4.6", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.6.tgz", + "integrity": "sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } } - } - } - }, - "@comunica/actor-rdf-parse-jsonld": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.16.0.tgz", - "integrity": "sha512-LtAIv75bhHe2teN0vjWZ6EkjwnK6Yw56Q1ZuxgrWZLGrbdRF6YZuXglW+IqWeZ45tIUqhweS83k17/9fR3UK5w==", - "requires": { - "@types/rdf-js": "^3.0.0", - "jsonld-streaming-parser": "^2.0.2", - "stream-to-string": "^1.2.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "webpack-dev-server": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz", + "integrity": "sha512-PUxZ+oSTxogFQgkTtFndEtJIPNmml7ExwufBZ9L2/Xyyd5PnOL5UreWe5ZT7IU25DSdykL9p1MLQzmLh2ljSeg==", "requires": { - "@types/node": "*" + "ansi-html": "0.0.7", + "bonjour": "^3.5.0", + "chokidar": "^2.1.8", + "compression": "^1.7.4", + "connect-history-api-fallback": "^1.6.0", + "debug": "^4.1.1", + "del": "^4.1.1", + "express": "^4.17.1", + "html-entities": "^1.3.1", + "http-proxy-middleware": "0.19.1", + "import-local": "^2.0.0", + "internal-ip": "^4.3.0", + "ip": "^1.1.5", + "is-absolute-url": "^3.0.3", + "killable": "^1.0.1", + "loglevel": "^1.6.8", + "opn": "^5.5.0", + "p-retry": "^3.0.1", + "portfinder": "^1.0.26", + "schema-utils": "^1.0.0", + "selfsigned": "^1.10.7", + "semver": "^6.3.0", + "serve-index": "^1.9.1", + "sockjs": "0.3.20", + "sockjs-client": "1.4.0", + "spdy": "^4.0.2", + "strip-ansi": "^3.0.1", + "supports-color": "^6.1.0", + "url": "^0.11.0", + "webpack-dev-middleware": "^3.7.2", + "webpack-log": "^2.0.0", + "ws": "^6.2.1", + "yargs": "^13.3.2" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } } }, - "jsonld-context-parser": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.0.2.tgz", - "integrity": "sha512-IjQi26E+5ESS85MkcLsYo9gV93oJSOvQ/deHxKspaeHOmRiPyRRaGAk86DjuQc6c0hdp3OKGvDDsy3wi8znsqg==", + "webpack-log": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz", + "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", "requires": { - "@types/http-link-header": "^1.0.1", - "@types/isomorphic-fetch": "^0.0.35", - "@types/node": "^13.1.0", - "canonicalize": "^1.0.1", - "http-link-header": "^1.0.2", - "isomorphic-fetch": "^2.2.1", - "relative-to-absolute-iri": "^1.0.5" + "ansi-colors": "^3.0.0", + "uuid": "^3.3.2" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } } }, - "jsonld-streaming-parser": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-2.0.2.tgz", - "integrity": "sha512-h4cK+PQMvOHd+UqgAFpKBmt5LWYoQMQLu9PP7YsRP7rnSJbU/EfJFcJFG6/sdtZslQ6dlNwOvfHbjQ9clzZPzg==", - "requires": { - "@rdfjs/data-model": "^1.1.2", - "@types/http-link-header": "^1.0.1", - "@types/rdf-js": "^3.0.0", - "canonicalize": "^1.0.1", - "http-link-header": "^1.0.2", - "jsonld-context-parser": "^2.0.1", - "jsonparse": "^1.3.1" - } - } - } - }, - "@comunica/actor-rdf-parse-n3": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.15.0.tgz", - "integrity": "sha512-YWk7XSDN8GDOFL+u5PtadZmIUzAh5ZUYB/LwXLENeymIgWEaSvJo5H4QqdGmnJFArlgXX2Thk8jTvbtubiNTvw==", - "requires": { - "@types/n3": "^1.4.2", - "n3": "^1.0.0" - } - }, - "@comunica/actor-rdf-parse-rdfxml": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.15.0.tgz", - "integrity": "sha512-Rec0dnaTW95Mx91cfQPBkDkgEhoFd9J36FtiJAotLFPOiXp4YsTEZGQNSODTbhchfaTS6HDTFnETQ6GbmutaCQ==", - "requires": { - "rdfxml-streaming-parser": "^1.1.0" - } - }, - "@comunica/actor-rdf-parse-xml-rdfa": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.15.0.tgz", - "integrity": "sha512-34CI/f/JQTEfrnxyqB7Y+EhkhW0tTMsHoC8yu+Y6AtSVdj2FYkSR+GmAk9F65JVnm/RC9uh1T7yT5yJMVvmgiQ==", - "requires": { - "rdfa-streaming-parser": "^1.1.1" - } - }, - "@comunica/actor-rdf-resolve-hypermedia-links-next": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.15.0.tgz", - "integrity": "sha512-TgQurH1G50rdgnQ9WCWchYrUDMk+379oVuha5JISwW5Dc33/wVjR+hoIkrAfKx/kIi7846mcEHO4qNQ5V818hw==" - }, - "@comunica/actor-rdf-resolve-hypermedia-none": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.15.0.tgz", - "integrity": "sha512-dgCFXKbmY9UKSaczpmdVFeSNNcotgWJavC979HQO40zjq6tg3kRDT82M0ucjuDB7fIglzA8xQYTvbjIWYNrm4g==", - "requires": { - "@types/rdf-js": "^3.0.0", - "rdf-store-stream": "^1.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } - } - }, - "@comunica/actor-rdf-resolve-hypermedia-qpf": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.16.0.tgz", - "integrity": "sha512-ikOdP68hwoG9jFqe7ezpOfvWirXtFmKjCvbWf6bl4HgojvP8Wa94V7glxV75p/8Tsj5j5FwvFJfbbhlBJDNXiQ==", - "requires": { - "@rdfjs/data-model": "^1.1.0", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-string": "^1.4.2", - "rdf-terms": "^1.5.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } - } - }, - "@comunica/actor-rdf-resolve-hypermedia-sparql": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.16.0.tgz", - "integrity": "sha512-G6OCciGr/mGg6TQ4+iEnWgSqYyrKmhXQ8UzkLPS6FJXyxWJoEoiHpebYMN9Zw6XycJKnZxlqVUrmIuz3Cxde5g==", - "requires": { - "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.16.0", - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.3.2" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } - } - }, - "@comunica/actor-rdf-resolve-quad-pattern-federated": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.16.0.tgz", - "integrity": "sha512-bHQLxjCtDHiUxIop8IWfReZhBPWpusPfc39A65VyQsZ7lBF/ZF21fTDaGJ8XlmiAYNBanDwjVIKe5ng3MGzwww==", - "requires": { - "@comunica/data-factory": "^1.14.0", - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-terms": "^1.5.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } - } - }, - "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.16.0.tgz", - "integrity": "sha512-eNcn6N5Db5NyBPf4/on+baLr6pqeO86OcbfrjHkdU98MnR5CTXMF68/MCkwRLfcYooRG+o6z6EV/T/wonVeT8g==", - "requires": { - "@comunica/utils-datasource": "^1.16.0", - "@rdfjs/data-model": "^1.1.1", - "@types/lru-cache": "^5.1.0", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "lru-cache": "^6.0.0", - "rdf-string": "^1.4.2", - "rdf-terms": "^1.5.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } - } - }, - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.16.0.tgz", - "integrity": "sha512-+APHJ2NNegd+dtbMIRnNKksBWk4lqEE70snWBKLavxcae0oq6rq3IvZypuARQETFfxICK9KtAtwg6Z7G19QjKw==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } - } - }, - "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.16.0.tgz", - "integrity": "sha512-TfeEDKaYCR3NZvOmhaUY49+Z+5vPKRnx3xTA5L1GsvsU4Bc2kdFKI7ax7FR1p3CrM7AHDlxvu8/AzHIAWFbtxg==", - "requires": { - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.3.2", - "sparqljson-parse": "^1.5.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } - } - }, - "@comunica/actor-rdf-serialize-jsonld": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.15.0.tgz", - "integrity": "sha512-+QeLhBWY9Ce0sNW6yDm7GoEdFNlMsQ01k71yBhaBRPhe/gYEbJc0chZAUoByCY0dJRqtfZK1Wc5gjfTrG/ctdQ==", - "requires": { - "jsonld-streaming-serializer": "^1.1.0" - } - }, - "@comunica/actor-rdf-serialize-n3": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.15.0.tgz", - "integrity": "sha512-/9wY7o875w103A9a/SNpk65rFcp+bT3mSOnjV1bUnMVhvy73AsRG88uiwGUbS6GDFBPzA2j/l8OD+I4U3j6I7Q==", - "requires": { - "@types/n3": "^1.4.2", - "@types/rdf-js": "^3.0.0", - "n3": "^1.0.0", - "rdf-string": "^1.4.2" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", "requires": { - "@types/node": "*" + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } } - } - } - }, - "@comunica/actor-sparql-parse-algebra": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.16.0.tgz", - "integrity": "sha512-hby1X7JYxgS1T84bLYna2Cs5XCA4cCaUJMAJ8emd/IyHoW0VT4N0moCofnswjykeJ9HgCOWMbs6FqfahZS1Tag==", - "requires": { - "@types/sparqljs": "^3.0.0", - "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.3.2", - "sparqljs": "^3.1.1" - } - }, - "@comunica/actor-sparql-parse-graphql": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.15.0.tgz", - "integrity": "sha512-QggTh7b/LgzZRqKR+p46hXoJiH5ge/JTbWQM92QCRa2TsNm2hGpuvCwUS0VoPiUN+O/Vbtw6IH+09qJAnEt0+w==", - "requires": { - "graphql-to-sparql": "^2.1.0" - } - }, - "@comunica/actor-sparql-serialize-json": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.16.0.tgz", - "integrity": "sha512-9T6WlZtCOvYm37j7tgGvRCYO716naaqG4V2LbIYVcxoCxqUlfPcpE07eXt8GfWEG9R6QQuvk8UvEPqZrNiPmNQ==", - "requires": { - "@types/rdf-js": "^3.0.0", - "rdf-string": "^1.4.2" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "websocket-driver": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz", + "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=", "requires": { - "@types/node": "*" + "websocket-extensions": ">=0.1.1" } - } - } - }, - "@comunica/actor-sparql-serialize-rdf": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.16.0.tgz", - "integrity": "sha512-KBwIuwzZp5qoSFPy+8n81x2uuV8P6pzwG3r2skdir+CfIygGb0Yxf0EzCKfVDBCYn/h4lFJPwMbqXbfflwN7Ww==" - }, - "@comunica/actor-sparql-serialize-simple": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.16.0.tgz", - "integrity": "sha512-Cu4MpzGlXQn/tI68fKuttny6cPmvyFBllypkZybPOtGwMY/TyA5FSd/GQLCagfP/gSm6XYnmK04D8gzY1Bwrlw==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" + }, + "whatwg-fetch": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz", + "integrity": "sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==" + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "requires": { - "@types/node": "*" + "isexe": "^2.0.0" } - } - } - }, - "@comunica/actor-sparql-serialize-sparql-csv": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-csv/-/actor-sparql-serialize-sparql-csv-1.16.0.tgz", - "integrity": "sha512-unsuwwpuXdf+mqnrlFws/XpywRCPMjXccXZo2ORNlV4/iuWB3pIToAW0dnhTNxXafpWKiN/lcX05xQitH6jm3Q==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", "requires": { - "@types/node": "*" + "string-width": "^1.0.2 || 2" } - } - } - }, - "@comunica/actor-sparql-serialize-sparql-json": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.16.0.tgz", - "integrity": "sha512-JVAPseFNzUT82mH9udR2QJXw0uWo6TcpHVYXk0JbvXOXwH4NBuAkXiYFBMv1ghbtpyN31Xol7Pa90mwGb8rrMw==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "worker-farm": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz", + "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", "requires": { - "@types/node": "*" + "errno": "~0.1.7" } - } - } - }, - "@comunica/actor-sparql-serialize-sparql-tsv": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-tsv/-/actor-sparql-serialize-sparql-tsv-1.16.0.tgz", - "integrity": "sha512-GX6ELMgGa3ztPZC2jKQ6/xyYf+fg4p/6p/ww/GzrSplEpmRlKFQIgUCu735ZKM3w5lZdxf8IDzOeVqDARI8jhw==", - "requires": { - "@types/rdf-js": "^3.0.0", - "rdf-string-ttl": "^1.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", "requires": { - "@types/node": "*" + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } } - } - } - }, - "@comunica/actor-sparql-serialize-sparql-xml": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.16.0.tgz", - "integrity": "sha512-udTwQMSGY25S9YePdMKrWgndHrxhcFpEZ2u8msTxbZkkJZhW8qKxh4rMUE5ESGsrFPwtlYQTX+gPu2LZ+zXAnA==", - "requires": { - "@types/rdf-js": "^3.0.0", - "@types/xml": "^1.0.2", - "xml": "^1.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "ws": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", + "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", "requires": { - "@types/node": "*" + "async-limiter": "~1.0.0" } - } - } - }, - "@comunica/actor-sparql-serialize-stats": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.16.0.tgz", - "integrity": "sha512-tGeOR5tgyP7yG7fSiPuI2Md+/ZFRJk8A6eSXGAGvZaNTGIhDmaF21jLfon/OUrJTO3jlsR1a1mZ2Hl5jshp2kA==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "xml": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=" + }, + "xmldom": { + "version": "0.1.19", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz", + "integrity": "sha1-Yx/Ad3bv2EEYvyUXGzftTQdaCrw=" + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + }, + "y18n": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", + "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + }, + "yargs": { + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", "requires": { - "@types/node": "*" + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.2" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } } - } - } - }, - "@comunica/actor-sparql-serialize-table": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.16.0.tgz", - "integrity": "sha512-Sj5AJqP5fPEL8Nr2sG6K64crd7FOChPzFojSE6L750SXutQSNDuJ/Zm8N1xfZxGsxTeYNUhzr+WxzSKoWuwzQA==", - "requires": { - "@types/rdf-js": "^3.0.0", - "rdf-terms": "^1.4.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", "requires": { - "@types/node": "*" + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" } - } - } - }, - "@comunica/actor-sparql-serialize-tree": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.16.0.tgz", - "integrity": "sha512-9BMQ8nL4Cso2NOsiKrcGQp/Ccmer8jhfJowOQhRioLI54w2+lVGXBfR8t/Mj9T4bWabtgY8AES25ZjGS2hh2gg==", - "requires": { - "@types/rdf-js": "^3.0.0", - "sparqljson-to-tree": "^2.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + }, + "yargs-unparser": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.6.0.tgz", + "integrity": "sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==", "requires": { - "@types/node": "*" + "flat": "^4.1.0", + "lodash": "^4.17.15", + "yargs": "^13.3.0" } + }, + "yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" } } }, - "@comunica/bus-context-preprocess": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.15.0.tgz", - "integrity": "sha512-qB+DQX2YiXjc/vJ84fE9nW6XXgMDbYIwgtjn5wmfvQWjr+9p0yVjk32IMU9kRa7ETp9OytY/pHebvVHDhuHBYw==" - }, - "@comunica/bus-http": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.16.0.tgz", - "integrity": "sha512-3fWJA3Yh7Wj4clabg141FgAH+m8/InZ+BVPr7BqhO+7Jg0tXbvGDfai8N0SXWL7rCMkWjlPYkBHkzpQ8Dk0HAg==", - "requires": { - "is-stream": "^2.0.0", - "web-streams-node": "^0.4.0" - }, - "dependencies": { - "is-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", - "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" - } - } - }, - "@comunica/bus-http-invalidate": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.15.0.tgz", - "integrity": "sha512-RGURwbcUtD81ZYMMqs3EXB8ML35HENnGnrnrl0iO07R8HdJ/V5sczM8cxo5/+MXDpAqA9ao99AHJARwyHgoFmQ==" - }, - "@comunica/bus-init": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.15.0.tgz", - "integrity": "sha512-HwVTEznx2H7GvcfQAREz52QF8xXT1AqxkJDnI9vTeGvLpWrM+LVOAJZxBcYFFK3X3bEhTsPfDVzikziMGqZuZw==" - }, - "@comunica/bus-optimize-query-operation": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.16.0.tgz", - "integrity": "sha512-7mvHenP7semqGlWge4EIvueK1/s4TjMpyL/RKF0Twa8Fwp0r66dFjprkAitV7K95U4FJvD0KSJPWTnQsJBdxrg==", - "requires": { - "sparqlalgebrajs": "^2.3.2" - } - }, - "@comunica/bus-query-operation": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.16.0.tgz", - "integrity": "sha512-xusr0PelD5ej1B9+ff7AFDXRMidDR167Lzazaits7wNd400sG2RpIJjnEvNqU6g6d0R5WnUWCpCuv4hFQZ15sQ==", + "@babel/code-frame": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", + "dev": true, "requires": { - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "immutable": "^3.8.2" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } + "@babel/highlight": "^7.8.3" } }, - "@comunica/bus-rdf-dereference": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.15.0.tgz", - "integrity": "sha512-4vXq8e51zK1gkw5lxL2HkqYx/Wig215w8Bi3jguUTM/10EQW7KgebhRxeFU/EQOamFTMeS5anOu5BVfNps8rJQ==", + "@babel/core": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz", + "integrity": "sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==", + "dev": true, "requires": { - "@types/rdf-js": "^3.0.0" + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.9.0", + "@babel/helper-module-transforms": "^7.9.0", + "@babel/helpers": "^7.9.0", + "@babel/parser": "^7.9.0", + "@babel/template": "^7.8.6", + "@babel/traverse": "^7.9.0", + "@babel/types": "^7.9.0", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.13", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" }, "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "dev": true, "requires": { - "@types/node": "*" + "ms": "^2.1.1" } } } }, - "@comunica/bus-rdf-dereference-paged": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.15.0.tgz", - "integrity": "sha512-xejwEanK8yaI/ST1SDE2Tjs9f/PsS5SvtYIVEZuWew9Ey4UlxcW/Tsz4m5YA40DeYbXaXg7m40ZeWJxwiislrw==", + "@babel/generator": { + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.9.5.tgz", + "integrity": "sha512-GbNIxVB3ZJe3tLeDm1HSn2AhuD/mVcyLDpgtLXa5tplmWrJdF/elxB56XNqCuD6szyNkDi6wuoKXln3QeBmCHQ==", + "dev": true, "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } + "@babel/types": "^7.9.5", + "jsesc": "^2.5.1", + "lodash": "^4.17.13", + "source-map": "^0.5.0" } }, - "@comunica/bus-rdf-join": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.16.0.tgz", - "integrity": "sha512-v2RilDXPIc1sOtGnhskNqvbeyp4jOBTTUnHUEHCIdopZVUhEIj+zpZdHFoPOIbtHK6eQlQ0Ckx3E3mX84fZVyA==", + "@babel/helper-function-name": { + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz", + "integrity": "sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==", + "dev": true, "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/types": "^7.9.5" } - }, - "@comunica/bus-rdf-metadata": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.15.0.tgz", - "integrity": "sha512-XhyMkScTBA0KUPTHtmO+kxAUyHhvuigiC6NzAoBZ9wm4y+r3aZ++mpBpAv/Fyma5GiT19EAW2pa8ew7CV9GR3A==", - "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } + }, + "@babel/helper-get-function-arity": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", + "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", + "dev": true, + "requires": { + "@babel/types": "^7.8.3" } }, - "@comunica/bus-rdf-metadata-extract": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.15.0.tgz", - "integrity": "sha512-uxLy3hvpWuLoopoG5clYb3imhQXHGHMKHXe97jfvXA0hjoWleNtD0KRfhs+45YCBXqfNC9PVypTb9eM6SVILNQ==", + "@babel/helper-member-expression-to-functions": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz", + "integrity": "sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==", + "dev": true, "requires": { - "@types/rdf-js": "^3.0.0", - "graphql-ld": "^1.1.0", - "rdf-store-stream": "^1.0.1" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } + "@babel/types": "^7.8.3" } }, - "@comunica/bus-rdf-parse": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.15.0.tgz", - "integrity": "sha512-6cGGUBgorkJ6hr5U235qSrlK1m7rPpIM8W6o9kbRAw149AKap1XFF3OXpAYqat2eB4Cbs1J2PP9wg1/s/uOsww==", + "@babel/helper-module-imports": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz", + "integrity": "sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==", + "dev": true, "requires": { - "@comunica/actor-abstract-mediatyped": "^1.15.0", - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } + "@babel/types": "^7.8.3" } }, - "@comunica/bus-rdf-parse-html": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.15.0.tgz", - "integrity": "sha512-7F/kDrNf9X//IrO/CK4LpwM5f+mFHLa/wsPc2RubyhiFN3P3KWU6NWxjDJRT9yP85EmW4KknXWwF8AOTvbKF1A==", + "@babel/helper-module-transforms": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz", + "integrity": "sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==", + "dev": true, "requires": { - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } + "@babel/helper-module-imports": "^7.8.3", + "@babel/helper-replace-supers": "^7.8.6", + "@babel/helper-simple-access": "^7.8.3", + "@babel/helper-split-export-declaration": "^7.8.3", + "@babel/template": "^7.8.6", + "@babel/types": "^7.9.0", + "lodash": "^4.17.13" } }, - "@comunica/bus-rdf-resolve-hypermedia": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.15.0.tgz", - "integrity": "sha512-mnSsNMa2FS6x0b0K453J4c2+1UQoe2WX/p3UXfF7YocWFc7eL7JUsZO8+XZ1Pq8WaPpz+sUeaz+JtIYgVtqSGg==", + "@babel/helper-optimise-call-expression": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz", + "integrity": "sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==", + "dev": true, "requires": { - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "asyncreiterable": "^2.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } + "@babel/types": "^7.8.3" } }, - "@comunica/bus-rdf-resolve-hypermedia-links": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.15.0.tgz", - "integrity": "sha512-AJD48ftgMdPj5x0hMTRkzNHeywsMqWnXOK7c6L2m3TlUyMtw5PWNYKd2CD1qyXE7xmSi2cKLKA5TKDkQqV7GCg==" + "@babel/helper-replace-supers": { + "version": "7.8.6", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz", + "integrity": "sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==", + "dev": true, + "requires": { + "@babel/helper-member-expression-to-functions": "^7.8.3", + "@babel/helper-optimise-call-expression": "^7.8.3", + "@babel/traverse": "^7.8.6", + "@babel/types": "^7.8.6" + } }, - "@comunica/bus-rdf-resolve-quad-pattern": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.16.0.tgz", - "integrity": "sha512-CHZQcBFVMeUiB2DyGWzDRzvXO+s7uNS6SwnrvXVujCpdYFKfB15uG9mcpc8tZGwHDr18xq6iuLZcEKMl5wqGjA==", + "@babel/helper-simple-access": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz", + "integrity": "sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw==", + "dev": true, "requires": { - "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.1", - "asyncreiterable": "^2.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3" } }, - "@comunica/bus-rdf-serialize": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.15.0.tgz", - "integrity": "sha512-c1uJF1LkJ96zscMCe+CB2fLbXhlJ0o8PPVRMm3Jk7/rc8WY5bUxSxf1SFbA/jkOZtcZy59wFHDvPf/NM74ADBg==", + "@babel/helper-split-export-declaration": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", + "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", + "dev": true, "requires": { - "@comunica/actor-abstract-mediatyped": "^1.15.0", - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } + "@babel/types": "^7.8.3" } }, -<<<<<<< HEAD - "@comunica/bus-sparql-parse": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.15.0.tgz", - "integrity": "sha512-4aFz5qnnnPxezK/vtvltqqUlN0NhYNFEQwXYZf6Yi2dSS/Hs4cU4kYcldXxIXeBfRQkaoUtTCr0lCUg5uOyqIQ==" + "@babel/helper-validator-identifier": { + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz", + "integrity": "sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==", + "dev": true }, - "@comunica/bus-sparql-serialize": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.16.0.tgz", - "integrity": "sha512-LLPheBBYBuSAweou+4kQf0Gop/lNORXOuaDfsHemLG6VqNmWzYyl79rnjd7yTLcZn/QVMUUYDD21CPY8OU5lJQ==", + "@babel/helpers": { + "version": "7.9.2", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.9.2.tgz", + "integrity": "sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA==", + "dev": true, "requires": { - "@comunica/actor-abstract-mediatyped": "^1.15.0" + "@babel/template": "^7.8.3", + "@babel/traverse": "^7.9.0", + "@babel/types": "^7.9.0" } }, - "@comunica/core": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.15.0.tgz", - "integrity": "sha512-Mg/fpufyK4hVKX2vgP8oapu4ZpyugNRxyI/1AX7zlhSkYpE+ldK5YQaGG/sb+fq+s2sAtE1Ocd+thCgF4wv+8w==", - "requires": { - "immutable": "^3.8.2" -======= "@babel/highlight": { "version": "7.9.0", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.9.0.tgz", @@ -15981,33 +18084,29 @@ } }, "@comunica/actor-abstract-bindings-hash": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.14.0.tgz", - "integrity": "sha512-dOsaJyDtxa8Pg+JYOOKgTHFqyv7UWwqS5wBTVeJb/3249STUgQ/I9BX8JnDsCyNbyCjOnzONQhkO2Mc36Fnz1Q==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.16.0.tgz", + "integrity": "sha512-W7oU8J0n6wC8R8EQ7UEvdmaJXf/Z3gEVCw9H+WXJSTEg1B77nrHuQs1lJreteKCIJEhC7BQYLtrfKE5N92edKw==", "requires": { "canonicalize": "^1.0.1", "rdf-string": "^1.4.2" } }, "@comunica/actor-abstract-mediatyped": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.14.0.tgz", - "integrity": "sha512-mQh3aBRB78TioV0pBuWxalJatc7qI1kk92vyMe5ADO7+zknzfUTMZQK702j79smZdaYuzmPi5JQwPgFy7V/tMQ==", - "requires": { - "@types/lodash.mapvalues": "^4.6.3", - "lodash.mapvalues": "^4.6.0" - } + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.15.0.tgz", + "integrity": "sha512-rB0DnIuiZKGqAd6JmcXdajmgDPWzffqCqLyAp2A967NRN1NlPbPnfwkCJBHVehdcyT69dAaEkHoHDZpbwOVjHg==" }, "@comunica/actor-abstract-path": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.14.0.tgz", - "integrity": "sha512-NLIIXTFxWw/j1Olg84tYDP8+wkmHzIwSImXtQ2eKqMDTg1XAhPQ6yEXiuLsD9mEBwViQFchBaaCGdF2XyNGEqg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.16.0.tgz", + "integrity": "sha512-a53X/a9DTl6rYNbBGXCmUY9crusU6ySAiRZY3usiPWzqHeiZonM5+eRKzYm8vazxg3hLBs8jowKiZhiUPrx4wQ==", "requires": { "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { "@types/rdf-js": { @@ -16021,9 +18120,9 @@ } }, "@comunica/actor-http-memento": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.14.0.tgz", - "integrity": "sha512-UREA2jPckRCnskknoIJRlSK6wwLgNL+rYEME6pSRWZKWNOCK8XYBnEvHaLFYDvWwptrNdkKneOVlR7qu1oVDJg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.16.0.tgz", + "integrity": "sha512-X58EUsxFch+/VoS58Ld1yFsSNjeu7xYtvPV6x4IpGv16V+QJot4KyKH25+SAwNOQDiRxShX55FovCCVvSxK35w==", "requires": { "@types/parse-link-header": "^1.0.0", "cross-fetch": "^3.0.5", @@ -16046,9 +18145,9 @@ } }, "@comunica/actor-http-native": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.14.0.tgz", - "integrity": "sha512-RHWCNQd/7En8gdfOYSFtb0X+YTBvf8DgeJOq8Qbge5rNuYo+PUxVm0ClgPh544jhh5tAS+ZjySAecQDJSkk1rQ==", + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.16.2.tgz", + "integrity": "sha512-KhmYTKOmf4QZwd8CVy4f4o6d/LVzBy19JmpOIP1vLcOTAVOXg6KXDT+NEVSoDIc9T5fpKDh91bWuukptUqVjig==", "requires": { "@types/parse-link-header": "^1.0.0", "cross-fetch": "^3.0.5", @@ -16072,119 +18171,122 @@ } }, "@comunica/actor-http-proxy": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.14.0.tgz", - "integrity": "sha512-sVwk7SfIvk29LEQ7KuhmlU0MzbinJN8Ll6JZvbSeHELWAuKqb/Pb5s+paxQTT7zDMlbghh/M/+jEeZyOvks/3w==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.16.0.tgz", + "integrity": "sha512-5aD5y9b6DvcCX2/ud/aVvUjvipppMmzKRV3C0evbA3NoAZ4VF8ejD+JpIjDsrvrbWeXVPueXvL/yfssUz17iIg==" }, "@comunica/actor-init-sparql": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.14.0.tgz", - "integrity": "sha512-8Wc2OrzYjIt3Q7Mk90ewN/DLxvfNi7FAgiuj1UXvsuv0/2nlnDGmfjxGjXT9yJcZzmD1eFJ/PydAmRY3yJbp9A==", - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.14.0", - "@comunica/actor-abstract-mediatyped": "^1.14.0", - "@comunica/actor-http-memento": "^1.14.0", - "@comunica/actor-http-native": "^1.14.0", - "@comunica/actor-http-proxy": "^1.14.0", - "@comunica/actor-optimize-query-operation-join-bgp": "^1.14.0", - "@comunica/actor-query-operation-ask": "^1.14.0", - "@comunica/actor-query-operation-bgp-empty": "^1.14.0", - "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.14.0", - "@comunica/actor-query-operation-bgp-single": "^1.14.0", - "@comunica/actor-query-operation-construct": "^1.14.0", - "@comunica/actor-query-operation-describe-subject": "^1.14.0", - "@comunica/actor-query-operation-distinct-hash": "^1.14.0", - "@comunica/actor-query-operation-extend": "^1.14.0", - "@comunica/actor-query-operation-filter-sparqlee": "^1.14.0", - "@comunica/actor-query-operation-from-quad": "^1.14.0", - "@comunica/actor-query-operation-group": "^1.14.0", - "@comunica/actor-query-operation-join": "^1.14.0", - "@comunica/actor-query-operation-leftjoin-left-deep": "^1.14.0", - "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.14.0", - "@comunica/actor-query-operation-minus": "^1.14.0", - "@comunica/actor-query-operation-orderby-sparqlee": "^1.14.0", - "@comunica/actor-query-operation-path-alt": "^1.14.0", - "@comunica/actor-query-operation-path-inv": "^1.14.0", - "@comunica/actor-query-operation-path-link": "^1.14.0", - "@comunica/actor-query-operation-path-nps": "^1.14.0", - "@comunica/actor-query-operation-path-one-or-more": "^1.14.0", - "@comunica/actor-query-operation-path-seq": "^1.14.0", - "@comunica/actor-query-operation-path-zero-or-more": "^1.14.0", - "@comunica/actor-query-operation-path-zero-or-one": "^1.14.0", - "@comunica/actor-query-operation-project": "^1.14.0", - "@comunica/actor-query-operation-quadpattern": "^1.14.0", - "@comunica/actor-query-operation-reduced-hash": "^1.14.0", - "@comunica/actor-query-operation-service": "^1.14.0", - "@comunica/actor-query-operation-slice": "^1.14.0", - "@comunica/actor-query-operation-sparql-endpoint": "^1.14.0", - "@comunica/actor-query-operation-union": "^1.14.0", - "@comunica/actor-query-operation-values": "^1.14.0", - "@comunica/actor-rdf-dereference-http-parse": "^1.14.0", - "@comunica/actor-rdf-join-multi-smallest": "^1.14.0", - "@comunica/actor-rdf-join-symmetrichash": "^1.14.0", - "@comunica/actor-rdf-metadata-all": "^1.14.0", - "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.14.0", - "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.14.0", - "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.14.0", - "@comunica/actor-rdf-metadata-primary-topic": "^1.14.0", - "@comunica/actor-rdf-parse-html": "^1.14.0", - "@comunica/actor-rdf-parse-html-rdfa": "^1.14.0", - "@comunica/actor-rdf-parse-html-script": "^1.14.0", - "@comunica/actor-rdf-parse-jsonld": "^1.14.0", - "@comunica/actor-rdf-parse-n3": "^1.14.0", - "@comunica/actor-rdf-parse-rdfxml": "^1.14.0", - "@comunica/actor-rdf-parse-xml-rdfa": "^1.14.0", - "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.14.0", - "@comunica/actor-rdf-resolve-hypermedia-none": "^1.14.0", - "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.14.0", - "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.14.0", - "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.14.0", - "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.14.0", - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.14.0", - "@comunica/actor-rdf-serialize-jsonld": "^1.14.0", - "@comunica/actor-rdf-serialize-n3": "^1.14.0", - "@comunica/actor-sparql-parse-algebra": "^1.14.0", - "@comunica/actor-sparql-parse-graphql": "^1.14.0", - "@comunica/actor-sparql-serialize-json": "^1.14.0", - "@comunica/actor-sparql-serialize-rdf": "^1.14.0", - "@comunica/actor-sparql-serialize-simple": "^1.14.0", - "@comunica/actor-sparql-serialize-sparql-json": "^1.14.0", - "@comunica/actor-sparql-serialize-sparql-xml": "^1.14.0", - "@comunica/actor-sparql-serialize-stats": "^1.14.0", - "@comunica/actor-sparql-serialize-table": "^1.14.0", - "@comunica/actor-sparql-serialize-tree": "^1.14.0", - "@comunica/bus-context-preprocess": "^1.14.0", - "@comunica/bus-http": "^1.14.0", - "@comunica/bus-http-invalidate": "^1.14.0", - "@comunica/bus-init": "^1.14.0", - "@comunica/bus-optimize-query-operation": "^1.14.0", - "@comunica/bus-query-operation": "^1.14.0", - "@comunica/bus-rdf-dereference": "^1.14.0", - "@comunica/bus-rdf-dereference-paged": "^1.14.0", - "@comunica/bus-rdf-join": "^1.14.0", - "@comunica/bus-rdf-metadata": "^1.14.0", - "@comunica/bus-rdf-metadata-extract": "^1.14.0", - "@comunica/bus-rdf-parse": "^1.14.0", - "@comunica/bus-rdf-parse-html": "^1.14.0", - "@comunica/bus-rdf-resolve-hypermedia": "^1.14.0", - "@comunica/bus-rdf-resolve-hypermedia-links": "^1.14.0", - "@comunica/bus-rdf-resolve-quad-pattern": "^1.14.0", - "@comunica/bus-rdf-serialize": "^1.14.0", - "@comunica/bus-sparql-parse": "^1.14.0", - "@comunica/bus-sparql-serialize": "^1.14.0", - "@comunica/core": "^1.14.0", - "@comunica/logger-pretty": "^1.14.0", - "@comunica/logger-void": "^1.14.0", - "@comunica/mediator-all": "^1.14.0", - "@comunica/mediator-combine-pipeline": "^1.14.0", - "@comunica/mediator-combine-union": "^1.14.0", - "@comunica/mediator-number": "^1.14.0", - "@comunica/mediator-race": "^1.14.0", - "@comunica/runner": "^1.14.0", - "@comunica/runner-cli": "^1.14.0", + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.16.2.tgz", + "integrity": "sha512-jzE/sW1ciNXtO/tRYEhSiKFxpB9/cqPME9a2jq/GYq9PmTv5MzcUbZEY7x8QRkRQ3Dp0Z2JHI/sorps8LPwcmQ==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-http-memento": "^1.16.0", + "@comunica/actor-http-native": "^1.16.2", + "@comunica/actor-http-proxy": "^1.16.0", + "@comunica/actor-optimize-query-operation-join-bgp": "^1.16.0", + "@comunica/actor-query-operation-ask": "^1.16.0", + "@comunica/actor-query-operation-bgp-empty": "^1.16.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", + "@comunica/actor-query-operation-bgp-single": "^1.16.0", + "@comunica/actor-query-operation-construct": "^1.16.0", + "@comunica/actor-query-operation-describe-subject": "^1.16.0", + "@comunica/actor-query-operation-distinct-hash": "^1.16.0", + "@comunica/actor-query-operation-extend": "^1.16.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-from-quad": "^1.16.0", + "@comunica/actor-query-operation-group": "^1.16.0", + "@comunica/actor-query-operation-join": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-left-deep": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", + "@comunica/actor-query-operation-minus": "^1.16.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-path-alt": "^1.16.0", + "@comunica/actor-query-operation-path-inv": "^1.16.0", + "@comunica/actor-query-operation-path-link": "^1.16.0", + "@comunica/actor-query-operation-path-nps": "^1.16.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-seq": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", + "@comunica/actor-query-operation-project": "^1.16.0", + "@comunica/actor-query-operation-quadpattern": "^1.16.0", + "@comunica/actor-query-operation-reduced-hash": "^1.16.0", + "@comunica/actor-query-operation-service": "^1.16.0", + "@comunica/actor-query-operation-slice": "^1.16.0", + "@comunica/actor-query-operation-sparql-endpoint": "^1.16.0", + "@comunica/actor-query-operation-union": "^1.16.0", + "@comunica/actor-query-operation-values": "^1.16.0", + "@comunica/actor-rdf-dereference-http-parse": "^1.16.0", + "@comunica/actor-rdf-join-multi-smallest": "^1.16.0", + "@comunica/actor-rdf-join-nestedloop": "^1.16.0", + "@comunica/actor-rdf-join-symmetrichash": "^1.16.0", + "@comunica/actor-rdf-metadata-all": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.15.0", + "@comunica/actor-rdf-metadata-primary-topic": "^1.15.0", + "@comunica/actor-rdf-parse-html": "^1.15.0", + "@comunica/actor-rdf-parse-html-rdfa": "^1.15.0", + "@comunica/actor-rdf-parse-html-script": "^1.16.1", + "@comunica/actor-rdf-parse-jsonld": "^1.16.0", + "@comunica/actor-rdf-parse-n3": "^1.15.0", + "@comunica/actor-rdf-parse-rdfxml": "^1.15.0", + "@comunica/actor-rdf-parse-xml-rdfa": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-none": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.16.0", + "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.16.0", + "@comunica/actor-sparql-parse-graphql": "^1.15.0", + "@comunica/actor-sparql-serialize-json": "^1.16.0", + "@comunica/actor-sparql-serialize-rdf": "^1.16.0", + "@comunica/actor-sparql-serialize-simple": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-csv": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-tsv": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", + "@comunica/actor-sparql-serialize-stats": "^1.16.0", + "@comunica/actor-sparql-serialize-table": "^1.16.0", + "@comunica/actor-sparql-serialize-tree": "^1.16.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-http": "^1.16.0", + "@comunica/bus-http-invalidate": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-optimize-query-operation": "^1.16.0", + "@comunica/bus-query-operation": "^1.16.0", + "@comunica/bus-rdf-dereference": "^1.15.0", + "@comunica/bus-rdf-dereference-paged": "^1.15.0", + "@comunica/bus-rdf-join": "^1.16.0", + "@comunica/bus-rdf-metadata": "^1.15.0", + "@comunica/bus-rdf-metadata-extract": "^1.15.0", + "@comunica/bus-rdf-parse": "^1.15.0", + "@comunica/bus-rdf-parse-html": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia-links": "^1.15.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.16.0", + "@comunica/core": "^1.15.0", + "@comunica/logger-pretty": "^1.15.0", + "@comunica/logger-void": "^1.15.0", + "@comunica/mediator-all": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.16.0", + "@comunica/runner-cli": "^1.16.0", "@types/minimist": "^1.2.0", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "asyncreiterable": "^2.0.0", "minimist": "^1.2.0", "negotiate": "^1.0.1", @@ -16205,98 +18307,96 @@ } }, "@comunica/actor-init-sparql-rdfjs": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.14.0.tgz", - "integrity": "sha512-r4iV96KNvCALvNA52O3tGy1R83VCJmVkLTA5AuEqXmyJJNCeeK5Af4KcO7BULOL20FYgFw1wrfpSVb50PMzqXQ==", - "requires": { - "@comunica/actor-abstract-mediatyped": "^1.14.0", - "@comunica/actor-init-sparql": "^1.14.0", - "@comunica/actor-query-operation-ask": "^1.14.0", - "@comunica/actor-query-operation-bgp-empty": "^1.14.0", - "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.14.0", - "@comunica/actor-query-operation-bgp-single": "^1.14.0", - "@comunica/actor-query-operation-construct": "^1.14.0", - "@comunica/actor-query-operation-describe-subject": "^1.14.0", - "@comunica/actor-query-operation-distinct-hash": "^1.14.0", - "@comunica/actor-query-operation-extend": "^1.14.0", - "@comunica/actor-query-operation-filter-sparqlee": "^1.14.0", - "@comunica/actor-query-operation-from-quad": "^1.14.0", - "@comunica/actor-query-operation-join": "^1.14.0", - "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.14.0", - "@comunica/actor-query-operation-orderby-sparqlee": "^1.14.0", - "@comunica/actor-query-operation-path-alt": "^1.14.0", - "@comunica/actor-query-operation-path-inv": "^1.14.0", - "@comunica/actor-query-operation-path-link": "^1.14.0", - "@comunica/actor-query-operation-path-nps": "^1.14.0", - "@comunica/actor-query-operation-path-one-or-more": "^1.14.0", - "@comunica/actor-query-operation-path-seq": "^1.14.0", - "@comunica/actor-query-operation-path-zero-or-more": "^1.14.0", - "@comunica/actor-query-operation-path-zero-or-one": "^1.14.0", - "@comunica/actor-query-operation-project": "^1.14.0", - "@comunica/actor-query-operation-quadpattern": "^1.14.0", - "@comunica/actor-query-operation-service": "^1.14.0", - "@comunica/actor-query-operation-slice": "^1.14.0", - "@comunica/actor-query-operation-union": "^1.14.0", - "@comunica/actor-query-operation-values": "^1.14.0", - "@comunica/actor-rdf-join-nestedloop": "^1.14.0", - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.14.0", - "@comunica/actor-rdf-serialize-jsonld": "^1.14.0", - "@comunica/actor-rdf-serialize-n3": "^1.14.0", - "@comunica/actor-sparql-parse-algebra": "^1.14.0", - "@comunica/actor-sparql-serialize-json": "^1.14.0", - "@comunica/actor-sparql-serialize-rdf": "^1.14.0", - "@comunica/actor-sparql-serialize-simple": "^1.14.0", - "@comunica/actor-sparql-serialize-sparql-json": "^1.14.0", - "@comunica/actor-sparql-serialize-sparql-xml": "^1.14.0", - "@comunica/bus-context-preprocess": "^1.14.0", - "@comunica/bus-init": "^1.14.0", - "@comunica/bus-query-operation": "^1.14.0", - "@comunica/bus-rdf-join": "^1.14.0", - "@comunica/bus-rdf-resolve-quad-pattern": "^1.14.0", - "@comunica/bus-rdf-serialize": "^1.14.0", - "@comunica/bus-sparql-parse": "^1.14.0", - "@comunica/bus-sparql-serialize": "^1.14.0", - "@comunica/core": "^1.14.0", - "@comunica/mediator-combine-pipeline": "^1.14.0", - "@comunica/mediator-combine-union": "^1.14.0", - "@comunica/mediator-number": "^1.14.0", - "@comunica/mediator-race": "^1.14.0", - "@comunica/runner": "^1.14.0", - "@comunica/runner-cli": "^1.14.0" + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.16.2.tgz", + "integrity": "sha512-37FizXW2XCtyRFq0vjCqTAzxnVVklYGoq3Rmn6sBelF6wKW7pqtHunBA3yOJfo5MKRVoFD04wHCbwaWC6xaYEw==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-init-sparql": "^1.16.2", + "@comunica/actor-query-operation-ask": "^1.16.0", + "@comunica/actor-query-operation-bgp-empty": "^1.16.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", + "@comunica/actor-query-operation-bgp-single": "^1.16.0", + "@comunica/actor-query-operation-construct": "^1.16.0", + "@comunica/actor-query-operation-describe-subject": "^1.16.0", + "@comunica/actor-query-operation-distinct-hash": "^1.16.0", + "@comunica/actor-query-operation-extend": "^1.16.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-from-quad": "^1.16.0", + "@comunica/actor-query-operation-join": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-path-alt": "^1.16.0", + "@comunica/actor-query-operation-path-inv": "^1.16.0", + "@comunica/actor-query-operation-path-link": "^1.16.0", + "@comunica/actor-query-operation-path-nps": "^1.16.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-seq": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", + "@comunica/actor-query-operation-project": "^1.16.0", + "@comunica/actor-query-operation-quadpattern": "^1.16.0", + "@comunica/actor-query-operation-service": "^1.16.0", + "@comunica/actor-query-operation-slice": "^1.16.0", + "@comunica/actor-query-operation-union": "^1.16.0", + "@comunica/actor-query-operation-values": "^1.16.0", + "@comunica/actor-rdf-join-nestedloop": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.16.0", + "@comunica/actor-sparql-serialize-json": "^1.16.0", + "@comunica/actor-sparql-serialize-rdf": "^1.16.0", + "@comunica/actor-sparql-serialize-simple": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-query-operation": "^1.16.0", + "@comunica/bus-rdf-join": "^1.16.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.16.0", + "@comunica/core": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.16.0", + "@comunica/runner-cli": "^1.16.0" } }, "@comunica/actor-optimize-query-operation-join-bgp": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.14.0.tgz", - "integrity": "sha512-rVElyg++Jd7hhAdzKC8rgVDnGjtPTcRr8GyKvjIjC/ue/JI9GDz0LDP4448Y63MFd87TKYDnSS78KtmbS94YYA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.16.0.tgz", + "integrity": "sha512-KWuAKG8S+IwonyecNjqrO5dlSKSVmR1cxP117/DEUPIltXl0IY2W3Q/HKRRZ+DXwV/LRMExIXILdUkZgYUSnAw==", "requires": { - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-ask": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.14.0.tgz", - "integrity": "sha512-y0QcS7Fl+TAdlYzRUemSCfblulLnBNPfMEK24p+ABs2yXXetZEbaPGvv0L1iDqSeWfEvsjIzCMx021f5UUtM1A==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.16.0.tgz", + "integrity": "sha512-zlWYPh7GoIw7epzcORfDWwRFsfLciJGVSaCR2C46AZj8CctApf+mzrRDY7H3WSETyTc6s9T1fiDzGjBY/P3TbA==" }, "@comunica/actor-query-operation-bgp-empty": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.14.0.tgz", - "integrity": "sha512-9kW2sn3aRgB5Aty7zb1IcSxXC9l9gicNnXrZSDHOIISkKXForACLy5OyffEZF6n/PSSzLLHBb92Jv6pF+HCYrA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.16.0.tgz", + "integrity": "sha512-C8q0YKNcIbMZ1KWL1juCoTbppYQcI3/0qlp/boBD1w8yeNVt2ytxB0cKsdVilvLVVcooISJJKNn4j8uGqOJsZg==", "requires": { - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0" } }, "@comunica/actor-query-operation-bgp-left-deep-smallest": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.14.0.tgz", - "integrity": "sha512-G47D9HFkRQId3f2zmtf0fJAmBLLff3cspF2MCTpvulhV1jmgDFBymTz9XUjk7q6eHosh9It1xLsxE8TciOWYCw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.16.0.tgz", + "integrity": "sha512-8zB8ajT7z6nYDge9//7zP0sziKmnCFLVVtqqyacSQ8Yu9jl15b42rqMiZ0ty9c3qZncH2DagqiTd/5VCJP3nMg==", "requires": { - "@types/lodash.uniq": "^4.5.3", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", - "lodash.uniq": "^4.5.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0" }, @@ -16312,18 +18412,18 @@ } }, "@comunica/actor-query-operation-bgp-single": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.14.0.tgz", - "integrity": "sha512-Z86s0MgOC+h6Md/wyytwVlYXfGbynZIYqNFqOmbnJMFLwJMZ9xJWU2yXxKuFj5dIl1URntRPBkmP5eKNJ27IhA==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.16.0.tgz", + "integrity": "sha512-nUcGlq9uJCl5O7rGnFCrFeHrWSRD7hZW9QU+B7tCoSbJoUrKS9hBKkDO6xUHmsmztRKfzHgMO9LFDvmc5jGKlQ==" }, "@comunica/actor-query-operation-construct": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.14.0.tgz", - "integrity": "sha512-FsFx6Vz56xtVg5tTqin96++1RSrIzzcMrLf9vMOnYFo2OtTt/fu3nB5d0bDswu8phvoOyCUyM5TwJbrBg8bwAA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.16.0.tgz", + "integrity": "sha512-c4tLLcl7T1JYCg790LEu9Ijn3c7i2yd2uKJ9E2oytx6KLeW0YQeEaiLZ1hn3XDlQHMvfYeGznd4Y+X8632+Faw==", "requires": { "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-terms": "^1.4.0" }, "dependencies": { @@ -16338,14 +18438,14 @@ } }, "@comunica/actor-query-operation-describe-subject": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.14.0.tgz", - "integrity": "sha512-DGv/zC/o6ChOnBFg9Pidsv+Y5W9LIRMnnpZTo5hW3hDLYdmBfRpF99KdWnCVCDuUjWN7ixK3w97cokiCe3G6Rw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.16.0.tgz", + "integrity": "sha512-F5x0AU/7K9Zw6o5/y2AWsX5G3YPyLoDekWm1bHyztnHD21WFGsOgAt7R3XOJLU4/d9Mc2TpDOj17bttplJRXSg==", "requires": { - "@comunica/actor-query-operation-union": "^1.14.0", + "@comunica/actor-query-operation-union": "^1.16.0", "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0" + "asynciterator": "^3.0.1" }, "dependencies": { "@types/rdf-js": { @@ -16359,38 +18459,36 @@ } }, "@comunica/actor-query-operation-distinct-hash": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.14.0.tgz", - "integrity": "sha512-vz521ZtESOJtZp8NCUj1K9feFGOaETTkS4GPz+i77CBZxOvDffVj6wDVDgGxxiqaCMpPEvF/0M2Y7Bjve+0evQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.16.0.tgz", + "integrity": "sha512-/SKXl7lFUlJ83yL81lD3RyzqkV5ONqUiqR8d1D0Vob/m8DI7ynDp8f5x74ocBLdrhFADJvGlVl8703AjJzcD6w==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.14.0" + "@comunica/actor-abstract-bindings-hash": "^1.16.0" } }, "@comunica/actor-query-operation-extend": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.14.0.tgz", - "integrity": "sha512-qmfaQKF4ZrtOyTigi4/8b4s8ci0kiwdEZnVlBp30/lx88OpiKL+DIquvxx57ZNX1NZxLQU5f+EmtNvgn2PvNcQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.16.0.tgz", + "integrity": "sha512-xad5NhPZ4KJsk3DTlG6mb0ZEX6LccCRjhFEVZsNT4qr1DPTqD5MaeE/SfjFADCwDniy5gZTxn6AQnQ1LsC52Eg==", "requires": { - "sparqlee": "^1.4.0" + "sparqlee": "^1.4.3" } }, "@comunica/actor-query-operation-filter-sparqlee": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.14.0.tgz", - "integrity": "sha512-+r+bBkCsMvZqllsZwdhuP3bIvQSUdhNJbdEETx912zBKoHiTdzZ9IB4bsN7Qm8DT083V7fnNWwplTV7YjagRow==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.16.0.tgz", + "integrity": "sha512-96ttlUQkBpkiUlXnClvjEaYHtEL8gCVzhOMcMLxuOAifwgv7I6Qe5WQT8QZkJbXbbwNvelXYC4Cs37p85nHSCw==", "requires": { - "sparqlee": "^1.4.0" + "sparqlee": "^1.4.3" } }, "@comunica/actor-query-operation-from-quad": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.14.0.tgz", - "integrity": "sha512-iRsXBkqCHN9gNhAMY8HFE9JU/FiwehzMh5MzNEjaQxzqC2UAUJ+AjgwHi2Ht0Uv0cezb5VKp1V2hIpxQ1wZazg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.16.0.tgz", + "integrity": "sha512-qyjSrxmi0WSlxMbZo2djOfUD+2Jkm7s4JOW36ua8JBbSuGAbHwFI3xYSWiWYmLCMQEp3YgqHrTKWeGDSnqxnJQ==", "requires": { - "@types/lodash.find": "^4.6.3", "@types/rdf-js": "^3.0.0", - "lodash.find": "^4.6.0", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { "@types/rdf-js": { @@ -16404,27 +18502,27 @@ } }, "@comunica/actor-query-operation-group": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.14.0.tgz", - "integrity": "sha512-Efe63RXqhAyFLaPO14r9hwH78Od6zYJUI2inzmll4ImvnWlwrQibEQgp7C5DbFELt+s17NJqv2BbdeAaDSO2fg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.16.0.tgz", + "integrity": "sha512-xwmoNsfjcsS04s3lLlf6dua81ywFNqOU77g61tZEveCAKyC5fN6rQZM8eLBa87z7HhHLHF42V1TVXh3PD46HaA==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.14.0", + "@comunica/actor-abstract-bindings-hash": "^1.16.0", "rdf-string": "^1.4.2", - "sparqlee": "^1.4.0" + "sparqlee": "^1.4.3" } }, "@comunica/actor-query-operation-join": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.14.0.tgz", - "integrity": "sha512-KPNBpXgspA8dCGUZF8BqLe2U2QaWw3e+HeOuqvBXPZVeXcXbrl9BMfgo9269RjdsT5QkWrmSk0BIZ2Ds+uKEAw==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.16.0.tgz", + "integrity": "sha512-3lJt1dTrBm4ogRwCyEPwqOrJ/QfEEYu5tHUClpiP3vG0L1tmN+wRfewAxU7P8o0Rec0QkqICAMRf252tM0ftgw==" }, "@comunica/actor-query-operation-leftjoin-left-deep": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.14.0.tgz", - "integrity": "sha512-9pFqobP4xNA3c8hLNsMoEMb/gGRxteRYnZGZHa9+A3HWjQIp4EJjcBnBj/l9ibdfwKR0PJjLlUJ7rlnaPr+BsA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.16.0.tgz", + "integrity": "sha512-fVVdcMEFvQpU8eKQyDys7q6jL6SosHdSs2j5ARPmXvY/hzl68coIb4D0JmMIIWmk87TDcc9VUH0mcnHI5f7Eqw==", "requires": { "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0" + "asynciterator": "^3.0.1" }, "dependencies": { "@types/rdf-js": { @@ -16438,21 +18536,21 @@ } }, "@comunica/actor-query-operation-leftjoin-nestedloop": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.14.0.tgz", - "integrity": "sha512-N/MPV9aHUoyZ599tedKA1u3q3GakwoNyP4cSkU50ixYH9kKfuQoy1fqUyOIhtwB8reBMBfxxAWXOptOlwf0+Zw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.16.0.tgz", + "integrity": "sha512-dTNcGe4LTwgJcvAV2TZA9lF6gmvtcQDFm+4UEiY5ehtgOD/Quh39AixYSXTNOsmMmGBamr5iBfk1ABgRwAmzyg==", "requires": { - "sparqlee": "^1.4.0" + "sparqlee": "^1.4.3" } }, "@comunica/actor-query-operation-minus": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.14.0.tgz", - "integrity": "sha512-/Q0C1dB1IK3zuBFTiMbmiT01AW5hBmVEIT8sDsIPRtNIkf9nFekscEl1EeWlRfl5RbToJcjfr0QK9F9UGe/ZBw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.16.0.tgz", + "integrity": "sha512-PeM5FouB+BJMU2QYB//SK9O5LCdielQnrr+nTWXyznrx1kpBqMX7Elzmim5huhKY3Y0WfotL6rGsE5DEjdRE1w==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.14.0", + "@comunica/actor-abstract-bindings-hash": "^1.16.0", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0" + "asynciterator": "^3.0.1" }, "dependencies": { "@types/rdf-js": { @@ -16466,13 +18564,13 @@ } }, "@comunica/actor-query-operation-orderby-sparqlee": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.14.0.tgz", - "integrity": "sha512-Yi0HkbhhB38Lz8cH13iTQQGu5lQo1/hrxWXKQIQzmYmf39XbNKuH6MEWzknhv2RffTHtelY/ZRsedI9Qd4sA9g==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.16.0.tgz", + "integrity": "sha512-mRubrkxjevfsrr3sMn/scVg9pveNDLammx5jtrBDm5IKkL2muTH6HGduLCmT/zONBkxUZy2uOiXQgxHXrtznsw==", "requires": { "@types/rdf-js": "^3.0.0", "rdf-string": "^1.4.2", - "sparqlee": "^1.4.0" + "sparqlee": "^1.4.3" }, "dependencies": { "@types/rdf-js": { @@ -16486,54 +18584,52 @@ } }, "@comunica/actor-query-operation-path-alt": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.14.0.tgz", - "integrity": "sha512-JNzT+vVsfyrwZ48mIBGLsFiRvB1+6SOa5cDlD5U40FzN/Bet1o+ZN5u+FUEVr77PEOTb6x7RIGawf10VdmZJTw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.16.0.tgz", + "integrity": "sha512-VJiGYoupy41Rcbbf4BymERWC5U7OjVtSe0JuSkHoOmKl9HcXQo+dGur+XJpbKz391rDY+BB2djH3Bht1YmrYig==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", - "@types/lodash.uniq": "^4.5.3", - "asynciterator": "^3.0.0", - "lodash.uniq": "^4.5.0", - "sparqlalgebrajs": "^2.2.2" + "@comunica/actor-abstract-path": "^1.16.0", + "asynciterator": "^3.0.1", + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-path-inv": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.14.0.tgz", - "integrity": "sha512-KZoTQN9z8JSqk9yqz5O5l5yaWGfoMeXjmFjkTuBVrH30vrtsNmWEVZGe8sjiXk47MHgGlmv2NzYk5TrKcbWkbw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.16.0.tgz", + "integrity": "sha512-xVWLGiaIbuv2vudAFVgotHx/YCNQ+deflpgSyg5RsUU7cnqj3njkt4Iq8lX+8Sdwjmr10UIAqXPVMHKsRCRKzA==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0" + "@comunica/actor-abstract-path": "^1.16.0" } }, "@comunica/actor-query-operation-path-link": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.14.0.tgz", - "integrity": "sha512-qtX7eHoHneo+W+vcmMWWALoaNbJHmTXT3lnmaEHETc6+mg9WE8dBlCGth3qQMgBHprnij8iiubdc0MCXduADIg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.16.0.tgz", + "integrity": "sha512-YCPgTQGfQCtp88OneFYTyXBG9pHuHs5Plfmj3BZP0fhbIXhn6ywn4LP5NXaVukJFCDwCFRWL9Pd1aZ5N0p9tNQ==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", - "sparqlalgebrajs": "^2.2.2" + "@comunica/actor-abstract-path": "^1.16.0", + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-path-nps": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.14.0.tgz", - "integrity": "sha512-M+9tDKyE1WZOES8NShRyNk5pTUJA7c6OM6Tu/E725jcxy55O3lb/IjlHE5YoW/6K3MVPuq93f82PS0powW0rjA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.16.0.tgz", + "integrity": "sha512-S/CDgtnLQC+3qndBOST1y+AvUsCc/nh08+4s91K9RqkuQwV5/1Sl5B0aThMItazTKuUPj04ujH+PCOArt1+sbQ==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", + "@comunica/actor-abstract-path": "^1.16.0", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-path-one-or-more": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.14.0.tgz", - "integrity": "sha512-O/6o2zTQXX8UUS1ngKXcxUflydl/URHn2oWUq9Rrst3f5Y4Mv/4LNTiZ8JcyezEsnGt9t8cLfut3hQvw2766ag==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.16.0.tgz", + "integrity": "sha512-RpjvSeua4hsSISonfK53qMlWizQ9ou208zpiGpGLamDAVpLj4pgKAQ3ksfWM+GR2sXVDiCIAvpszJkSEa9NY/w==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", + "@comunica/actor-abstract-path": "^1.16.0", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { "@types/rdf-js": { @@ -16547,51 +18643,51 @@ } }, "@comunica/actor-query-operation-path-seq": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.14.0.tgz", - "integrity": "sha512-vFHgDAOzdgOY/YDrqiZRI/qzyARXREiG9BXNJ9z1aiCSxM9KiTTeCCfIRM7U3bpvTky7weeyUineytgSssn1Dw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.16.0.tgz", + "integrity": "sha512-/vbN8Y8a+Sb1XcP796YxwahiD2b3euxHBu1h4pLu0oTKg6KTqbjHjbGQhxe95sWU3HKoH7F7VErTjlX8Wl29Kw==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", + "@comunica/actor-abstract-path": "^1.16.0", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-path-zero-or-more": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.14.0.tgz", - "integrity": "sha512-ngmRKS2TvkrzjY8YNwOM7GxyvCqpzmASCnI0A2FQJxh1dt0eBthgGqdsbLKZ9cqnH66FS0BzeLovH6CXLER0KQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.16.0.tgz", + "integrity": "sha512-Z5NhpB4MEZHk3yhInOHILWiNzK+ZGWr+HvjYD5PtDHtbWWgE3nrxbuNhdXs1iXgaJsZWlp7ziE+H3ms4GcYjUQ==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", + "@comunica/actor-abstract-path": "^1.16.0", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-path-zero-or-one": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.14.0.tgz", - "integrity": "sha512-NXANUuub71OqoEzwie1VLZ5qsQyrxFWbF0iEOobdpDLI8qdpfyihBxVDdALaFcRgAxqPysIrwOzFUWS8DelN+w==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.16.0.tgz", + "integrity": "sha512-pGzrXcXsm6l0RKF9SfC8njqw72XiOns/chiuKegChqTQd00DubTJVHmfb2HUuNyiNVJ2BrjwYdAysP1gI93D5w==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", - "asynciterator": "^3.0.0", + "@comunica/actor-abstract-path": "^1.16.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2" } }, "@comunica/actor-query-operation-project": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.14.0.tgz", - "integrity": "sha512-lNFQdOmFUG0EmMh9q6Smp9F9R71YDyAOnXJHG8/sQui5FKP4SmTO31qluDUOFVoVCwFVKiHt3MN8HLIjTAhdpA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.16.0.tgz", + "integrity": "sha512-uTi+GmB04RnZ7Sw3XJst8tmPtiqLmT1Z4+zTspTgnWwndeWzdw7w7v6apCZDoivvPLi1Jq/7hGNn6+3FsIGp+A==", "requires": { "@comunica/data-factory": "^1.14.0", "rdf-string": "^1.4.2" } }, "@comunica/actor-query-operation-quadpattern": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.14.0.tgz", - "integrity": "sha512-E/OQqrF/uyjEHWFXIUlpr62wOmKZ21JBOonG05oudG+jWteh1KiDMkHegq5nDzh8Nt0AnN3/bSJX4GY8fRhN7A==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.16.0.tgz", + "integrity": "sha512-QFml3MgYd5nmnsPHoDvOcx/StY+4L0ix5C1q5h8jagwIbcuRSfo1Ay0gLMlbEDuZkzrHhkN9o6OsSMTVuXsiEQ==", "requires": { "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0" }, @@ -16607,41 +18703,41 @@ } }, "@comunica/actor-query-operation-reduced-hash": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.14.0.tgz", - "integrity": "sha512-Qsfw9cv0OYRAQ7BgC03Un7KIHKsSDQCas000AToHoYI+YBzxRYo7TXRHZKoP2u672kqeYPwv7NpW6STwa9ETDQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.16.0.tgz", + "integrity": "sha512-zE1K+d6HBhGsvQQd/XGYUgpue/aSKeHbdB2r+yzEels0ShPYxogVV69aHQAUxPXvz+kbPEzqwTWz5a28lJW+cw==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.14.0", + "@comunica/actor-abstract-bindings-hash": "^1.16.0", "@types/lru-cache": "^5.1.0", "lru-cache": "^6.0.0" } }, "@comunica/actor-query-operation-service": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.14.0.tgz", - "integrity": "sha512-GriB5p7TMeqXieJ6qhK54pvrVMb39yv1XbPdftTULBfYPSudVXTPAq/V4bcYuqdmqTw0wlshvqir8z0qoLVH/w==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.16.0.tgz", + "integrity": "sha512-UTWmUZa59o6DaPqHjtFM8CES3/vlis6psAW5Wt4Bw+5sgK2XZ1EWFNM/BbQG5m0OetzgDJS+BRVbsJNDGdHRdw==", "requires": { - "asynciterator": "^3.0.0" + "asynciterator": "^3.0.1" } }, "@comunica/actor-query-operation-slice": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.14.0.tgz", - "integrity": "sha512-mw4P4BKu4J3ay+kalLuZuULZ+uPXgd5NFNil7MSadgBEj1qASXiEfty6JdjEwKAdlXYe9OPLsum1+MxzzlNQWA==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.16.0.tgz", + "integrity": "sha512-vFo1HVlz+0Jz2a8ppPU4tXPbSL/G9TILPSyvSJjXpQpvOQRih7m9AFeXUjGtJ6sFo5SryAkgynfk6jO0Co9tzw==" }, "@comunica/actor-query-operation-sparql-endpoint": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.14.0.tgz", - "integrity": "sha512-X/K/PgQWNSrRyyOjE4gCtFdQsAjbdpQ1niZKVxwMrO+BSpIbH0r3MPVJX7UJO1freZPn32qiDrHcY1W2DKQIbw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.16.0.tgz", + "integrity": "sha512-3VxGRHjwWBP23ezSKVgFJG5/nj5pMhX++8d3w3WFCC5kss+p7Qnq9P06sz/42Ya/hY/CGJM4iramadGOTnbEmw==", "requires": { - "@comunica/utils-datasource": "^1.14.0", + "@comunica/utils-datasource": "^1.16.0", "@types/rdf-js": "^3.0.0", "arrayify-stream": "^1.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "fetch-sparql-endpoint": "^1.6.0", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { "@types/rdf-js": { @@ -16655,57 +18751,71 @@ } }, "@comunica/actor-query-operation-union": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.14.0.tgz", - "integrity": "sha512-PMOop9IJao3wN9T/8Lb0oiU1CYHfHuPxA0p+8Ej+AFVxkLxiX/bgOi5JXJf5PJ8ux0SoAqqo7w6+lGwmuINfLw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.16.0.tgz", + "integrity": "sha512-x3eZA7T004Pdf+rEMj5ts7qs66+FFBddKnWdT10fRDkXoRTTStoSsw2oW/fk8Il9FcEAQVtNXur7ehVvzV5S5A==", "requires": { - "@types/lodash.union": "^4.6.3", - "asynciterator": "^3.0.0", - "lodash.union": "^4.6.0" + "asynciterator": "^3.0.1" } }, "@comunica/actor-query-operation-values": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.14.0.tgz", - "integrity": "sha512-X73xcHzhC2p5NTNMs7GDykPxrXv4RxzJGUXlBsfkXx3dHaLYsaSPScuJe5JI7FZN9wXLyuB5xZxoMvQttj4KTA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.16.0.tgz", + "integrity": "sha512-X2KE3DNiKtK1sjLkakDgfTZs2paMgNu54zp6wAlIWzg5QVj+iDk+XM5wx8JFI+Mrro4oRN9Gl9TOjGupNjLnxQ==", "requires": { - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2" } }, "@comunica/actor-rdf-dereference-http-parse": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.14.0.tgz", - "integrity": "sha512-bj+8tJr6ZgXPdLuYrjr4MuOxQL1yX8uQbO9JVKvfTJE+ntvFPGAhUu3y4hFoXTj0bepf6RprKE8GIW+PdxaVDw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.16.0.tgz", + "integrity": "sha512-IKSw5jjQLIDkbd7eX3Sw0oMuPBujQ4JX6UMpDA846T4lOZcUBTovp0PPKL4zyUd88Ea9a84Qn6uREOWed4nKvg==", "requires": { + "cross-fetch": "^3.0.5", "relative-to-absolute-iri": "^1.0.5" + }, + "dependencies": { + "cross-fetch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", + "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", + "requires": { + "node-fetch": "2.6.0" + } + }, + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + } } }, "@comunica/actor-rdf-join-multi-smallest": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.14.0.tgz", - "integrity": "sha512-wONddiP1bDFpa5m5x1euQSnBbwhWrMnH5gpqxeSZKb0e7yEy+8+JnGPXnPFA9gJnsYtICUlf9pzofmhOk6WZuA==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.16.0.tgz", + "integrity": "sha512-03oN4MqKBP0eVtMPyJT/PrYR7znDXU37E6sHqW/VGqws5A+myz4G/mxSSOjVE6csN5bt2wNrfpzv9J7hjmHyVA==" }, "@comunica/actor-rdf-join-nestedloop": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.14.0.tgz", - "integrity": "sha512-rGcj6jaN/4kYl6UHdSc0bWDG0pESTE04VYkrwZhg3aFdRAv9X+94ejGDVXrQrG5Pa6goraGLNJpS8pNb7H/epA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.16.0.tgz", + "integrity": "sha512-f+2x4hgMGWkIroGc9ld3o/dFKZIgvV5DVRI9AGsJR+AZaDmet7nydKs8fw/6nEjMfYIvuNlGVgmSEsLgsAa7sA==", "requires": { - "asyncjoin": "^1.0.0" + "asyncjoin": "^1.0.1" } }, "@comunica/actor-rdf-join-symmetrichash": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.14.0.tgz", - "integrity": "sha512-5Y9N7tIN2WgHP6DTW0sJTYHokzxZiCS4h7Nvb3I5nXlHzFNTi2/FlsqYE6gVKpcjaPgGdDD2OjSqTqplJZLfhw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.16.0.tgz", + "integrity": "sha512-d1Sszprnc+aJQt1cjycroGAkhAa2fMyECelcJGqwKWpVAXT/nsbOB0Ixb0eKTF4uGlYFrdA/OSG7frwdAORepg==", "requires": { - "asyncjoin": "^1.0.0" + "asyncjoin": "^1.0.1" } }, "@comunica/actor-rdf-metadata-all": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.14.0.tgz", - "integrity": "sha512-o7ZsJevHcHr26ZNdedPbGeXCFQha+55LBZz6CdTMIcvDmezqhAec5LxcMCwW4z6TNJeQ3xCr/HSFkXT5YIA+RQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.15.0.tgz", + "integrity": "sha512-Ax+q0igPmDQeriFL4hDMQWQPV4tsTzyboqnuXqj9U84YXmJ3y+5a5Wh/35odR3W31SwMrs56jYNIpZBKwx0+RA==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -16721,14 +18831,12 @@ } }, "@comunica/actor-rdf-metadata-extract-hydra-controls": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.14.0.tgz", - "integrity": "sha512-9vm4iZ3+llkoF3vwn4CSTMR8RR87k0JyNWao0hMoZFW8GxvU1gxWhjVezJm9x/H7FT1E9L+xVZZ4jKDnOwNZ8Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.15.0.tgz", + "integrity": "sha512-Ih5OJQGfmJe5ihMeFwtWhWKSCxLXEKID3i3NGm8MgiFFbEzLAAf1YLLIK57cW88vahY+3YkPZ7tq3FeIeAi3tw==", "requires": { - "@types/lodash.assign": "^4.2.3", "@types/rdf-js": "^3.0.0", "@types/uritemplate": "^0.3.4", - "lodash.assign": "^4.2.0", "uritemplate": "0.3.4" }, "dependencies": { @@ -16743,22 +18851,22 @@ } }, "@comunica/actor-rdf-metadata-extract-hydra-count": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.14.0.tgz", - "integrity": "sha512-G8bU6u4n9dytjpvo8z2LjyxhKCwuo9WyZfhWNl8zv3ouayBia1vkNBPE/mirHwNPYxAwUai2BGNxRwzpUHnsnA==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.15.0.tgz", + "integrity": "sha512-3qNJWsSo0xR8xt7MEFD7rVlQXiBTLddzUK/5lX1A4dB3jk20a+c62WltctWYiIFtyCs0qYluAJ8xuJ2ItOlP7w==" }, "@comunica/actor-rdf-metadata-extract-sparql-service": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.14.0.tgz", - "integrity": "sha512-pJW49X1dyEvi5rv1B6tEhpbrB1A7h9sGJOpAr4+bHJ52+BptEzwVspeF06bMnAC+5fHFtjBKHiZFOyYfKUpM1Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.15.0.tgz", + "integrity": "sha512-CCikTWHa8nNUfmDHPGjgTH60XGcOJtkckzZXdk6kG4rMKXocsj86/cwzYM89P58LOMKy4IFfsSpoEqKIhn2gog==", "requires": { "relative-to-absolute-iri": "^1.0.5" } }, "@comunica/actor-rdf-metadata-primary-topic": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.14.0.tgz", - "integrity": "sha512-2nnW8KjNd3j1fwH/pcTlqqkDr4RgLrJZuEAUBAp8odhHcBKb445cJGaSQB8KS6rWm0L9igMt5R8hqIg49hfHKA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.15.0.tgz", + "integrity": "sha512-7YRtw2us52nXYcaPyk8q/rCopioCS5LEVDEteD3RqCd7KMVhg+VZYU0iD5cMF9tyYr8NoXdm1/CYxTnSZE/LNg==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -16774,9 +18882,9 @@ } }, "@comunica/actor-rdf-parse-html": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.14.0.tgz", - "integrity": "sha512-ovYZpTfPVIfYFI2WeJYPuvBUHNmm5dozAKV/XHs1B4wTBf80E+ckx4GiTEIsonKjaMclsFZL494bc0DU6glrIQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-eC43jtLqY3wfA6aRim83l+3NfoMQCZv/lPP2MvqxY04/Rk77DdqKtKS2GfYrIBc8aqDOoreVgiBQG5TzPzm5Ew==", "requires": { "@types/rdf-js": "^3.0.0", "htmlparser2": "^4.0.0" @@ -16793,17 +18901,17 @@ } }, "@comunica/actor-rdf-parse-html-rdfa": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.14.0.tgz", - "integrity": "sha512-L6k8x1ZjtdkB36l+VmJB/78ZoB3igtkT8AEXh68rX2lEVbfp2uI2WC0P3sKPe5esAzz3p20wxyjq1eXefiji/Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.15.0.tgz", + "integrity": "sha512-1rA7YCjY1v7/1oRKzthVw633HZmHux96SQW5j+FIJTvX4GoBvf1seS082HY7WQGRpZVgLxOUxtAOQcp7zT4dHA==", "requires": { "rdfa-streaming-parser": "^1.1.1" } }, "@comunica/actor-rdf-parse-html-script": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.14.0.tgz", - "integrity": "sha512-YBw8k2Ym4EMBacRnomWcSgVlFv2hBMKFHoQn/hVs8gQZGrEexPOuVqEWbQPcOz+9GeAJY+uQGlEKF1knR4tASA==", + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.16.1.tgz", + "integrity": "sha512-IYagk0RzIQEzj/78KvoICDgOiPnwvj44S/PH2ha++o9Se0FgTxRjHrWTluETiczOcvrV54TeVh0YDYJck+xz/w==", "requires": { "@types/rdf-js": "^3.0.0", "relative-to-absolute-iri": "^1.0.5" @@ -16820,9 +18928,9 @@ } }, "@comunica/actor-rdf-parse-jsonld": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.14.0.tgz", - "integrity": "sha512-FzbGmdM9SITBna4yY3kioc5JnTZL3y1Obdgby/qXIC8Oy8TRTL2/d/Dv+lrkoG5xtz6mVjEaqqWtx7IRF3L0Tg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.16.0.tgz", + "integrity": "sha512-LtAIv75bhHe2teN0vjWZ6EkjwnK6Yw56Q1ZuxgrWZLGrbdRF6YZuXglW+IqWeZ45tIUqhweS83k17/9fR3UK5w==", "requires": { "@types/rdf-js": "^3.0.0", "jsonld-streaming-parser": "^2.0.2", @@ -16868,39 +18976,39 @@ } }, "@comunica/actor-rdf-parse-n3": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.14.0.tgz", - "integrity": "sha512-uk+MQgFCdOBHKp8cUUj0hOrI/ZGL/5oOmV2jNH6OSb6XXLvpcqgqzanpUDKmXlQZ7TB5LBcZHUVPj1OH38a7qA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.15.0.tgz", + "integrity": "sha512-YWk7XSDN8GDOFL+u5PtadZmIUzAh5ZUYB/LwXLENeymIgWEaSvJo5H4QqdGmnJFArlgXX2Thk8jTvbtubiNTvw==", "requires": { "@types/n3": "^1.4.2", "n3": "^1.0.0" } }, "@comunica/actor-rdf-parse-rdfxml": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.14.0.tgz", - "integrity": "sha512-zUEZlYBF3AYqbkBzKj5wRkenF9ZFj/GWkHFiiq2E52o0vwFRRt/6OK3EZ1vDZR1g6NB+uJ49LbkDQrcO39YkBA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.15.0.tgz", + "integrity": "sha512-Rec0dnaTW95Mx91cfQPBkDkgEhoFd9J36FtiJAotLFPOiXp4YsTEZGQNSODTbhchfaTS6HDTFnETQ6GbmutaCQ==", "requires": { "rdfxml-streaming-parser": "^1.1.0" } }, "@comunica/actor-rdf-parse-xml-rdfa": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.14.0.tgz", - "integrity": "sha512-j6heFYc1+bOHMQkKpqFFSSXoveTM3ch/0WLbQsy4MQfAKR2Y7VjY90GPq6vnYReDzZ7hpb4Til0LZmfIuxp0iA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.15.0.tgz", + "integrity": "sha512-34CI/f/JQTEfrnxyqB7Y+EhkhW0tTMsHoC8yu+Y6AtSVdj2FYkSR+GmAk9F65JVnm/RC9uh1T7yT5yJMVvmgiQ==", "requires": { "rdfa-streaming-parser": "^1.1.1" } }, "@comunica/actor-rdf-resolve-hypermedia-links-next": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.14.0.tgz", - "integrity": "sha512-GUUrCK0CbV2Aege1/cijMZuzeNbuhw4/mnux9J4Txv57EAMHJQZc6prAYM9K+MoxhQOTZAppnTAr9jx1cshlNg==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.15.0.tgz", + "integrity": "sha512-TgQurH1G50rdgnQ9WCWchYrUDMk+379oVuha5JISwW5Dc33/wVjR+hoIkrAfKx/kIi7846mcEHO4qNQ5V818hw==" }, "@comunica/actor-rdf-resolve-hypermedia-none": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.14.0.tgz", - "integrity": "sha512-HPVvV27KScvl+6wxCi4FRiHmq1a5ey827P8Q9N6Kuzzqaz94c8AkF6fnQbOl13fZk21a5e8adZhKiIxOtRhT5w==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.15.0.tgz", + "integrity": "sha512-dgCFXKbmY9UKSaczpmdVFeSNNcotgWJavC979HQO40zjq6tg3kRDT82M0ucjuDB7fIglzA8xQYTvbjIWYNrm4g==", "requires": { "@types/rdf-js": "^3.0.0", "rdf-store-stream": "^1.0.1" @@ -16917,13 +19025,13 @@ } }, "@comunica/actor-rdf-resolve-hypermedia-qpf": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.14.0.tgz", - "integrity": "sha512-qD6bWQTjF5VvASrWVDKihChknPUeGbHwloxzAR/4wxrHualiYKtnCH0027agkUWMphlhUn1G5KDv10LcrIHrDg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.16.0.tgz", + "integrity": "sha512-ikOdP68hwoG9jFqe7ezpOfvWirXtFmKjCvbWf6bl4HgojvP8Wa94V7glxV75p/8Tsj5j5FwvFJfbbhlBJDNXiQ==", "requires": { "@rdfjs/data-model": "^1.1.0", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.5.1" }, @@ -16939,16 +19047,16 @@ } }, "@comunica/actor-rdf-resolve-hypermedia-sparql": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.14.0.tgz", - "integrity": "sha512-0eAKkwqOzrbpZ2JgTvwFs5jMYHmkIIRkCV1UoeMuqDFpCnLjuvYuOW/8a3ug6HVOR8BrorCQgY4cRTKtwatc2A==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.16.0.tgz", + "integrity": "sha512-G6OCciGr/mGg6TQ4+iEnWgSqYyrKmhXQ8UzkLPS6FJXyxWJoEoiHpebYMN9Zw6XycJKnZxlqVUrmIuz3Cxde5g==", "requires": { - "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.14.0", + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.16.0", "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { "@types/rdf-js": { @@ -16962,15 +19070,14 @@ } }, "@comunica/actor-rdf-resolve-quad-pattern-federated": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.14.0.tgz", - "integrity": "sha512-+wIdfFH+Ep4kSsuRUUOjJg56UfsrZgF0SvgpdngCGrmjgX9fwt1eVSk6rwefwaB7JQby20qhGBmAallIQs/QSA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.16.0.tgz", + "integrity": "sha512-bHQLxjCtDHiUxIop8IWfReZhBPWpusPfc39A65VyQsZ7lBF/ZF21fTDaGJ8XlmiAYNBanDwjVIKe5ng3MGzwww==", "requires": { "@comunica/data-factory": "^1.14.0", "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", - "lodash.omit": "^4.5.0", + "asynciterator": "^3.0.1", "rdf-terms": "^1.5.1" }, "dependencies": { @@ -16985,15 +19092,15 @@ } }, "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.14.0.tgz", - "integrity": "sha512-NKsNvv4m9MuAHF5OwVTYwk05jm0WCRwY720NyAjAnRIyiAgTIQijwCykgi2NZaKC6KVTPEQ3AO2ucvow57l9ag==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.16.0.tgz", + "integrity": "sha512-eNcn6N5Db5NyBPf4/on+baLr6pqeO86OcbfrjHkdU98MnR5CTXMF68/MCkwRLfcYooRG+o6z6EV/T/wonVeT8g==", "requires": { - "@comunica/utils-datasource": "^1.14.0", + "@comunica/utils-datasource": "^1.16.0", "@rdfjs/data-model": "^1.1.1", "@types/lru-cache": "^5.1.0", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "lru-cache": "^6.0.0", "rdf-string": "^1.4.2", "rdf-terms": "^1.5.1" @@ -17010,9 +19117,9 @@ } }, "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.14.0.tgz", - "integrity": "sha512-qg326ppwtyAbqNAdqLdiE+3eEfWTLzY0uuIbnetZ+/z3VFYPcFMY0+2FeKo3fF+L03n76wNBE4X6Qoalk+/u/A==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.16.0.tgz", + "integrity": "sha512-+APHJ2NNegd+dtbMIRnNKksBWk4lqEE70snWBKLavxcae0oq6rq3IvZypuARQETFfxICK9KtAtwg6Z7G19QjKw==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -17028,15 +19135,15 @@ } }, "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.14.0.tgz", - "integrity": "sha512-X+px6q0M2fIVwwUHtzicu68QBWgbWR+PUfxvL9zxGt5xYVUM3eIhGS97Mae+CfQs5NGG8xEf/bX4rlm5nysyOg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.16.0.tgz", + "integrity": "sha512-TfeEDKaYCR3NZvOmhaUY49+Z+5vPKRnx3xTA5L1GsvsU4Bc2kdFKI7ax7FR1p3CrM7AHDlxvu8/AzHIAWFbtxg==", "requires": { "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.2.2", + "sparqlalgebrajs": "^2.3.2", "sparqljson-parse": "^1.5.0" }, "dependencies": { @@ -17051,17 +19158,17 @@ } }, "@comunica/actor-rdf-serialize-jsonld": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.14.0.tgz", - "integrity": "sha512-IPKBagjPSGWjV3DMokL2/Fcp3gPWVLek5sRtVOb9xTWfuVRjQSHCUT08yBtSQDucmmHwzunjmZLrKXk1Re/JOg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.15.0.tgz", + "integrity": "sha512-+QeLhBWY9Ce0sNW6yDm7GoEdFNlMsQ01k71yBhaBRPhe/gYEbJc0chZAUoByCY0dJRqtfZK1Wc5gjfTrG/ctdQ==", "requires": { "jsonld-streaming-serializer": "^1.1.0" } }, "@comunica/actor-rdf-serialize-n3": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.14.0.tgz", - "integrity": "sha512-UPoLzFPUgMfU42S6U6j5q1DmO/GVoEQOzwNwwZdsf/otgPAZbLHyXzYR9Kx5A0s0BJuR8vaj4ZIxVidoviSw7Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.15.0.tgz", + "integrity": "sha512-/9wY7o875w103A9a/SNpk65rFcp+bT3mSOnjV1bUnMVhvy73AsRG88uiwGUbS6GDFBPzA2j/l8OD+I4U3j6I7Q==", "requires": { "@types/n3": "^1.4.2", "@types/rdf-js": "^3.0.0", @@ -17080,28 +19187,28 @@ } }, "@comunica/actor-sparql-parse-algebra": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.14.0.tgz", - "integrity": "sha512-MF50/5uQzi+Dnqdhl+eJYU0+rGJd0J2rAg7SpDGt2Kbcu+mJu/Sn/HV3tZMXWd6bjE2ve93EYOZPLQ7dLFg2NA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.16.0.tgz", + "integrity": "sha512-hby1X7JYxgS1T84bLYna2Cs5XCA4cCaUJMAJ8emd/IyHoW0VT4N0moCofnswjykeJ9HgCOWMbs6FqfahZS1Tag==", "requires": { "@types/sparqljs": "^3.0.0", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.3.1", - "sparqljs": "^3.0.0" + "sparqlalgebrajs": "^2.3.2", + "sparqljs": "^3.1.1" } }, "@comunica/actor-sparql-parse-graphql": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.14.0.tgz", - "integrity": "sha512-K8f/7iyT0jBmfqwNFwNSuj4tR/GRBEi3I2DnzzjYoRX1TfGJpOX4KHgOkR0BxWB8lPgF5O3CJJmMMiEhj8zXXw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.15.0.tgz", + "integrity": "sha512-QggTh7b/LgzZRqKR+p46hXoJiH5ge/JTbWQM92QCRa2TsNm2hGpuvCwUS0VoPiUN+O/Vbtw6IH+09qJAnEt0+w==", "requires": { "graphql-to-sparql": "^2.1.0" } }, "@comunica/actor-sparql-serialize-json": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.14.0.tgz", - "integrity": "sha512-D31bViGwtEkcFGgLk55sPzkzIiyJgZLnCcKYBYANdc+rag6JWAGZ6LqOE9dEIPnd6N1mgCSKEKY3n+fNL3mlNA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.16.0.tgz", + "integrity": "sha512-9T6WlZtCOvYm37j7tgGvRCYO716naaqG4V2LbIYVcxoCxqUlfPcpE07eXt8GfWEG9R6QQuvk8UvEPqZrNiPmNQ==", "requires": { "@types/rdf-js": "^3.0.0", "rdf-string": "^1.4.2" @@ -17118,14 +19225,32 @@ } }, "@comunica/actor-sparql-serialize-rdf": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.14.0.tgz", - "integrity": "sha512-fa62ZiI10HGbS02g1OEO7OJG0H3w1Kw+UrVAzPtOSN6T/YHXIaBWDT1QzBitKMgufmk1SqSbSi+YF+2U3whbfw==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.16.0.tgz", + "integrity": "sha512-KBwIuwzZp5qoSFPy+8n81x2uuV8P6pzwG3r2skdir+CfIygGb0Yxf0EzCKfVDBCYn/h4lFJPwMbqXbfflwN7Ww==" }, "@comunica/actor-sparql-serialize-simple": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.14.0.tgz", - "integrity": "sha512-485UrTM75wZEwbjpKkwdyxJ/syyJ9FlqWAM8zaMnqoW+JcaGzTHctStK4PvgStSLXtYoDctXKAa5QprZG4Aadw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.16.0.tgz", + "integrity": "sha512-Cu4MpzGlXQn/tI68fKuttny6cPmvyFBllypkZybPOtGwMY/TyA5FSd/GQLCagfP/gSm6XYnmK04D8gzY1Bwrlw==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-sparql-csv": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-csv/-/actor-sparql-serialize-sparql-csv-1.16.0.tgz", + "integrity": "sha512-unsuwwpuXdf+mqnrlFws/XpywRCPMjXccXZo2ORNlV4/iuWB3pIToAW0dnhTNxXafpWKiN/lcX05xQitH6jm3Q==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -17141,9 +19266,9 @@ } }, "@comunica/actor-sparql-serialize-sparql-json": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.14.0.tgz", - "integrity": "sha512-/FvGjXmWnCPDr2hTltsrPUuEDf2HQcP4M2wF6l6oBbAfO7jyamiGhJhGwN1JEhv1WnW04fuP2OSZhSLw5Ii3mg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.16.0.tgz", + "integrity": "sha512-JVAPseFNzUT82mH9udR2QJXw0uWo6TcpHVYXk0JbvXOXwH4NBuAkXiYFBMv1ghbtpyN31Xol7Pa90mwGb8rrMw==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -17158,10 +19283,29 @@ } } }, + "@comunica/actor-sparql-serialize-sparql-tsv": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-tsv/-/actor-sparql-serialize-sparql-tsv-1.16.0.tgz", + "integrity": "sha512-GX6ELMgGa3ztPZC2jKQ6/xyYf+fg4p/6p/ww/GzrSplEpmRlKFQIgUCu735ZKM3w5lZdxf8IDzOeVqDARI8jhw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string-ttl": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, "@comunica/actor-sparql-serialize-sparql-xml": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.14.0.tgz", - "integrity": "sha512-2huuPdX0St6ITl/zU9NKT7xCsKj4P0z8oXhhOSdKIm7JSiE9HSR0fZuWtew3oJMRrCvqXMdpoIRK1P0HneBPCQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.16.0.tgz", + "integrity": "sha512-udTwQMSGY25S9YePdMKrWgndHrxhcFpEZ2u8msTxbZkkJZhW8qKxh4rMUE5ESGsrFPwtlYQTX+gPu2LZ+zXAnA==", "requires": { "@types/rdf-js": "^3.0.0", "@types/xml": "^1.0.2", @@ -17179,9 +19323,9 @@ } }, "@comunica/actor-sparql-serialize-stats": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.14.0.tgz", - "integrity": "sha512-/kSNvHTujYhrR8D8+S+PPU2ayDJAKvIlgKGdk90jtBfQeZTAfXLBZPMqS+818XsD9h62LvPro3wtHujUFUaynQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.16.0.tgz", + "integrity": "sha512-tGeOR5tgyP7yG7fSiPuI2Md+/ZFRJk8A6eSXGAGvZaNTGIhDmaF21jLfon/OUrJTO3jlsR1a1mZ2Hl5jshp2kA==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -17197,9 +19341,9 @@ } }, "@comunica/actor-sparql-serialize-table": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.14.0.tgz", - "integrity": "sha512-+ygFE6wK2G6h7ErtVbX2fDBMhDadBZ/1jM9ck0n/hHGXBx9Q5YmZZvHW8w1Fv+myZfAxkoMUnCCRDVRPZYt93w==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.16.0.tgz", + "integrity": "sha512-Sj5AJqP5fPEL8Nr2sG6K64crd7FOChPzFojSE6L750SXutQSNDuJ/Zm8N1xfZxGsxTeYNUhzr+WxzSKoWuwzQA==", "requires": { "@types/rdf-js": "^3.0.0", "rdf-terms": "^1.4.0" @@ -17216,9 +19360,9 @@ } }, "@comunica/actor-sparql-serialize-tree": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.14.0.tgz", - "integrity": "sha512-ozEE54bRTuZt6twiuC6frun8G2yqiOklLnvzGL1G3+1aTEmT3cEFojBiQ80oPfMCJ5IOLouY9LKYu87mVUB9uA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.16.0.tgz", + "integrity": "sha512-9BMQ8nL4Cso2NOsiKrcGQp/Ccmer8jhfJowOQhRioLI54w2+lVGXBfR8t/Mj9T4bWabtgY8AES25ZjGS2hh2gg==", "requires": { "@types/rdf-js": "^3.0.0", "sparqljson-to-tree": "^2.0.0" @@ -17235,14 +19379,14 @@ } }, "@comunica/bus-context-preprocess": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.14.0.tgz", - "integrity": "sha512-2AjtI3bbPgqoCQivYzLGdO3CgPv7wpxt7IceRuV4ctSXSShP+MKshjZlQJqaOkGcj1lehMq4pbOx8VdslJgl8g==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.15.0.tgz", + "integrity": "sha512-qB+DQX2YiXjc/vJ84fE9nW6XXgMDbYIwgtjn5wmfvQWjr+9p0yVjk32IMU9kRa7ETp9OytY/pHebvVHDhuHBYw==" }, "@comunica/bus-http": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.14.0.tgz", - "integrity": "sha512-iKCl+2pVoCYJezXjstCZN+1tK9hc+vjkRDdseR08XFndpuO1XNvYmBXx2BfJP8huV7iOnjen4KHoxmvUfcHo5g==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.16.0.tgz", + "integrity": "sha512-3fWJA3Yh7Wj4clabg141FgAH+m8/InZ+BVPr7BqhO+7Jg0tXbvGDfai8N0SXWL7rCMkWjlPYkBHkzpQ8Dk0HAg==", "requires": { "is-stream": "^2.0.0", "web-streams-node": "^0.4.0" @@ -17256,30 +19400,30 @@ } }, "@comunica/bus-http-invalidate": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.14.0.tgz", - "integrity": "sha512-yPXXONePHqnaYH1DSY18ECL2TZPk/3YUlcQ7qoEFiaVwOdEXwdsSbjpk76zOVnKElmVemp7wpyH3NDWhv5KVhQ==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.15.0.tgz", + "integrity": "sha512-RGURwbcUtD81ZYMMqs3EXB8ML35HENnGnrnrl0iO07R8HdJ/V5sczM8cxo5/+MXDpAqA9ao99AHJARwyHgoFmQ==" }, "@comunica/bus-init": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.14.0.tgz", - "integrity": "sha512-BZaBp2M1sd8Ad1LL5chzWh8RxlipBLeiea9m0l7nF7fAq8mAz051NV4ZnteaumW6691fgAaMuoYkWfXr2azOVA==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.15.0.tgz", + "integrity": "sha512-HwVTEznx2H7GvcfQAREz52QF8xXT1AqxkJDnI9vTeGvLpWrM+LVOAJZxBcYFFK3X3bEhTsPfDVzikziMGqZuZw==" }, "@comunica/bus-optimize-query-operation": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.14.0.tgz", - "integrity": "sha512-6G+hswg3wgC11kOhJ6IafZQ/0XGW1vZUoBEEXPo88kXOml5Aj3EBJvKuvY3fEtpUV9s5AQ5pIdi2enNxZgW9IQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.16.0.tgz", + "integrity": "sha512-7mvHenP7semqGlWge4EIvueK1/s4TjMpyL/RKF0Twa8Fwp0r66dFjprkAitV7K95U4FJvD0KSJPWTnQsJBdxrg==", "requires": { - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/bus-query-operation": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.14.0.tgz", - "integrity": "sha512-TgkbRYg48VTRH7wwfBsXjuXrxtUaECMfDf74qnyRnqRQjV1bee7w/jfhHECr6rswDhs3EWNJyYaxpfxHq36QSw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.16.0.tgz", + "integrity": "sha512-xusr0PelD5ej1B9+ff7AFDXRMidDR167Lzazaits7wNd400sG2RpIJjnEvNqU6g6d0R5WnUWCpCuv4hFQZ15sQ==", "requires": { "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "immutable": "^3.8.2" }, "dependencies": { @@ -17294,9 +19438,9 @@ } }, "@comunica/bus-rdf-dereference": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.14.0.tgz", - "integrity": "sha512-pazNqmtKglXsI3YvtwR7JpKNnakKUu4/nuXuRC64JUi1EW2GbKEzR0rjZ99m007oUKjvmOsvkCu0ceYZswH+6g==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.15.0.tgz", + "integrity": "sha512-4vXq8e51zK1gkw5lxL2HkqYx/Wig215w8Bi3jguUTM/10EQW7KgebhRxeFU/EQOamFTMeS5anOu5BVfNps8rJQ==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -17312,9 +19456,9 @@ } }, "@comunica/bus-rdf-dereference-paged": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.14.0.tgz", - "integrity": "sha512-6qq+kWAm0n/x1WZSVFcmMC4+CvBffAOEbc2o454R8WD0DvzRcLtLPJii101u5pObC6kZPGh2X1xisfOgdx9PMQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.15.0.tgz", + "integrity": "sha512-xejwEanK8yaI/ST1SDE2Tjs9f/PsS5SvtYIVEZuWew9Ey4UlxcW/Tsz4m5YA40DeYbXaXg7m40ZeWJxwiislrw==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -17330,15 +19474,11 @@ } }, "@comunica/bus-rdf-join": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.14.0.tgz", - "integrity": "sha512-+GJNtLFOaEOgkSVlvuVOBbX6xIJRLKEFGNlssnbxGYt8eYoEcMS7hKzIJrqWSxEr8P7ReIEEP3bHMEDfHVdDrQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.16.0.tgz", + "integrity": "sha512-v2RilDXPIc1sOtGnhskNqvbeyp4jOBTTUnHUEHCIdopZVUhEIj+zpZdHFoPOIbtHK6eQlQ0Ckx3E3mX84fZVyA==", "requires": { - "@types/lodash.intersection": "^4.4.3", - "@types/lodash.union": "^4.6.3", - "@types/rdf-js": "^3.0.0", - "lodash.intersection": "^4.4.0", - "lodash.union": "^4.6.0" + "@types/rdf-js": "^3.0.0" }, "dependencies": { "@types/rdf-js": { @@ -17352,9 +19492,9 @@ } }, "@comunica/bus-rdf-metadata": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.14.0.tgz", - "integrity": "sha512-O8A0GH5QYpVudHwjCUnF5ukn/PXjXIHXcGzpRTCStEIbNcVytETXeG9ll1rEfu65GziZlpk95/d0Rb140iEIHg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.15.0.tgz", + "integrity": "sha512-XhyMkScTBA0KUPTHtmO+kxAUyHhvuigiC6NzAoBZ9wm4y+r3aZ++mpBpAv/Fyma5GiT19EAW2pa8ew7CV9GR3A==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -17370,9 +19510,9 @@ } }, "@comunica/bus-rdf-metadata-extract": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.14.0.tgz", - "integrity": "sha512-yRf77d7mf59IPZ8o4XzVq2MAET64lyLmG5bbeJEE11ENSUZM9MClYp5uYE51xENURv65nPbpRI3S+Bt9qZ/PAQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.15.0.tgz", + "integrity": "sha512-uxLy3hvpWuLoopoG5clYb3imhQXHGHMKHXe97jfvXA0hjoWleNtD0KRfhs+45YCBXqfNC9PVypTb9eM6SVILNQ==", "requires": { "@types/rdf-js": "^3.0.0", "graphql-ld": "^1.1.0", @@ -17390,11 +19530,11 @@ } }, "@comunica/bus-rdf-parse": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.14.0.tgz", - "integrity": "sha512-JUeCd85gg0XXXwVz3gOQ9bj7KZ2Em9SaM22DoTGeZI5uf6P/VgV9u2EVIPWomP3bI8GAcYq+KK19JtzR5VN4Fw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.15.0.tgz", + "integrity": "sha512-6cGGUBgorkJ6hr5U235qSrlK1m7rPpIM8W6o9kbRAw149AKap1XFF3OXpAYqat2eB4Cbs1J2PP9wg1/s/uOsww==", "requires": { - "@comunica/actor-abstract-mediatyped": "^1.14.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", "@types/rdf-js": "^3.0.0" }, "dependencies": { @@ -17409,9 +19549,9 @@ } }, "@comunica/bus-rdf-parse-html": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.14.0.tgz", - "integrity": "sha512-+gV8YmfqWTPplOMeWEfkJjJTtCz3zJnkjmlXotxljHVjOZNUBVZm3OifnbScWDzbrOIFpj8XVJO1k3Ya75WzvQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-7F/kDrNf9X//IrO/CK4LpwM5f+mFHLa/wsPc2RubyhiFN3P3KWU6NWxjDJRT9yP85EmW4KknXWwF8AOTvbKF1A==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -17427,12 +19567,12 @@ } }, "@comunica/bus-rdf-resolve-hypermedia": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.14.0.tgz", - "integrity": "sha512-BiHl3pnkswVQ1lOCefY9COFzOtLVAMNrYInCPC0kyf3rB+pzcRClnyFtB0jh6llmN8rbrc790SQ9BHaDtfXWow==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.15.0.tgz", + "integrity": "sha512-mnSsNMa2FS6x0b0K453J4c2+1UQoe2WX/p3UXfF7YocWFc7eL7JUsZO8+XZ1Pq8WaPpz+sUeaz+JtIYgVtqSGg==", "requires": { "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "asyncreiterable": "^2.0.0" }, "dependencies": { @@ -17447,17 +19587,17 @@ } }, "@comunica/bus-rdf-resolve-hypermedia-links": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.14.0.tgz", - "integrity": "sha512-Qd/i2Ab9TKUzyhAzWdL4zO3EaacTx9O14yBc9mZvcoZskx/hn+ufEbAeh8sBjRcijs9ZkHR7dbMGJILCjv0nUQ==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.15.0.tgz", + "integrity": "sha512-AJD48ftgMdPj5x0hMTRkzNHeywsMqWnXOK7c6L2m3TlUyMtw5PWNYKd2CD1qyXE7xmSi2cKLKA5TKDkQqV7GCg==" }, "@comunica/bus-rdf-resolve-quad-pattern": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.14.0.tgz", - "integrity": "sha512-xQfVlBunATBZ7SLikgkpRvkbYZGaWSmSVCVXf5JXQITdK9bq1YwGh221gYIXgSZNBJt7s8UyGZOmCHYXcv9rNQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.16.0.tgz", + "integrity": "sha512-CHZQcBFVMeUiB2DyGWzDRzvXO+s7uNS6SwnrvXVujCpdYFKfB15uG9mcpc8tZGwHDr18xq6iuLZcEKMl5wqGjA==", "requires": { "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "asyncreiterable": "^2.0.0" }, "dependencies": { @@ -17472,11 +19612,11 @@ } }, "@comunica/bus-rdf-serialize": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.14.0.tgz", - "integrity": "sha512-ChqyYnqnxI0RdI/T3w9Ys0YtwBOFVFFRrg5+tFeVnZCybBy7tlO+5v2JJ7yIB+ORF15vYlZmMv+y+HH+Qjs0rQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.15.0.tgz", + "integrity": "sha512-c1uJF1LkJ96zscMCe+CB2fLbXhlJ0o8PPVRMm3Jk7/rc8WY5bUxSxf1SFbA/jkOZtcZy59wFHDvPf/NM74ADBg==", "requires": { - "@comunica/actor-abstract-mediatyped": "^1.14.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", "@types/rdf-js": "^3.0.0" }, "dependencies": { @@ -17491,27 +19631,24 @@ } }, "@comunica/bus-sparql-parse": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.14.0.tgz", - "integrity": "sha512-grzbZ8WIYcbMyS0wBrr+CxrpcLGbLE9jY7fwB+aX9nd5YmSXAdS1l5z2GFrNXQOqDtZOgeEZM/wzEwb63E/Ttw==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.15.0.tgz", + "integrity": "sha512-4aFz5qnnnPxezK/vtvltqqUlN0NhYNFEQwXYZf6Yi2dSS/Hs4cU4kYcldXxIXeBfRQkaoUtTCr0lCUg5uOyqIQ==" }, "@comunica/bus-sparql-serialize": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.14.0.tgz", - "integrity": "sha512-nAZi1y/gBwv+W3JFS+aqkFCT6ZqZF3WQ8+AEd+NN11eIP7t7Cno/sLQTLsMN0viYO7BCW0mjEDIuVN6EN2U8aw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.16.0.tgz", + "integrity": "sha512-LLPheBBYBuSAweou+4kQf0Gop/lNORXOuaDfsHemLG6VqNmWzYyl79rnjd7yTLcZn/QVMUUYDD21CPY8OU5lJQ==", "requires": { - "@comunica/actor-abstract-mediatyped": "^1.14.0" + "@comunica/actor-abstract-mediatyped": "^1.15.0" } }, "@comunica/core": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.14.0.tgz", - "integrity": "sha512-NIKjJIM0mvMFHCFQgN7XFi3TbCkhPCGHpiNXIOFtwbqxMCaXbaB2YF5kXosjEWxdoPF6FAJjxkoy3WbvdtWKtg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.15.0.tgz", + "integrity": "sha512-Mg/fpufyK4hVKX2vgP8oapu4ZpyugNRxyI/1AX7zlhSkYpE+ldK5YQaGG/sb+fq+s2sAtE1Ocd+thCgF4wv+8w==", "requires": { - "@types/lodash.assign": "^4.2.3", - "immutable": "^3.8.2", - "lodash.assign": "^4.2.0" ->>>>>>> master + "immutable": "^3.8.2" } }, "@comunica/data-factory": { @@ -17533,7 +19670,6 @@ } }, "@comunica/logger-pretty": { -<<<<<<< HEAD "version": "1.15.0", "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.15.0.tgz", "integrity": "sha512-Ta0u/YHHgSvX9Au8JqzhgqmNiPLwFW2L1ZLnUR3V0J+uQDL2PEayWnw+xrDyVKgYJaffevJYHowjn4c4D5DxFA==" @@ -17592,77 +19728,6 @@ "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", "arrayify-stream": "^1.0.0", "asynciterator": "^3.0.1", -======= - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.14.0.tgz", - "integrity": "sha512-yLpR0fzPyRbY49PyBjO6955z76KeIT6Bwr6GOtHHTMMDKGqc5gMrtAJSZ4iE+URtTy8e+Mww7hOE6O97TogkHg==" - }, - "@comunica/logger-void": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.14.0.tgz", - "integrity": "sha512-rkmAiYreoNe8Vo5Qb6Afn9sKV+8pAbXsRS9nRpKtpaq+G/NHBFGGYh9tJ/B8V6LmUmsZvoHD4bS1a6ykV18mHg==" - }, - "@comunica/mediator-all": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.14.0.tgz", - "integrity": "sha512-9dZZbjsLbJOFfvt3yZzKMHcZm64wwBv1wgrspTanEzJi/mD/NfQ1D+zQ/tWqgoHKoPSaOQPBok1idxdC82DCjg==", - "requires": { - "lodash": "^4.17.4" - } - }, - "@comunica/mediator-combine-pipeline": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.14.0.tgz", - "integrity": "sha512-ga3gY7xuhZQOshU+tSgOvgeeq1JwjsKTNyTvlb/KI2kWlALcnzy9y09LhGhjCIfy+gESnvdx1LykPHSN0Is5ww==" - }, - "@comunica/mediator-combine-union": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.14.0.tgz", - "integrity": "sha512-zbfRoWq0JvjlQZE0A1sLnM9EPw71A4F7b5mTZfUomSG4GEnN16a7YnjIxBEaXLEPjaTCzrsqGmrxg03Sekmq+w==", - "requires": { - "@types/lodash.defaults": "^4.2.3", - "lodash.defaults": "^4.2.0" - } - }, - "@comunica/mediator-number": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.14.0.tgz", - "integrity": "sha512-IOauFlga1ksDT2evHaFlQmu4ngkY7nD+Wv3musw76G1GrMip7AYPDf1WKvEL6bMoKkCy2xqQ8MgyimcDTP8IkA==" - }, - "@comunica/mediator-race": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.14.0.tgz", - "integrity": "sha512-gwbRqddnBYQOGuQOofrs8MUgHORO42QVfkVFPlCtPQMMzMOMx4VWuD8YjWz1oNaNSIjZlmYOPZTYx95uhUe8Fw==" - }, - "@comunica/runner": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.14.0.tgz", - "integrity": "sha512-m3j1y1zdclu0UXkrRAJAL13mPMGjRvTxOESrHSxSTe63DvWMTa+gr5TYZL0TGQ7p7Kw4AktEufCZBINH9akqgg==", - "requires": { - "@types/lodash.assign": "^4.2.3", - "@types/lodash.defaults": "^4.2.3", - "componentsjs": "^3.4.1", - "lodash.assign": "^4.2.0", - "lodash.defaults": "^4.2.0" - } - }, - "@comunica/runner-cli": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.14.0.tgz", - "integrity": "sha512-QSF7uI3J/3qiYsLD1E8rkV9bkkFlQ79wNGHn2G/kykUS8PLfMipibOqA88Xhh4Tn68vlPwuomCKLxEzhZ7qA0w==", - "requires": { - "@comunica/runner": "^1.14.0" - } - }, - "@comunica/utils-datasource": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.14.0.tgz", - "integrity": "sha512-T2eIs2xKOQVuT/WkB+DTHvq8GXz4tDtVYLPZktS7CEgHbj16+S7rEtTXMXHXaPCiVFKJCqE+3zCtpJPcDU/wgw==", - "requires": { - "@comunica/bus-rdf-resolve-quad-pattern": "^1.14.0", - "arrayify-stream": "^1.0.0", - "asynciterator": "^3.0.0", ->>>>>>> master "asyncreiterable": "^2.0.0" } }, @@ -17759,71 +19824,9 @@ "integrity": "sha512-DaZNUvLDCAnCTjgwxgiL1eQdxIKEpNLOlTNtAgnZc50bG2copGhRrFN9/PxPBuJe+tZVLCbQ7ls0xveXVRPkvw==" }, "@types/lodash": { -<<<<<<< HEAD "version": "4.14.161", "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.161.tgz", "integrity": "sha512-EP6O3Jkr7bXvZZSZYlsgt5DIjiGr0dXP1/jVEwVLTFgg0d+3lWVQkRavYVQszV7dYUwvg0B8R0MBDpcmXg7XIA==" -======= - "version": "4.14.158", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.158.tgz", - "integrity": "sha512-InCEXJNTv/59yO4VSfuvNrZHt7eeNtWQEgnieIA+mIC+MOWM9arOWG2eQ8Vhk6NbOre6/BidiXhkZYeDY9U35w==" - }, - "@types/lodash.assign": { - "version": "4.2.6", - "resolved": "https://registry.npmjs.org/@types/lodash.assign/-/lodash.assign-4.2.6.tgz", - "integrity": "sha512-SaReADQZqf99FUWZ/gHICOAhLfBvaUmVb9y8xCw7o5WDuqDG0YfN1a+by29eipPcV4FITfPbQMJQiOGAeOb4fw==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.defaults": { - "version": "4.2.6", - "resolved": "https://registry.npmjs.org/@types/lodash.defaults/-/lodash.defaults-4.2.6.tgz", - "integrity": "sha512-JsUJheQIG2Yf/n/QRUMGXT76/7x4tLU5i0kxIPeoOcTIh9yNzdEzCHWbwD8mTf+VncGwYZiho+F2u1pEBsGswA==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.find": { - "version": "4.6.6", - "resolved": "https://registry.npmjs.org/@types/lodash.find/-/lodash.find-4.6.6.tgz", - "integrity": "sha512-rpfXWzKWaw12XMcdQYA7f0xVmkXwJkhPPON69pGVFNYF6/66CduGyLiYnoZk1xBOvGwMnmyrCZ/yJewPO4OMeg==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.intersection": { - "version": "4.4.6", - "resolved": "https://registry.npmjs.org/@types/lodash.intersection/-/lodash.intersection-4.4.6.tgz", - "integrity": "sha512-6ewsKax7+HgT+7mEhzXT6tIyIHc/mjCwZJnarvLbCrtW21qmDQHWbaJj4Ht4DQDBmMdnvZe8APuVlsMpZ5E5mQ==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.mapvalues": { - "version": "4.6.6", - "resolved": "https://registry.npmjs.org/@types/lodash.mapvalues/-/lodash.mapvalues-4.6.6.tgz", - "integrity": "sha512-Mt9eg3AqwAt5HShuOu8taiIYg0sLl4w3vDi0++E0VtiOtj9DqQHaxVr3wicVop0eDEqr5ENbht7vsLJlkMHL+w==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.union": { - "version": "4.6.6", - "resolved": "https://registry.npmjs.org/@types/lodash.union/-/lodash.union-4.6.6.tgz", - "integrity": "sha512-Wu0ZEVNcyCz8eAn6TlUbYWZoGbH9E+iOHxAZbwUoCEXdUiy6qpcz5o44mMXViM4vlPLLCPlkAubEP1gokoSZaw==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.uniq": { - "version": "4.5.6", - "resolved": "https://registry.npmjs.org/@types/lodash.uniq/-/lodash.uniq-4.5.6.tgz", - "integrity": "sha512-XHNMXBtiwsWZstZMyxOYjr0e8YYWv0RgPlzIHblTuwBBiWo2MzWVaTBihtBpslb5BglgAWIeBv69qt1+RTRW1A==", - "requires": { - "@types/lodash": "*" - } ->>>>>>> master }, "@types/lru-cache": { "version": "5.1.0", @@ -18027,22 +20030,6 @@ "safer-buffer": "~2.1.0" } }, -<<<<<<< HEAD -======= - "arrayify-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/arrayify-stream/-/arrayify-stream-1.0.0.tgz", - "integrity": "sha512-RP80ep76Lbew2wWN5ogrl2NluTnBVYYh2K3NNCcWfcmmUB7nBcNBctiJeEZAixp3I1vQ9H88iHZ9MbHSdkuupQ==" - }, - "asn1": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", - "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", - "requires": { - "safer-buffer": "~2.1.0" - } - }, ->>>>>>> master "assert-plus": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", @@ -18055,15 +20042,9 @@ "dev": true }, "asynciterator": { -<<<<<<< HEAD "version": "3.0.1", "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.0.1.tgz", "integrity": "sha512-i63IZ/CLbSwT+9+jezA8BFnMmmOylNN+2/yNqMSr37IdzjPLnYMfEvTOFt46hDA+san7k9CZN6gEzCgCTTfAWA==" -======= - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.0.0.tgz", - "integrity": "sha512-8aq8lNFDG47H/LlEFHLze17T+zjsHP7yscvEdyWh8MYBEI9CkpBbKuFx6FT4dmMVsBZ0D1LUq8aIh8+vHd/74Q==" ->>>>>>> master }, "asyncjoin": { "version": "1.0.1", @@ -18086,7 +20067,6 @@ "asynciterator": "^3.0.0" } }, -<<<<<<< HEAD "available-typed-arrays": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.2.tgz", @@ -18095,23 +20075,15 @@ "array-filter": "^1.0.0" } }, -======= ->>>>>>> master "aws-sign2": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" }, "aws4": { -<<<<<<< HEAD "version": "1.10.1", "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz", "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==" -======= - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.0.tgz", - "integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==" ->>>>>>> master }, "balanced-match": { "version": "1.0.0", @@ -18338,15 +20310,9 @@ "dev": true }, "componentsjs": { -<<<<<<< HEAD "version": "3.4.2", "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.2.tgz", "integrity": "sha512-ICaSvvxY/CvWwFt0lLsoRL/DHY09akoI6x9WakQQ9g4GYHVaZumWSAdOrzM/htjGpBumpVh1C/4hk0/ghh9jXA==", -======= - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.1.tgz", - "integrity": "sha512-cFeGNlXYj8bS0o1TNrcYtR6fWZ7Q9kjfn1LPjxe/kKDJHW+VREiY6xsjpCB/yPKpnfOp4euIJB+SWgaXs0YiDg==", ->>>>>>> master "requires": { "@types/lodash": "^4.14.56", "@types/minimist": "^1.2.0", @@ -18373,7 +20339,6 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.21.tgz", "integrity": "sha512-87XkD9qDXm8fIax+5y7drx84cXsu34ZZqfB7Cial3Q/2lxSoJ/+DRaWckkCbxP41wFSIrrb939VhzaNxj4eY1w==" }, -<<<<<<< HEAD "jsonld": { "version": "0.4.12", "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", @@ -18385,8 +20350,6 @@ "xmldom": "0.1.19" } }, -======= ->>>>>>> master "n3": { "version": "0.9.1", "resolved": "https://registry.npmjs.org/n3/-/n3-0.9.1.tgz", @@ -18501,7 +20464,6 @@ "type-detect": "^4.0.0" } }, -<<<<<<< HEAD "deep-equal": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.3.tgz", @@ -18523,8 +20485,6 @@ "which-typed-array": "^1.1.2" } }, -======= ->>>>>>> master "deep-extend": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", @@ -18559,20 +20519,12 @@ "dev": true }, "dom-serializer": { -<<<<<<< HEAD "version": "1.0.1", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.0.1.tgz", "integrity": "sha512-1Aj1Qy3YLbdslkI75QEOfdp9TkQ3o8LRISAzxOibjBs/xWwr1WxZFOQphFkZuepHFGo+kB8e5FVJSS0faAJ4Rw==", "requires": { "domelementtype": "^2.0.1", "domhandler": "^3.0.0", -======= - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", - "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", - "requires": { - "domelementtype": "^2.0.1", ->>>>>>> master "entities": "^2.0.0" } }, @@ -18590,19 +20542,11 @@ } }, "domutils": { -<<<<<<< HEAD "version": "2.2.0", "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.2.0.tgz", "integrity": "sha512-0haAxVr1PR0SqYwCH7mxMpHZUwjih9oPPedqpR/KufsnxPyZ9dyVw1R5093qnJF3WXSbjBkdzRWLw/knJV/fAg==", "requires": { "dom-serializer": "^1.0.1", -======= - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.1.0.tgz", - "integrity": "sha512-CD9M0Dm1iaHfQ1R/TI+z3/JWp/pgub0j4jIQKH89ARR4ATAV2nbaOQS5XxU9maJP5jHaPdDDQSEHuE2UmpUTKg==", - "requires": { - "dom-serializer": "^0.2.1", ->>>>>>> master "domelementtype": "^2.0.1", "domhandler": "^3.0.0" } @@ -18816,7 +20760,6 @@ } }, "follow-redirects": { -<<<<<<< HEAD "version": "1.13.0", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" @@ -18825,11 +20768,6 @@ "version": "2.0.5", "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" -======= - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.12.1.tgz", - "integrity": "sha512-tmRv0AVuR7ZyouUHLeNSiO6pqulF7dYa3s19c6t+wz9LD69/uSzdMxJ2S91nTI9U3rt/IldxpzMOFejp6f0hjg==" ->>>>>>> master }, "foreachasync": { "version": "3.0.0", @@ -19084,23 +21022,6 @@ } } }, - "hash-base": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", - "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" - } - } - }, "hasha": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/hasha/-/hasha-5.2.0.tgz", @@ -19209,7 +21130,6 @@ "version": "1.3.5", "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" -<<<<<<< HEAD }, "is-arguments": { "version": "1.0.4", @@ -19220,8 +21140,6 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.0.tgz", "integrity": "sha512-t5mGUXC/xRheCK431ylNiSkGGpBp8bHENBcENTkDT6ppwPzEVxNGZRvgvmOEfbWkFhA7D2GEuE2mmQTr78sl2g==" -======= ->>>>>>> master }, "is-binary-path": { "version": "2.1.0", @@ -19336,7 +21254,6 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" -<<<<<<< HEAD }, "is-weakmap": { "version": "2.0.1", @@ -19347,21 +21264,16 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.1.tgz", "integrity": "sha512-pi4vhbhVHGLxohUw7PhGsueT4vRGFoXhP7+RGN0jKIv9+8PWYCQTqtADngrxOm2g46hoH0+g8uZZBzMrvVGDmw==" -======= ->>>>>>> master }, "is-windows": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" -<<<<<<< HEAD }, "isarray": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" -======= ->>>>>>> master }, "isexe": { "version": "2.0.0", @@ -19561,7 +21473,6 @@ } }, "jsonld": { -<<<<<<< HEAD "version": "3.1.1", "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-3.1.1.tgz", "integrity": "sha512-GrqERUMZtMcdP8WgTt7drF3Ixf0dERA2Q4X3hTLyKt7CJTTQ5cM1vAHuX797piAejuh/KwNdKklKVB1kfYcJbw==", @@ -19593,16 +21504,6 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" } -======= - "version": "0.4.12", - "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", - "integrity": "sha1-oC8gXVNBQU3xtthBTxuWenEgc+g=", - "requires": { - "es6-promise": "^2.0.0", - "pkginfo": "~0.4.0", - "request": "^2.61.0", - "xmldom": "0.1.19" ->>>>>>> master } }, "jsonld-context-parser": { @@ -19670,24 +21571,6 @@ "version": "4.17.19", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" -<<<<<<< HEAD -======= - }, - "lodash.assign": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz", - "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=" - }, - "lodash.defaults": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", - "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=" - }, - "lodash.find": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.find/-/lodash.find-4.6.0.tgz", - "integrity": "sha1-ywcE1Hq3F4n/oN6Ll92Sb7iLE7E=" ->>>>>>> master }, "lodash.flattendeep": { "version": "4.4.0", @@ -19695,34 +21578,6 @@ "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=", "dev": true }, -<<<<<<< HEAD -======= - "lodash.intersection": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.intersection/-/lodash.intersection-4.4.0.tgz", - "integrity": "sha1-ChG6Yx0OlcI8fy9Mu5ppLtF45wU=" - }, - "lodash.mapvalues": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz", - "integrity": "sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw=" - }, - "lodash.omit": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.omit/-/lodash.omit-4.5.0.tgz", - "integrity": "sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA=" - }, - "lodash.union": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz", - "integrity": "sha1-SLtQiECfFvGCFmZkHETdGqrjzYg=" - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" - }, ->>>>>>> master "lodash.uniqwith": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz", @@ -20367,7 +22222,6 @@ "strip-json-comments": "~2.0.1" } }, -<<<<<<< HEAD "rdf-canonize": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/rdf-canonize/-/rdf-canonize-1.1.0.tgz", @@ -20409,35 +22263,6 @@ "rdf-data-factory": "^1.0.1", "rdf-literal": "^1.2.0", "rdf-string": "^1.5.0" -======= - "rdf-literal": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.1.1.tgz", - "integrity": "sha512-zYelIUgvwifeq2aFfTYlv+SoxZbSjdKw+I4ulZ5ECil8FTh2+ufHiR9P7T61KnVyo8BqBhyeHBR4UvA++PWozA==", - "requires": { - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } - } - }, - "rdf-quad": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.4.0.tgz", - "integrity": "sha512-xChDvhK2zb4/aCg8P668CWTn4TEhscefg/E1s+Qu61sZ/hKct/WQn0wuHim8H+MFrzZ7fFN7Gh7aamPgm/QSwA==", - "requires": { - "@rdfjs/data-model": "^1.1.1", - "rdf-literal": "^1.0.0", - "rdf-string": "^1.3.1" ->>>>>>> master } }, "rdf-store-stream": { @@ -20460,7 +22285,6 @@ } }, "rdf-string": { -<<<<<<< HEAD "version": "1.5.0", "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.5.0.tgz", "integrity": "sha512-3TEJuDIKUADgZrfcZG+zAN4GfVA1Ei2sKA7Z7QVHkAE36wWoRGPJbGihPQMldgzvy9lG2nzZU+CXz+6oGSQNsQ==", @@ -20472,11 +22296,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/rdf-string-ttl/-/rdf-string-ttl-1.0.1.tgz", "integrity": "sha512-QdOztnXuQTS5HwS2YTUkY9KUdyjyMYCX4QITfAAAtJnGqQkfah1L+VdV3E+Z3NKp/CBXLqZs/oMZe5J7pUEzpw==", -======= - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.4.2.tgz", - "integrity": "sha512-74yYjS0W4N3nYDGbXBZrNsqDmhBTjqChTETO9heC2G2M3iMYaIPtEfUikNsBWUj4+4bIKyqL7vAntWBTfJpFFA==", ->>>>>>> master "requires": { "@rdfjs/data-model": "^1.1.1" } @@ -20794,7 +22613,6 @@ } }, "sparqlalgebrajs": { -<<<<<<< HEAD "version": "2.4.0", "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.4.0.tgz", "integrity": "sha512-6glKn1uWBsdPuQ4D+4r5m8mgWZoMfiNgip4uyblULTmgISqcbsQzrlrIhWQoZSX95QLLlWlYJufhelQAIRAWKg==", @@ -20810,23 +22628,6 @@ "version": "1.4.3", "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.4.3.tgz", "integrity": "sha512-HVWj816xZqUO14/kkA9I/OS+uF8zHe7MGCmoGb4gPcO2KcenF8hg4SssftcQgxVJzsI4RQV91rXhDYdBb1WF9g==", -======= - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.3.1.tgz", - "integrity": "sha512-zJ9EEX2BtHjdiSQoWP7fKt2IqD4zi24n3CQtRGOIzh8Hyj2JFMtje68CweaIJgQLN5kNYpNx/VT2F6nxpeIRJg==", - "requires": { - "@rdfjs/data-model": "^1.1.2", - "fast-deep-equal": "^3.1.1", - "minimist": "^1.2.5", - "rdf-string": "^1.3.1", - "sparqljs": "^3.0.1" - } - }, - "sparqlee": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.4.2.tgz", - "integrity": "sha512-6lE4u0i3CCLjOUA/E8SC2fV7L/e7By4QVG+mtreYGpPoh15iFZLPMeH9+54X2tA7doLr8LmV40u66BQ1rpzkKA==", ->>>>>>> master "requires": { "@rdfjs/data-model": "^1.1.0", "@types/create-hash": "^1.2.0", @@ -20850,20 +22651,13 @@ } }, "@types/uuid": { -<<<<<<< HEAD "version": "8.3.0", "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz", "integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==" -======= - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.0.0.tgz", - "integrity": "sha512-xSQfNcvOiE5f9dyd4Kzxbof1aTrLobL278pGLKOZI6esGfZ7ts9Ka16CzIN6Y8hFHE1C7jIBZokULhK1bOgjRw==" ->>>>>>> master } } }, "sparqljs": { -<<<<<<< HEAD "version": "3.1.1", "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.1.1.tgz", "integrity": "sha512-HYSwEu++souL4YjJbRx+3dJ1aNYNuR+BbZdPmdrmD4QMSO14J63BEshpcSURcNRsuriOI+05wo2AaxVvpjhgkg==", @@ -20878,21 +22672,6 @@ "requires": { "queue-microtask": "^1.1.2", "readable-stream": "^3.6.0" -======= - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.0.3.tgz", - "integrity": "sha512-/hy2ihyn6YaYdLqnfdG8En6n8/NJVfRGI//AWPh6Anbfxfz89vv9ATEa8taE+SpOBuh6pSYEhIYKPkVRkXNBNg==", - "requires": { - "n3": "^1.5.0" - }, - "dependencies": { - "n3": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/n3/-/n3-1.6.1.tgz", - "integrity": "sha512-bgv23UJ1vxcFCjY1QQYsTCwUHpkiNDGXOD99PZ4wAntNeGJMAXqHpHJ8TVdKran6IZaORnZboaqZgS6UtOh2dA==", - "requires": { - "queue-microtask": "^1.1.2" ->>>>>>> master } } } @@ -20928,7 +22707,6 @@ } }, "sparqlxml-parse": { -<<<<<<< HEAD "version": "1.3.0", "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.3.0.tgz", "integrity": "sha512-NeI5t7Jglue/CIl1LXAAXzK4k9Ex4ULuPpTShuEpID+edPmljJ17ITsgx1yM8exZR1a4br5UqyyiDxduQQ4wAw==", @@ -20946,22 +22724,6 @@ "requires": { "@types/node": "*" } -======= - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.2.2.tgz", - "integrity": "sha512-xFN+S97DRI9jrlFsOntB8rmtEAJeTUAyRCquibiLCbE+z63iw1tFdM9NhrphrPey1+EH75vh9AjycXwDD6nEIw==", - "requires": { - "@rdfjs/data-model": "^1.1.1", - "@types/node": "^10.12.18", - "@types/rdf-js": "^2.0.2", - "sax-stream": "^1.2.3" - }, - "dependencies": { - "@types/node": { - "version": "10.17.28", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.28.tgz", - "integrity": "sha512-dzjES1Egb4c1a89C7lKwQh8pwjYmlOAG9dW1pBgxEk57tMrLnssOfEthz8kdkNaBd7lIqQx7APm5+mZ619IiCQ==" ->>>>>>> master } } }, diff --git a/src/main/bindings/AMLBindingsPlugin.ts b/src/main/bindings/AMLBindingsPlugin.ts index d0e26ad..007f05f 100644 --- a/src/main/bindings/AMLBindingsPlugin.ts +++ b/src/main/bindings/AMLBindingsPlugin.ts @@ -6,15 +6,9 @@ import {AMLImporter} from "./aml/importer"; import {applyMixins} from "./utils/mixins"; import {AmlParser} from "./utils/amlParser"; -<<<<<<< HEAD -export class AMLBindingsPlugin /* extends BindingsPlugin */ { - constructor() { - //super(); -======= export class AMLBindingsPlugin extends BindingsPlugin { constructor() { super(); ->>>>>>> master } async export(configuration: ConfigurationParameter[], graphs: DialectWrapper[]): Promise { @@ -32,11 +26,7 @@ export class AMLBindingsPlugin extends BindingsPlugin { try { const resource = resources[0]; -<<<<<<< HEAD const parser = new AmlParser(resource.url, resource.text || ''); -======= - const parser = new AmlParser(resource.url, resource.text); ->>>>>>> master let baseUnit = await parser.parse(); const name = baseUnit.id.split("/").pop(); const module = new meta.Module("Imported spec " + name); @@ -72,6 +62,12 @@ export class AMLBindingsPlugin extends BindingsPlugin { throw e; } } + updateBindings(bindName : string): void { + + } + initBindings(bindUuid: string): string { + return '' + } } diff --git a/src/test/resources/model.json b/src/test/resources/model.json index 7c0701b..e8c2ad9 100644 --- a/src/test/resources/model.json +++ b/src/test/resources/model.json @@ -918,30 +918,21 @@ "@id": "ContactPointAddress", "name": "Contact Point Address", "@type": "Class", -<<<<<<< HEAD "subClassOf": "ContactPoint", -======= ->>>>>>> master "description": "Mailing address for a party e.g. 123 Main St, Big City, CA12345, USA" }, { "@id": "ContactPointEmail", "name": "Contact Point Email", "@type": "Class", -<<<<<<< HEAD "subClassOf": "ContactPoint", -======= ->>>>>>> master "description": "Email address for a party e.g. email info@northerntrailoutfitters.com" }, { "@id": "ContactPointPhone", "name": "Contact Point Phone", "@type": "Class", -<<<<<<< HEAD "subClassOf": "ContactPoint", -======= ->>>>>>> master "description": "Phone number for a party e.g. phone 123-4567" }, { @@ -954,10 +945,7 @@ "@id": "PartyWebAddress", "name": "Party Web Address", "@type": "Class", -<<<<<<< HEAD "subClassOf": "ContactPoint", -======= ->>>>>>> master "description": "What is the Web URL for the Party" }, { @@ -970,36 +958,26 @@ "@id": "ContactPointSocial", "name": "Contact Point Social", "@type": "Class", -<<<<<<< HEAD "subClassOf": "ContactPoint", -======= ->>>>>>> master "description": "Social handle for a party e.g. trustednews at twitter" }, { "@id": "ContactPointLocation", "name": "Contact Point Location", "@type": "Class", -<<<<<<< HEAD "subClassOf": "ContactPoint", -======= ->>>>>>> master "description": "Physical location for a party e.g. party Northern Trail Outfitters at Standford Shopping Mall" }, { "@id": "ContactPointApp", "name": "Contact Point App", "@type": "Class", -<<<<<<< HEAD "subClassOf": "ContactPoint", -======= ->>>>>>> master "description": "Software Application for a party and optionally on a specific device e.g. John Doe have Strava App on device iPhone123" } ], "propertyConcepts": [ { -<<<<<<< HEAD "@id": "countryName", "@type": "Property", "domain": [ @@ -1093,9 +1071,6 @@ }, { "@id": "id", -======= - "@id": "forBusinessUse", ->>>>>>> master "@type": "Property", "domain": [ "ContactPointAddress", @@ -1103,10 +1078,7 @@ "ContactPointPhone", "ContactPoint", "PartyWebAddress", -<<<<<<< HEAD "ContactPointType", -======= ->>>>>>> master "ContactPointSocial", "ContactPointLocation", "ContactPointApp" @@ -1127,7 +1099,6 @@ ] }, { -<<<<<<< HEAD "@id": "emailLatestBounceDateTime", "@type": "Property", "domain": [ @@ -1156,8 +1127,6 @@ ] }, { -======= ->>>>>>> master "@id": "isFaxCapable", "@type": "Property", "domain": [ @@ -1165,7 +1134,6 @@ ] }, { -<<<<<<< HEAD "@id": "isSMSCapable", "@type": "Property", "domain": [ @@ -1243,8 +1211,6 @@ ] }, { -======= ->>>>>>> master "@id": "forPersonalUse", "@type": "Property", "domain": [ @@ -1308,18 +1274,6 @@ ] }, { -<<<<<<< HEAD -======= - "@id": "id", - "@type": "Property", - "domain": [ - "ContactPoint", - "ContactPointType", - "ContactPointLocation" - ] - }, - { ->>>>>>> master "@id": "contactPointType", "@type": "Property", "domain": [ @@ -1337,12 +1291,8 @@ "@id": "party", "@type": "Property", "domain": [ -<<<<<<< HEAD "ContactPoint", "PartyWebAddress" -======= - "ContactPoint" ->>>>>>> master ] }, { @@ -1374,7 +1324,6 @@ ] }, { -<<<<<<< HEAD "@id": "socialFanStatus", "@type": "Property", "domain": [ @@ -1410,8 +1359,6 @@ ] }, { -======= ->>>>>>> master "@id": "applicationLogin", "@type": "Property", "domain": [ @@ -1423,7 +1370,6 @@ { "@type": "Shape", "@id": "ContactPointAddress", -<<<<<<< HEAD "and": [ { "@id": "ContactPoint" @@ -1506,25 +1452,12 @@ "http://www.w3.org/ns/shacl#node": "ContactPointPhone" } ] -======= - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "contactPhone", - "http://www.w3.org/ns/shacl#node": "ContactPointPhone" ->>>>>>> master } ] }, { "@type": "Shape", "@id": "ContactPointEmail", -<<<<<<< HEAD "and": [ { "@id": "ContactPoint" @@ -1568,27 +1501,12 @@ "http://www.w3.org/ns/shacl#maxCount": 1 } ] -======= - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "emailLatestBounceReasonText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 ->>>>>>> master } ] }, { "@type": "Shape", "@id": "ContactPointPhone", -<<<<<<< HEAD "and": [ { "@id": "ContactPoint" @@ -1668,20 +1586,6 @@ "http://www.w3.org/ns/shacl#maxCount": 1 } ] -======= - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isFaxCapable", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 ->>>>>>> master } ] }, @@ -1767,7 +1671,6 @@ { "@type": "Shape", "@id": "PartyWebAddress", -<<<<<<< HEAD "and": [ { "@id": "ContactPoint" @@ -1801,39 +1704,12 @@ "properties": [ { "path": "optInPriority", -======= - "properties": [ - { - "path": "forBusinessUse", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "name", -======= - "path": "webSiteURL", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "ContactPointType", - "properties": [ - { - "path": "optInPriority", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { "path": "name", ->>>>>>> master "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 @@ -1849,7 +1725,6 @@ { "@type": "Shape", "@id": "ContactPointSocial", -<<<<<<< HEAD "and": [ { "@id": "ContactPoint" @@ -1899,27 +1774,12 @@ "http://www.w3.org/ns/shacl#maxCount": 1 } ] -======= - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "socialNetworkProvider", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 ->>>>>>> master } ] }, { "@type": "Shape", "@id": "ContactPointLocation", -<<<<<<< HEAD "and": [ { "@id": "ContactPoint" @@ -1933,27 +1793,12 @@ "http://www.w3.org/ns/shacl#maxCount": 1 } ] -======= - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 ->>>>>>> master } ] }, { "@type": "Shape", "@id": "ContactPointApp", -<<<<<<< HEAD "and": [ { "@id": "ContactPoint" @@ -1972,19 +1817,6 @@ "http://www.w3.org/ns/shacl#maxCount": 1 } ] -======= - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "applicationLogin", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 ->>>>>>> master } ] } @@ -2010,40 +1842,28 @@ "@id": "Customer", "name": "Customer", "@type": "Class", -<<<<<<< HEAD "subClassOf": "PartyRole", -======= ->>>>>>> master "description": "Information about a party playing role of customer e.g. life time value, life cycle status" }, { "@id": "Seller", "name": "Seller", "@type": "Class", -<<<<<<< HEAD "subClassOf": "PartyRole", -======= ->>>>>>> master "description": "Information about a party playing role of seller e.g. customer satisfaction score" }, { "@id": "Supplier", "name": "Supplier", "@type": "Class", -<<<<<<< HEAD "subClassOf": "PartyRole", -======= ->>>>>>> master "description": "Information about a party playing role of supplier e.g. vendor ranking" }, { "@id": "Competitor", "name": "Competitor", "@type": "Class", -<<<<<<< HEAD "subClassOf": "PartyRole", -======= ->>>>>>> master "description": "Information about a party playing role of competitor e.g. strength (in products), weaknesses (in offerings), opportunities (to overtake), threats (to our business)" }, { @@ -2059,13 +1879,10 @@ "@type": "Property", "domain": [ "PartyRole", -<<<<<<< HEAD "Customer", "Seller", "Supplier", "Competitor", -======= ->>>>>>> master "CustomerStatusHistory" ] }, @@ -2073,22 +1890,13 @@ "@id": "party", "@type": "Property", "domain": [ -<<<<<<< HEAD "PartyRole" -======= - "PartyRole", - "Customer", - "Seller", - "Supplier", - "Competitor" ->>>>>>> master ] }, { "@id": "customerSatisfactionScore", "@type": "Property", "domain": [ -<<<<<<< HEAD "Customer", "Seller" ] @@ -3489,8071 +3297,3691 @@ "@type": "Property", "domain": [ "Lead" -======= - "Customer" - ] - }, - { - "@id": "newCustomerAcquisitionCount", - "@type": "Property", - "domain": [ - "Seller" - ] - }, - { - "@id": "competitiveMarketingRank", - "@type": "Property", - "domain": [ - "Supplier" - ] - }, - { - "@id": "assetTurnoverRatio", - "@type": "Property", - "domain": [ - "Competitor" - ] - }, - { - "@id": "endDateTIme", - "@type": "Property", - "domain": [ - "CustomerStatusHistory" - ] - }, - { - "@id": "startDateTime", - "@type": "Property", - "domain": [ - "CustomerStatusHistory" - ] - }, - { - "@id": "partyRoleStatus", - "@type": "Property", - "domain": [ - "CustomerStatusHistory" - ] - }, - { - "@id": "partyRole", - "@type": "Property", - "domain": [ - "CustomerStatusHistory" ] } ], "schemas": [ { "@type": "Shape", - "@id": "PartyRole", + "@id": "Lead", "properties": [ { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, + "path": "geoCodeAccuracy", + "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "Customer", - "properties": [ + "path": "geoCodeLongitude", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, { - "path": "customerSatisfactionScore", + "path": "geoCodeLatitude", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "Seller", - "properties": [ + "path": "website", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, { - "path": "newCustomerAcquisitionCount", + "path": "leadScore", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "Supplier", - "properties": [ + "path": "leadRating", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, { - "path": "competitiveMarketingRank", + "path": "photoURL", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "Competitor", - "properties": [ + "path": "lastActivityDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, { - "path": "assetTurnoverRatio", + "path": "companyName", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "CustomerStatusHistory", - "properties": [ + "path": "annualRevenue", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, { - "path": "endDateTIme", + "path": "countryName", "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "startDateTime", + "path": "stateProvinceName", "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "partyRoleStatus", + "path": "streetName", "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, + "path": "emailBouncedReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "partyRole", - "http://www.w3.org/ns/shacl#node": "PartyRole", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - } - ] - }, - { - "@id": "LeadEntityGroup", - "name": "Lead", + "path": "emailBouncedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "convertedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isConverted", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadSource", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partnerAccount", + "http://www.w3.org/ns/shacl#node": "Account" + }, + { + "path": "faxContactPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "mobileContactPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "phoneContactPoint", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "contactPointEmail", + "http://www.w3.org/ns/shacl#node": "ContactPointEmail" + }, + { + "path": "contactAddress", + "http://www.w3.org/ns/shacl#node": "ContactPointAddress" + }, + { + "path": "convertedToAccountContact", + "http://www.w3.org/ns/shacl#node": "AccountContact" + }, + { + "path": "convertedToAccount", + "http://www.w3.org/ns/shacl#node": "Account" + }, + { + "path": "partyRole", + "http://www.w3.org/ns/shacl#node": "PartyRole", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } + ] + }, + { + "@id": "PartyEntityGroup", + "name": "Party", "@type": "EntityGroup", "version": "0.2", "subjectArea": { "@id": "Party" }, - "description": "Example Entities included: Lead, Lead Status, Lead Source", + "description": "Example Entities included: Organization, Individual, Affiliate Group, Uncategorized", "classConcepts": [ { - "@id": "Lead", - "name": "Lead", + "@id": "Party", + "name": "Party", "@type": "Class", - "description": "A person or company that showed interest in the company's products" + "description": "A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group." + }, + { + "@id": "Individual", + "name": "Individual", + "@type": "Class", + "subClassOf": "Party", + "description": "Represent the person you are, or will be, dealing with using the system" + }, + { + "@id": "Household", + "name": "Household", + "@type": "Class", + "subClassOf": "Party", + "description": "A combination of people, normally recorded in the system for marketing or service purposes" + }, + { + "@id": "InternalBusinessUnit", + "name": "Internal Business Unit", + "@type": "Class", + "subClassOf": "Party", + "description": "Defining a part of your own internal organization. May be anything from a holding company, a line of business, a country division, a department and for which you may want to track e.g. if it is a legal entity, default GL Code, profit-and-loss etc against." + }, + { + "@id": "UncategorizedParty", + "name": "Uncategorized Party", + "@type": "Class", + "subClassOf": "Party", + "description": "A party we may be, or will be, dealing with but we do not know who they are yet e.g. Social Handle 'TrustedNews' which we do not yet know if a person or a business but complain about our company so we want to log a case to investigate further. E.g. an ord" + }, + { + "@id": "PartyAdditionalName", + "name": "Party Additional Name", + "@type": "Class", + "description": "Under what name is a person also known as( AKA), under what alternate name is a business doing business as (DBA)" + }, + { + "@id": "PersonLanguage", + "name": "Person Language", + "@type": "Class", + "description": "Languages a person can comprehend and level of comprehension" + }, + { + "@id": "PartyRelatedParty", + "name": "Party Related Party", + "@type": "Class", + "description": "Relates any two parties together e.g. Jane and John Doe part of The Doe Household" + }, + { + "@id": "PartyRelationshipType", + "name": "Party Relationship Type", + "@type": "Class", + "description": "Define name of a relationship and how to read the relationship both ways e.g. household for / household member of" + }, + { + "@id": "PartyIdentification", + "name": "Party Identification", + "@type": "Class", + "description": "Set of ways to identify a party e.g. driving license, birth certificate" + }, + { + "@id": "PersonEmployment", + "name": "Person Employment", + "@type": "Class", + "description": "Information about an employee" + }, + { + "@id": "PersonLifeEvent", + "name": "Person Life Event", + "@type": "Class", + "description": "Major events a person had in their lives e.g. graudation date, marriage date" + }, + { + "@id": "PersonEducation", + "name": "Person Education", + "@type": "Class", + "description": "Education a person has e.g. Phd, High School" } ], "propertyConcepts": [ { - "@id": "geoCodeAccuracy", + "@id": "noMergeReason", "@type": "Property", "domain": [ - "Lead" + "Party" ] }, { - "@id": "geoCodeLongitude", + "@id": "partyType", "@type": "Property", "domain": [ - "Lead" + "Party" ] }, { - "@id": "geoCodeLatitude", + "@id": "globalParty", "@type": "Property", "domain": [ - "Lead" + "Party" ] }, { - "@id": "website", + "@id": "id", "@type": "Property", "domain": [ - "Lead" + "Party", + "Individual", + "Household", + "InternalBusinessUnit", + "UncategorizedParty", + "PartyAdditionalName", + "PersonLanguage", + "PartyRelatedParty", + "PartyRelationshipType", + "PartyIdentification", + "PersonEmployment", + "PersonLifeEvent", + "PersonEducation" ] }, { - "@id": "leadScore", + "@id": "primaryAccount", "@type": "Property", "domain": [ - "Lead" + "Party" ] }, { - "@id": "leadRating", + "@id": "convictionsCount", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "photoURL", + "@id": "isGoodStudent", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "lastActivityDate", + "@id": "isGoodDriver", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "companyName", + "@id": "highestEducationLevel", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "annualRevenue", + "@id": "weddingAnniversaryDate", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "countryName", + "@id": "webSiteURL", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "stateProvinceName", + "@id": "isHighRiskHobby", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "streetName", + "@id": "primaryHobby", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "emailBouncedReason", + "@id": "occupation", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "emailBouncedDate", + "@id": "militaryStatus", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "convertedDate", + "@id": "militaryService", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "isConverted", + "@id": "isHighRiskOccupation", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "description", + "@id": "occupationType", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "leadStatus", + "@id": "childrenCount", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "leadSource", + "@id": "isHomeOwner", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "id", + "@id": "religion", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "partnerAccount", + "@id": "gender", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "faxContactPhone", + "@id": "deathDate", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "mobileContactPhone", + "@id": "ethnicity", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "phoneContactPoint", + "@id": "personLifeStage", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "contactPointEmail", + "@id": "maritalStatus", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "contactAddress", + "@id": "employedSinceDate", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "convertedToAccountContact", + "@id": "currentEmployerName", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "convertedToAccount", + "@id": "deathPlace", "@type": "Property", "domain": [ - "Lead" + "Individual" ] }, { - "@id": "partyRole", + "@id": "birthPlace", "@type": "Property", "domain": [ - "Lead" + "Individual" ] - } - ], - "schemas": [ + }, { - "@type": "Shape", - "@id": "Lead", - "properties": [ - { - "path": "geoCodeAccuracy", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "geoCodeLongitude", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "geoCodeLatitude", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "website", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadScore", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadRating", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "photoURL", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "lastActivityDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "companyName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "annualRevenue", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "countryName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "stateProvinceName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "streetName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "emailBouncedReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "emailBouncedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "convertedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isConverted", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "description", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadSource", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "partnerAccount", - "http://www.w3.org/ns/shacl#node": "Account" - }, - { - "path": "faxContactPhone", - "http://www.w3.org/ns/shacl#node": "ContactPointPhone" - }, - { - "path": "mobileContactPhone", - "http://www.w3.org/ns/shacl#node": "ContactPointPhone" - }, - { - "path": "phoneContactPoint", - "http://www.w3.org/ns/shacl#node": "ContactPointPhone" - }, - { - "path": "contactPointEmail", - "http://www.w3.org/ns/shacl#node": "ContactPointEmail" - }, - { - "path": "contactAddress", - "http://www.w3.org/ns/shacl#node": "ContactPointAddress" - }, - { - "path": "convertedToAccountContact", - "http://www.w3.org/ns/shacl#node": "AccountContact" - }, - { - "path": "convertedToAccount", - "http://www.w3.org/ns/shacl#node": "Account" - }, - { - "path": "partyRole", - "http://www.w3.org/ns/shacl#node": "PartyRole", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "minorCitationCount", + "@type": "Property", + "domain": [ + "Individual" ] - } - ] - }, - { - "@id": "PartyEntityGroup", - "name": "Party", - "@type": "EntityGroup", - "version": "0.2", - "subjectArea": { - "@id": "Party" - }, - "description": "Example Entities included: Organization, Individual, Affiliate Group, Uncategorized", - "classConcepts": [ + }, { - "@id": "Party", - "name": "Party", - "@type": "Class", - "description": "A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group." + "@id": "majorCitationCount", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "Individual", - "name": "Individual", - "@type": "Class", - "description": "Represent the person you are, or will be, dealing with using the system" + "@id": "surgeriesLast5YearsCount", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "Household", - "name": "Household", - "@type": "Class", - "description": "A combination of people, normally recorded in the system for marketing or service purposes" + "@id": "hospitalizationsLast5YearsCount", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "InternalBusinessUnit", - "name": "Internal Business Unit", - "@type": "Class", - "description": "Defining a part of your own internal organization. May be anything from a holding company, a line of business, a country division, a department and for which you may want to track e.g. if it is a legal entity, default GL Code, profit-and-loss etc against." + "@id": "isTobaccoConsume", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "UncategorizedParty", - "name": "Uncategorized Party", - "@type": "Class", - "description": "A party we may be, or will be, dealing with but we do not know who they are yet e.g. Social Handle 'TrustedNews' which we do not yet know if a person or a business but complain about our company so we want to log a case to investigate further. E.g. an ord" + "@id": "hasDrugAbuseHistory", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "PartyAdditionalName", - "name": "Party Additional Name", - "@type": "Class", - "description": "Under what name is a person also known as( AKA), under what alternate name is a business doing business as (DBA)" - }, - { - "@id": "PersonLanguage", - "name": "Person Language", - "@type": "Class", - "description": "Languages a person can comprehend and level of comprehension" - }, - { - "@id": "PartyRelatedParty", - "name": "Party Related Party", - "@type": "Class", - "description": "Relates any two parties together e.g. Jane and John Doe part of The Doe Household" - }, - { - "@id": "PartyRelationshipType", - "name": "Party Relationship Type", - "@type": "Class", - "description": "Define name of a relationship and how to read the relationship both ways e.g. household for / household member of" - }, - { - "@id": "PartyIdentification", - "name": "Party Identification", - "@type": "Class", - "description": "Set of ways to identify a party e.g. driving license, birth certificate" - }, - { - "@id": "PersonEmployment", - "name": "Person Employment", - "@type": "Class", - "description": "Information about an employee" - }, - { - "@id": "PersonLifeEvent", - "name": "Person Life Event", - "@type": "Class", - "description": "Major events a person had in their lives e.g. graudation date, marriage date" - }, - { - "@id": "PersonEducation", - "name": "Person Education", - "@type": "Class", - "description": "Education a person has e.g. Phd, High School" - } - ], - "propertyConcepts": [ - { - "@id": "noMergeReason", + "@id": "isDrugConsumer", "@type": "Property", "domain": [ - "Party", - "Individual", - "Household", - "InternalBusinessUnit", - "UncategorizedParty" + "Individual" ] }, { - "@id": "partyType", + "@id": "hasAlcoholAbuseHistory", "@type": "Property", "domain": [ - "Party" + "Individual" ] }, { - "@id": "globalParty", + "@id": "isAlcoholConsumer", "@type": "Property", "domain": [ - "Party" + "Individual" ] }, { - "@id": "id", + "@id": "personWeightUnitOfMeasure", "@type": "Property", "domain": [ - "Party", - "PartyAdditionalName", - "PersonLanguage", - "PartyRelatedParty", - "PartyRelationshipType", - "PartyIdentification", - "PersonEmployment", - "PersonLifeEvent", - "PersonEducation" + "Individual" ] }, { - "@id": "primaryAccount", + "@id": "personWeight", "@type": "Property", "domain": [ - "Party" + "Individual" ] }, { - "@id": "convictionsCount", + "@id": "personHeightUnitOfMeasure", "@type": "Property", "domain": [ "Individual" ] }, { - "@id": "householdDissolvedDate", + "@id": "personHeight", "@type": "Property", "domain": [ - "Household" + "Individual" ] }, { - "@id": "parentInternalBusinessUnit", + "@id": "mainDisabilityType", "@type": "Property", "domain": [ - "InternalBusinessUnit" + "Individual" ] }, { - "@id": "creationReason", + "@id": "mainDietaryHabitType", "@type": "Property", "domain": [ - "UncategorizedParty" + "Individual" ] }, { - "@id": "additionalNameType", + "@id": "mainLifeAttitudeType", "@type": "Property", "domain": [ - "PartyAdditionalName" + "Individual" ] }, { - "@id": "name", + "@id": "mainLifeStyleType", "@type": "Property", "domain": [ - "PartyAdditionalName", - "PartyIdentification" + "Individual" ] }, { - "@id": "party", + "@id": "mainPersonalValueType", "@type": "Property", "domain": [ - "PartyAdditionalName", - "PartyRelatedParty", - "PartyIdentification" + "Individual" ] }, { - "@id": "writtenProficiencyLevel", + "@id": "mainPersonalityType", "@type": "Property", "domain": [ - "PersonLanguage" + "Individual" ] }, { - "@id": "spokenProficiencyLevel", + "@id": "taxBracketRange", "@type": "Property", "domain": [ - "PersonLanguage" + "Individual" ] }, { - "@id": "individual", + "@id": "dependentCount", "@type": "Property", "domain": [ - "PersonLanguage", - "PersonEmployment", - "PersonLifeEvent", - "PersonEducation" + "Individual" ] }, { - "@id": "relatedToDate", + "@id": "consumerCreditScoreProviderName", "@type": "Property", "domain": [ - "PartyRelatedParty" + "Individual" ] }, { - "@id": "relatedFromDate", + "@id": "consumerCreditScore", "@type": "Property", "domain": [ - "PartyRelatedParty" + "Individual" ] }, { - "@id": "partyRelationshipType", + "@id": "yearlyIncomeRange", "@type": "Property", "domain": [ - "PartyRelatedParty" + "Individual" ] }, { - "@id": "relatedParty", + "@id": "yearlyIncome", "@type": "Property", "domain": [ - "PartyRelatedParty" + "Individual" ] }, { - "@id": "isBidirectional", + "@id": "netWorth", "@type": "Property", "domain": [ - "PartyRelationshipType" + "Individual" ] }, { - "@id": "relatedPartyRole", + "@id": "influencerRating", "@type": "Property", "domain": [ - "PartyRelationshipType" + "Individual" ] }, { - "@id": "partyRole", + "@id": "overAgeNumber", "@type": "Property", "domain": [ - "PartyRelationshipType", - "PartyIdentification" + "Individual" ] }, { - "@id": "verifiedDate", + "@id": "birthDate", "@type": "Property", "domain": [ - "PartyIdentification" + "Individual" ] }, { - "@id": "expiryDate", + "@id": "doExtractMyDataUpdateDate", "@type": "Property", "domain": [ - "PartyIdentification" + "Individual" ] }, { - "@id": "issuedAtLocation", + "@id": "sendIndividualData", "@type": "Property", "domain": [ - "PartyIdentification" + "Individual" ] }, { - "@id": "issuedByAuthority", + "@id": "doForgetMeFromUpdateDate", "@type": "Property", "domain": [ - "PartyIdentification" + "Individual" ] }, { - "@id": "issuedDate", + "@id": "shouldForget", "@type": "Property", "domain": [ - "PartyIdentification" + "Individual" ] }, { - "@id": "identificationNumber", + "@id": "doNotProcessReason", "@type": "Property", "domain": [ - "PartyIdentification" + "Individual" ] }, { - "@id": "partyIdentificationType", + "@id": "doNotProcessFromUpdateDate", "@type": "Property", "domain": [ - "PartyIdentification" + "Individual" ] }, { - "@id": "employerPostalCodeText", + "@id": "doNotProfileFromUpdateDate", "@type": "Property", "domain": [ - "PersonEmployment" + "Individual" ] }, { - "@id": "employerCityName", + "@id": "doNotMarketFromUpdateDate", "@type": "Property", "domain": [ - "PersonEmployment" + "Individual" ] }, { - "@id": "employerAddressLine4", + "@id": "doNotTrackLocationUpdateDate", "@type": "Property", "domain": [ - "PersonEmployment" + "Individual" ] }, { - "@id": "employerAddressLine3", + "@id": "doNotTrackUpdateDate", "@type": "Property", "domain": [ - "PersonEmployment" + "Individual" ] }, { - "@id": "employerAddressLine2", + "@id": "residenceCaptureMethod", "@type": "Property", "domain": [ - "PersonEmployment" + "Individual" ] }, { - "@id": "employerAddressLine1", + "@id": "residenceCountryName", "@type": "Property", "domain": [ - "PersonEmployment" + "Individual" ] }, { - "@id": "employerPhoneNumber", + "@id": "mothersMaidenName", "@type": "Property", "domain": [ - "PersonEmployment" + "Individual" ] }, { - "@id": "occupationText", + "@id": "preferredName", "@type": "Property", "domain": [ - "PersonEmployment" + "Individual" ] }, { - "@id": "positionText", + "@id": "orderingName", "@type": "Property", "domain": [ - "PersonEmployment" + "Individual" ] }, { - "@id": "employmentStatus", + "@id": "mailingName", "@type": "Property", "domain": [ - "PersonEmployment" + "Individual" ] }, { - "@id": "annualIncome", + "@id": "officialName", "@type": "Property", "domain": [ - "PersonEmployment" + "Individual" ] }, { - "@id": "employerName", + "@id": "nameSuffix", "@type": "Property", "domain": [ - "PersonEmployment" + "Individual" ] }, { - "@id": "endDate", + "@id": "secondLastName", "@type": "Property", "domain": [ - "PersonEmployment" + "Individual" ] }, { - "@id": "startDate", + "@id": "lastName", "@type": "Property", "domain": [ - "PersonEmployment" + "Individual" ] }, { - "@id": "employerContactPointAddress", + "@id": "middleName", "@type": "Property", "domain": [ - "PersonEmployment" + "Individual" ] }, { - "@id": "personLifeEventDateTime", + "@id": "firstName", "@type": "Property", "domain": [ - "PersonLifeEvent" + "Individual" ] }, { - "@id": "personLifeEventType", + "@id": "salutation", "@type": "Property", "domain": [ - "PersonLifeEvent" + "Individual" ] }, { - "@id": "institutionName", + "@id": "personName", "@type": "Property", "domain": [ - "PersonEducation" + "Individual" ] }, { - "@id": "graduationDate", + "@id": "photoURL", "@type": "Property", "domain": [ - "PersonEducation" + "Individual" ] }, { - "@id": "educationLevel", + "@id": "primaryHousehold", "@type": "Property", "domain": [ - "PersonEducation" + "Individual" ] }, { - "@id": "educationName", + "@id": "householdDissolvedDate", "@type": "Property", "domain": [ - "PersonEducation" ->>>>>>> master + "Household" ] - } - ], - "schemas": [ + }, { - "@type": "Shape", -<<<<<<< HEAD - "@id": "Lead", - "properties": [ - { - "path": "geoCodeAccuracy", -======= - "@id": "Party", - "properties": [ - { - "path": "noMergeReason", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "geoCodeLongitude", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "geoCodeLatitude", -======= - "path": "partyType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "globalParty", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "website", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadScore", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadRating", -======= - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "primaryAccount", - "http://www.w3.org/ns/shacl#node": "Account" - } + "@id": "householdFormedDate", + "@type": "Property", + "domain": [ + "Household" ] }, { - "@type": "Shape", - "@id": "Individual", - "properties": [ - { - "path": "noMergeReason", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "photoURL", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "lastActivityDate", -======= - "path": "convictionsCount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - } + "@id": "householdMemberCount", + "@type": "Property", + "domain": [ + "Household" ] }, { - "@type": "Shape", - "@id": "Household", - "properties": [ - { - "path": "noMergeReason", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "companyName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "annualRevenue", -======= - "path": "householdDissolvedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - } + "@id": "name", + "@type": "Property", + "domain": [ + "Household", + "InternalBusinessUnit", + "PartyAdditionalName", + "PartyIdentification" ] }, { - "@type": "Shape", - "@id": "InternalBusinessUnit", - "properties": [ - { - "path": "noMergeReason", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "countryName", -======= - "path": "parentInternalBusinessUnit", - "http://www.w3.org/ns/shacl#node": "InternalBusinessUnit" - } + "@id": "businessUnitType", + "@type": "Property", + "domain": [ + "InternalBusinessUnit" ] }, { - "@type": "Shape", - "@id": "UncategorizedParty", - "properties": [ - { - "path": "noMergeReason", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "stateProvinceName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "streetName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "emailBouncedReason", -======= - "path": "creationReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - } + "@id": "parentInternalBusinessUnit", + "@type": "Property", + "domain": [ + "InternalBusinessUnit" ] }, { - "@type": "Shape", - "@id": "PartyAdditionalName", - "properties": [ - { - "path": "additionalNameType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "creationReason", + "@type": "Property", + "domain": [ + "UncategorizedParty" ] }, { - "@type": "Shape", - "@id": "PersonLanguage", - "properties": [ - { - "path": "writtenProficiencyLevel", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "emailBouncedDate", -======= - "path": "spokenProficiencyLevel", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "convertedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isConverted", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "description", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadSource", -======= - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "individual", - "http://www.w3.org/ns/shacl#node": "Individual", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "originalSourceRecord", + "@type": "Property", + "domain": [ + "UncategorizedParty" ] }, { - "@type": "Shape", - "@id": "PartyRelatedParty", - "properties": [ - { - "path": "relatedToDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "relatedFromDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "partyRelationshipType", - "http://www.w3.org/ns/shacl#node": "PartyRelationshipType", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "relatedParty", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "originalSourceSystem", + "@type": "Property", + "domain": [ + "UncategorizedParty" ] }, { - "@type": "Shape", - "@id": "PartyRelationshipType", - "properties": [ - { - "path": "isBidirectional", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "relatedPartyRole", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "partyRole", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 -<<<<<<< HEAD - }, - { - "path": "partnerAccount", - "http://www.w3.org/ns/shacl#node": "Account" - }, - { - "path": "faxContactPhone", - "http://www.w3.org/ns/shacl#node": "ContactPointPhone" - }, - { - "path": "mobileContactPhone", - "http://www.w3.org/ns/shacl#node": "ContactPointPhone" - }, - { - "path": "phoneContactPoint", - "http://www.w3.org/ns/shacl#node": "ContactPointPhone" - }, - { - "path": "contactPointEmail", - "http://www.w3.org/ns/shacl#node": "ContactPointEmail" - }, - { - "path": "contactAddress", - "http://www.w3.org/ns/shacl#node": "ContactPointAddress" - }, - { - "path": "convertedToAccountContact", - "http://www.w3.org/ns/shacl#node": "AccountContact" - }, - { - "path": "convertedToAccount", - "http://www.w3.org/ns/shacl#node": "Account" - }, - { - "path": "partyRole", - "http://www.w3.org/ns/shacl#node": "PartyRole", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "uncategorizedPartyLabel", + "@type": "Property", + "domain": [ + "UncategorizedParty" ] - } - ] - }, - { - "@id": "PartyEntityGroup", - "name": "Party", - "@type": "EntityGroup", - "version": "0.2", - "subjectArea": { - "@id": "Party" - }, - "description": "Example Entities included: Organization, Individual, Affiliate Group, Uncategorized", - "classConcepts": [ - { - "@id": "Party", - "name": "Party", - "@type": "Class", - "description": "A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group." - }, - { - "@id": "Individual", - "name": "Individual", - "@type": "Class", - "subClassOf": "Party", - "description": "Represent the person you are, or will be, dealing with using the system" - }, - { - "@id": "Household", - "name": "Household", - "@type": "Class", - "subClassOf": "Party", - "description": "A combination of people, normally recorded in the system for marketing or service purposes" - }, - { - "@id": "InternalBusinessUnit", - "name": "Internal Business Unit", - "@type": "Class", - "subClassOf": "Party", - "description": "Defining a part of your own internal organization. May be anything from a holding company, a line of business, a country division, a department and for which you may want to track e.g. if it is a legal entity, default GL Code, profit-and-loss etc against." }, { - "@id": "UncategorizedParty", - "name": "Uncategorized Party", - "@type": "Class", - "subClassOf": "Party", - "description": "A party we may be, or will be, dealing with but we do not know who they are yet e.g. Social Handle 'TrustedNews' which we do not yet know if a person or a business but complain about our company so we want to log a case to investigate further. E.g. an ord" - }, - { - "@id": "PartyAdditionalName", - "name": "Party Additional Name", - "@type": "Class", - "description": "Under what name is a person also known as( AKA), under what alternate name is a business doing business as (DBA)" - }, - { - "@id": "PersonLanguage", - "name": "Person Language", - "@type": "Class", - "description": "Languages a person can comprehend and level of comprehension" - }, - { - "@id": "PartyRelatedParty", - "name": "Party Related Party", - "@type": "Class", - "description": "Relates any two parties together e.g. Jane and John Doe part of The Doe Household" - }, - { - "@id": "PartyRelationshipType", - "name": "Party Relationship Type", - "@type": "Class", - "description": "Define name of a relationship and how to read the relationship both ways e.g. household for / household member of" - }, - { - "@id": "PartyIdentification", - "name": "Party Identification", - "@type": "Class", - "description": "Set of ways to identify a party e.g. driving license, birth certificate" - }, - { - "@id": "PersonEmployment", - "name": "Person Employment", - "@type": "Class", - "description": "Information about an employee" - }, - { - "@id": "PersonLifeEvent", - "name": "Person Life Event", - "@type": "Class", - "description": "Major events a person had in their lives e.g. graudation date, marriage date" + "@id": "additionalNameType", + "@type": "Property", + "domain": [ + "PartyAdditionalName" + ] }, { - "@id": "PersonEducation", - "name": "Person Education", - "@type": "Class", - "description": "Education a person has e.g. Phd, High School" - } - ], - "propertyConcepts": [ - { - "@id": "noMergeReason", + "@id": "party", "@type": "Property", "domain": [ - "Party" + "PartyAdditionalName", + "PartyRelatedParty", + "PartyIdentification" ] }, { - "@id": "partyType", + "@id": "writtenProficiencyLevel", "@type": "Property", "domain": [ - "Party" + "PersonLanguage" ] }, { - "@id": "globalParty", + "@id": "spokenProficiencyLevel", "@type": "Property", "domain": [ - "Party" + "PersonLanguage" ] }, { - "@id": "id", + "@id": "individual", "@type": "Property", "domain": [ - "Party", - "Individual", - "Household", - "InternalBusinessUnit", - "UncategorizedParty", - "PartyAdditionalName", "PersonLanguage", - "PartyRelatedParty", - "PartyRelationshipType", - "PartyIdentification", "PersonEmployment", "PersonLifeEvent", "PersonEducation" ] }, { - "@id": "primaryAccount", + "@id": "relatedToDate", "@type": "Property", "domain": [ - "Party" + "PartyRelatedParty" ] }, { - "@id": "convictionsCount", + "@id": "relatedFromDate", "@type": "Property", "domain": [ - "Individual" + "PartyRelatedParty" ] }, { - "@id": "isGoodStudent", + "@id": "partyRelationshipType", "@type": "Property", "domain": [ - "Individual" + "PartyRelatedParty" ] }, { - "@id": "isGoodDriver", + "@id": "relatedParty", "@type": "Property", "domain": [ - "Individual" + "PartyRelatedParty" ] }, { - "@id": "highestEducationLevel", + "@id": "isBidirectional", "@type": "Property", "domain": [ - "Individual" + "PartyRelationshipType" ] }, { - "@id": "weddingAnniversaryDate", + "@id": "relatedPartyRole", "@type": "Property", "domain": [ - "Individual" + "PartyRelationshipType" ] }, { - "@id": "webSiteURL", + "@id": "partyRole", "@type": "Property", "domain": [ - "Individual" + "PartyRelationshipType", + "PartyIdentification" ] }, { - "@id": "isHighRiskHobby", + "@id": "verifiedDate", "@type": "Property", "domain": [ - "Individual" + "PartyIdentification" ] }, { - "@id": "primaryHobby", + "@id": "expiryDate", "@type": "Property", "domain": [ - "Individual" + "PartyIdentification" ] }, { - "@id": "occupation", + "@id": "issuedAtLocation", "@type": "Property", "domain": [ - "Individual" + "PartyIdentification" ] }, { - "@id": "militaryStatus", + "@id": "issuedByAuthority", "@type": "Property", "domain": [ - "Individual" - ] - }, - { - "@id": "militaryService", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "isHighRiskOccupation", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "occupationType", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "childrenCount", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "isHomeOwner", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "religion", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "gender", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "deathDate", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "ethnicity", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "personLifeStage", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "maritalStatus", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "employedSinceDate", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "currentEmployerName", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "deathPlace", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "birthPlace", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "minorCitationCount", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "majorCitationCount", - "@type": "Property", - "domain": [ - "Individual" + "PartyIdentification" ] }, { - "@id": "surgeriesLast5YearsCount", + "@id": "issuedDate", "@type": "Property", "domain": [ - "Individual" + "PartyIdentification" ] }, { - "@id": "hospitalizationsLast5YearsCount", + "@id": "identificationNumber", "@type": "Property", "domain": [ - "Individual" + "PartyIdentification" ] }, { - "@id": "isTobaccoConsume", + "@id": "partyIdentificationType", "@type": "Property", "domain": [ - "Individual" + "PartyIdentification" ] }, { - "@id": "hasDrugAbuseHistory", + "@id": "employerPostalCodeText", "@type": "Property", "domain": [ - "Individual" + "PersonEmployment" ] }, { - "@id": "isDrugConsumer", + "@id": "employerCityName", "@type": "Property", "domain": [ - "Individual" + "PersonEmployment" ] }, { - "@id": "hasAlcoholAbuseHistory", + "@id": "employerAddressLine4", "@type": "Property", "domain": [ - "Individual" + "PersonEmployment" ] }, { - "@id": "isAlcoholConsumer", + "@id": "employerAddressLine3", "@type": "Property", "domain": [ - "Individual" + "PersonEmployment" ] }, { - "@id": "personWeightUnitOfMeasure", + "@id": "employerAddressLine2", "@type": "Property", "domain": [ - "Individual" + "PersonEmployment" ] }, { - "@id": "personWeight", + "@id": "employerAddressLine1", "@type": "Property", "domain": [ - "Individual" + "PersonEmployment" ] }, { - "@id": "personHeightUnitOfMeasure", + "@id": "employerPhoneNumber", "@type": "Property", "domain": [ - "Individual" + "PersonEmployment" ] }, { - "@id": "personHeight", + "@id": "occupationText", "@type": "Property", "domain": [ - "Individual" + "PersonEmployment" ] }, { - "@id": "mainDisabilityType", + "@id": "positionText", "@type": "Property", "domain": [ - "Individual" + "PersonEmployment" ] }, { - "@id": "mainDietaryHabitType", + "@id": "employmentStatus", "@type": "Property", "domain": [ - "Individual" + "PersonEmployment" ] }, { - "@id": "mainLifeAttitudeType", + "@id": "annualIncome", "@type": "Property", "domain": [ - "Individual" + "PersonEmployment" ] }, { - "@id": "mainLifeStyleType", + "@id": "employerName", "@type": "Property", "domain": [ - "Individual" + "PersonEmployment" ] }, { - "@id": "mainPersonalValueType", + "@id": "endDate", "@type": "Property", "domain": [ - "Individual" + "PersonEmployment" ] }, { - "@id": "mainPersonalityType", + "@id": "startDate", "@type": "Property", "domain": [ - "Individual" + "PersonEmployment" ] }, { - "@id": "taxBracketRange", + "@id": "employerContactPointAddress", "@type": "Property", "domain": [ - "Individual" + "PersonEmployment" ] }, { - "@id": "dependentCount", + "@id": "personLifeEventDateTime", "@type": "Property", "domain": [ - "Individual" + "PersonLifeEvent" ] }, { - "@id": "consumerCreditScoreProviderName", + "@id": "personLifeEventType", "@type": "Property", "domain": [ - "Individual" + "PersonLifeEvent" ] }, { - "@id": "consumerCreditScore", + "@id": "institutionName", "@type": "Property", "domain": [ - "Individual" + "PersonEducation" ] }, { - "@id": "yearlyIncomeRange", + "@id": "graduationDate", "@type": "Property", "domain": [ - "Individual" + "PersonEducation" ] }, { - "@id": "yearlyIncome", + "@id": "educationLevel", "@type": "Property", "domain": [ - "Individual" + "PersonEducation" ] }, { - "@id": "netWorth", + "@id": "educationName", "@type": "Property", "domain": [ - "Individual" + "PersonEducation" ] - }, + } + ], + "schemas": [ { - "@id": "influencerRating", - "@type": "Property", - "domain": [ - "Individual" + "@type": "Shape", + "@id": "Party", + "properties": [ + { + "path": "noMergeReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "globalParty", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "primaryAccount", + "http://www.w3.org/ns/shacl#node": "Account" + } ] }, { - "@id": "overAgeNumber", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "birthDate", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "doExtractMyDataUpdateDate", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "sendIndividualData", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "doForgetMeFromUpdateDate", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "shouldForget", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "doNotProcessReason", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "doNotProcessFromUpdateDate", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "doNotProfileFromUpdateDate", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "doNotMarketFromUpdateDate", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "doNotTrackLocationUpdateDate", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "doNotTrackUpdateDate", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "residenceCaptureMethod", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "residenceCountryName", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "mothersMaidenName", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "preferredName", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "orderingName", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "mailingName", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "officialName", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "nameSuffix", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "secondLastName", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "lastName", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "middleName", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "firstName", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "salutation", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "personName", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "photoURL", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "primaryHousehold", - "@type": "Property", - "domain": [ - "Individual" - ] - }, - { - "@id": "householdDissolvedDate", - "@type": "Property", - "domain": [ - "Household" - ] - }, - { - "@id": "householdFormedDate", - "@type": "Property", - "domain": [ - "Household" - ] - }, - { - "@id": "householdMemberCount", - "@type": "Property", - "domain": [ - "Household" - ] - }, - { - "@id": "name", - "@type": "Property", - "domain": [ - "Household", - "InternalBusinessUnit", - "PartyAdditionalName", - "PartyIdentification" - ] - }, - { - "@id": "businessUnitType", - "@type": "Property", - "domain": [ - "InternalBusinessUnit" - ] - }, - { - "@id": "parentInternalBusinessUnit", - "@type": "Property", - "domain": [ - "InternalBusinessUnit" - ] - }, - { - "@id": "creationReason", - "@type": "Property", - "domain": [ - "UncategorizedParty" - ] - }, - { - "@id": "originalSourceRecord", - "@type": "Property", - "domain": [ - "UncategorizedParty" - ] - }, - { - "@id": "originalSourceSystem", - "@type": "Property", - "domain": [ - "UncategorizedParty" - ] - }, - { - "@id": "uncategorizedPartyLabel", - "@type": "Property", - "domain": [ - "UncategorizedParty" - ] - }, - { - "@id": "additionalNameType", - "@type": "Property", - "domain": [ - "PartyAdditionalName" - ] - }, - { - "@id": "party", - "@type": "Property", - "domain": [ - "PartyAdditionalName", - "PartyRelatedParty", - "PartyIdentification" - ] - }, - { - "@id": "writtenProficiencyLevel", - "@type": "Property", - "domain": [ - "PersonLanguage" - ] - }, - { - "@id": "spokenProficiencyLevel", - "@type": "Property", - "domain": [ - "PersonLanguage" - ] - }, - { - "@id": "individual", - "@type": "Property", - "domain": [ - "PersonLanguage", - "PersonEmployment", - "PersonLifeEvent", - "PersonEducation" - ] - }, - { - "@id": "relatedToDate", - "@type": "Property", - "domain": [ - "PartyRelatedParty" - ] - }, - { - "@id": "relatedFromDate", - "@type": "Property", - "domain": [ - "PartyRelatedParty" - ] - }, - { - "@id": "partyRelationshipType", - "@type": "Property", - "domain": [ - "PartyRelatedParty" - ] - }, - { - "@id": "relatedParty", - "@type": "Property", - "domain": [ - "PartyRelatedParty" - ] - }, - { - "@id": "isBidirectional", - "@type": "Property", - "domain": [ - "PartyRelationshipType" - ] - }, - { - "@id": "relatedPartyRole", - "@type": "Property", - "domain": [ - "PartyRelationshipType" - ] - }, - { - "@id": "partyRole", - "@type": "Property", - "domain": [ - "PartyRelationshipType", - "PartyIdentification" - ] - }, - { - "@id": "verifiedDate", - "@type": "Property", - "domain": [ - "PartyIdentification" - ] - }, - { - "@id": "expiryDate", - "@type": "Property", - "domain": [ - "PartyIdentification" - ] - }, - { - "@id": "issuedAtLocation", - "@type": "Property", - "domain": [ - "PartyIdentification" - ] - }, - { - "@id": "issuedByAuthority", - "@type": "Property", - "domain": [ - "PartyIdentification" - ] - }, - { - "@id": "issuedDate", - "@type": "Property", - "domain": [ - "PartyIdentification" - ] - }, - { - "@id": "identificationNumber", - "@type": "Property", - "domain": [ - "PartyIdentification" - ] - }, - { - "@id": "partyIdentificationType", - "@type": "Property", - "domain": [ - "PartyIdentification" - ] - }, - { - "@id": "employerPostalCodeText", - "@type": "Property", - "domain": [ - "PersonEmployment" - ] - }, - { - "@id": "employerCityName", - "@type": "Property", - "domain": [ - "PersonEmployment" - ] - }, - { - "@id": "employerAddressLine4", - "@type": "Property", - "domain": [ - "PersonEmployment" - ] - }, - { - "@id": "employerAddressLine3", - "@type": "Property", - "domain": [ - "PersonEmployment" - ] - }, - { - "@id": "employerAddressLine2", - "@type": "Property", - "domain": [ - "PersonEmployment" - ] - }, - { - "@id": "employerAddressLine1", - "@type": "Property", - "domain": [ - "PersonEmployment" - ] - }, - { - "@id": "employerPhoneNumber", - "@type": "Property", - "domain": [ - "PersonEmployment" - ] - }, - { - "@id": "occupationText", - "@type": "Property", - "domain": [ - "PersonEmployment" - ] - }, - { - "@id": "positionText", - "@type": "Property", - "domain": [ - "PersonEmployment" - ] - }, - { - "@id": "employmentStatus", - "@type": "Property", - "domain": [ - "PersonEmployment" - ] - }, - { - "@id": "annualIncome", - "@type": "Property", - "domain": [ - "PersonEmployment" - ] - }, - { - "@id": "employerName", - "@type": "Property", - "domain": [ - "PersonEmployment" - ] - }, - { - "@id": "endDate", - "@type": "Property", - "domain": [ - "PersonEmployment" - ] - }, - { - "@id": "startDate", - "@type": "Property", - "domain": [ - "PersonEmployment" - ] - }, - { - "@id": "employerContactPointAddress", - "@type": "Property", - "domain": [ - "PersonEmployment" - ] - }, - { - "@id": "personLifeEventDateTime", - "@type": "Property", - "domain": [ - "PersonLifeEvent" - ] - }, - { - "@id": "personLifeEventType", - "@type": "Property", - "domain": [ - "PersonLifeEvent" - ] - }, - { - "@id": "institutionName", - "@type": "Property", - "domain": [ - "PersonEducation" - ] - }, - { - "@id": "graduationDate", - "@type": "Property", - "domain": [ - "PersonEducation" - ] - }, - { - "@id": "educationLevel", - "@type": "Property", - "domain": [ - "PersonEducation" - ] - }, - { - "@id": "educationName", - "@type": "Property", - "domain": [ - "PersonEducation" -======= - } - ] - }, - { - "@type": "Shape", - "@id": "PartyIdentification", - "properties": [ - { - "path": "verifiedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "expiryDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "issuedAtLocation", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "issuedByAuthority", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "issuedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "identificationNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "partyIdentificationType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "partyRole", - "http://www.w3.org/ns/shacl#node": "PartyRole" - }, - { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "PersonEmployment", - "properties": [ - { - "path": "employerPostalCodeText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employerCityName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employerAddressLine4", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employerAddressLine3", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employerAddressLine2", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employerAddressLine1", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employerPhoneNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "occupationText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "positionText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employmentStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "annualIncome", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employerName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "endDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "startDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employerContactPointAddress", - "http://www.w3.org/ns/shacl#node": "ContactPointAddress" - }, - { - "path": "individual", - "http://www.w3.org/ns/shacl#node": "Individual", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "PersonLifeEvent", - "properties": [ - { - "path": "personLifeEventDateTime", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "personLifeEventType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "individual", - "http://www.w3.org/ns/shacl#node": "Individual", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "PersonEducation", - "properties": [ - { - "path": "institutionName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "graduationDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "educationLevel", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "educationName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "individual", - "http://www.w3.org/ns/shacl#node": "Individual", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - } - ] - } - ] - }, - { - "@id": "PaymentSubjectArea", - "@type": "SubjectArea", - "version": { - "name": "cimVersion", - "value": "0.2" - }, - "name": "Payment", - "description": "A submitted payment. Includes information about whether a submitted payment was successfully processed or not.", - "entityGroups": [ - { - "@id": "PaymentEntityGroup", - "name": "Payment", - "@type": "EntityGroup", - "version": "0.2", - "subjectArea": { - "@id": "Payment" - }, - "description": "Example Entities included: Payment, Payment Group, Payment Authorization, Payment Gateway", - "classConcepts": [ - { - "@id": "Payment", - "name": "Payment", - "@type": "Class", - "description": "An amount of currency paid." - }, - { - "@id": "CapturePayment", - "name": "Capture Payment", - "@type": "Class", - "description": "The transfer of money from the customer's account to the merchant's account." - }, - { - "@id": "RefundPayment", - "name": "Refund Payment", - "@type": "Class", - "description": "Represents a repayment made, typically to a customer who isn’t satisfied with the goods or services purchased. Refunds are typically made after a payment has already been received from customers" - }, - { - "@id": "PaymentPolicy", - "name": "Payment Policy", - "@type": "Class", - "description": "This entity stores policy information for an org or an account which can be used to automate the process of payment application to invoice based on business needs." - }, - { - "@id": "RefundCreditMemoAllocation", - "name": "Refund Credit Memo Allocation", - "@type": "Class", - "description": "Facilitates applying/unapplying refund balance to a credit memo." - }, - { - "@id": "RefundAllocation", - "name": "Refund Allocation", - "@type": "Class", - "description": "Facilitates applying/unapplying a capture payment, or a credit memo to a Refund Payment." - }, - { - "@id": "PaymentGroup", - "name": "Payment Group", - "@type": "Class", - "description": "Payment Group provides a way to associate payments and payment gateway events, where the payment is not associated with a Sales Order." - }, - { - "@id": "PaymentTreatmentMethod", - "name": "Payment Treatment Method", - "@type": "Class", - "description": "Represents a specific algorithm or method to apply. For example - pay for taxes first, pay for charges first, pay for oldest due invoice first etc. It can also point to a rule based on which application can be done. Treatment has a method." - }, - { - "@id": "PaymentTreatment", - "name": "Payment Treatment", - "@type": "Class", - "description": "This entity has the information which controls the way in which payment can be applied based on a legal entity or workflow. A policy has multiple treatments associated." - }, - { - "@id": "PaymentAuthorization", - "name": "Payment Authorization", - "@type": "Class", - "description": "An approval from the issuer of a payment instrument (usually a card), that the customer has sufficient funds to cover the cost of the transaction." - }, - { - "@id": "PaymentGatewayAuthReversalLog", - "name": "Payment Gateway Authorization Reversal Log", - "@type": "Class", - "description": "A log record of all requests made to financial institutions, made via the payment gateway, to cancel payment authorizations." - }, - { - "@id": "PaymentGatewayInteractionLog", - "name": "Payment Gateway Interaction Log", - "@type": "Class", - "description": "A log record of all messages exchanged with merchants made via the payment gateway, for authorizations and payments." - }, - { - "@id": "PaymentGatewayPaymentLog", - "name": "Payment Gateway Payment Log", - "@type": "Class", - "description": "A log record of all messages originating with financial institutions that previously provided payment authorizations, that payments have been deducted from customers' accounts." - }, - { - "@id": "PaymentGatewayAuthorizationLog", - "name": "Payment Gateway Authorization Log", - "@type": "Class", - "description": "A log record of all requests made to financial institutions, made via the payment gateway, to authorize payments." - }, - { - "@id": "PaymentGatewayInteractionType", - "name": "Payment Gateway Interaction Type", - "@type": "Class", - "description": "Reasons for accessing the Payment Gateway, including authorization, Sale and Void." - }, - { - "@id": "PaymentGateway", - "name": "Payment Gateway", - "@type": "Class", - "description": "Holds the payment gateway merchant details which are used to interact external payment systems." - }, - { - "@id": "PaymentGatewayProvider", - "name": "Payment Gateway Provider", - "@type": "Class", - "description": "Stores class details needed for maintaining Apex adapter." - }, - { - "@id": "PaymentGatewayResultCode", - "name": "Payment Gateway Result Code", - "@type": "Class", - "description": "The response from the Payment Gateway." - }, - { - "@id": "PaymentApplication", - "name": "Payment Application", - "@type": "Class", - "description": "The designation of part or all of a Payment to satisfy a claim on the payment funds." - }, - { - "@id": "PaymentInvoiceApplication", - "name": "Payment Invoice Application", - "@type": "Class", - "description": "Facilitates applying/unapplying payment balance to an Invoice." - }, - { - "@id": "PaymentAllocation", - "name": "Payment Allocation", - "@type": "Class", - "description": "A Payment Application may be further broken down, to allocate payment funds to one or more line items within an Invoice or Credit Memo" - }, - { - "@id": "PaymentCreditMemoApplication", - "name": "Payment Credit Memo Application", - "@type": "Class", - "description": "Facilitates applying/unapplying payment balance to a credit memo." - }, - { - "@id": "PaymentCreditMemoAllocation", - "name": "Payment Credit Memo Allocation", - "@type": "Class", - "description": "Facilitates applying a Payment Application to the line items of a Credit Memo." - }, - { - "@id": "PaymentInvoiceAllocation", - "name": "Payment Invoice Allocation", - "@type": "Class", - "description": "Facilitates applying a Payment Application to the line items of an Invoice." - }, - { - "@id": "RefundPaymentAllocation", - "name": "Refund Payment Allocation", - "@type": "Class", - "description": "Facilitates applying/unapplying refund balance to a payment." - }, - { - "@id": "PaymentAuthorizationReversal", - "name": "Payment Authorization Reversal", - "@type": "Class", - "description": "An authorization reversal is a message that alerts the issuer that part or all of a sale has been cancelled and the authorization hold should be rescinded." - } - ], - "propertyConcepts": [ - { - "@id": "paymentType", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "authorizationProcessingMode", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "latestGatewayInternalResult", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "paymentStatus", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "id", - "@type": "Property", - "domain": [ - "Payment", - "RefundPayment", - "PaymentPolicy", - "RefundCreditMemoAllocation", - "RefundAllocation", - "PaymentGroup", - "PaymentTreatmentMethod", - "PaymentTreatment", - "PaymentAuthorization", - "PaymentGatewayInteractionLog", - "PaymentGatewayInteractionType", - "PaymentGateway", - "PaymentGatewayProvider", - "PaymentGatewayResultCode", - "PaymentApplication", - "PaymentAllocation", - "PaymentCreditMemoApplication", - "PaymentCreditMemoAllocation", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "customerPhoneNumber", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "customerEmailAddress", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "name", - "@type": "Property", - "domain": [ - "Payment", - "PaymentPolicy", - "PaymentGatewayInteractionType", - "PaymentGateway", - "PaymentGatewayResultCode", - "PaymentApplication" - ] - }, - { - "@id": "latestGatewayReferenceNumber", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "latestGatewayInternalReferenceNumber", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "latestPaymentGatewayMessageText", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "macAddress", - "@type": "Property", - "domain": [ - "Payment", - "PaymentAuthorization", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "iPAddress", - "@type": "Property", - "domain": [ - "Payment", - "PaymentAuthorization", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "paymentNumber", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "commentText", - "@type": "Property", - "domain": [ - "Payment", - "PaymentApplication" - ] - }, - { - "@id": "paymentAmount", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "netAppliedAmount", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "totalAppliedAmount", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "totalUnappliedAmount", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "balanceAmount", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "latestGatewayDate", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "externalCreatedDate", - "@type": "Property", - "domain": [ - "Payment", - "RefundAllocation", - "PaymentAuthorization", - "PaymentApplication", - "PaymentAllocation", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "paymentEffectiveDate", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "paymentCancellationDate", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "salesOrderPaymentSummary", - "@type": "Property", - "domain": [ - "Payment", - "CapturePayment", - "RefundPayment", - "PaymentAuthorization" - ] - }, - { - "@id": "paymentGroup", - "@type": "Property", - "domain": [ - "Payment", - "PaymentAuthorization" - ] - }, - { - "@id": "paymentGateway", - "@type": "Property", - "domain": [ - "Payment", - "PaymentAuthorization" - ] - }, - { - "@id": "paymentTreatment", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "internalBusinessUnit", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "account", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "paymentMethod", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "latestGatewayResultCode", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "paymentAuthorization", - "@type": "Property", - "domain": [ - "CapturePayment", - "PaymentGatewayAuthorizationLog", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "paymentPolicyStatus", - "@type": "Property", - "domain": [ - "PaymentPolicy" - ] - }, - { - "@id": "paymentPolicyTreatmentSelection", - "@type": "Property", - "domain": [ - "PaymentPolicy" - ] - }, - { - "@id": "description", - "@type": "Property", - "domain": [ - "PaymentPolicy", - "PaymentGatewayInteractionType", - "PaymentGatewayResultCode" - ] - }, - { - "@id": "refundPayment", - "@type": "Property", - "domain": [ - "RefundCreditMemoAllocation", - "RefundAllocation", - "RefundPaymentAllocation" - ] - }, - { - "@id": "refundAllocationType", - "@type": "Property", - "domain": [ - "RefundAllocation" - ] - }, - { - "@id": "refundAllocationName", - "@type": "Property", - "domain": [ - "RefundAllocation" - ] - }, - { - "@id": "refundBalanceAmount", - "@type": "Property", - "domain": [ - "RefundAllocation" - ] - }, - { - "@id": "allocatedAmount", - "@type": "Property", - "domain": [ - "RefundAllocation" - ] - }, - { - "@id": "appliedDate", - "@type": "Property", - "domain": [ - "RefundAllocation", - "PaymentApplication" - ] - }, - { - "@id": "effectiveDate", - "@type": "Property", - "domain": [ - "RefundAllocation", - "PaymentApplication" - ] - }, - { - "@id": "unappliedDate", - "@type": "Property", - "domain": [ - "RefundAllocation", - "PaymentApplication" - ] - }, - { - "@id": "hasBeenUnapplied", - "@type": "Property", - "domain": [ - "RefundAllocation", - "PaymentApplication" - ] - }, - { - "@id": "relatedRefundAllocation", - "@type": "Property", - "domain": [ - "RefundAllocation" - ] - }, - { - "@id": "paymentGroupNumber", - "@type": "Property", - "domain": [ - "PaymentGroup" - ] - }, - { - "@id": "totalPaymentAmount", - "@type": "Property", - "domain": [ - "PaymentGroup" - ] - }, - { - "@id": "totalAuthorizationAmount", - "@type": "Property", - "domain": [ - "PaymentGroup" - ] - }, - { - "@id": "totalReversalAmount", - "@type": "Property", - "domain": [ - "PaymentGroup" - ] - }, - { - "@id": "paymentTreatmentMethodName", - "@type": "Property", - "domain": [ - "PaymentTreatmentMethod" - ] - }, - { - "@id": "paymentTreatmentMethodDescription", - "@type": "Property", - "domain": [ - "PaymentTreatmentMethod" - ] - }, - { - "@id": "paymentTreatmentMethodCode", - "@type": "Property", - "domain": [ - "PaymentTreatmentMethod" - ] - }, - { - "@id": "paymentTreatmentStatus", - "@type": "Property", - "domain": [ - "PaymentTreatment" - ] - }, - { - "@id": "paymentApplicationLevel", - "@type": "Property", - "domain": [ - "PaymentTreatment" - ] - }, - { - "@id": "paymentTreatmentName", - "@type": "Property", - "domain": [ - "PaymentTreatment" - ] - }, - { - "@id": "shouldAutoInvoice", - "@type": "Property", - "domain": [ - "PaymentTreatment" - ] - }, - { - "@id": "paymentPolicy", - "@type": "Property", - "domain": [ - "PaymentTreatment" - ] - }, - { - "@id": "paymentTreatmentMethod", - "@type": "Property", - "domain": [ - "PaymentTreatment" - ] - }, - { - "@id": "paymentAuthorizationStatus", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "paymentAuthorizationProcessingMode", - "@type": "Property", - "domain": [ - "PaymentAuthorization", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "paymentAuthorizationNumber", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "paymentAuthorizationCommentText", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "gatewayAuthorizationCode", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "paymentGatewayReferenceNumber", - "@type": "Property", - "domain": [ - "PaymentAuthorization", - "PaymentGatewayInteractionLog", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "paymentGatewayInternalReferenceNumber", - "@type": "Property", - "domain": [ - "PaymentAuthorization", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "gatewayReferenceDetailsText", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "gatewayResultCodeDescription", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "availableBalanceAmount", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "authorizationAmount", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "totalPaymentCaptureAmount", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "totalAuthorizationReversalAmount", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "paymentGatewayDate", - "@type": "Property", - "domain": [ - "PaymentAuthorization", - "PaymentGatewayInteractionLog", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "requestDate", - "@type": "Property", - "domain": [ - "PaymentAuthorization", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "expirationDate", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "paymentMethodID", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "paymentGatewayResult", - "@type": "Property", - "domain": [ - "PaymentAuthorization", - "PaymentGatewayAuthReversalLog", - "PaymentGatewayInteractionLog", - "PaymentGatewayPaymentLog", - "PaymentGatewayAuthorizationLog", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "paymentAuthorizationReversal", - "@type": "Property", - "domain": [ - "PaymentGatewayAuthReversalLog" - ] - }, - { - "@id": "internalResultCode", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" - ] - }, - { - "@id": "paymentGatewayInteractionStatus", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" - ] - }, - { - "@id": "paymentGatewayInteractionLogName", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" - ] - }, - { - "@id": "paymentGatewayAuthorizationCode", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" - ] - }, - { - "@id": "paymentGatewayAVSCode", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" - ] - }, - { - "@id": "paymentGatewayMessageText", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" - ] - }, - { - "@id": "internalReferenceNumber", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" - ] - }, - { - "@id": "paymentGatewayInteractionType", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" - ] - }, - { - "@id": "payment", - "@type": "Property", - "domain": [ - "PaymentGatewayPaymentLog", - "PaymentApplication", - "PaymentInvoiceApplication", - "PaymentCreditMemoApplication" - ] - }, - { - "@id": "paymentGatewayStatus", - "@type": "Property", - "domain": [ - "PaymentGateway" - ] - }, - { - "@id": "systemCredential", - "@type": "Property", - "domain": [ - "PaymentGateway" - ] - }, - { - "@id": "paymentGatewayCommentText", - "@type": "Property", - "domain": [ - "PaymentGateway" - ] - }, - { - "@id": "paymentGatewayProvider", - "@type": "Property", - "domain": [ - "PaymentGateway" - ] - }, - { - "@id": "paymentGatewayProviderName", - "@type": "Property", - "domain": [ - "PaymentGatewayProvider" - ] - }, - { - "@id": "apexAdapterClassName", - "@type": "Property", - "domain": [ - "PaymentGatewayProvider" - ] - }, - { - "@id": "paymentGatewayProviderCommentText", - "@type": "Property", - "domain": [ - "PaymentGatewayProvider" - ] - }, - { - "@id": "developerName", - "@type": "Property", - "domain": [ - "PaymentGatewayProvider" - ] - }, - { - "@id": "namespacePrefixText", - "@type": "Property", - "domain": [ - "PaymentGatewayProvider" - ] - }, - { - "@id": "paymentApplicationType", - "@type": "Property", - "domain": [ - "PaymentApplication" - ] - }, - { - "@id": "appliedAmount", - "@type": "Property", - "domain": [ - "PaymentApplication" - ] - }, - { - "@id": "paymentBalanceAmount", - "@type": "Property", - "domain": [ - "PaymentApplication" - ] - }, - { - "@id": "paymentInvoiceApplicationType", - "@type": "Property", - "domain": [ - "PaymentInvoiceApplication" - ] - }, - { - "@id": "paymentAllocationName", - "@type": "Property", - "domain": [ - "PaymentAllocation" - ] - }, - { - "@id": "relatedPaymentAllocation", - "@type": "Property", - "domain": [ - "PaymentAllocation", - "PaymentCreditMemoAllocation", - "PaymentInvoiceAllocation" - ] - }, - { - "@id": "paymentInvoiceApplication", - "@type": "Property", - "domain": [ - "PaymentInvoiceAllocation" - ] - }, - { - "@id": "capturePayment", - "@type": "Property", - "domain": [ - "RefundPaymentAllocation", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "paymentAuthorizationReversalStatus", - "@type": "Property", - "domain": [ - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "customerAuthorizationReversalPhone", - "@type": "Property", - "domain": [ - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "customerAuthorizationReversalEmail", - "@type": "Property", - "domain": [ - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "paymentAuthorizationReversalName", - "@type": "Property", - "domain": [ - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "paymentAuthorizationReversalCommentText", - "@type": "Property", - "domain": [ - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "authorizationReversalAmount", - "@type": "Property", - "domain": [ - "PaymentAuthorizationReversal" ->>>>>>> master - ] - } - ], - "schemas": [ - { - "@type": "Shape", -<<<<<<< HEAD - "@id": "Party", - "properties": [ - { - "path": "noMergeReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "partyType", -======= - "@id": "Payment", - "properties": [ - { - "path": "paymentType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "authorizationProcessingMode", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "globalParty", - "datatype": "http://www.w3.org/2001/XMLSchema#string", -======= - "path": "latestGatewayInternalResult", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, ->>>>>>> master - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "primaryAccount", - "http://www.w3.org/ns/shacl#node": "Account" - } - ] - }, - { - "@type": "Shape", - "@id": "Individual", - "and": [ - { - "@id": "Party" - }, - { - "properties": [ - { - "path": "convictionsCount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isGoodStudent", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isGoodDriver", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "highestEducationLevel", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "weddingAnniversaryDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "webSiteURL", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isHighRiskHobby", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "primaryHobby", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "occupation", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "militaryStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "militaryService", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isHighRiskOccupation", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "occupationType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "childrenCount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isHomeOwner", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "religion", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "gender", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "deathDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "ethnicity", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "personLifeStage", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "maritalStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employedSinceDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "currentEmployerName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "deathPlace", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "birthPlace", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "minorCitationCount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "majorCitationCount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "surgeriesLast5YearsCount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "hospitalizationsLast5YearsCount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isTobaccoConsume", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "hasDrugAbuseHistory", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isDrugConsumer", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "hasAlcoholAbuseHistory", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isAlcoholConsumer", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "personWeightUnitOfMeasure", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "personWeight", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "personHeightUnitOfMeasure", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "personHeight", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "mainDisabilityType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "mainDietaryHabitType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "mainLifeAttitudeType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "mainLifeStyleType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "mainPersonalValueType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "mainPersonalityType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "taxBracketRange", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "dependentCount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "consumerCreditScoreProviderName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "consumerCreditScore", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "yearlyIncomeRange", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "yearlyIncome", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "netWorth", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "influencerRating", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "overAgeNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "birthDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "doExtractMyDataUpdateDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "sendIndividualData", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "doForgetMeFromUpdateDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "shouldForget", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "doNotProcessReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "doNotProcessFromUpdateDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "doNotProfileFromUpdateDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "doNotMarketFromUpdateDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "doNotTrackLocationUpdateDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "doNotTrackUpdateDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "residenceCaptureMethod", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "residenceCountryName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "mothersMaidenName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "preferredName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "orderingName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "mailingName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "officialName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "nameSuffix", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "secondLastName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "lastName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "middleName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "firstName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "salutation", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "personName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "photoURL", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "primaryHousehold", - "http://www.w3.org/ns/shacl#node": "Household" - } - ] - } - ] - }, - { - "@type": "Shape", - "@id": "Household", - "and": [ - { - "@id": "Party" - }, - { - "properties": [ - { - "path": "householdDissolvedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "householdFormedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "householdMemberCount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - } - ] - }, - { - "@type": "Shape", - "@id": "InternalBusinessUnit", - "and": [ - { - "@id": "Party" - }, - { - "properties": [ - { - "path": "businessUnitType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "parentInternalBusinessUnit", - "http://www.w3.org/ns/shacl#node": "InternalBusinessUnit" - } - ] - } - ] - }, - { - "@type": "Shape", - "@id": "UncategorizedParty", - "and": [ - { - "@id": "Party" - }, - { - "properties": [ - { - "path": "creationReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "originalSourceRecord", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "originalSourceSystem", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "uncategorizedPartyLabel", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - } - ] - }, - { - "@type": "Shape", - "@id": "PartyAdditionalName", - "properties": [ - { - "path": "additionalNameType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, -======= - "path": "customerPhoneNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "customerEmailAddress", - "datatype": "http://www.w3.org/2001/XMLSchema#string", ->>>>>>> master - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", -======= - "path": "latestGatewayReferenceNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", ->>>>>>> master - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "PersonLanguage", - "properties": [ - { - "path": "writtenProficiencyLevel", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "spokenProficiencyLevel", -======= - "path": "latestGatewayInternalReferenceNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "latestPaymentGatewayMessageText", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "individual", - "http://www.w3.org/ns/shacl#node": "Individual", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "PartyRelatedParty", - "properties": [ - { - "path": "relatedToDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "relatedFromDate", -======= - "path": "macAddress", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "iPAddress", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentNumber", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", -======= - "path": "commentText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", ->>>>>>> master - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "partyRelationshipType", - "http://www.w3.org/ns/shacl#node": "PartyRelationshipType", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "relatedParty", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "PartyRelationshipType", - "properties": [ - { - "path": "isBidirectional", -======= - "path": "paymentAmount", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "relatedPartyRole", -======= - "path": "netAppliedAmount", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "partyRole", -======= - "path": "totalAppliedAmount", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "PartyIdentification", - "properties": [ - { - "path": "verifiedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "expiryDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "issuedAtLocation", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "issuedByAuthority", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "issuedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "identificationNumber", -======= - "path": "totalUnappliedAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "balanceAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "latestGatewayDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "externalCreatedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentEffectiveDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentCancellationDate", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "partyIdentificationType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -======= - "path": "salesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentGroup", - "http://www.w3.org/ns/shacl#node": "PaymentGroup", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentGateway", - "http://www.w3.org/ns/shacl#node": "PaymentGateway", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentTreatment", - "http://www.w3.org/ns/shacl#node": "PaymentTreatment", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "internalBusinessUnit", - "http://www.w3.org/ns/shacl#node": "InternalBusinessUnit", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "account", - "http://www.w3.org/ns/shacl#node": "Account" - }, - { - "path": "paymentMethod", - "http://www.w3.org/ns/shacl#node": "PaymentMethod", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "latestGatewayResultCode", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "CapturePayment", - "properties": [ - { - "path": "salesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentAuthorization", - "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "RefundPayment", - "properties": [ - { ->>>>>>> master - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "partyRole", - "http://www.w3.org/ns/shacl#node": "PartyRole" - }, - { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", -======= - "path": "salesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", ->>>>>>> master - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", -<<<<<<< HEAD - "@id": "PersonEmployment", - "properties": [ - { - "path": "employerPostalCodeText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employerCityName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employerAddressLine4", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employerAddressLine3", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employerAddressLine2", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employerAddressLine1", -======= - "@id": "PaymentPolicy", - "properties": [ - { - "path": "paymentPolicyStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentPolicyTreatmentSelection", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "description", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "RefundCreditMemoAllocation", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "refundPayment", - "http://www.w3.org/ns/shacl#node": "RefundPayment", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "RefundAllocation", - "properties": [ - { - "path": "refundAllocationType", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "employerPhoneNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", -======= - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", ->>>>>>> master - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "occupationText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "positionText", -======= - "path": "refundAllocationName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "refundBalanceAmount", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "employmentStatus", -======= - "path": "allocatedAmount", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "annualIncome", -======= - "path": "appliedDate", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "employerName", -======= - "path": "effectiveDate", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "endDate", -======= - "path": "unappliedDate", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "startDate", -======= - "path": "externalCreatedDate", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "employerContactPointAddress", - "http://www.w3.org/ns/shacl#node": "ContactPointAddress" - }, - { - "path": "individual", - "http://www.w3.org/ns/shacl#node": "Individual", -======= - "path": "hasBeenUnapplied", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "refundPayment", - "http://www.w3.org/ns/shacl#node": "RefundPayment", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "relatedRefundAllocation", - "http://www.w3.org/ns/shacl#node": "RefundAllocation", ->>>>>>> master - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", -<<<<<<< HEAD - "@id": "PersonLifeEvent", - "properties": [ - { - "path": "personLifeEventDateTime", - "datatype": "http://www.w3.org/2001/XMLSchema#string", -======= - "@id": "PaymentGroup", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", ->>>>>>> master - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "personLifeEventType", -======= - "path": "paymentGroupNumber", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", -======= - "path": "totalPaymentAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", ->>>>>>> master - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "individual", - "http://www.w3.org/ns/shacl#node": "Individual", - "http://www.w3.org/ns/shacl#minCount": 1 -======= - "path": "totalAuthorizationAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "totalReversalAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 ->>>>>>> master - } - ] - }, - { - "@type": "Shape", -<<<<<<< HEAD - "@id": "PersonEducation", - "properties": [ - { - "path": "institutionName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", -======= - "@id": "PaymentTreatmentMethod", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", ->>>>>>> master - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "graduationDate", -======= - "path": "paymentTreatmentMethodName", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "educationLevel", -======= - "path": "paymentTreatmentMethodDescription", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "educationName", -======= - "path": "paymentTreatmentMethodCode", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "PaymentTreatment", - "properties": [ - { - "path": "paymentTreatmentStatus", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD -======= - "path": "paymentApplicationLevel", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { ->>>>>>> master - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "individual", - "http://www.w3.org/ns/shacl#node": "Individual", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - } - ] - } - ] - }, - { - "@id": "PaymentSubjectArea", - "@type": "SubjectArea", - "version": { - "name": "cimVersion", - "value": "0.2" - }, - "name": "Payment", - "description": "A submitted payment. Includes information about whether a submitted payment was successfully processed or not.", - "entityGroups": [ - { - "@id": "PaymentEntityGroup", - "name": "Payment", - "@type": "EntityGroup", - "version": "0.2", - "subjectArea": { - "@id": "Payment" - }, - "description": "Example Entities included: Payment, Payment Group, Payment Authorization, Payment Gateway", - "classConcepts": [ - { - "@id": "Payment", - "name": "Payment", - "@type": "Class", - "description": "An amount of currency paid." - }, - { - "@id": "CapturePayment", - "name": "Capture Payment", - "@type": "Class", - "subClassOf": "Payment", - "description": "The transfer of money from the customer's account to the merchant's account." - }, - { - "@id": "RefundPayment", - "name": "Refund Payment", - "@type": "Class", - "subClassOf": "Payment", - "description": "Represents a repayment made, typically to a customer who isn’t satisfied with the goods or services purchased. Refunds are typically made after a payment has already been received from customers" - }, - { - "@id": "PaymentPolicy", - "name": "Payment Policy", - "@type": "Class", - "description": "This entity stores policy information for an org or an account which can be used to automate the process of payment application to invoice based on business needs." - }, - { - "@id": "RefundCreditMemoAllocation", - "name": "Refund Credit Memo Allocation", - "@type": "Class", - "subClassOf": "RefundAllocation", - "description": "Facilitates applying/unapplying refund balance to a credit memo." - }, - { - "@id": "RefundAllocation", - "name": "Refund Allocation", - "@type": "Class", - "description": "Facilitates applying/unapplying a capture payment, or a credit memo to a Refund Payment." - }, - { - "@id": "PaymentGroup", - "name": "Payment Group", - "@type": "Class", - "description": "Payment Group provides a way to associate payments and payment gateway events, where the payment is not associated with a Sales Order." - }, - { - "@id": "PaymentTreatmentMethod", - "name": "Payment Treatment Method", - "@type": "Class", - "description": "Represents a specific algorithm or method to apply. For example - pay for taxes first, pay for charges first, pay for oldest due invoice first etc. It can also point to a rule based on which application can be done. Treatment has a method." - }, - { - "@id": "PaymentTreatment", - "name": "Payment Treatment", - "@type": "Class", - "description": "This entity has the information which controls the way in which payment can be applied based on a legal entity or workflow. A policy has multiple treatments associated." - }, - { - "@id": "PaymentAuthorization", - "name": "Payment Authorization", - "@type": "Class", - "description": "An approval from the issuer of a payment instrument (usually a card), that the customer has sufficient funds to cover the cost of the transaction." - }, - { - "@id": "PaymentGatewayAuthReversalLog", - "name": "Payment Gateway Authorization Reversal Log", - "@type": "Class", - "subClassOf": "PaymentGateway Interaction Log", - "description": "A log record of all requests made to financial institutions, made via the payment gateway, to cancel payment authorizations." - }, - { - "@id": "PaymentGatewayInteractionLog", - "name": "Payment Gateway Interaction Log", - "@type": "Class", - "description": "A log record of all messages exchanged with merchants made via the payment gateway, for authorizations and payments." - }, - { - "@id": "PaymentGatewayPaymentLog", - "name": "Payment Gateway Payment Log", - "@type": "Class", - "subClassOf": "PaymentGateway Interaction Log", - "description": "A log record of all messages originating with financial institutions that previously provided payment authorizations, that payments have been deducted from customers' accounts." - }, - { - "@id": "PaymentGatewayAuthorizationLog", - "name": "Payment Gateway Authorization Log", - "@type": "Class", - "subClassOf": "PaymentGateway Interaction Log", - "description": "A log record of all requests made to financial institutions, made via the payment gateway, to authorize payments." - }, - { - "@id": "PaymentGatewayInteractionType", - "name": "Payment Gateway Interaction Type", - "@type": "Class", - "description": "Reasons for accessing the Payment Gateway, including authorization, Sale and Void." - }, - { - "@id": "PaymentGateway", - "name": "Payment Gateway", - "@type": "Class", - "description": "Holds the payment gateway merchant details which are used to interact external payment systems." - }, - { - "@id": "PaymentGatewayProvider", - "name": "Payment Gateway Provider", - "@type": "Class", - "description": "Stores class details needed for maintaining Apex adapter." - }, - { - "@id": "PaymentGatewayResultCode", - "name": "Payment Gateway Result Code", - "@type": "Class", - "description": "The response from the Payment Gateway." - }, - { - "@id": "PaymentApplication", - "name": "Payment Application", - "@type": "Class", - "description": "The designation of part or all of a Payment to satisfy a claim on the payment funds." - }, - { - "@id": "PaymentInvoiceApplication", - "name": "Payment Invoice Application", - "@type": "Class", - "subClassOf": "PaymentApplication", - "description": "Facilitates applying/unapplying payment balance to an Invoice." - }, - { - "@id": "PaymentAllocation", - "name": "Payment Allocation", - "@type": "Class", - "description": "A Payment Application may be further broken down, to allocate payment funds to one or more line items within an Invoice or Credit Memo" - }, - { - "@id": "PaymentCreditMemoApplication", - "name": "Payment Credit Memo Application", - "@type": "Class", - "subClassOf": "PaymentApplication", - "description": "Facilitates applying/unapplying payment balance to a credit memo." - }, - { - "@id": "PaymentCreditMemoAllocation", - "name": "Payment Credit Memo Allocation", - "@type": "Class", - "subClassOf": "PaymentAllocation", - "description": "Facilitates applying a Payment Application to the line items of a Credit Memo." - }, - { - "@id": "PaymentInvoiceAllocation", - "name": "Payment Invoice Allocation", - "@type": "Class", - "subClassOf": "PaymentAllocation", - "description": "Facilitates applying a Payment Application to the line items of an Invoice." - }, - { - "@id": "RefundPaymentAllocation", - "name": "Refund Payment Allocation", - "@type": "Class", - "subClassOf": "RefundAllocation", - "description": "Facilitates applying/unapplying refund balance to a payment." - }, - { - "@id": "PaymentAuthorizationReversal", - "name": "Payment Authorization Reversal", - "@type": "Class", - "description": "An authorization reversal is a message that alerts the issuer that part or all of a sale has been cancelled and the authorization hold should be rescinded." - } - ], - "propertyConcepts": [ - { - "@id": "paymentType", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "authorizationProcessingMode", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "latestGatewayInternalResult", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "paymentStatus", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "id", - "@type": "Property", - "domain": [ - "Payment", - "CapturePayment", - "RefundPayment", - "PaymentPolicy", - "RefundCreditMemoAllocation", - "RefundAllocation", - "PaymentGroup", - "PaymentTreatmentMethod", - "PaymentTreatment", - "PaymentAuthorization", - "PaymentGatewayAuthReversalLog", - "PaymentGatewayInteractionLog", - "PaymentGatewayPaymentLog", - "PaymentGatewayAuthorizationLog", - "PaymentGatewayInteractionType", - "PaymentGateway", - "PaymentGatewayProvider", - "PaymentGatewayResultCode", - "PaymentApplication", - "PaymentInvoiceApplication", - "PaymentAllocation", - "PaymentCreditMemoApplication", - "PaymentCreditMemoAllocation", - "PaymentInvoiceAllocation", - "RefundPaymentAllocation", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "customerPhoneNumber", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "customerEmailAddress", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "name", - "@type": "Property", - "domain": [ - "Payment", - "CapturePayment", - "RefundPayment", - "PaymentPolicy", - "RefundCreditMemoAllocation", - "PaymentGatewayAuthReversalLog", - "PaymentGatewayPaymentLog", - "PaymentGatewayAuthorizationLog", - "PaymentGatewayInteractionType", - "PaymentGateway", - "PaymentGatewayResultCode", - "PaymentApplication", - "PaymentCreditMemoApplication", - "PaymentCreditMemoAllocation" - ] - }, - { - "@id": "latestGatewayReferenceNumber", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "latestGatewayInternalReferenceNumber", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "latestPaymentGatewayMessageText", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "macAddress", - "@type": "Property", - "domain": [ - "Payment", - "PaymentAuthorization", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "iPAddress", - "@type": "Property", - "domain": [ - "Payment", - "PaymentAuthorization", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "paymentNumber", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "commentText", - "@type": "Property", - "domain": [ - "Payment", - "PaymentApplication" - ] - }, - { - "@id": "paymentAmount", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "netAppliedAmount", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "totalAppliedAmount", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "totalUnappliedAmount", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "balanceAmount", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "latestGatewayDate", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "externalCreatedDate", - "@type": "Property", - "domain": [ - "Payment", - "RefundPayment", - "RefundAllocation", - "PaymentAuthorization", - "PaymentApplication", - "PaymentAllocation", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "paymentEffectiveDate", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "paymentCancellationDate", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "salesOrderPaymentSummary", - "@type": "Property", - "domain": [ - "Payment", - "PaymentAuthorization" - ] - }, - { - "@id": "paymentGroup", - "@type": "Property", - "domain": [ - "Payment", - "PaymentAuthorization" - ] - }, - { - "@id": "paymentGateway", - "@type": "Property", - "domain": [ - "Payment", - "PaymentAuthorization" - ] - }, - { - "@id": "paymentTreatment", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "internalBusinessUnit", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "account", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "paymentMethod", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "latestGatewayResultCode", - "@type": "Property", - "domain": [ - "Payment" - ] - }, - { - "@id": "capturePaymentType", - "@type": "Property", - "domain": [ - "CapturePayment" - ] - }, - { - "@id": "handlingFeeAmount", - "@type": "Property", - "domain": [ - "CapturePayment" - ] - }, - { - "@id": "isFinalCapture", - "@type": "Property", - "domain": [ - "CapturePayment" - ] - }, - { - "@id": "paymentAuthorization", - "@type": "Property", - "domain": [ - "CapturePayment", - "PaymentGatewayAuthorizationLog", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "paymentPolicyStatus", - "@type": "Property", - "domain": [ - "PaymentPolicy" - ] - }, - { - "@id": "paymentPolicyTreatmentSelection", - "@type": "Property", - "domain": [ - "PaymentPolicy" - ] - }, - { - "@id": "description", - "@type": "Property", - "domain": [ - "PaymentPolicy", - "PaymentGatewayInteractionType", - "PaymentGatewayResultCode" - ] - }, - { - "@id": "refundAllocationType", - "@type": "Property", - "domain": [ - "RefundAllocation" - ] - }, - { - "@id": "refundAllocationName", - "@type": "Property", - "domain": [ - "RefundAllocation" - ] - }, - { - "@id": "refundBalanceAmount", - "@type": "Property", - "domain": [ - "RefundAllocation" - ] - }, - { - "@id": "allocatedAmount", - "@type": "Property", - "domain": [ - "RefundAllocation" - ] - }, - { - "@id": "appliedDate", - "@type": "Property", - "domain": [ - "RefundAllocation", - "PaymentApplication" - ] - }, - { - "@id": "effectiveDate", - "@type": "Property", - "domain": [ - "RefundAllocation", - "PaymentApplication" - ] - }, - { - "@id": "unappliedDate", - "@type": "Property", - "domain": [ - "RefundAllocation", - "PaymentApplication" - ] - }, - { - "@id": "hasBeenUnapplied", - "@type": "Property", - "domain": [ - "RefundAllocation", - "PaymentApplication" - ] - }, - { - "@id": "refundPayment", - "@type": "Property", - "domain": [ - "RefundAllocation" - ] - }, - { - "@id": "relatedRefundAllocation", - "@type": "Property", - "domain": [ - "RefundAllocation" - ] - }, - { - "@id": "paymentGroupNumber", - "@type": "Property", - "domain": [ - "PaymentGroup" - ] - }, - { - "@id": "totalPaymentAmount", - "@type": "Property", - "domain": [ - "PaymentGroup" - ] - }, - { - "@id": "totalAuthorizationAmount", - "@type": "Property", - "domain": [ - "PaymentGroup" - ] - }, - { - "@id": "totalReversalAmount", - "@type": "Property", - "domain": [ - "PaymentGroup" - ] - }, - { - "@id": "paymentTreatmentMethodName", - "@type": "Property", - "domain": [ - "PaymentTreatmentMethod" - ] - }, - { - "@id": "paymentTreatmentMethodDescription", - "@type": "Property", - "domain": [ - "PaymentTreatmentMethod" - ] - }, - { - "@id": "paymentTreatmentMethodCode", - "@type": "Property", - "domain": [ - "PaymentTreatmentMethod" - ] - }, - { - "@id": "paymentTreatmentStatus", - "@type": "Property", - "domain": [ - "PaymentTreatment" - ] - }, - { - "@id": "paymentApplicationLevel", - "@type": "Property", - "domain": [ - "PaymentTreatment" - ] - }, - { - "@id": "paymentTreatmentName", - "@type": "Property", - "domain": [ - "PaymentTreatment" - ] - }, - { - "@id": "shouldAutoInvoice", - "@type": "Property", - "domain": [ - "PaymentTreatment" - ] - }, - { - "@id": "paymentPolicy", - "@type": "Property", - "domain": [ - "PaymentTreatment" - ] - }, - { - "@id": "paymentTreatmentMethod", - "@type": "Property", - "domain": [ - "PaymentTreatment" - ] - }, - { - "@id": "paymentAuthorizationStatus", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "paymentAuthorizationProcessingMode", - "@type": "Property", - "domain": [ - "PaymentAuthorization", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "paymentAuthorizationNumber", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "paymentAuthorizationCommentText", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "gatewayAuthorizationCode", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "paymentGatewayReferenceNumber", - "@type": "Property", - "domain": [ - "PaymentAuthorization", - "PaymentGatewayInteractionLog", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "paymentGatewayInternalReferenceNumber", - "@type": "Property", - "domain": [ - "PaymentAuthorization", - "PaymentAuthorizationReversal" - ] - }, - { - "@id": "gatewayReferenceDetailsText", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "gatewayResultCodeDescription", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "availableBalanceAmount", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "authorizationAmount", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "totalPaymentCaptureAmount", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "totalAuthorizationReversalAmount", - "@type": "Property", - "domain": [ - "PaymentAuthorization" - ] - }, - { - "@id": "paymentGatewayDate", - "@type": "Property", - "domain": [ - "PaymentAuthorization", - "PaymentGatewayInteractionLog", - "PaymentAuthorizationReversal" + "@type": "Shape", + "@id": "Individual", + "and": [ + { + "@id": "Party" + }, + { + "properties": [ + { + "path": "convictionsCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isGoodStudent", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isGoodDriver", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "highestEducationLevel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "weddingAnniversaryDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "webSiteURL", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isHighRiskHobby", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "primaryHobby", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "occupation", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "militaryStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "militaryService", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isHighRiskOccupation", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "occupationType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "childrenCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isHomeOwner", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "religion", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "gender", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "deathDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "ethnicity", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personLifeStage", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "maritalStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employedSinceDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "currentEmployerName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "deathPlace", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "birthPlace", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "minorCitationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "majorCitationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "surgeriesLast5YearsCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "hospitalizationsLast5YearsCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isTobaccoConsume", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "hasDrugAbuseHistory", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isDrugConsumer", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "hasAlcoholAbuseHistory", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isAlcoholConsumer", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personWeightUnitOfMeasure", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personWeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personHeightUnitOfMeasure", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personHeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainDisabilityType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainDietaryHabitType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainLifeAttitudeType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainLifeStyleType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainPersonalValueType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainPersonalityType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "taxBracketRange", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "dependentCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "consumerCreditScoreProviderName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "consumerCreditScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "yearlyIncomeRange", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "yearlyIncome", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "netWorth", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "influencerRating", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "overAgeNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "birthDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doExtractMyDataUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "sendIndividualData", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doForgetMeFromUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shouldForget", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotProcessReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotProcessFromUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotProfileFromUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotMarketFromUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotTrackLocationUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotTrackUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "residenceCaptureMethod", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "residenceCountryName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mothersMaidenName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "preferredName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "orderingName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mailingName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "officialName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "nameSuffix", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "secondLastName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "lastName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "middleName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "firstName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salutation", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "photoURL", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "primaryHousehold", + "http://www.w3.org/ns/shacl#node": "Household" + } + ] + } ] }, { - "@id": "requestDate", - "@type": "Property", - "domain": [ - "PaymentAuthorization", - "PaymentAuthorizationReversal" + "@type": "Shape", + "@id": "Household", + "and": [ + { + "@id": "Party" + }, + { + "properties": [ + { + "path": "householdDissolvedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "householdFormedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "householdMemberCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } ] }, { - "@id": "expirationDate", - "@type": "Property", - "domain": [ - "PaymentAuthorization" + "@type": "Shape", + "@id": "InternalBusinessUnit", + "and": [ + { + "@id": "Party" + }, + { + "properties": [ + { + "path": "businessUnitType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "parentInternalBusinessUnit", + "http://www.w3.org/ns/shacl#node": "InternalBusinessUnit" + } + ] + } ] }, { - "@id": "paymentMethodID", - "@type": "Property", - "domain": [ - "PaymentAuthorization" + "@type": "Shape", + "@id": "UncategorizedParty", + "and": [ + { + "@id": "Party" + }, + { + "properties": [ + { + "path": "creationReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "originalSourceRecord", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "originalSourceSystem", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "uncategorizedPartyLabel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } ] }, { - "@id": "paymentGatewayResult", - "@type": "Property", - "domain": [ - "PaymentAuthorization", - "PaymentGatewayInteractionLog", - "PaymentAuthorizationReversal" + "@type": "Shape", + "@id": "PartyAdditionalName", + "properties": [ + { + "path": "additionalNameType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } ] }, { - "@id": "paymentAuthorizationReversal", - "@type": "Property", - "domain": [ - "PaymentGatewayAuthReversalLog" + "@type": "Shape", + "@id": "PersonLanguage", + "properties": [ + { + "path": "writtenProficiencyLevel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "spokenProficiencyLevel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "individual", + "http://www.w3.org/ns/shacl#node": "Individual", + "http://www.w3.org/ns/shacl#minCount": 1 + } ] }, { - "@id": "internalResultCode", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" + "@type": "Shape", + "@id": "PartyRelatedParty", + "properties": [ + { + "path": "relatedToDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "relatedFromDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyRelationshipType", + "http://www.w3.org/ns/shacl#node": "PartyRelationshipType", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "relatedParty", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } ] }, { - "@id": "paymentGatewayInteractionStatus", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" + "@type": "Shape", + "@id": "PartyRelationshipType", + "properties": [ + { + "path": "isBidirectional", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "relatedPartyRole", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyRole", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } ] }, { - "@id": "paymentGatewayInteractionLogName", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" + "@type": "Shape", + "@id": "PartyIdentification", + "properties": [ + { + "path": "verifiedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "expiryDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "issuedAtLocation", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "issuedByAuthority", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "issuedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "identificationNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyIdentificationType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyRole", + "http://www.w3.org/ns/shacl#node": "PartyRole" + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } ] }, { - "@id": "paymentGatewayAuthorizationCode", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" + "@type": "Shape", + "@id": "PersonEmployment", + "properties": [ + { + "path": "employerPostalCodeText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerCityName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerAddressLine4", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerAddressLine3", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerAddressLine2", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerAddressLine1", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerPhoneNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "occupationText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "positionText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employmentStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "annualIncome", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "endDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "startDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employerContactPointAddress", + "http://www.w3.org/ns/shacl#node": "ContactPointAddress" + }, + { + "path": "individual", + "http://www.w3.org/ns/shacl#node": "Individual", + "http://www.w3.org/ns/shacl#minCount": 1 + } ] }, { - "@id": "paymentGatewayAVSCode", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" + "@type": "Shape", + "@id": "PersonLifeEvent", + "properties": [ + { + "path": "personLifeEventDateTime", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personLifeEventType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "individual", + "http://www.w3.org/ns/shacl#node": "Individual", + "http://www.w3.org/ns/shacl#minCount": 1 + } ] }, { - "@id": "paymentGatewayMessageText", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" - ] + "@type": "Shape", + "@id": "PersonEducation", + "properties": [ + { + "path": "institutionName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "graduationDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "educationLevel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "educationName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "individual", + "http://www.w3.org/ns/shacl#node": "Individual", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } + ] + } + ] + }, + { + "@id": "PaymentSubjectArea", + "@type": "SubjectArea", + "version": { + "name": "cimVersion", + "value": "0.2" + }, + "name": "Payment", + "description": "A submitted payment. Includes information about whether a submitted payment was successfully processed or not.", + "entityGroups": [ + { + "@id": "PaymentEntityGroup", + "name": "Payment", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "Payment" + }, + "description": "Example Entities included: Payment, Payment Group, Payment Authorization, Payment Gateway", + "classConcepts": [ + { + "@id": "Payment", + "name": "Payment", + "@type": "Class", + "description": "An amount of currency paid." }, { - "@id": "internalReferenceNumber", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" - ] + "@id": "CapturePayment", + "name": "Capture Payment", + "@type": "Class", + "subClassOf": "Payment", + "description": "The transfer of money from the customer's account to the merchant's account." }, { - "@id": "paymentGatewayInteractionType", - "@type": "Property", - "domain": [ - "PaymentGatewayInteractionLog" - ] + "@id": "RefundPayment", + "name": "Refund Payment", + "@type": "Class", + "subClassOf": "Payment", + "description": "Represents a repayment made, typically to a customer who isn’t satisfied with the goods or services purchased. Refunds are typically made after a payment has already been received from customers" }, { - "@id": "payment", - "@type": "Property", - "domain": [ - "PaymentGatewayPaymentLog", - "PaymentApplication" - ] + "@id": "PaymentPolicy", + "name": "Payment Policy", + "@type": "Class", + "description": "This entity stores policy information for an org or an account which can be used to automate the process of payment application to invoice based on business needs." }, { - "@id": "paymentGatewayStatus", - "@type": "Property", - "domain": [ - "PaymentGateway" - ] + "@id": "RefundCreditMemoAllocation", + "name": "Refund Credit Memo Allocation", + "@type": "Class", + "subClassOf": "RefundAllocation", + "description": "Facilitates applying/unapplying refund balance to a credit memo." }, { - "@id": "systemCredential", - "@type": "Property", - "domain": [ - "PaymentGateway" - ] + "@id": "RefundAllocation", + "name": "Refund Allocation", + "@type": "Class", + "description": "Facilitates applying/unapplying a capture payment, or a credit memo to a Refund Payment." }, { - "@id": "paymentGatewayCommentText", - "@type": "Property", - "domain": [ - "PaymentGateway" - ] + "@id": "PaymentGroup", + "name": "Payment Group", + "@type": "Class", + "description": "Payment Group provides a way to associate payments and payment gateway events, where the payment is not associated with a Sales Order." }, { - "@id": "paymentGatewayProvider", - "@type": "Property", - "domain": [ - "PaymentGateway" - ] + "@id": "PaymentTreatmentMethod", + "name": "Payment Treatment Method", + "@type": "Class", + "description": "Represents a specific algorithm or method to apply. For example - pay for taxes first, pay for charges first, pay for oldest due invoice first etc. It can also point to a rule based on which application can be done. Treatment has a method." }, { - "@id": "paymentGatewayProviderName", - "@type": "Property", - "domain": [ - "PaymentGatewayProvider" - ] + "@id": "PaymentTreatment", + "name": "Payment Treatment", + "@type": "Class", + "description": "This entity has the information which controls the way in which payment can be applied based on a legal entity or workflow. A policy has multiple treatments associated." }, { - "@id": "apexAdapterClassName", - "@type": "Property", - "domain": [ - "PaymentGatewayProvider" - ] + "@id": "PaymentAuthorization", + "name": "Payment Authorization", + "@type": "Class", + "description": "An approval from the issuer of a payment instrument (usually a card), that the customer has sufficient funds to cover the cost of the transaction." }, { - "@id": "paymentGatewayProviderCommentText", - "@type": "Property", - "domain": [ - "PaymentGatewayProvider" - ] + "@id": "PaymentGatewayAuthReversalLog", + "name": "Payment Gateway Authorization Reversal Log", + "@type": "Class", + "subClassOf": "PaymentGateway Interaction Log", + "description": "A log record of all requests made to financial institutions, made via the payment gateway, to cancel payment authorizations." }, { - "@id": "developerName", - "@type": "Property", - "domain": [ - "PaymentGatewayProvider" - ] + "@id": "PaymentGatewayInteractionLog", + "name": "Payment Gateway Interaction Log", + "@type": "Class", + "description": "A log record of all messages exchanged with merchants made via the payment gateway, for authorizations and payments." }, { - "@id": "namespacePrefixText", - "@type": "Property", - "domain": [ - "PaymentGatewayProvider" - ] + "@id": "PaymentGatewayPaymentLog", + "name": "Payment Gateway Payment Log", + "@type": "Class", + "subClassOf": "PaymentGateway Interaction Log", + "description": "A log record of all messages originating with financial institutions that previously provided payment authorizations, that payments have been deducted from customers' accounts." }, { - "@id": "paymentApplicationType", - "@type": "Property", - "domain": [ - "PaymentApplication" - ] + "@id": "PaymentGatewayAuthorizationLog", + "name": "Payment Gateway Authorization Log", + "@type": "Class", + "subClassOf": "PaymentGateway Interaction Log", + "description": "A log record of all requests made to financial institutions, made via the payment gateway, to authorize payments." }, { - "@id": "appliedAmount", - "@type": "Property", - "domain": [ - "PaymentApplication", - "PaymentCreditMemoAllocation", - "PaymentInvoiceAllocation" - ] + "@id": "PaymentGatewayInteractionType", + "name": "Payment Gateway Interaction Type", + "@type": "Class", + "description": "Reasons for accessing the Payment Gateway, including authorization, Sale and Void." }, { - "@id": "paymentBalanceAmount", - "@type": "Property", - "domain": [ - "PaymentApplication", - "RefundPaymentAllocation" - ] + "@id": "PaymentGateway", + "name": "Payment Gateway", + "@type": "Class", + "description": "Holds the payment gateway merchant details which are used to interact external payment systems." }, { - "@id": "paymentInvoiceApplicationType", - "@type": "Property", - "domain": [ - "PaymentInvoiceApplication" - ] + "@id": "PaymentGatewayProvider", + "name": "Payment Gateway Provider", + "@type": "Class", + "description": "Stores class details needed for maintaining Apex adapter." }, { - "@id": "paymentInvoiceApplicationName", - "@type": "Property", - "domain": [ - "PaymentInvoiceApplication" - ] + "@id": "PaymentGatewayResultCode", + "name": "Payment Gateway Result Code", + "@type": "Class", + "description": "The response from the Payment Gateway." }, { - "@id": "invoiceBalanceAmount", - "@type": "Property", - "domain": [ - "PaymentInvoiceApplication", - "PaymentInvoiceAllocation" - ] + "@id": "PaymentApplication", + "name": "Payment Application", + "@type": "Class", + "description": "The designation of part or all of a Payment to satisfy a claim on the payment funds." }, { - "@id": "paymentAllocationName", - "@type": "Property", - "domain": [ - "PaymentAllocation" - ] + "@id": "PaymentInvoiceApplication", + "name": "Payment Invoice Application", + "@type": "Class", + "subClassOf": "PaymentApplication", + "description": "Facilitates applying/unapplying payment balance to an Invoice." }, { - "@id": "relatedPaymentAllocation", - "@type": "Property", - "domain": [ - "PaymentAllocation" - ] + "@id": "PaymentAllocation", + "name": "Payment Allocation", + "@type": "Class", + "description": "A Payment Application may be further broken down, to allocate payment funds to one or more line items within an Invoice or Credit Memo" }, { - "@id": "paymentInvoiceAllocationName", - "@type": "Property", - "domain": [ - "PaymentInvoiceAllocation" - ] + "@id": "PaymentCreditMemoApplication", + "name": "Payment Credit Memo Application", + "@type": "Class", + "subClassOf": "PaymentApplication", + "description": "Facilitates applying/unapplying payment balance to a credit memo." }, { - "@id": "paymentInvoiceApplication", - "@type": "Property", - "domain": [ - "PaymentInvoiceAllocation" - ] + "@id": "PaymentCreditMemoAllocation", + "name": "Payment Credit Memo Allocation", + "@type": "Class", + "subClassOf": "PaymentAllocation", + "description": "Facilitates applying a Payment Application to the line items of a Credit Memo." }, { - "@id": "refundPaymentAllocationName", - "@type": "Property", - "domain": [ - "RefundPaymentAllocation" - ] + "@id": "PaymentInvoiceAllocation", + "name": "Payment Invoice Allocation", + "@type": "Class", + "subClassOf": "PaymentAllocation", + "description": "Facilitates applying a Payment Application to the line items of an Invoice." }, { - "@id": "refundAllocationCommentText", - "@type": "Property", - "domain": [ - "RefundPaymentAllocation" - ] + "@id": "RefundPaymentAllocation", + "name": "Refund Payment Allocation", + "@type": "Class", + "subClassOf": "RefundAllocation", + "description": "Facilitates applying/unapplying refund balance to a payment." }, { - "@id": "creditMemoBalanceAmount", - "@type": "Property", - "domain": [ - "RefundPaymentAllocation" - ] - }, + "@id": "PaymentAuthorizationReversal", + "name": "Payment Authorization Reversal", + "@type": "Class", + "description": "An authorization reversal is a message that alerts the issuer that part or all of a sale has been cancelled and the authorization hold should be rescinded." + } + ], + "propertyConcepts": [ { - "@id": "refundAllocationCommentsDate", + "@id": "paymentType", "@type": "Property", "domain": [ - "RefundPaymentAllocation" + "Payment" ] }, { - "@id": "capturePayment", + "@id": "authorizationProcessingMode", "@type": "Property", "domain": [ - "RefundPaymentAllocation", - "PaymentAuthorizationReversal" + "Payment" ] }, { - "@id": "paymentAuthorizationReversalStatus", + "@id": "latestGatewayInternalResult", "@type": "Property", "domain": [ - "PaymentAuthorizationReversal" + "Payment" ] }, { - "@id": "customerAuthorizationReversalPhone", + "@id": "paymentStatus", "@type": "Property", "domain": [ - "PaymentAuthorizationReversal" + "Payment" ] }, { - "@id": "customerAuthorizationReversalEmail", + "@id": "id", "@type": "Property", "domain": [ + "Payment", + "CapturePayment", + "RefundPayment", + "PaymentPolicy", + "RefundCreditMemoAllocation", + "RefundAllocation", + "PaymentGroup", + "PaymentTreatmentMethod", + "PaymentTreatment", + "PaymentAuthorization", + "PaymentGatewayAuthReversalLog", + "PaymentGatewayInteractionLog", + "PaymentGatewayPaymentLog", + "PaymentGatewayAuthorizationLog", + "PaymentGatewayInteractionType", + "PaymentGateway", + "PaymentGatewayProvider", + "PaymentGatewayResultCode", + "PaymentApplication", + "PaymentInvoiceApplication", + "PaymentAllocation", + "PaymentCreditMemoApplication", + "PaymentCreditMemoAllocation", + "PaymentInvoiceAllocation", + "RefundPaymentAllocation", "PaymentAuthorizationReversal" ] }, { - "@id": "paymentAuthorizationReversalName", + "@id": "customerPhoneNumber", "@type": "Property", "domain": [ - "PaymentAuthorizationReversal" + "Payment" ] }, { - "@id": "paymentAuthorizationReversalCommentText", + "@id": "customerEmailAddress", "@type": "Property", "domain": [ - "PaymentAuthorizationReversal" + "Payment" ] }, { - "@id": "authorizationReversalAmount", + "@id": "name", "@type": "Property", "domain": [ - "PaymentAuthorizationReversal" - ] - } - ], - "schemas": [ - { - "@type": "Shape", - "@id": "Payment", - "properties": [ - { - "path": "paymentType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "authorizationProcessingMode", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "latestGatewayInternalResult", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "customerPhoneNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "customerEmailAddress", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "latestGatewayReferenceNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "latestGatewayInternalReferenceNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "latestPaymentGatewayMessageText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "macAddress", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "iPAddress", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "commentText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "netAppliedAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "totalAppliedAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "totalUnappliedAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "balanceAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "latestGatewayDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "externalCreatedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentEffectiveDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentCancellationDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "salesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentGroup", - "http://www.w3.org/ns/shacl#node": "PaymentGroup", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentGateway", - "http://www.w3.org/ns/shacl#node": "PaymentGateway", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentTreatment", - "http://www.w3.org/ns/shacl#node": "PaymentTreatment", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "internalBusinessUnit", - "http://www.w3.org/ns/shacl#node": "InternalBusinessUnit", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "account", - "http://www.w3.org/ns/shacl#node": "Account" - }, - { - "path": "paymentMethod", - "http://www.w3.org/ns/shacl#node": "PaymentMethod", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "latestGatewayResultCode", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "Payment", + "CapturePayment", + "RefundPayment", + "PaymentPolicy", + "RefundCreditMemoAllocation", + "PaymentGatewayAuthReversalLog", + "PaymentGatewayPaymentLog", + "PaymentGatewayAuthorizationLog", + "PaymentGatewayInteractionType", + "PaymentGateway", + "PaymentGatewayResultCode", + "PaymentApplication", + "PaymentCreditMemoApplication", + "PaymentCreditMemoAllocation" ] }, { - "@type": "Shape", - "@id": "CapturePayment", - "and": [ - { - "@id": "Payment" - }, - { - "properties": [ - { - "path": "capturePaymentType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "handlingFeeAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isFinalCapture", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentAuthorization", - "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - } + "@id": "latestGatewayReferenceNumber", + "@type": "Property", + "domain": [ + "Payment" ] }, { - "@type": "Shape", - "@id": "RefundPayment", - "and": [ - { - "@id": "Payment" - }, - { - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "externalCreatedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - } + "@id": "latestGatewayInternalReferenceNumber", + "@type": "Property", + "domain": [ + "Payment" ] }, { - "@type": "Shape", - "@id": "PaymentPolicy", - "properties": [ - { - "path": "paymentPolicyStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentPolicyTreatmentSelection", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "description", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } + "@id": "latestPaymentGatewayMessageText", + "@type": "Property", + "domain": [ + "Payment" ] }, { - "@type": "Shape", - "@id": "RefundCreditMemoAllocation", - "and": [ - { - "@id": "RefundAllocation" - }, - { - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - } + "@id": "macAddress", + "@type": "Property", + "domain": [ + "Payment", + "PaymentAuthorization", + "PaymentAuthorizationReversal" ] }, { - "@type": "Shape", - "@id": "RefundAllocation", - "properties": [ - { - "path": "refundAllocationType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "refundAllocationName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "refundBalanceAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "allocatedAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "appliedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "effectiveDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "unappliedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "externalCreatedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "hasBeenUnapplied", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "refundPayment", - "http://www.w3.org/ns/shacl#node": "RefundPayment", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "relatedRefundAllocation", - "http://www.w3.org/ns/shacl#node": "RefundAllocation", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "iPAddress", + "@type": "Property", + "domain": [ + "Payment", + "PaymentAuthorization", + "PaymentAuthorizationReversal" ] }, { - "@type": "Shape", - "@id": "PaymentGroup", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGroupNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "totalPaymentAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "totalAuthorizationAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "totalReversalAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } + "@id": "paymentNumber", + "@type": "Property", + "domain": [ + "Payment" ] }, { - "@type": "Shape", - "@id": "PaymentTreatmentMethod", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentTreatmentMethodName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentTreatmentMethodDescription", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentTreatmentMethodCode", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } + "@id": "commentText", + "@type": "Property", + "domain": [ + "Payment", + "PaymentApplication" ] }, { - "@type": "Shape", - "@id": "PaymentTreatment", - "properties": [ - { - "path": "paymentTreatmentStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentApplicationLevel", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentTreatmentName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "shouldAutoInvoice", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentPolicy", - "http://www.w3.org/ns/shacl#node": "PaymentPolicy", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentTreatmentMethod", - "http://www.w3.org/ns/shacl#node": "PaymentTreatmentMethod", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "paymentAmount", + "@type": "Property", + "domain": [ + "Payment" ] }, { - "@type": "Shape", - "@id": "PaymentAuthorization", - "properties": [ - { - "path": "paymentAuthorizationStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentAuthorizationProcessingMode", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentAuthorizationNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentAuthorizationCommentText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "gatewayAuthorizationCode", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "iPAddress", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "macAddress", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayReferenceNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayInternalReferenceNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "gatewayReferenceDetailsText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "gatewayResultCodeDescription", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "availableBalanceAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "authorizationAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "totalPaymentCaptureAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "totalAuthorizationReversalAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "requestDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "expirationDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "externalCreatedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGroup", - "http://www.w3.org/ns/shacl#node": "PaymentGroup", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "salesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentGateway", - "http://www.w3.org/ns/shacl#node": "PaymentGateway", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentMethodID", - "http://www.w3.org/ns/shacl#node": "PaymentMethod", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentGatewayResult", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "netAppliedAmount", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "totalAppliedAmount", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "totalUnappliedAmount", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "balanceAmount", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "latestGatewayDate", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "externalCreatedDate", + "@type": "Property", + "domain": [ + "Payment", + "RefundPayment", + "RefundAllocation", + "PaymentAuthorization", + "PaymentApplication", + "PaymentAllocation", + "PaymentAuthorizationReversal" ] }, { - "@type": "Shape", - "@id": "PaymentGatewayAuthReversalLog", - "and": [ - { - "@id": "PaymentGateway Interaction Log" - }, - { - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentAuthorizationReversal", - "http://www.w3.org/ns/shacl#node": "PaymentAuthorizationReversal" - } - ] - } + "@id": "paymentEffectiveDate", + "@type": "Property", + "domain": [ + "Payment" ] }, { - "@type": "Shape", - "@id": "PaymentGatewayInteractionLog", - "properties": [ - { - "path": "internalResultCode", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayInteractionStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayInteractionLogName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayAuthorizationCode", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayAVSCode", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayMessageText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayReferenceNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "internalReferenceNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayResult", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentGatewayInteractionType", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayInteractionType", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "paymentCancellationDate", + "@type": "Property", + "domain": [ + "Payment" ] }, { - "@type": "Shape", - "@id": "PaymentGatewayPaymentLog", - "and": [ - { - "@id": "PaymentGateway Interaction Log" - }, - { - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "payment", - "http://www.w3.org/ns/shacl#node": "Payment", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - } + "@id": "salesOrderPaymentSummary", + "@type": "Property", + "domain": [ + "Payment", + "PaymentAuthorization" ] }, { - "@type": "Shape", - "@id": "PaymentGatewayAuthorizationLog", - "and": [ - { - "@id": "PaymentGateway Interaction Log" - }, - { - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentAuthorization", - "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - } + "@id": "paymentGroup", + "@type": "Property", + "domain": [ + "Payment", + "PaymentAuthorization" ] }, { - "@type": "Shape", - "@id": "PaymentGatewayInteractionType", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "description", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } + "@id": "paymentGateway", + "@type": "Property", + "domain": [ + "Payment", + "PaymentAuthorization" ] }, { - "@type": "Shape", - "@id": "PaymentGateway", - "properties": [ - { - "path": "paymentGatewayStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "systemCredential", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayCommentText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayProvider", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayProvider", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "paymentTreatment", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "internalBusinessUnit", + "@type": "Property", + "domain": [ + "Payment" + ] + }, + { + "@id": "account", + "@type": "Property", + "domain": [ + "Payment" ] }, { - "@type": "Shape", - "@id": "PaymentGatewayProvider", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayProviderName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "apexAdapterClassName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayProviderCommentText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "developerName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "namespacePrefixText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } + "@id": "paymentMethod", + "@type": "Property", + "domain": [ + "Payment" ] }, { - "@type": "Shape", - "@id": "PaymentGatewayResultCode", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "description", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } + "@id": "latestGatewayResultCode", + "@type": "Property", + "domain": [ + "Payment" ] }, { - "@type": "Shape", - "@id": "PaymentApplication", - "properties": [ - { - "path": "paymentApplicationType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "commentText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "appliedAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentBalanceAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "appliedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "effectiveDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "unappliedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "externalCreatedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "hasBeenUnapplied", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "payment", - "http://www.w3.org/ns/shacl#node": "Payment", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "capturePaymentType", + "@type": "Property", + "domain": [ + "CapturePayment" ] }, { - "@type": "Shape", - "@id": "PaymentInvoiceApplication", - "and": [ - { - "@id": "PaymentApplication" - }, - { - "properties": [ - { - "path": "paymentInvoiceApplicationType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentInvoiceApplicationName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "invoiceBalanceAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - } + "@id": "handlingFeeAmount", + "@type": "Property", + "domain": [ + "CapturePayment" ] }, { - "@type": "Shape", - "@id": "PaymentAllocation", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentAllocationName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "externalCreatedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "relatedPaymentAllocation", - "http://www.w3.org/ns/shacl#node": "PaymentAllocation", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "isFinalCapture", + "@type": "Property", + "domain": [ + "CapturePayment" ] }, { - "@type": "Shape", - "@id": "PaymentCreditMemoApplication", - "and": [ - { - "@id": "PaymentApplication" - }, - { - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - } + "@id": "paymentAuthorization", + "@type": "Property", + "domain": [ + "CapturePayment", + "PaymentGatewayAuthorizationLog", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "paymentPolicyStatus", + "@type": "Property", + "domain": [ + "PaymentPolicy" + ] + }, + { + "@id": "paymentPolicyTreatmentSelection", + "@type": "Property", + "domain": [ + "PaymentPolicy" + ] + }, + { + "@id": "description", + "@type": "Property", + "domain": [ + "PaymentPolicy", + "PaymentGatewayInteractionType", + "PaymentGatewayResultCode" ] }, { - "@type": "Shape", - "@id": "PaymentCreditMemoAllocation", - "and": [ - { - "@id": "PaymentAllocation" - }, - { - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "appliedAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - } + "@id": "refundAllocationType", + "@type": "Property", + "domain": [ + "RefundAllocation" ] }, { - "@type": "Shape", - "@id": "PaymentInvoiceAllocation", - "and": [ - { - "@id": "PaymentAllocation" - }, - { - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentInvoiceAllocationName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "appliedAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "invoiceBalanceAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentInvoiceApplication", - "http://www.w3.org/ns/shacl#node": "PaymentInvoiceApplication" - } - ] - } + "@id": "refundAllocationName", + "@type": "Property", + "domain": [ + "RefundAllocation" ] }, { - "@type": "Shape", - "@id": "RefundPaymentAllocation", - "and": [ - { - "@id": "RefundAllocation" - }, - { - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "refundPaymentAllocationName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "refundAllocationCommentText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentBalanceAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "creditMemoBalanceAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "refundAllocationCommentsDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "capturePayment", - "http://www.w3.org/ns/shacl#node": "CapturePayment", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - } + "@id": "refundBalanceAmount", + "@type": "Property", + "domain": [ + "RefundAllocation" ] }, { - "@type": "Shape", - "@id": "PaymentAuthorizationReversal", - "properties": [ - { - "path": "paymentAuthorizationReversalStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentAuthorizationProcessingMode", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "customerAuthorizationReversalPhone", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "customerAuthorizationReversalEmail", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentAuthorizationReversalName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentAuthorizationReversalCommentText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "iPAddress", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "macAddress", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayInternalReferenceNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayReferenceNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "authorizationReversalAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "requestDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "externalCreatedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentAuthorization", - "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "capturePayment", - "http://www.w3.org/ns/shacl#node": "CapturePayment" - }, -======= - "path": "paymentTreatmentName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "shouldAutoInvoice", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentPolicy", - "http://www.w3.org/ns/shacl#node": "PaymentPolicy", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentTreatmentMethod", - "http://www.w3.org/ns/shacl#node": "PaymentTreatmentMethod", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "allocatedAmount", + "@type": "Property", + "domain": [ + "RefundAllocation" + ] + }, + { + "@id": "appliedDate", + "@type": "Property", + "domain": [ + "RefundAllocation", + "PaymentApplication" ] }, { - "@type": "Shape", - "@id": "PaymentAuthorization", - "properties": [ - { - "path": "paymentAuthorizationStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentAuthorizationProcessingMode", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentAuthorizationNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentAuthorizationCommentText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "gatewayAuthorizationCode", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "iPAddress", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "macAddress", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayReferenceNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayInternalReferenceNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "gatewayReferenceDetailsText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "gatewayResultCodeDescription", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "availableBalanceAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "authorizationAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "totalPaymentCaptureAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "totalAuthorizationReversalAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "requestDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "expirationDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "externalCreatedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGroup", - "http://www.w3.org/ns/shacl#node": "PaymentGroup", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "salesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentGateway", - "http://www.w3.org/ns/shacl#node": "PaymentGateway", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentMethodID", - "http://www.w3.org/ns/shacl#node": "PaymentMethod", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentGatewayResult", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "effectiveDate", + "@type": "Property", + "domain": [ + "RefundAllocation", + "PaymentApplication" + ] + }, + { + "@id": "unappliedDate", + "@type": "Property", + "domain": [ + "RefundAllocation", + "PaymentApplication" + ] + }, + { + "@id": "hasBeenUnapplied", + "@type": "Property", + "domain": [ + "RefundAllocation", + "PaymentApplication" + ] + }, + { + "@id": "refundPayment", + "@type": "Property", + "domain": [ + "RefundAllocation" + ] + }, + { + "@id": "relatedRefundAllocation", + "@type": "Property", + "domain": [ + "RefundAllocation" + ] + }, + { + "@id": "paymentGroupNumber", + "@type": "Property", + "domain": [ + "PaymentGroup" + ] + }, + { + "@id": "totalPaymentAmount", + "@type": "Property", + "domain": [ + "PaymentGroup" + ] + }, + { + "@id": "totalAuthorizationAmount", + "@type": "Property", + "domain": [ + "PaymentGroup" + ] + }, + { + "@id": "totalReversalAmount", + "@type": "Property", + "domain": [ + "PaymentGroup" + ] + }, + { + "@id": "paymentTreatmentMethodName", + "@type": "Property", + "domain": [ + "PaymentTreatmentMethod" + ] + }, + { + "@id": "paymentTreatmentMethodDescription", + "@type": "Property", + "domain": [ + "PaymentTreatmentMethod" + ] + }, + { + "@id": "paymentTreatmentMethodCode", + "@type": "Property", + "domain": [ + "PaymentTreatmentMethod" + ] + }, + { + "@id": "paymentTreatmentStatus", + "@type": "Property", + "domain": [ + "PaymentTreatment" + ] + }, + { + "@id": "paymentApplicationLevel", + "@type": "Property", + "domain": [ + "PaymentTreatment" + ] + }, + { + "@id": "paymentTreatmentName", + "@type": "Property", + "domain": [ + "PaymentTreatment" + ] + }, + { + "@id": "shouldAutoInvoice", + "@type": "Property", + "domain": [ + "PaymentTreatment" ] }, { - "@type": "Shape", - "@id": "PaymentGatewayAuthReversalLog", - "properties": [ - { - "path": "paymentGatewayResult", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentAuthorizationReversal", - "http://www.w3.org/ns/shacl#node": "PaymentAuthorizationReversal" - } + "@id": "paymentPolicy", + "@type": "Property", + "domain": [ + "PaymentTreatment" ] }, { - "@type": "Shape", - "@id": "PaymentGatewayInteractionLog", - "properties": [ - { - "path": "internalResultCode", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayInteractionStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayInteractionLogName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayAuthorizationCode", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayAVSCode", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayMessageText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayReferenceNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "internalReferenceNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentGatewayResult", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentGatewayInteractionType", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayInteractionType", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "paymentTreatmentMethod", + "@type": "Property", + "domain": [ + "PaymentTreatment" ] }, { - "@type": "Shape", - "@id": "PaymentGatewayPaymentLog", - "properties": [ - { - "path": "paymentGatewayResult", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "payment", - "http://www.w3.org/ns/shacl#node": "Payment", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "paymentAuthorizationStatus", + "@type": "Property", + "domain": [ + "PaymentAuthorization" ] }, { - "@type": "Shape", - "@id": "PaymentGatewayAuthorizationLog", - "properties": [ ->>>>>>> master - { - "path": "paymentGatewayResult", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 -<<<<<<< HEAD - } + "@id": "paymentAuthorizationProcessingMode", + "@type": "Property", + "domain": [ + "PaymentAuthorization", + "PaymentAuthorizationReversal" ] - } - ] - } - ] - }, - { - "@id": "PaymentMethodSubjectArea", - "@type": "SubjectArea", - "version": { - "name": "cimVersion", - "value": "0.2" - }, - "name": "Payment Method", - "description": "A method of paying for a product or service, like a credit card or check.", - "entityGroups": [ - { - "@id": "PaymentMethodEntityGroup", - "name": "Payment Method", - "@type": "EntityGroup", - "version": "0.2", - "subjectArea": { - "@id": "PaymentMethod" - }, - "description": "Example Entities included: Payment Method Type, Payment Card Tender, Digital Wallet Tender", - "classConcepts": [ + }, + { + "@id": "paymentAuthorizationNumber", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "paymentAuthorizationCommentText", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "gatewayAuthorizationCode", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "paymentGatewayReferenceNumber", + "@type": "Property", + "domain": [ + "PaymentAuthorization", + "PaymentGatewayInteractionLog", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "paymentGatewayInternalReferenceNumber", + "@type": "Property", + "domain": [ + "PaymentAuthorization", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "gatewayReferenceDetailsText", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "gatewayResultCodeDescription", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "availableBalanceAmount", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "authorizationAmount", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "totalPaymentCaptureAmount", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "totalAuthorizationReversalAmount", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "paymentGatewayDate", + "@type": "Property", + "domain": [ + "PaymentAuthorization", + "PaymentGatewayInteractionLog", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "requestDate", + "@type": "Property", + "domain": [ + "PaymentAuthorization", + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "expirationDate", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, + { + "@id": "paymentMethodID", + "@type": "Property", + "domain": [ + "PaymentAuthorization" + ] + }, { - "@id": "PaymentMethod", - "name": "Payment Method", - "@type": "Class", - "description": "A means by which a buyer compensates a seller for a purchased good or service." + "@id": "paymentGatewayResult", + "@type": "Property", + "domain": [ + "PaymentAuthorization", + "PaymentGatewayInteractionLog", + "PaymentAuthorizationReversal" + ] }, { - "@id": "PaymentMethodType", - "name": "Payment Method Type", - "@type": "Class", - "description": "The category of payment method, such as payment card, check or digital wallet." + "@id": "paymentAuthorizationReversal", + "@type": "Property", + "domain": [ + "PaymentGatewayAuthReversalLog" + ] }, { - "@id": "PaymentCard", - "name": "Payment Card", - "@type": "Class", - "subClassOf": "PaymentMethod", - "description": "A payment system issued by a financial institution to a customer that allows its owner (the cardholder) to access funds in designated bank accounts" + "@id": "internalResultCode", + "@type": "Property", + "domain": [ + "PaymentGatewayInteractionLog" + ] }, { - "@id": "Coupon", - "name": "Coupon", - "@type": "Class", - "subClassOf": "PaymentMethod", - "description": "Payment in the form of a voucher entitling the holder to a discount for a particular product." + "@id": "paymentGatewayInteractionStatus", + "@type": "Property", + "domain": [ + "PaymentGatewayInteractionLog" + ] }, { - "@id": "CreditTender", - "name": "Credit Tender", - "@type": "Class", - "subClassOf": "PaymentMethod", - "description": "Payment to the seller that results in an agreement to pay at a later date, usually via a credit account." - } - ], - "propertyConcepts": [ + "@id": "paymentGatewayInteractionLogName", + "@type": "Property", + "domain": [ + "PaymentGatewayInteractionLog" + ] + }, { - "@id": "paymentMethodStatus", + "@id": "paymentGatewayAuthorizationCode", "@type": "Property", "domain": [ - "PaymentMethod" + "PaymentGatewayInteractionLog" ] }, { - "@id": "id", + "@id": "paymentGatewayAVSCode", "@type": "Property", "domain": [ - "PaymentMethod", - "PaymentMethodType", - "PaymentCard", - "Coupon", - "CreditTender" + "PaymentGatewayInteractionLog" ] }, { - "@id": "paymentMethodType", + "@id": "paymentGatewayMessageText", "@type": "Property", "domain": [ - "PaymentMethod" + "PaymentGatewayInteractionLog" ] }, { - "@id": "maxTransactionAmount", + "@id": "internalReferenceNumber", "@type": "Property", "domain": [ - "PaymentMethodType" + "PaymentGatewayInteractionLog" ] }, { - "@id": "maxPerPeriodAmount", + "@id": "paymentGatewayInteractionType", "@type": "Property", "domain": [ - "PaymentMethodType" + "PaymentGatewayInteractionLog" ] }, { - "@id": "useMinimumAgeYear", + "@id": "payment", "@type": "Property", "domain": [ - "PaymentMethodType" + "PaymentGatewayPaymentLog", + "PaymentApplication" ] }, { - "@id": "maxPerPeriodTransactionCount", + "@id": "paymentGatewayStatus", "@type": "Property", "domain": [ - "PaymentMethodType" + "PaymentGateway" ] }, { - "@id": "typeRequiredIdentification", + "@id": "systemCredential", "@type": "Property", "domain": [ - "PaymentMethodType" + "PaymentGateway" ] }, { - "@id": "mediaType", + "@id": "paymentGatewayCommentText", "@type": "Property", "domain": [ - "PaymentMethodType" + "PaymentGateway" ] }, { - "@id": "typeDescription", + "@id": "paymentGatewayProvider", "@type": "Property", "domain": [ - "PaymentMethodType" + "PaymentGateway" ] }, { - "@id": "name", + "@id": "paymentGatewayProviderName", "@type": "Property", "domain": [ - "PaymentMethodType", - "PaymentCard" + "PaymentGatewayProvider" ] }, { - "@id": "expirationMonth", + "@id": "apexAdapterClassName", "@type": "Property", "domain": [ - "PaymentCard" + "PaymentGatewayProvider" ] }, { - "@id": "expirationYear", + "@id": "paymentGatewayProviderCommentText", "@type": "Property", "domain": [ - "PaymentCard" + "PaymentGatewayProvider" ] }, { - "@id": "cardHolderName", + "@id": "developerName", "@type": "Property", "domain": [ - "PaymentCard" + "PaymentGatewayProvider" ] }, { - "@id": "maskedNumber", + "@id": "namespacePrefixText", "@type": "Property", "domain": [ - "PaymentCard" + "PaymentGatewayProvider" ] }, { - "@id": "numberLastDigits", + "@id": "paymentApplicationType", "@type": "Property", "domain": [ - "PaymentCard" + "PaymentApplication" ] }, { - "@id": "cardToken", + "@id": "appliedAmount", "@type": "Property", "domain": [ - "PaymentCard" + "PaymentApplication", + "PaymentCreditMemoAllocation", + "PaymentInvoiceAllocation" ] }, { - "@id": "issueNumber", + "@id": "paymentBalanceAmount", "@type": "Property", "domain": [ - "PaymentCard" + "PaymentApplication", + "RefundPaymentAllocation" ] }, { - "@id": "billToCity", + "@id": "paymentInvoiceApplicationType", "@type": "Property", "domain": [ - "PaymentCard" + "PaymentInvoiceApplication" ] }, { - "@id": "billToStreet2", + "@id": "paymentInvoiceApplicationName", "@type": "Property", "domain": [ - "PaymentCard" + "PaymentInvoiceApplication" ] }, { - "@id": "billToStreet", + "@id": "invoiceBalanceAmount", "@type": "Property", "domain": [ - "PaymentCard" + "PaymentInvoiceApplication", + "PaymentInvoiceAllocation" ] }, { - "@id": "billToLastName", + "@id": "paymentAllocationName", "@type": "Property", "domain": [ - "PaymentCard" + "PaymentAllocation" ] }, { - "@id": "billToFirstName", + "@id": "relatedPaymentAllocation", "@type": "Property", "domain": [ - "PaymentCard" + "PaymentAllocation" ] }, { - "@id": "companyName", + "@id": "paymentInvoiceAllocationName", "@type": "Property", "domain": [ - "PaymentCard" + "PaymentInvoiceAllocation" ] }, { - "@id": "derivedCardTypeCode", + "@id": "paymentInvoiceApplication", "@type": "Property", "domain": [ - "PaymentCard" + "PaymentInvoiceAllocation" ] }, { - "@id": "creditCardExpired", + "@id": "refundPaymentAllocationName", "@type": "Property", "domain": [ - "PaymentCard" + "RefundPaymentAllocation" ] }, { - "@id": "paymentCardType", + "@id": "refundAllocationCommentText", "@type": "Property", "domain": [ - "PaymentCard" + "RefundPaymentAllocation" ] }, { - "@id": "discountAmount", + "@id": "creditMemoBalanceAmount", "@type": "Property", "domain": [ - "Coupon" + "RefundPaymentAllocation" ] }, { - "@id": "discountPercentage", + "@id": "refundAllocationCommentsDate", "@type": "Property", "domain": [ - "Coupon" + "RefundPaymentAllocation" ] }, { - "@id": "scanCode", + "@id": "capturePayment", "@type": "Property", "domain": [ - "Coupon" + "RefundPaymentAllocation", + "PaymentAuthorizationReversal" ] }, { - "@id": "couponCode", + "@id": "paymentAuthorizationReversalStatus", "@type": "Property", "domain": [ - "Coupon" + "PaymentAuthorizationReversal" ] }, { - "@id": "primaryScanCodeLabel", + "@id": "customerAuthorizationReversalPhone", "@type": "Property", "domain": [ - "Coupon" + "PaymentAuthorizationReversal" ] }, { - "@id": "secondaryScanCodeLabel", + "@id": "customerAuthorizationReversalEmail", "@type": "Property", "domain": [ - "Coupon" + "PaymentAuthorizationReversal" ] }, { - "@id": "returnCouponReason", + "@id": "paymentAuthorizationReversalName", "@type": "Property", "domain": [ - "Coupon" + "PaymentAuthorizationReversal" ] }, { - "@id": "couponCount", + "@id": "paymentAuthorizationReversalCommentText", "@type": "Property", "domain": [ - "Coupon" + "PaymentAuthorizationReversal" + ] + }, + { + "@id": "authorizationReversalAmount", + "@type": "Property", + "domain": [ + "PaymentAuthorizationReversal" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "Payment", + "properties": [ + { + "path": "paymentType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "authorizationProcessingMode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "latestGatewayInternalResult", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "customerPhoneNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "customerEmailAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "latestGatewayReferenceNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "latestGatewayInternalReferenceNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "latestPaymentGatewayMessageText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "macAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "iPAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "commentText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "netAppliedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalAppliedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalUnappliedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "balanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "latestGatewayDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "externalCreatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentEffectiveDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentCancellationDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesOrderPaymentSummary", + "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentGroup", + "http://www.w3.org/ns/shacl#node": "PaymentGroup", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentGateway", + "http://www.w3.org/ns/shacl#node": "PaymentGateway", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentTreatment", + "http://www.w3.org/ns/shacl#node": "PaymentTreatment", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "internalBusinessUnit", + "http://www.w3.org/ns/shacl#node": "InternalBusinessUnit", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "account", + "http://www.w3.org/ns/shacl#node": "Account" + }, + { + "path": "paymentMethod", + "http://www.w3.org/ns/shacl#node": "PaymentMethod", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "latestGatewayResultCode", + "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", + "http://www.w3.org/ns/shacl#minCount": 1 + } ] }, { - "@id": "isValid", - "@type": "Property", - "domain": [ - "Coupon" + "@type": "Shape", + "@id": "CapturePayment", + "and": [ + { + "@id": "Payment" + }, + { + "properties": [ + { + "path": "capturePaymentType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "handlingFeeAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isFinalCapture", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorization", + "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } ] }, { - "@id": "isReturnCoupon", - "@type": "Property", - "domain": [ - "Coupon" + "@type": "Shape", + "@id": "RefundPayment", + "and": [ + { + "@id": "Payment" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "externalCreatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } ] }, { - "@id": "expirationDate", - "@type": "Property", - "domain": [ - "Coupon" + "@type": "Shape", + "@id": "PaymentPolicy", + "properties": [ + { + "path": "paymentPolicyStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentPolicyTreatmentSelection", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } ] }, { - "@id": "couponStatus", - "@type": "Property", - "domain": [ - "Coupon" + "@type": "Shape", + "@id": "RefundCreditMemoAllocation", + "and": [ + { + "@id": "RefundAllocation" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } ] }, { - "@id": "manufacturer", - "@type": "Property", - "domain": [ - "Coupon" + "@type": "Shape", + "@id": "RefundAllocation", + "properties": [ + { + "path": "refundAllocationType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "refundAllocationName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "refundBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "allocatedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "appliedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "effectiveDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "unappliedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "externalCreatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "hasBeenUnapplied", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "refundPayment", + "http://www.w3.org/ns/shacl#node": "RefundPayment", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "relatedRefundAllocation", + "http://www.w3.org/ns/shacl#node": "RefundAllocation", + "http://www.w3.org/ns/shacl#minCount": 1 + } ] }, - { - "@id": "account", - "@type": "Property", - "domain": [ - "CreditTender" - ] - } - ], - "schemas": [ { "@type": "Shape", - "@id": "PaymentMethod", + "@id": "PaymentGroup", "properties": [ { - "path": "paymentMethodStatus", -======= + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "paymentAuthorization", - "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", - "http://www.w3.org/ns/shacl#minCount": 1 + "path": "paymentGroupNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalPaymentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalAuthorizationAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalReversalAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 } ] }, { "@type": "Shape", - "@id": "PaymentGatewayInteractionType", + "@id": "PaymentTreatmentMethod", "properties": [ { "path": "id", @@ -11562,13 +6990,19 @@ "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "name", + "path": "paymentTreatmentMethodName", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "description", + "path": "paymentTreatmentMethodDescription", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentTreatmentMethodCode", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 @@ -11577,16 +7011,16 @@ }, { "@type": "Shape", - "@id": "PaymentGateway", + "@id": "PaymentTreatment", "properties": [ { - "path": "paymentGatewayStatus", + "path": "paymentTreatmentStatus", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "systemCredential", + "path": "paymentApplicationLevel", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#maxCount": 1 }, @@ -11597,182 +7031,338 @@ "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "name", + "path": "paymentTreatmentName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shouldAutoInvoice", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentPolicy", + "http://www.w3.org/ns/shacl#node": "PaymentPolicy", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentTreatmentMethod", + "http://www.w3.org/ns/shacl#node": "PaymentTreatmentMethod", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentAuthorization", + "properties": [ + { + "path": "paymentAuthorizationStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorizationProcessingMode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorizationNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorizationCommentText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "gatewayAuthorizationCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "iPAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "macAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayReferenceNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayInternalReferenceNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "gatewayReferenceDetailsText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "gatewayResultCodeDescription", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "availableBalanceAmount", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "paymentGatewayCommentText", + "path": "authorizationAmount", "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "paymentGatewayProvider", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayProvider", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "PaymentGatewayProvider", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", + "path": "totalPaymentCaptureAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "paymentGatewayProviderName", + "path": "totalAuthorizationReversalAmount", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "apexAdapterClassName", + "path": "paymentGatewayDate", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "paymentGatewayProviderCommentText", + "path": "requestDate", "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "developerName", + "path": "expirationDate", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "namespacePrefixText", + "path": "externalCreatedDate", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGroup", + "http://www.w3.org/ns/shacl#node": "PaymentGroup", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "salesOrderPaymentSummary", + "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentGateway", + "http://www.w3.org/ns/shacl#node": "PaymentGateway", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentMethodID", + "http://www.w3.org/ns/shacl#node": "PaymentMethod", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "paymentGatewayResult", + "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", + "http://www.w3.org/ns/shacl#minCount": 1 } ] }, { "@type": "Shape", - "@id": "PaymentGatewayResultCode", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, + "@id": "PaymentGatewayAuthReversalLog", + "and": [ { - "path": "name", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "@id": "PaymentGateway Interaction Log" }, { - "path": "description", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorizationReversal", + "http://www.w3.org/ns/shacl#node": "PaymentAuthorizationReversal" + } + ] } ] }, { "@type": "Shape", - "@id": "PaymentApplication", + "@id": "PaymentGatewayInteractionLog", "properties": [ { - "path": "paymentApplicationType", + "path": "internalResultCode", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", + "path": "paymentGatewayInteractionStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "commentText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "name", + "path": "paymentGatewayInteractionLogName", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "appliedAmount", + "path": "paymentGatewayAuthorizationCode", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "paymentBalanceAmount", + "path": "paymentGatewayAVSCode", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "appliedDate", + "path": "paymentGatewayMessageText", "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "effectiveDate", + "path": "paymentGatewayReferenceNumber", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "unappliedDate", + "path": "internalReferenceNumber", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "externalCreatedDate", + "path": "paymentGatewayDate", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "hasBeenUnapplied", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "path": "paymentGatewayResult", + "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", + "http://www.w3.org/ns/shacl#minCount": 1 }, { - "path": "payment", - "http://www.w3.org/ns/shacl#node": "Payment", + "path": "paymentGatewayInteractionType", + "http://www.w3.org/ns/shacl#node": "PaymentGatewayInteractionType", "http://www.w3.org/ns/shacl#minCount": 1 } ] }, { "@type": "Shape", - "@id": "PaymentInvoiceApplication", - "properties": [ + "@id": "PaymentGatewayPaymentLog", + "and": [ { - "path": "paymentInvoiceApplicationType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "@id": "PaymentGateway Interaction Log" }, { - "path": "payment", - "http://www.w3.org/ns/shacl#node": "Payment", - "http://www.w3.org/ns/shacl#minCount": 1 + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "payment", + "http://www.w3.org/ns/shacl#node": "Payment", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] } ] }, { "@type": "Shape", - "@id": "PaymentAllocation", + "@id": "PaymentGatewayAuthorizationLog", + "and": [ + { + "@id": "PaymentGateway Interaction Log" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorization", + "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentGatewayInteractionType", "properties": [ { "path": "id", @@ -11781,27 +7371,34 @@ "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "paymentAllocationName", + "path": "name", "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "externalCreatedDate", + "path": "description", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "relatedPaymentAllocation", - "http://www.w3.org/ns/shacl#node": "PaymentAllocation", - "http://www.w3.org/ns/shacl#minCount": 1 } ] }, { "@type": "Shape", - "@id": "PaymentCreditMemoApplication", + "@id": "PaymentGateway", "properties": [ + { + "path": "paymentGatewayStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "systemCredential", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, { "path": "id", "datatype": "http://cloudinformationmodel.org/model/id", @@ -11809,15 +7406,26 @@ "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "payment", - "http://www.w3.org/ns/shacl#node": "Payment", + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayCommentText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentGatewayProvider", + "http://www.w3.org/ns/shacl#node": "PaymentGatewayProvider", "http://www.w3.org/ns/shacl#minCount": 1 } ] }, { "@type": "Shape", - "@id": "PaymentCreditMemoAllocation", + "@id": "PaymentGatewayProvider", "properties": [ { "path": "id", @@ -11826,260 +7434,247 @@ "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "relatedPaymentAllocation", - "http://www.w3.org/ns/shacl#node": "PaymentAllocation", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "PaymentInvoiceAllocation", - "properties": [ + "path": "paymentGatewayProviderName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, { - "path": "relatedPaymentAllocation", - "http://www.w3.org/ns/shacl#node": "PaymentAllocation", - "http://www.w3.org/ns/shacl#minCount": 1 + "path": "apexAdapterClassName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "paymentInvoiceApplication", - "http://www.w3.org/ns/shacl#node": "PaymentInvoiceApplication" - } - ] - }, - { - "@type": "Shape", - "@id": "RefundPaymentAllocation", - "properties": [ + "path": "paymentGatewayProviderCommentText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, { - "path": "refundPayment", - "http://www.w3.org/ns/shacl#node": "RefundPayment", - "http://www.w3.org/ns/shacl#minCount": 1 + "path": "developerName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "capturePayment", - "http://www.w3.org/ns/shacl#node": "CapturePayment", - "http://www.w3.org/ns/shacl#minCount": 1 + "path": "namespacePrefixText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 } ] }, { "@type": "Shape", - "@id": "PaymentAuthorizationReversal", + "@id": "PaymentGatewayResultCode", "properties": [ { - "path": "paymentAuthorizationReversalStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "paymentAuthorizationProcessingMode", ->>>>>>> master + "path": "name", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { -<<<<<<< HEAD - "path": "paymentMethodType", - "http://www.w3.org/ns/shacl#node": "PaymentMethodType", - "http://www.w3.org/ns/shacl#minCount": 1 } ] }, { "@type": "Shape", - "@id": "PaymentMethodType", + "@id": "PaymentApplication", "properties": [ { - "path": "maxTransactionAmount", -======= - "path": "customerAuthorizationReversalPhone", + "path": "paymentApplicationType", "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "customerAuthorizationReversalEmail", ->>>>>>> master - "datatype": "http://www.w3.org/2001/XMLSchema#string", + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { -<<<<<<< HEAD - "path": "maxPerPeriodAmount", -======= - "path": "paymentAuthorizationReversalName", ->>>>>>> master + "path": "commentText", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#maxCount": 1 }, { -<<<<<<< HEAD - "path": "useMinimumAgeYear", -======= - "path": "paymentAuthorizationReversalCommentText", ->>>>>>> master + "path": "name", "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { -<<<<<<< HEAD - "path": "maxPerPeriodTransactionCount", -======= - "path": "iPAddress", ->>>>>>> master + "path": "appliedAmount", "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { -<<<<<<< HEAD - "path": "typeRequiredIdentification", -======= - "path": "macAddress", ->>>>>>> master + "path": "paymentBalanceAmount", "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { -<<<<<<< HEAD - "path": "mediaType", + "path": "appliedDate", "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "typeDescription", + "path": "effectiveDate", "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "name", + "path": "unappliedDate", "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", + "path": "externalCreatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "hasBeenUnapplied", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "payment", + "http://www.w3.org/ns/shacl#node": "Payment", + "http://www.w3.org/ns/shacl#minCount": 1 } ] }, { "@type": "Shape", - "@id": "PaymentCard", + "@id": "PaymentInvoiceApplication", "and": [ { - "@id": "PaymentMethod" + "@id": "PaymentApplication" }, { "properties": [ { - "path": "expirationMonth", + "path": "paymentInvoiceApplicationType", "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "expirationYear", - "datatype": "http://www.w3.org/2001/XMLSchema#string", + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "cardHolderName", + "path": "paymentInvoiceApplicationName", "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "maskedNumber", + "path": "invoiceBalanceAmount", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 - }, + } + ] + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentAllocation", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAllocationName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "externalCreatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "relatedPaymentAllocation", + "http://www.w3.org/ns/shacl#node": "PaymentAllocation", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentCreditMemoApplication", + "and": [ + { + "@id": "PaymentApplication" + }, + { + "properties": [ { - "path": "numberLastDigits", - "datatype": "http://www.w3.org/2001/XMLSchema#string", + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "cardToken", + "path": "name", "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 - }, + } + ] + } + ] + }, + { + "@type": "Shape", + "@id": "PaymentCreditMemoAllocation", + "and": [ + { + "@id": "PaymentAllocation" + }, + { + "properties": [ { - "path": "issueNumber", - "datatype": "http://www.w3.org/2001/XMLSchema#string", + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, - { - "path": "billToCity", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "billToStreet2", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "billToStreet", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "billToLastName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "billToFirstName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "companyName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, { "path": "name", "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "derivedCardTypeCode", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "creditCardExpired", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "paymentCardType", + "path": "appliedAmount", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 } ] } @@ -12087,82 +7682,91 @@ }, { "@type": "Shape", - "@id": "Coupon", + "@id": "PaymentInvoiceAllocation", "and": [ { - "@id": "PaymentMethod" + "@id": "PaymentAllocation" }, { "properties": [ { - "path": "discountAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "discountPercentage", - "datatype": "http://www.w3.org/2001/XMLSchema#string", + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "scanCode", + "path": "paymentInvoiceAllocationName", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "couponCode", + "path": "appliedAmount", "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "primaryScanCodeLabel", + "path": "invoiceBalanceAmount", "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "secondaryScanCodeLabel", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, + "path": "paymentInvoiceApplication", + "http://www.w3.org/ns/shacl#node": "PaymentInvoiceApplication" + } + ] + } + ] + }, + { + "@type": "Shape", + "@id": "RefundPaymentAllocation", + "and": [ + { + "@id": "RefundAllocation" + }, + { + "properties": [ { - "path": "returnCouponReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "couponCount", + "path": "refundPaymentAllocationName", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "isValid", + "path": "refundAllocationCommentText", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "isReturnCoupon", + "path": "paymentBalanceAmount", "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "expirationDate", + "path": "creditMemoBalanceAmount", "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "couponStatus", + "path": "refundAllocationCommentsDate", "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "manufacturer", - "http://www.w3.org/ns/shacl#node": "Party" + "path": "capturePayment", + "http://www.w3.org/ns/shacl#node": "CapturePayment", + "http://www.w3.org/ns/shacl#minCount": 1 } ] } @@ -12170,25 +7774,57 @@ }, { "@type": "Shape", - "@id": "CreditTender", - "and": [ + "@id": "PaymentAuthorizationReversal", + "properties": [ { - "@id": "PaymentMethod" + "path": "paymentAuthorizationReversalStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorizationProcessingMode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "customerAuthorizationReversalPhone", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "customerAuthorizationReversalEmail", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorizationReversalName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorizationReversalCommentText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "iPAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "macAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "account", - "http://www.w3.org/ns/shacl#node": "Account" - } - ] -======= "path": "paymentGatewayInternalReferenceNumber", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, @@ -12228,537 +7864,357 @@ "path": "paymentAuthorization", "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "capturePayment", - "http://www.w3.org/ns/shacl#node": "CapturePayment" - }, - { - "path": "paymentGatewayResult", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 ->>>>>>> master - } - ] - } - ] - } - ] - }, - { -<<<<<<< HEAD - "@id": "ProductSubjectArea", -======= - "@id": "PaymentMethodSubjectArea", ->>>>>>> master - "@type": "SubjectArea", - "version": { - "name": "cimVersion", - "value": "0.2" - }, -<<<<<<< HEAD - "name": "Product", - "description": "Anything you plan to sell or any part of a product that needs to be tracked for service purposes. For example, you are selling a green tractor.", - "entityGroups": [ - { - "@id": "ProductEntityGroup", - "name": "Product", - "@type": "EntityGroup", - "version": "0.2", - "subjectArea": { - "@id": "Product" - }, - "description": "Example Entities included: Product Type, Product Item, Product Attribute, Product Relation", - "classConcepts": [ - { - "@id": "Product", - "name": "Product", - "@type": "Class", - "description": "What is intended to be sold e.g. goods, services, bundles, made to order products." - }, - { - "@id": "GoodsProduct", - "name": "Goods Product", - "@type": "Class", - "subClassOf": "Product", - "description": "Products you can touch e.g. cart of milk, pallet of coffee, mobile phone x model 1" - }, - { - "@id": "ServiceProduct", - "name": "Service Product", - "@type": "Class", - "subClassOf": "Product", - "description": "Products that are intangible e.g. labor, software subscription" - }, - { - "@id": "BundleProduct", - "name": "Bundle Product", - "@type": "Class", - "subClassOf": "Product", - "description": "Product groups e.g. mobile phone package include phone, call plan and charger" - }, - { - "@id": "ProductTranslation", - "name": "Product Translation", - "@type": "Class", - "description": "Translated attributes for a product" - }, - { - "@id": "ProductRelatedProduct", - "name": "Product Related Product", - "@type": "Class", - "description": "A grouping of products such as a product bundle" - }, - { - "@id": "ProductRelationshipType", - "name": "Product Relationship Type", - "@type": "Class", - "description": "What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of" - }, - { - "@id": "ProductImage", - "name": "Product Image", - "@type": "Class", - "description": "Images of a product" - }, - { - "@id": "ProductImageTranslation", - "name": "Product Image Translation", - "@type": "Class", - "description": "Translated attributes for a product image" - }, - { - "@id": "Brand", - "name": "Brand", - "@type": "Class", - "description": "What is the brand of the product e.g. Snike shoes" - } - ], - "propertyConcepts": [ - { - "@id": "type", - "@type": "Property", - "domain": [ - "Product" - ] - }, - { - "@id": "brandGrade", - "@type": "Property", - "domain": [ - "Product", - "Brand" - ] - }, - { - "@id": "name", - "@type": "Property", - "domain": [ - "Product", - "ProductTranslation", - "ProductRelatedProduct", - "Brand" - ] - }, - { - "@id": "description", - "@type": "Property", - "domain": [ - "Product", - "ProductTranslation" - ] - }, - { - "@id": "longDescription", - "@type": "Property", - "domain": [ - "Product", - "ProductTranslation" - ] - }, - { - "@id": "displayUrl", - "@type": "Property", - "domain": [ - "Product" - ] - }, - { - "@id": "isDynamicBundle", - "@type": "Property", - "domain": [ - "Product" - ] - }, - { - "@id": "revenueInstallmentCount", - "@type": "Property", - "domain": [ - "Product" + }, + { + "path": "capturePayment", + "http://www.w3.org/ns/shacl#node": "CapturePayment" + }, + { + "path": "paymentGatewayResult", + "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", + "http://www.w3.org/ns/shacl#minCount": 1 + } ] - }, + } + ] + } + ] + }, + { + "@id": "PaymentMethodSubjectArea", + "@type": "SubjectArea", + "version": { + "name": "cimVersion", + "value": "0.2" + }, + "name": "Payment Method", + "description": "A method of paying for a product or service, like a credit card or check.", + "entityGroups": [ + { + "@id": "PaymentMethodEntityGroup", + "name": "Payment Method", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "PaymentMethod" + }, + "description": "Example Entities included: Payment Method Type, Payment Card Tender, Digital Wallet Tender", + "classConcepts": [ { - "@id": "revenueInstallmentPeriod", - "@type": "Property", - "domain": [ - "Product" - ] + "@id": "PaymentMethod", + "name": "Payment Method", + "@type": "Class", + "description": "A means by which a buyer compensates a seller for a purchased good or service." }, { - "@id": "revenueScheduleType", - "@type": "Property", - "domain": [ - "Product" - ] + "@id": "PaymentMethodType", + "name": "Payment Method Type", + "@type": "Class", + "description": "The category of payment method, such as payment card, check or digital wallet." }, { - "@id": "canUseRevenueSchedule", - "@type": "Property", - "domain": [ - "Product" - ] + "@id": "PaymentCard", + "name": "Payment Card", + "@type": "Class", + "subClassOf": "PaymentMethod", + "description": "A payment system issued by a financial institution to a customer that allows its owner (the cardholder) to access funds in designated bank accounts" }, { - "@id": "quantityInstallmentCount", - "@type": "Property", - "domain": [ - "Product" - ] + "@id": "Coupon", + "name": "Coupon", + "@type": "Class", + "subClassOf": "PaymentMethod", + "description": "Payment in the form of a voucher entitling the holder to a discount for a particular product." }, { - "@id": "quantityInstallmentPeriod", - "@type": "Property", - "domain": [ - "Product" - ] - }, + "@id": "CreditTender", + "name": "Credit Tender", + "@type": "Class", + "subClassOf": "PaymentMethod", + "description": "Payment to the seller that results in an agreement to pay at a later date, usually via a credit account." + } + ], + "propertyConcepts": [ { - "@id": "quantityScheduleType", + "@id": "paymentMethodStatus", "@type": "Property", "domain": [ - "Product" + "PaymentMethod" ] }, { - "@id": "canUseQuantitySchedule", + "@id": "id", "@type": "Property", "domain": [ - "Product" + "PaymentMethod", + "PaymentMethodType", + "PaymentCard", + "Coupon", + "CreditTender" ] }, { - "@id": "disposalType", + "@id": "paymentMethodType", "@type": "Property", "domain": [ - "Product" + "PaymentMethod" ] }, { - "@id": "allowPartialRefund", + "@id": "maxTransactionAmount", "@type": "Property", "domain": [ - "Product" + "PaymentMethodType" ] }, { - "@id": "allowCustomerReturn", + "@id": "maxPerPeriodAmount", "@type": "Property", "domain": [ - "Product" + "PaymentMethodType" ] }, { - "@id": "validForPeriodCount", + "@id": "useMinimumAgeYear", "@type": "Property", "domain": [ - "Product" + "PaymentMethodType" ] }, { - "@id": "validToDate", + "@id": "maxPerPeriodTransactionCount", "@type": "Property", "domain": [ - "Product" + "PaymentMethodType" ] }, { - "@id": "validFromDate", + "@id": "typeRequiredIdentification", "@type": "Property", "domain": [ - "Product" + "PaymentMethodType" ] }, { - "@id": "standardWarrantyLengthMonth", + "@id": "mediaType", "@type": "Property", "domain": [ - "Product" + "PaymentMethodType" ] }, { - "@id": "isAutoProvisionable", + "@id": "typeDescription", "@type": "Property", "domain": [ - "Product" + "PaymentMethodType" ] }, { - "@id": "isInstallable", + "@id": "name", "@type": "Property", "domain": [ - "Product" + "PaymentMethodType", + "PaymentCard" ] }, { - "@id": "isQualityVerificationRequired", + "@id": "expirationMonth", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "isQuantityEntryRequired", + "@id": "expirationYear", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "isWeightEntryRequired", + "@id": "cardHolderName", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "isManualPriceEntryRequired", + "@id": "maskedNumber", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "rewardProgramPointsCount", + "@id": "numberLastDigits", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "isFoodstampPaymentAllowed", + "@id": "cardToken", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "isPartnerDiscountAllowed", + "@id": "issueNumber", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "isWorkerDiscountAllowed", + "@id": "billToCity", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "isCustomerDiscountAllowed", + "@id": "billToStreet2", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "isMultipleCouponsAllowed", + "@id": "billToStreet", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "isCouponRedemptionAllowed", + "@id": "billToLastName", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "requiredDepositPercentage", + "@id": "billToFirstName", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "requiredDepositAmount", + "@id": "companyName", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "isRainCheckAllowed", + "@id": "derivedCardTypeCode", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "maximumOrderQuantityCount", + "@id": "creditCardExpired", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "minimumOrderQuantityCount", + "@id": "paymentCardType", "@type": "Property", "domain": [ - "Product" + "PaymentCard" ] }, { - "@id": "requiresInvididualUnitPricing", -======= - "name": "Payment Method", - "description": "A method of paying for a product or service, like a credit card or check.", - "entityGroups": [ - { - "@id": "PaymentMethodEntityGroup", - "name": "Payment Method", - "@type": "EntityGroup", - "version": "0.2", - "subjectArea": { - "@id": "PaymentMethod" - }, - "description": "Example Entities included: Payment Method Type, Payment Card Tender, Digital Wallet Tender", - "classConcepts": [ - { - "@id": "PaymentMethod", - "name": "Payment Method", - "@type": "Class", - "description": "A means by which a buyer compensates a seller for a purchased good or service." - }, - { - "@id": "PaymentMethodType", - "name": "Payment Method Type", - "@type": "Class", - "description": "The category of payment method, such as payment card, check or digital wallet." - }, - { - "@id": "PaymentCard", - "name": "Payment Card", - "@type": "Class", - "description": "A payment system issued by a financial institution to a customer that allows its owner (the cardholder) to access funds in designated bank accounts" - }, - { - "@id": "Coupon", - "name": "Coupon", - "@type": "Class", - "description": "Payment in the form of a voucher entitling the holder to a discount for a particular product." - }, - { - "@id": "CreditTender", - "name": "Credit Tender", - "@type": "Class", - "description": "Payment to the seller that results in an agreement to pay at a later date, usually via a credit account." - } - ], - "propertyConcepts": [ - { - "@id": "paymentMethodStatus", + "@id": "discountAmount", "@type": "Property", "domain": [ - "PaymentMethod" + "Coupon" ] }, { - "@id": "id", + "@id": "discountPercentage", "@type": "Property", "domain": [ - "PaymentMethod", - "PaymentMethodType" + "Coupon" ] }, { - "@id": "paymentMethodType", + "@id": "scanCode", "@type": "Property", "domain": [ - "PaymentMethod", - "PaymentCard", - "Coupon", - "CreditTender" + "Coupon" ] }, { - "@id": "maxTransactionAmount", + "@id": "couponCode", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "maxPerPeriodAmount", + "@id": "primaryScanCodeLabel", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "useMinimumAgeYear", + "@id": "secondaryScanCodeLabel", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "maxPerPeriodTransactionCount", + "@id": "returnCouponReason", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "typeRequiredIdentification", + "@id": "couponCount", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "mediaType", + "@id": "isValid", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "typeDescription", + "@id": "isReturnCoupon", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "name", + "@id": "expirationDate", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "expirationMonth", + "@id": "couponStatus", "@type": "Property", "domain": [ - "PaymentCard" + "Coupon" ] }, { - "@id": "discountAmount", + "@id": "manufacturer", "@type": "Property", "domain": [ "Coupon" @@ -12851,48 +8307,220 @@ { "@type": "Shape", "@id": "PaymentCard", - "properties": [ + "and": [ { - "path": "expirationMonth", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "@id": "PaymentMethod" }, { - "path": "paymentMethodType", - "http://www.w3.org/ns/shacl#node": "PaymentMethodType", - "http://www.w3.org/ns/shacl#minCount": 1 + "properties": [ + { + "path": "expirationMonth", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "expirationYear", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "cardHolderName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "maskedNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "numberLastDigits", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "cardToken", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "issueNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billToCity", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billToStreet2", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billToStreet", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billToLastName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billToFirstName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "companyName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "derivedCardTypeCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "creditCardExpired", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentCardType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "Coupon", - "properties": [ + "and": [ { - "path": "discountAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "@id": "PaymentMethod" }, { - "path": "paymentMethodType", - "http://www.w3.org/ns/shacl#node": "PaymentMethodType", - "http://www.w3.org/ns/shacl#minCount": 1 + "properties": [ + { + "path": "discountAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "discountPercentage", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "scanCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "couponCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "primaryScanCodeLabel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "secondaryScanCodeLabel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "returnCouponReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "couponCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isValid", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isReturnCoupon", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "expirationDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "couponStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "manufacturer", + "http://www.w3.org/ns/shacl#node": "Party" + } + ] } ] }, { "@type": "Shape", "@id": "CreditTender", - "properties": [ + "and": [ { - "path": "paymentMethodType", - "http://www.w3.org/ns/shacl#node": "PaymentMethodType", - "http://www.w3.org/ns/shacl#minCount": 1 + "@id": "PaymentMethod" }, { - "path": "account", - "http://www.w3.org/ns/shacl#node": "Account" + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "account", + "http://www.w3.org/ns/shacl#node": "Account" + } + ] } ] } @@ -12930,18 +8558,21 @@ "@id": "GoodsProduct", "name": "Goods Product", "@type": "Class", + "subClassOf": "Product", "description": "Products you can touch e.g. cart of milk, pallet of coffee, mobile phone x model 1" }, { "@id": "ServiceProduct", "name": "Service Product", "@type": "Class", + "subClassOf": "Product", "description": "Products that are intangible e.g. labor, software subscription" }, { "@id": "BundleProduct", "name": "Bundle Product", "@type": "Class", + "subClassOf": "Product", "description": "Product groups e.g. mobile phone package include phone, call plan and charger" }, { @@ -12986,10 +8617,7 @@ "@id": "type", "@type": "Property", "domain": [ - "Product", - "GoodsProduct", - "ServiceProduct", - "BundleProduct" + "Product" ] }, { @@ -13028,913 +8656,773 @@ }, { "@id": "displayUrl", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "priceChargeType", -======= "@id": "isDynamicBundle", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "minimumAdvertisementAmountStartDate", -======= "@id": "revenueInstallmentCount", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "minimumAdvertisementAmount", -======= "@id": "revenueInstallmentPeriod", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "mSRPAmount", -======= "@id": "revenueScheduleType", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "isBackOrdered", -======= "@id": "canUseRevenueSchedule", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "isReturnable", -======= "@id": "quantityInstallmentCount", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "isSellableWithoutPrice", -======= "@id": "quantityInstallmentPeriod", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "isSellableIndependently", -======= "@id": "quantityScheduleType", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "isSellable", -======= "@id": "canUseQuantitySchedule", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "isPreOrderable", -======= "@id": "disposalType", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "productStatus", -======= "@id": "allowPartialRefund", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "isIntellectualPropertyProtected", -======= "@id": "allowCustomerReturn", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "externalSourceRecord", -======= "@id": "validForPeriodCount", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "lotIdentifier", -======= "@id": "validToDate", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "stockLedgerValuationAmount", -======= "@id": "validFromDate", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "glAccountCode", -======= "@id": "standardWarrantyLengthMonth", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "isSerialized", -======= "@id": "isAutoProvisionable", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "versionNumber", -======= "@id": "isInstallable", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "modelNumber", -======= "@id": "isQualityVerificationRequired", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "modelYear", -======= "@id": "isQuantityEntryRequired", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "manufacturerName", -======= "@id": "isWeightEntryRequired", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "productSKU", -======= "@id": "isManualPriceEntryRequired", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "id", - "@type": "Property", - "domain": [ - "Product", - "GoodsProduct", - "ServiceProduct", - "BundleProduct", - "ProductTranslation", - "ProductRelatedProduct", - "ProductRelationshipType", - "ProductImage", - "ProductImageTranslation", - "Brand" - ] - }, - { - "@id": "validForPeriodUOM", -======= "@id": "rewardProgramPointsCount", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "primarySalesChannel", -======= "@id": "isFoodstampPaymentAllowed", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "primaryProductCategory", -======= "@id": "isPartnerDiscountAllowed", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "brand", -======= "@id": "isWorkerDiscountAllowed", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "masterProduct", -======= "@id": "isCustomerDiscountAllowed", ->>>>>>> master "@type": "Property", "domain": [ "Product" ] }, { -<<<<<<< HEAD - "@id": "requiresUnitPriceLabel", - "@type": "Property", - "domain": [ - "GoodsProduct" - ] - }, - { - "@id": "maxHoldingDayCount", - "@type": "Property", - "domain": [ - "GoodsProduct" - ] - }, - { - "@id": "shelfFacingUnitCount", + "@id": "isMultipleCouponsAllowed", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "isPerishable", + "@id": "isCouponRedemptionAllowed", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "isMadeToOrder", + "@id": "requiredDepositPercentage", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "requiredCleanupProcess", + "@id": "requiredDepositAmount", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "requiredHumidityPercentage", + "@id": "isRainCheckAllowed", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "requiredTemperatureUOM", + "@id": "maximumOrderQuantityCount", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "requiredTemperatureHighestNumber", + "@id": "minimumOrderQuantityCount", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "requiredTemperatureLowestNumber", + "@id": "requiresInvididualUnitPricing", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "environmentRequirement", + "@id": "priceChargeType", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "productSecurityRequirement", + "@id": "minimumAdvertisementAmountStartDate", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "age", + "@id": "minimumAdvertisementAmount", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "gender", + "@id": "mSRPAmount", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "season", + "@id": "isBackOrdered", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "pattern", + "@id": "isReturnable", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "fabric", + "@id": "isSellableWithoutPrice", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "style", + "@id": "isSellableIndependently", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "color", + "@id": "isSellable", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "weightUOM", + "@id": "isPreOrderable", "@type": "Property", "domain": [ - "GoodsProduct", - "BundleProduct" + "Product" ] }, { - "@id": "tareWeight", + "@id": "productStatus", "@type": "Property", "domain": [ - "GoodsProduct", - "BundleProduct" + "Product" ] }, { - "@id": "drainedWeight", + "@id": "isIntellectualPropertyProtected", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "netWeight", + "@id": "externalSourceRecord", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "grossWeight", + "@id": "lotIdentifier", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "productMayExpand", + "@id": "stockLedgerValuationAmount", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "sizeUOM", + "@id": "glAccountCode", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "diameter", + "@id": "isSerialized", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "height", + "@id": "versionNumber", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "width", + "@id": "modelNumber", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "depth", + "@id": "modelYear", "@type": "Property", "domain": [ - "GoodsProduct" + "Product" ] }, { - "@id": "evergreenContractEstimatedChargeAmount", + "@id": "manufacturerName", "@type": "Property", "domain": [ - "ServiceProduct" + "Product" ] }, { - "@id": "evergreenContractEstimatedMonthCount", + "@id": "productSKU", "@type": "Property", "domain": [ - "ServiceProduct" + "Product" ] }, { - "@id": "rentalCleanupFeeAmount", + "@id": "id", "@type": "Property", "domain": [ - "ServiceProduct" + "Product", + "GoodsProduct", + "ServiceProduct", + "BundleProduct", + "ProductTranslation", + "ProductRelatedProduct", + "ProductRelationshipType", + "ProductImage", + "ProductImageTranslation", + "Brand" ] }, { - "@id": "rentalTermViolationPenaltyAmount", + "@id": "validForPeriodUOM", "@type": "Property", "domain": [ - "ServiceProduct" + "Product" ] }, { - "@id": "servicePeriodUOM", + "@id": "primarySalesChannel", "@type": "Property", "domain": [ - "ServiceProduct" + "Product" ] }, { - "@id": "servicePeriodCount", + "@id": "primaryProductCategory", "@type": "Property", "domain": [ - "ServiceProduct" + "Product" ] }, { - "@id": "serviceType", + "@id": "brand", "@type": "Property", "domain": [ - "ServiceProduct" + "Product" ] }, { - "@id": "serviceProviderAccount", + "@id": "masterProduct", "@type": "Property", "domain": [ - "ServiceProduct" + "Product" ] }, { - "@id": "expectedWasteCount", + "@id": "requiresUnitPriceLabel", "@type": "Property", "domain": [ - "BundleProduct" + "GoodsProduct" ] }, { - "@id": "quantityUnitOfMeasure", + "@id": "maxHoldingDayCount", "@type": "Property", "domain": [ - "BundleProduct" + "GoodsProduct" ] }, { - "@id": "quantityCount", + "@id": "shelfFacingUnitCount", "@type": "Property", "domain": [ - "BundleProduct" + "GoodsProduct" ] }, { - "@id": "bundledProductsDecidedAtUse", + "@id": "isPerishable", "@type": "Property", "domain": [ - "BundleProduct" + "GoodsProduct" ] }, { - "@id": "bundledProductsDecidesAvailability", + "@id": "isMadeToOrder", "@type": "Property", "domain": [ - "BundleProduct" + "GoodsProduct" ] }, { - "@id": "bundledProductsSubstitutional", + "@id": "requiredCleanupProcess", "@type": "Property", "domain": [ - "BundleProduct" + "GoodsProduct" ] }, { - "@id": "bundledProductsSoldTogether", -======= - "@id": "isMultipleCouponsAllowed", + "@id": "requiredHumidityPercentage", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isCouponRedemptionAllowed", + "@id": "requiredTemperatureUOM", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "requiredDepositPercentage", + "@id": "requiredTemperatureHighestNumber", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "requiredDepositAmount", + "@id": "requiredTemperatureLowestNumber", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isRainCheckAllowed", + "@id": "environmentRequirement", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "maximumOrderQuantityCount", + "@id": "productSecurityRequirement", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "minimumOrderQuantityCount", + "@id": "age", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "requiresInvididualUnitPricing", + "@id": "gender", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "priceChargeType", + "@id": "season", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "minimumAdvertisementAmountStartDate", + "@id": "pattern", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "minimumAdvertisementAmount", + "@id": "fabric", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "mSRPAmount", + "@id": "style", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isBackOrdered", + "@id": "color", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isReturnable", + "@id": "weightUOM", "@type": "Property", "domain": [ - "Product" + "GoodsProduct", + "BundleProduct" ] }, { - "@id": "isSellableWithoutPrice", + "@id": "tareWeight", "@type": "Property", "domain": [ - "Product" + "GoodsProduct", + "BundleProduct" ] }, { - "@id": "isSellableIndependently", + "@id": "drainedWeight", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isSellable", + "@id": "netWeight", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isPreOrderable", + "@id": "grossWeight", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "productStatus", + "@id": "productMayExpand", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isIntellectualPropertyProtected", + "@id": "sizeUOM", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "externalSourceRecord", + "@id": "diameter", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "lotIdentifier", + "@id": "height", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "stockLedgerValuationAmount", + "@id": "width", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "glAccountCode", + "@id": "depth", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isSerialized", + "@id": "evergreenContractEstimatedChargeAmount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "versionNumber", + "@id": "evergreenContractEstimatedMonthCount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "modelNumber", + "@id": "rentalCleanupFeeAmount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "modelYear", + "@id": "rentalTermViolationPenaltyAmount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "manufacturerName", + "@id": "servicePeriodUOM", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "productSKU", + "@id": "servicePeriodCount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "id", + "@id": "serviceType", "@type": "Property", "domain": [ - "Product", - "ProductTranslation", - "ProductRelatedProduct", - "ProductRelationshipType", - "ProductImage", - "ProductImageTranslation", - "Brand" + "ServiceProduct" ] }, { - "@id": "validForPeriodUOM", + "@id": "serviceProviderAccount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "primarySalesChannel", + "@id": "expectedWasteCount", "@type": "Property", "domain": [ - "Product" + "BundleProduct" ] }, { - "@id": "primaryProductCategory", + "@id": "quantityUnitOfMeasure", "@type": "Property", "domain": [ - "Product" + "BundleProduct" ] }, { - "@id": "brand", + "@id": "quantityCount", "@type": "Property", "domain": [ - "Product" + "BundleProduct" ] }, { - "@id": "masterProduct", + "@id": "bundledProductsDecidedAtUse", "@type": "Property", "domain": [ - "Product" + "BundleProduct" ] }, { - "@id": "requiresUnitPriceLabel", + "@id": "bundledProductsDecidesAvailability", "@type": "Property", "domain": [ - "GoodsProduct" + "BundleProduct" ] }, { - "@id": "evergreenContractEstimatedChargeAmount", + "@id": "bundledProductsSubstitutional", "@type": "Property", "domain": [ - "ServiceProduct" + "BundleProduct" ] }, { - "@id": "weightUOM", ->>>>>>> master + "@id": "bundledProductsSoldTogether", "@type": "Property", "domain": [ "BundleProduct" @@ -14427,7 +9915,6 @@ { "@type": "Shape", "@id": "GoodsProduct", -<<<<<<< HEAD "and": [ { "@id": "Product" @@ -14595,26 +10082,12 @@ "http://www.w3.org/ns/shacl#maxCount": 1 } ] -======= - "properties": [ - { - "path": "type", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "requiresUnitPriceLabel", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 ->>>>>>> master } ] }, { "@type": "Shape", "@id": "ServiceProduct", -<<<<<<< HEAD "and": [ { "@id": "Product" @@ -14668,25 +10141,12 @@ "http://www.w3.org/ns/shacl#node": "Account" } ] -======= - "properties": [ - { - "path": "type", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "evergreenContractEstimatedChargeAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 ->>>>>>> master } ] }, { "@type": "Shape", "@id": "BundleProduct", -<<<<<<< HEAD "and": [ { "@id": "Product" @@ -14747,18 +10207,6 @@ "http://www.w3.org/ns/shacl#maxCount": 1 } ] -======= - "properties": [ - { - "path": "type", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "weightUOM", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 ->>>>>>> master } ] }, @@ -15794,15 +11242,6 @@ "description": "One or more Payments having the same Payment Method, that have been applied to a single Sales Order." }, { -<<<<<<< HEAD -======= - "@id": "ProductRelationshipType", - "name": "Product Relationship Type", - "@type": "Class", - "description": "What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of" - }, - { ->>>>>>> master "@id": "SalesChannel", "name": "Sales Channel", "@type": "Class", @@ -15878,10 +11317,7 @@ "@id": "SalesOrderPriceAdjustment", "name": "Sales Order Price Adjustment", "@type": "Class", -<<<<<<< HEAD "subClassOf": "PriceAdjustment Group", -======= ->>>>>>> master "description": "A change to the price of a Sales Order that is made before order fulfillment. A Sales Order Price Adjustment may be comprised of Sales Order Product Price Adjustments that allocate the overall adjustment amount to one or more of the products and services" }, { @@ -15906,10 +11342,7 @@ "@id": "SalesOrderProductTax", "name": "Sales Order Product Tax", "@type": "Class", -<<<<<<< HEAD "subClassOf": "SalesOrder Tax", -======= ->>>>>>> master "description": "A tax on the price of a Sales Order Product." }, { @@ -15931,15 +11364,12 @@ "description": "The progress of a delivery such as awaiting pickup, in progress or complete" }, { -<<<<<<< HEAD "@id": "ProductRelationshipType2", "name": "Sales Order Product Relationship Type", "@type": "Class", "description": "Reasons why products are related such as bundle, option or covering" }, { -======= ->>>>>>> master "@id": "SalesOrderProductGroup", "name": "Sales Order Product Group", "@type": "Class", @@ -15998,10 +11428,7 @@ "SalesOrderProductReason", "SalesOrderPriceAdjustmentType", "PriceAdjustmentMethod", -<<<<<<< HEAD "SalesOrderProductTax", -======= ->>>>>>> master "SalesOrderTax", "SalesOrderDeliveryGroup", "SalesOrderDeliveryStatus", @@ -16016,10 +11443,6 @@ "domain": [ "OrderDeliveryMethod", "SalesOrderPaymentSummary", -<<<<<<< HEAD -======= - "ProductRelationshipType", ->>>>>>> master "SalesChannel", "SalesOrderProduct", "SalesChannelType", @@ -16032,7 +11455,6 @@ "SalesOrderProductStatus", "SalesOrderProductReasonCategory", "SalesOrderProductReason", -<<<<<<< HEAD "SalesOrderPriceAdjustment", "SalesOrderPriceAdjustmentType", "PriceAdjustmentMethod", @@ -16041,13 +11463,6 @@ "SalesOrderDeliveryGroup", "SalesOrderDeliveryStatus", "ProductRelationshipType2", -======= - "SalesOrderPriceAdjustmentType", - "PriceAdjustmentMethod", - "SalesOrderTax", - "SalesOrderDeliveryGroup", - "SalesOrderDeliveryStatus", ->>>>>>> master "SalesOrderProductGroup", "SalesOrderProductGroupType", "SalesOrderProductNote", @@ -16118,10 +11533,7 @@ "domain": [ "SalesOrderPaymentSummary", "SalesOrderProduct", -<<<<<<< HEAD "SalesOrderPriceAdjustment", -======= ->>>>>>> master "SalesOrderDeliveryGroup" ] }, @@ -16134,23 +11546,6 @@ ] }, { -<<<<<<< HEAD -======= - "@id": "childProductRole", - "@type": "Property", - "domain": [ - "ProductRelationshipType" - ] - }, - { - "@id": "parentProductRole", - "@type": "Property", - "domain": [ - "ProductRelationshipType" - ] - }, - { ->>>>>>> master "@id": "salesChannelNumber", "@type": "Property", "domain": [ @@ -16164,10 +11559,7 @@ "SalesChannel", "SalesOrderProduct", "SalesOrder", -<<<<<<< HEAD "SalesOrderProductTax", -======= ->>>>>>> master "SalesOrderDeliveryGroup", "SalesOrderProductGroup", "SalesOrderProductNote" @@ -17125,7 +12517,6 @@ ] }, { -<<<<<<< HEAD "@id": "taxAmount", "@type": "Property", "domain": [ @@ -17148,24 +12539,12 @@ }, { "@id": "originalSalesOrderProductTax", -======= - "@id": "salesOrderTaxAmount", - "@type": "Property", - "domain": [ - "SalesOrderProductTax", - "SalesOrderTax" - ] - }, - { - "@id": "taxAmount", ->>>>>>> master "@type": "Property", "domain": [ "SalesOrderProductTax" ] }, { -<<<<<<< HEAD "@id": "salesOrderTaxAmount", "@type": "Property", "domain": [ @@ -17173,8 +12552,6 @@ ] }, { -======= ->>>>>>> master "@id": "taxRatePercent", "@type": "Property", "domain": [ @@ -17308,7 +12685,6 @@ ] }, { -<<<<<<< HEAD "@id": "childProductRole", "@type": "Property", "domain": [ @@ -17323,8 +12699,6 @@ ] }, { -======= ->>>>>>> master "@id": "salesOrderProductGroupType", "@type": "Property", "domain": [ @@ -17469,33 +12843,6 @@ }, { "@type": "Shape", -<<<<<<< HEAD -======= - "@id": "ProductRelationshipType", - "properties": [ - { - "path": "childProductRole", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "parentProductRole", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - }, - { - "@type": "Shape", ->>>>>>> master "@id": "SalesChannel", "properties": [ { @@ -18436,7 +13783,6 @@ { "@type": "Shape", "@id": "SalesOrderPriceAdjustment", -<<<<<<< HEAD "and": [ { "@id": "PriceAdjustment Group" @@ -18460,13 +13806,6 @@ "http://www.w3.org/ns/shacl#minCount": 1 } ] -======= - "properties": [ - { - "path": "totalAdjustmentTaxAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 ->>>>>>> master } ] }, @@ -18514,7 +13853,6 @@ { "@type": "Shape", "@id": "SalesOrderProductTax", -<<<<<<< HEAD "and": [ { "@id": "SalesOrder Tax" @@ -18560,19 +13898,6 @@ "http://www.w3.org/ns/shacl#node": "SalesOrderProductTax" } ] -======= - "properties": [ - { - "path": "salesOrderTaxAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "taxAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 ->>>>>>> master } ] }, @@ -18781,7 +14106,6 @@ }, { "@type": "Shape", -<<<<<<< HEAD "@id": "ProductRelationshipType2", "properties": [ { @@ -18806,8 +14130,6 @@ }, { "@type": "Shape", -======= ->>>>>>> master "@id": "SalesOrderProductGroup", "properties": [ { From f1b98b6af68c137426e31e6fd5e4703005ad2118 Mon Sep 17 00:00:00 2001 From: mattdfuchs Date: Thu, 13 Aug 2020 11:46:16 -0700 Subject: [PATCH 06/12] bindings in store, find items needing a binding --- package-lock.json | 19425 ++++++++++++++++++++++- package.json | 1 + src/main/bindings/CIMBindingsPlugin.ts | 2 +- src/main/bindings/utils/N3Graph.ts | 2 +- src/main/index.ts | 450 + 5 files changed, 19107 insertions(+), 773 deletions(-) create mode 100644 src/main/index.ts diff --git a/package-lock.json b/package-lock.json index b769e50..624b7b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,28 +5,17972 @@ "requires": true, "dependencies": { "@api-modeling/amf-client-js": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/@api-modeling/amf-client-js/-/amf-client-js-4.1.11.tgz", - "integrity": "sha512-2z2uxn/3PbNOyM3B7YSd3lsxh0iER6hRS4WdUFv9Y3dVzhNFAgj4GK4fqveC1kWNJ3iY1sbiCVAbdt0G+Dg2RA==", + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@api-modeling/amf-client-js/-/amf-client-js-4.1.12.tgz", + "integrity": "sha512-0uyrnpTB0KBHgOU/MoHtl/mdWrW106qFouQTsrbGaxq4jg7EEYCw9CgnQF7j9NDbOJMzlha/sO/ZwIDKtbzQ2g==", "requires": { "ajv": "^6.12.2", "amf-shacl-node": "^2.0.0" } }, "@api-modeling/api-modeling-metadata": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@api-modeling/api-modeling-metadata/-/api-modeling-metadata-0.1.3.tgz", - "integrity": "sha512-oZFWPJ7101fXMafVYpi6w45C05hpzlhKkUaujDstm2rMPi7ZwXYO9Wd1I7LJ0kUUP90iUQW1zX+foJRjPAW+Jw==", + "version": "0.1.6", "requires": { - "@api-modeling/amf-client-js": "4.1.11", - "@types/uuid": "^7.0.2", + "@api-modeling/amf-client-js": "4.1.12", + "@types/uuid": "^7.0.4", "uuid": "^7.0.3" }, "dependencies": { + "@api-modeling/amf-client-js": { + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@api-modeling/amf-client-js/-/amf-client-js-4.1.12.tgz", + "integrity": "sha512-0uyrnpTB0KBHgOU/MoHtl/mdWrW106qFouQTsrbGaxq4jg7EEYCw9CgnQF7j9NDbOJMzlha/sO/ZwIDKtbzQ2g==", + "requires": { + "ajv": "^6.12.2", + "amf-shacl-node": "^2.0.0" + } + }, + "@babel/code-frame": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "requires": { + "@babel/highlight": "^7.10.4" + } + }, + "@babel/core": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.11.1.tgz", + "integrity": "sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.11.0", + "@babel/helper-module-transforms": "^7.11.0", + "@babel/helpers": "^7.10.4", + "@babel/parser": "^7.11.1", + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.11.0", + "@babel/types": "^7.11.0", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.19", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "lodash": { + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + } + } + }, + "@babel/generator": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.11.0.tgz", + "integrity": "sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==", + "requires": { + "@babel/types": "^7.11.0", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-function-name": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", + "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", + "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz", + "integrity": "sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q==", + "requires": { + "@babel/types": "^7.11.0" + } + }, + "@babel/helper-module-imports": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz", + "integrity": "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-module-transforms": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz", + "integrity": "sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==", + "requires": { + "@babel/helper-module-imports": "^7.10.4", + "@babel/helper-replace-supers": "^7.10.4", + "@babel/helper-simple-access": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.11.0", + "@babel/template": "^7.10.4", + "@babel/types": "^7.11.0", + "lodash": "^4.17.19" + }, + "dependencies": { + "lodash": { + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + } + } + }, + "@babel/helper-optimise-call-expression": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz", + "integrity": "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-replace-supers": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz", + "integrity": "sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.10.4", + "@babel/helper-optimise-call-expression": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-simple-access": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz", + "integrity": "sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==", + "requires": { + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz", + "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==", + "requires": { + "@babel/types": "^7.11.0" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/helpers": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.10.4.tgz", + "integrity": "sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==", + "requires": { + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/highlight": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", + "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.11.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.11.3.tgz", + "integrity": "sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA==" + }, + "@babel/template": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", + "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/traverse": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.11.0.tgz", + "integrity": "sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.11.0", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.11.0", + "@babel/parser": "^7.11.0", + "@babel/types": "^7.11.0", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.19" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "lodash": { + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + } + } + }, + "@babel/types": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.0.tgz", + "integrity": "sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + }, + "dependencies": { + "lodash": { + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + } + } + }, + "@comunica/actor-abstract-bindings-hash": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.15.0.tgz", + "integrity": "sha512-1YUtb/zKyfpzgknkEYBhWqJaclKZkb7GqJP0sSMQfSoSiNZMKP2BqUGvLTXGuTSCb5smHqx2dcvUOImQ7IaIbw==", + "requires": { + "canonicalize": "^1.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-abstract-mediatyped": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.15.0.tgz", + "integrity": "sha512-rB0DnIuiZKGqAd6JmcXdajmgDPWzffqCqLyAp2A967NRN1NlPbPnfwkCJBHVehdcyT69dAaEkHoHDZpbwOVjHg==" + }, + "@comunica/actor-abstract-path": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.15.0.tgz", + "integrity": "sha512-zXTTFBPW7AxAVd7uX+7W1O05XgZcgmZ9U+e3H1rv0o0qHJUeAAhRulAMeU2ovSNI4hWb8W3bU+/LFJBQXC+u3A==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-http-memento": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.15.0.tgz", + "integrity": "sha512-TYDaMo0lSuxGTpGGec5iaJX41fsl7hjTgRRTWgIO8w6yCVr9V0Od3PX2Ukgu6T2Ps62FJv23IBgrQ9Z1MoUiOw==", + "requires": { + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "parse-link-header": "^1.0.1" + } + }, + "@comunica/actor-http-native": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.15.0.tgz", + "integrity": "sha512-YRpb03uYbmIXcWZOKdXF0UwCIauhWTNq5L1x8Ceu93WqVZNgBjR5FcZeQwiz3Tw201YtMjnl8QysBcSHAd5zvw==", + "requires": { + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "follow-redirects": "^1.5.1", + "parse-link-header": "^1.0.1" + } + }, + "@comunica/actor-http-proxy": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.15.0.tgz", + "integrity": "sha512-qPujw7lsWg1hJ+lC68iERkSipmF2t2MWTXpajGdTMSTt7nc9Viy7PMkWAU8YAXdUZMr+RbiNnbu4OjEjySwiew==" + }, + "@comunica/actor-init-sparql": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.15.0.tgz", + "integrity": "sha512-o3YViA/nTdp5cX/zs6muaKUAN/8VxFCdRqwv53waASyyBAPFm8bP20TmUKFInYhSXHJyh6e4jodFAIvIzhYqCg==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.15.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-http-memento": "^1.15.0", + "@comunica/actor-http-native": "^1.15.0", + "@comunica/actor-http-proxy": "^1.15.0", + "@comunica/actor-optimize-query-operation-join-bgp": "^1.15.0", + "@comunica/actor-query-operation-ask": "^1.15.0", + "@comunica/actor-query-operation-bgp-empty": "^1.15.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.15.0", + "@comunica/actor-query-operation-bgp-single": "^1.15.0", + "@comunica/actor-query-operation-construct": "^1.15.0", + "@comunica/actor-query-operation-describe-subject": "^1.15.0", + "@comunica/actor-query-operation-distinct-hash": "^1.15.0", + "@comunica/actor-query-operation-extend": "^1.15.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-from-quad": "^1.15.0", + "@comunica/actor-query-operation-group": "^1.15.0", + "@comunica/actor-query-operation-join": "^1.15.0", + "@comunica/actor-query-operation-leftjoin-left-deep": "^1.15.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.15.0", + "@comunica/actor-query-operation-minus": "^1.15.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-path-alt": "^1.15.0", + "@comunica/actor-query-operation-path-inv": "^1.15.0", + "@comunica/actor-query-operation-path-link": "^1.15.0", + "@comunica/actor-query-operation-path-nps": "^1.15.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-seq": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.15.0", + "@comunica/actor-query-operation-project": "^1.15.0", + "@comunica/actor-query-operation-quadpattern": "^1.15.0", + "@comunica/actor-query-operation-reduced-hash": "^1.15.0", + "@comunica/actor-query-operation-service": "^1.15.0", + "@comunica/actor-query-operation-slice": "^1.15.0", + "@comunica/actor-query-operation-sparql-endpoint": "^1.15.0", + "@comunica/actor-query-operation-union": "^1.15.0", + "@comunica/actor-query-operation-values": "^1.15.0", + "@comunica/actor-rdf-dereference-http-parse": "^1.15.0", + "@comunica/actor-rdf-join-multi-smallest": "^1.15.0", + "@comunica/actor-rdf-join-symmetrichash": "^1.15.0", + "@comunica/actor-rdf-metadata-all": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.15.0", + "@comunica/actor-rdf-metadata-primary-topic": "^1.15.0", + "@comunica/actor-rdf-parse-html": "^1.15.0", + "@comunica/actor-rdf-parse-html-rdfa": "^1.15.0", + "@comunica/actor-rdf-parse-html-script": "^1.15.0", + "@comunica/actor-rdf-parse-jsonld": "^1.15.0", + "@comunica/actor-rdf-parse-n3": "^1.15.0", + "@comunica/actor-rdf-parse-rdfxml": "^1.15.0", + "@comunica/actor-rdf-parse-xml-rdfa": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-none": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.15.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.15.0", + "@comunica/actor-sparql-parse-graphql": "^1.15.0", + "@comunica/actor-sparql-serialize-json": "^1.15.0", + "@comunica/actor-sparql-serialize-rdf": "^1.15.0", + "@comunica/actor-sparql-serialize-simple": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.15.0", + "@comunica/actor-sparql-serialize-stats": "^1.15.0", + "@comunica/actor-sparql-serialize-table": "^1.15.0", + "@comunica/actor-sparql-serialize-tree": "^1.15.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-http": "^1.15.0", + "@comunica/bus-http-invalidate": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-optimize-query-operation": "^1.15.0", + "@comunica/bus-query-operation": "^1.15.0", + "@comunica/bus-rdf-dereference": "^1.15.0", + "@comunica/bus-rdf-dereference-paged": "^1.15.0", + "@comunica/bus-rdf-join": "^1.15.0", + "@comunica/bus-rdf-metadata": "^1.15.0", + "@comunica/bus-rdf-metadata-extract": "^1.15.0", + "@comunica/bus-rdf-parse": "^1.15.0", + "@comunica/bus-rdf-parse-html": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia-links": "^1.15.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.15.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.15.0", + "@comunica/core": "^1.15.0", + "@comunica/logger-pretty": "^1.15.0", + "@comunica/logger-void": "^1.15.0", + "@comunica/mediator-all": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.15.0", + "@comunica/runner-cli": "^1.15.0", + "@types/minimist": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0", + "minimist": "^1.2.0", + "negotiate": "^1.0.1", + "rdf-quad": "^1.4.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "streamify-string": "^1.0.1" + } + }, + "@comunica/actor-init-sparql-rdfjs": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.15.0.tgz", + "integrity": "sha512-CcY5ZKNCeHDNSzlN8V2HELsvu0b78LteOYVkM5PnZRxRTO0KinhAMsW6cJNffsWVx4MiGWFvVdvCk28NTg/R5g==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-init-sparql": "^1.15.0", + "@comunica/actor-query-operation-ask": "^1.15.0", + "@comunica/actor-query-operation-bgp-empty": "^1.15.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.15.0", + "@comunica/actor-query-operation-bgp-single": "^1.15.0", + "@comunica/actor-query-operation-construct": "^1.15.0", + "@comunica/actor-query-operation-describe-subject": "^1.15.0", + "@comunica/actor-query-operation-distinct-hash": "^1.15.0", + "@comunica/actor-query-operation-extend": "^1.15.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-from-quad": "^1.15.0", + "@comunica/actor-query-operation-join": "^1.15.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.15.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-path-alt": "^1.15.0", + "@comunica/actor-query-operation-path-inv": "^1.15.0", + "@comunica/actor-query-operation-path-link": "^1.15.0", + "@comunica/actor-query-operation-path-nps": "^1.15.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-seq": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.15.0", + "@comunica/actor-query-operation-project": "^1.15.0", + "@comunica/actor-query-operation-quadpattern": "^1.15.0", + "@comunica/actor-query-operation-service": "^1.15.0", + "@comunica/actor-query-operation-slice": "^1.15.0", + "@comunica/actor-query-operation-union": "^1.15.0", + "@comunica/actor-query-operation-values": "^1.15.0", + "@comunica/actor-rdf-join-nestedloop": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.15.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.15.0", + "@comunica/actor-sparql-serialize-json": "^1.15.0", + "@comunica/actor-sparql-serialize-rdf": "^1.15.0", + "@comunica/actor-sparql-serialize-simple": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.15.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-query-operation": "^1.15.0", + "@comunica/bus-rdf-join": "^1.15.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.15.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.15.0", + "@comunica/core": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.15.0", + "@comunica/runner-cli": "^1.15.0" + } + }, + "@comunica/actor-optimize-query-operation-join-bgp": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.15.0.tgz", + "integrity": "sha512-R1rXlIfW5y+wwQns+YWKxrvukqdM/HzliB8v5Pyyqu1u5f6liOsKr4UK+m/75k4Qt4UXtViwTo7st0NkBGQsvg==", + "requires": { + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-ask": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.15.0.tgz", + "integrity": "sha512-zz0WYe0ohQ/WRFl9WIcOU/hQYbtTmLGlnvjMNE5elpr6HrmJOaYEokgevmiDTou+iWiify0CJBHioLE8/QWNAg==" + }, + "@comunica/actor-query-operation-bgp-empty": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.15.0.tgz", + "integrity": "sha512-zDkHo70exCHDsgjvsyXA8SgwSwm7D0jFDC4cb3Cf55hImt8auSmX7CCU645Fo1kuze8FhSPVe0+3rchWii1PKQ==", + "requires": { + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-query-operation-bgp-left-deep-smallest": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.15.0.tgz", + "integrity": "sha512-5M7pVKM+kHDcBEXu/gRLxfWBJmgJCY1ibVppyXqpLFl8/dwUReJK69sC728GS8EHdMEKk9liqQJsAchQ1gB11w==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-query-operation-bgp-single": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.15.0.tgz", + "integrity": "sha512-cz6vCnN8CGO+kTC4NdZblHtDs3sqlaYEyy4zIAS6L8142vFUF49wDWJrV19kCNVqIDhxvo90n1wGxpOyozKA9g==" + }, + "@comunica/actor-query-operation-construct": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.15.0.tgz", + "integrity": "sha512-6qY/sCLOOgKvQ2tv1K1f10TEYOYoJ3NdlbIbiM7GH/+01MXGYJU8/ReMg3TwpRDAewAsAZSfhcdasgt801HVWg==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-query-operation-describe-subject": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.15.0.tgz", + "integrity": "sha512-uqf3hXiMrZnCr8qFVt7x2NaGhODhVJ+Y5A7pO2xHxKjeQ8Uz+IKVvDlDR7V2j/CRq1SNjhAlyYZO7A9qyotBZQ==", + "requires": { + "@comunica/actor-query-operation-union": "^1.15.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + } + }, + "@comunica/actor-query-operation-distinct-hash": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.15.0.tgz", + "integrity": "sha512-2WffFnkMljklt6cg9PEFdsdlDWJbYT6ekST3TJLbKll8pq6CusoZZxp7Fx6gg+s2UOQxIHrKsI2oDj+GyDKCug==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.15.0" + } + }, + "@comunica/actor-query-operation-extend": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.15.0.tgz", + "integrity": "sha512-Xtu+O5qNk/ToTwY/H/uM5VEsncT8MdL+jl4GYdd5idu3vV05YbPSSSkIwxky2wEi1zHLZ9ocZbTw+t9XA1ZJ9g==", + "requires": { + "sparqlee": "^1.4.2" + } + }, + "@comunica/actor-query-operation-filter-sparqlee": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.15.0.tgz", + "integrity": "sha512-JK6NfYqsKNkjT7cAmOmDOmrEIgt3JIoOY1bzDkArxPkLTnmYTmCvBp1YUTNMsMQxiYSsLwcjcjUbjvI/xV7GLg==", + "requires": { + "sparqlee": "^1.4.2" + } + }, + "@comunica/actor-query-operation-from-quad": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.15.0.tgz", + "integrity": "sha512-5VDxz7PTurcVJrp2ZkzZCNCDoFq35CE8jUu3aVCCraCdSzJ1zfAd7+92Bua0t8vDTGOmuzq8748JRSOxOPsymg==", + "requires": { + "@types/rdf-js": "^3.0.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-group": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.15.0.tgz", + "integrity": "sha512-yBLS4hXPyH2fv9QH5f0wglIYyU0pajhyaD+0Cb5ecdIq2TQiuhXoQwGQBG3uo4cKGafDlzuuZ+/EA0FhjnHqgg==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.15.0", + "rdf-string": "^1.4.2", + "sparqlee": "^1.4.2" + } + }, + "@comunica/actor-query-operation-join": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.15.0.tgz", + "integrity": "sha512-elk0hmfIzOJUr28aucmowCLZn/KRskdcFnTRw6dGQ3ydj1VqBKKFjU3UROjS6/Oi13P0x0QMq1gf9oucafVhuw==" + }, + "@comunica/actor-query-operation-leftjoin-left-deep": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.15.0.tgz", + "integrity": "sha512-foqmciYFCUlKhU2kyKWMlHOtBywWzHP+i+xrgvdvHNgDodHrwPbb5OZe4sYMCjDwUxuP3eRTrh0ECAEc7q9GQw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + } + }, + "@comunica/actor-query-operation-leftjoin-nestedloop": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.15.0.tgz", + "integrity": "sha512-o6he8xtPxSygE9XM1F1L2uJ5J/MYdw3M3rly5bRR4cNsw5ES6dqms9D4CH6sLh08Agd+9HbaH2TAcrjTRt9HAQ==", + "requires": { + "sparqlee": "^1.4.2" + } + }, + "@comunica/actor-query-operation-minus": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.15.0.tgz", + "integrity": "sha512-OBqKYxvMXpQOYXD3PNqjvf+STqGUPo/qhMe5ETrJgCuNXm6bZH2v+/pQbpXkDoEMInEyuPVu0hygJnk0OYmYjg==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.15.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + } + }, + "@comunica/actor-query-operation-orderby-sparqlee": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.15.0.tgz", + "integrity": "sha512-Zzrs6Opnhqhm4Q5cd5gRkxF53EJp9YQHjQs0RtFfmPdXI6FWqbNykx7mahRXbHoBi7yXzBrEQxGwpwvhT7LfVA==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlee": "^1.4.2" + } + }, + "@comunica/actor-query-operation-path-alt": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.15.0.tgz", + "integrity": "sha512-pt+b7ovkjMLizm11BQW/+erY2IDd7sJUEwx/69ZP1uyeuwjc6EAOqvt33cAtdnpF3X5aCnNgkkazh5Dvn871bA==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0", + "asynciterator": "^3.0.1", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-inv": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.15.0.tgz", + "integrity": "sha512-aEJoIPqVLqEga7joSTF4zT4kVX+ywU+FxQZe77xwrLyz4rxKycPWsbja/1kgygdM/hS9HKuGocRQwMbd9pcAEA==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0" + } + }, + "@comunica/actor-query-operation-path-link": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.15.0.tgz", + "integrity": "sha512-6PVakovWv4V+bzzmDCTP6lsJ/AYhZKJ/u2n/58qOPbo4oMTo9RcGhEIziEsSFN+t5F42zMO6tK+4fMtqP0xt+Q==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-nps": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.15.0.tgz", + "integrity": "sha512-jF2hQtH5kVaS4Fnfaj7NJPDoT8u+6SokF2O8XdvADfr4Qm9jUeGVV4xvrJ32rtm4NWW7HT+W3c212jH408TzOw==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-one-or-more": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.15.0.tgz", + "integrity": "sha512-5HSuJiPIJIRXSYNiPi473CUlodtE02eW0/Rt1SInwfLqD05DQl8x8VXSHL4+/h5VZihqBNPA06z984gEawrIAw==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-seq": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.15.0.tgz", + "integrity": "sha512-9na1s3C198kxeck7NpMEkNHESDHtbYfMa5eAmISg97I9phIextS9GYszSIOE02yjmlmISuJ88hJFBhcvXnbEWQ==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-zero-or-more": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.15.0.tgz", + "integrity": "sha512-42WgAH947jT5c/LniZ+hfBFFCY9jBxTjAe3pg0pG18ncW4Im7TqD0pabCxCQbAniqQgCEucVqsQM5hRxM9uwvQ==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-zero-or-one": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.15.0.tgz", + "integrity": "sha512-gP4Bdq2Qj8je3hQr3+8f3Loz9JNY2FiNGxuqVKXwrSOR6QqricvQKY+X1tO8/CatIhw0XpsXB3ifldvs9VGYJA==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-query-operation-project": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.15.0.tgz", + "integrity": "sha512-dKn3J5B6u2NxF/uCrTwLHQ5ifRItm/lUBHCIoYuhs/h27BdlyUvo6qkcfcU1aEqZFMot9bL1idQNVx/Z0A0WQQ==", + "requires": { + "@comunica/data-factory": "^1.14.0", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-query-operation-quadpattern": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.15.0.tgz", + "integrity": "sha512-niKm1TG4Y/03ClZkoRZcpCVhrJRsL82oVI17t7XZLyFKpaYv5jRNlBS4N9XoOEDxw3dF8e9cts5vtQzB0pQG3w==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-query-operation-reduced-hash": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.15.0.tgz", + "integrity": "sha512-f5jvTyfpQyVvTMNXAXD9a+fVS+NOIqedeYFoUdLOX0pNgeS7PgDkiQ3GAuDJjsf/r02qWsgwXqaMqRayx6fsoQ==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.15.0", + "@types/lru-cache": "^5.1.0", + "lru-cache": "^6.0.0" + } + }, + "@comunica/actor-query-operation-service": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.15.0.tgz", + "integrity": "sha512-xQWGH8l6AbF1+74cfPPSDnAKAeb8z7GozimKgdVvJMrymwqJGck1OqXAXrzrAqAf5KLs2ux+kll7SOSTZCRSoQ==", + "requires": { + "asynciterator": "^3.0.1" + } + }, + "@comunica/actor-query-operation-slice": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.15.0.tgz", + "integrity": "sha512-kegFbGDp6US77TMAbXKgQCA7krL0co6r90T+xOiZ3Kdo/QV52NVY5XmQTc+LAagYua6Xvte2evzNt/u7RMSs+Q==" + }, + "@comunica/actor-query-operation-sparql-endpoint": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.15.0.tgz", + "integrity": "sha512-JTJgujBK5ZVkdVnoY/m/F86FiKvVouIPF6NbKyscqiooLsCyuyY78bNsMJ9Z7GKmQJtqshTvS+6At4hqj+A1wQ==", + "requires": { + "@comunica/utils-datasource": "^1.15.0", + "@types/rdf-js": "^3.0.0", + "arrayify-stream": "^1.0.0", + "asynciterator": "^3.0.1", + "fetch-sparql-endpoint": "^1.6.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-union": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.15.0.tgz", + "integrity": "sha512-4n4ytauUdeDdhGNu+F32+xc3UQhsbgyeG21lI/YxzfD7Qb4zFUhPndNlhtrvGngDQVxtO+ROA5Jb1jfhIJaqbw==", + "requires": { + "asynciterator": "^3.0.1" + } + }, + "@comunica/actor-query-operation-values": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.15.0.tgz", + "integrity": "sha512-iBZpPuKneQjbGV7dlfk8EwfZXzibYt+e/ddzAQCcxspwdpVG5gpGv6XJsDcSwTPLjNhd4EqNpUuQdfjOCwTq4A==", + "requires": { + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-rdf-dereference-http-parse": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.15.0.tgz", + "integrity": "sha512-m8h7MqKwCY8RTP2Fs9ODyjYdz37/msqnvN27Iu8wGm218gCaGRfkZHTsupsIppLeRmTardPk6eG/pvwpdfL2Sg==", + "requires": { + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-join-multi-smallest": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.15.0.tgz", + "integrity": "sha512-x61ITFPUw1cG7pNFYpJDp+viDXTbzyighocwL36acMPy/0uJmAusRZXIsKS97zyLlla31MVKfLWvSPLHFCqjZA==" + }, + "@comunica/actor-rdf-join-nestedloop": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.15.0.tgz", + "integrity": "sha512-+PLYkQoCRVw9lGNDiTLmvVrQ5Helbq122Fhh1MA9XXpHqzXKeKPwC3kBpPnqD2MHgGlavpwz0l9CAC5ZLsL6LA==", + "requires": { + "asyncjoin": "^1.0.0" + } + }, + "@comunica/actor-rdf-join-symmetrichash": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.15.0.tgz", + "integrity": "sha512-DWzFRHDpGvv/lUF229js2Xc+RGNQf5yPQHY1DD/E2VZ7zbRxionFIxvlfw4XAVyfPta7BoM/ml8cVR11OZ/LeQ==", + "requires": { + "asyncjoin": "^1.0.0" + } + }, + "@comunica/actor-rdf-metadata-all": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.15.0.tgz", + "integrity": "sha512-Ax+q0igPmDQeriFL4hDMQWQPV4tsTzyboqnuXqj9U84YXmJ3y+5a5Wh/35odR3W31SwMrs56jYNIpZBKwx0+RA==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-rdf-metadata-extract-hydra-controls": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.15.0.tgz", + "integrity": "sha512-Ih5OJQGfmJe5ihMeFwtWhWKSCxLXEKID3i3NGm8MgiFFbEzLAAf1YLLIK57cW88vahY+3YkPZ7tq3FeIeAi3tw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "@types/uritemplate": "^0.3.4", + "uritemplate": "0.3.4" + } + }, + "@comunica/actor-rdf-metadata-extract-hydra-count": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.15.0.tgz", + "integrity": "sha512-3qNJWsSo0xR8xt7MEFD7rVlQXiBTLddzUK/5lX1A4dB3jk20a+c62WltctWYiIFtyCs0qYluAJ8xuJ2ItOlP7w==" + }, + "@comunica/actor-rdf-metadata-extract-sparql-service": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.15.0.tgz", + "integrity": "sha512-CCikTWHa8nNUfmDHPGjgTH60XGcOJtkckzZXdk6kG4rMKXocsj86/cwzYM89P58LOMKy4IFfsSpoEqKIhn2gog==", + "requires": { + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-metadata-primary-topic": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.15.0.tgz", + "integrity": "sha512-7YRtw2us52nXYcaPyk8q/rCopioCS5LEVDEteD3RqCd7KMVhg+VZYU0iD5cMF9tyYr8NoXdm1/CYxTnSZE/LNg==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-rdf-parse-html": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-eC43jtLqY3wfA6aRim83l+3NfoMQCZv/lPP2MvqxY04/Rk77DdqKtKS2GfYrIBc8aqDOoreVgiBQG5TzPzm5Ew==", + "requires": { + "@types/rdf-js": "^3.0.0", + "htmlparser2": "^4.0.0" + } + }, + "@comunica/actor-rdf-parse-html-rdfa": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.15.0.tgz", + "integrity": "sha512-1rA7YCjY1v7/1oRKzthVw633HZmHux96SQW5j+FIJTvX4GoBvf1seS082HY7WQGRpZVgLxOUxtAOQcp7zT4dHA==", + "requires": { + "rdfa-streaming-parser": "^1.1.1" + } + }, + "@comunica/actor-rdf-parse-html-script": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.15.0.tgz", + "integrity": "sha512-E12gurJpU/rcVfoH0JQOp6tnEshSigdab3l/YBbKKX46S9+uuOhXncJ58b9IO5EIDcexoEq6/KEEEtOaNFcu3g==", + "requires": { + "@types/rdf-js": "^3.0.0", + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-parse-jsonld": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.15.0.tgz", + "integrity": "sha512-s26s7/S9ZwhCYKsyMTdmZXhLu194nt8BuIwXyVY7YrqMWNJuvpmQw6L6nypC/8wBRYvTTs+mLvngcwinfVia3Q==", + "requires": { + "@types/rdf-js": "^3.0.0", + "jsonld-streaming-parser": "^2.0.2", + "stream-to-string": "^1.2.0" + } + }, + "@comunica/actor-rdf-parse-n3": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.15.0.tgz", + "integrity": "sha512-YWk7XSDN8GDOFL+u5PtadZmIUzAh5ZUYB/LwXLENeymIgWEaSvJo5H4QqdGmnJFArlgXX2Thk8jTvbtubiNTvw==", + "requires": { + "@types/n3": "^1.4.2", + "n3": "^1.0.0" + } + }, + "@comunica/actor-rdf-parse-rdfxml": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.15.0.tgz", + "integrity": "sha512-Rec0dnaTW95Mx91cfQPBkDkgEhoFd9J36FtiJAotLFPOiXp4YsTEZGQNSODTbhchfaTS6HDTFnETQ6GbmutaCQ==", + "requires": { + "rdfxml-streaming-parser": "^1.1.0" + } + }, + "@comunica/actor-rdf-parse-xml-rdfa": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.15.0.tgz", + "integrity": "sha512-34CI/f/JQTEfrnxyqB7Y+EhkhW0tTMsHoC8yu+Y6AtSVdj2FYkSR+GmAk9F65JVnm/RC9uh1T7yT5yJMVvmgiQ==", + "requires": { + "rdfa-streaming-parser": "^1.1.1" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-links-next": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.15.0.tgz", + "integrity": "sha512-TgQurH1G50rdgnQ9WCWchYrUDMk+379oVuha5JISwW5Dc33/wVjR+hoIkrAfKx/kIi7846mcEHO4qNQ5V818hw==" + }, + "@comunica/actor-rdf-resolve-hypermedia-none": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.15.0.tgz", + "integrity": "sha512-dgCFXKbmY9UKSaczpmdVFeSNNcotgWJavC979HQO40zjq6tg3kRDT82M0ucjuDB7fIglzA8xQYTvbjIWYNrm4g==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-store-stream": "^1.0.1" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-qpf": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.15.0.tgz", + "integrity": "sha512-Z8FW2fgyCL0FnfVFOd+gm/zAgEIx8xz/7rdTofam/1XerXY9GwU0n6lV/x4f+rlD57TfdrlXRzHKKejrkFBorQ==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-sparql": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.15.0.tgz", + "integrity": "sha512-Lzun8e5Q36f+dHGTANsJhBTVABPzzMg9prjK/gP2VX/lKmyFknvoUk4JjMH8ScJOaUE342l6IyHALcxKV79uNg==", + "requires": { + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.15.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-federated": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.15.0.tgz", + "integrity": "sha512-d+EhBEPY8Hwt++2IKbhiaJM/s2FCvNGXXvjLYVZhGhpXJcmiSMsP4xdo6r0FaEuQTcc0oynZGloRSu2DeZA/lQ==", + "requires": { + "@comunica/data-factory": "^1.14.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.5.1" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.15.0.tgz", + "integrity": "sha512-fBBcO3uyT94SPK8o5uck5ZAxoV3o8kgK7Mse4PXYR7zCy7u2fLzGgpPX/tnHcHZrinrlSFTqXFNUNVmJZxmuqQ==", + "requires": { + "@comunica/utils-datasource": "^1.15.0", + "@rdfjs/data-model": "^1.1.1", + "@types/lru-cache": "^5.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "lru-cache": "^6.0.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.15.0.tgz", + "integrity": "sha512-BHvI5nmo77cqlSzKbzHvh71WfU098M4jKeRXxpQzqHx7qZdrCQ1bvML8mP0TWoZWFAQumm4+Ey6mErSj3xm7EQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.15.0.tgz", + "integrity": "sha512-8w/jl6QaN5uMQQzz1w9URy77eZLAWLQwSLnao2NAd3QyWnQsocDfKfIk4rRx6Z7fXeVl2aEpZSNgnnMRwYZ6VQ==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.2.2", + "sparqljson-parse": "^1.5.0" + } + }, + "@comunica/actor-rdf-serialize-jsonld": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.15.0.tgz", + "integrity": "sha512-+QeLhBWY9Ce0sNW6yDm7GoEdFNlMsQ01k71yBhaBRPhe/gYEbJc0chZAUoByCY0dJRqtfZK1Wc5gjfTrG/ctdQ==", + "requires": { + "jsonld-streaming-serializer": "^1.1.0" + } + }, + "@comunica/actor-rdf-serialize-n3": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.15.0.tgz", + "integrity": "sha512-/9wY7o875w103A9a/SNpk65rFcp+bT3mSOnjV1bUnMVhvy73AsRG88uiwGUbS6GDFBPzA2j/l8OD+I4U3j6I7Q==", + "requires": { + "@types/n3": "^1.4.2", + "@types/rdf-js": "^3.0.0", + "n3": "^1.0.0", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-sparql-parse-algebra": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.15.0.tgz", + "integrity": "sha512-SYxfonaQZVbq/ncyjFvjbtBmqcrZ2r8HgOZ8HqOo+UXmFQq70/mRBqAaDOxNUGP6EQ84DQ0sR7crxz8DTml2Vg==", + "requires": { + "@types/sparqljs": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.1", + "sparqljs": "^3.0.0" + } + }, + "@comunica/actor-sparql-parse-graphql": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.15.0.tgz", + "integrity": "sha512-QggTh7b/LgzZRqKR+p46hXoJiH5ge/JTbWQM92QCRa2TsNm2hGpuvCwUS0VoPiUN+O/Vbtw6IH+09qJAnEt0+w==", + "requires": { + "graphql-to-sparql": "^2.1.0" + } + }, + "@comunica/actor-sparql-serialize-json": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.15.0.tgz", + "integrity": "sha512-kEKgwPx2wfr/ET9JtTLqw8cj7vyuxzXUvNIEbTJctHSKWsH/AGiyv8Zns34aG3W4dXR4p9zcpDE8AAZTU0QRvw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-sparql-serialize-rdf": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.15.0.tgz", + "integrity": "sha512-WpL7QEdot2hVk9OKx57iPYM4+Io4ijP1xP+IZECWYQlz7sN+e+/Gz8P9YBZDbgbr44kvRVuASsw8kVJiiIANJQ==" + }, + "@comunica/actor-sparql-serialize-simple": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.15.0.tgz", + "integrity": "sha512-KqYwF+qP4y0As91WyYaTLNt+n76PtnClF2C6Fi5ju6gXChvWH5qbJGiTAJWDpWqHsCiXlIDvrPfzBLDOUA7jqg==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-sparql-serialize-sparql-json": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.15.0.tgz", + "integrity": "sha512-5C1zf/zDZsR+XSYKcbGpp+EqIkdtjs83MlPQpkugAvaxVzyuw4muPnjQdRwAoWaNU2JQWvEhYEEfSNbO6Onnww==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-sparql-serialize-sparql-xml": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.15.0.tgz", + "integrity": "sha512-PluxLx6/IbpKsLYcEWzIntn3csCN7Ch1namJlFEVw9k55+JVH8bvw231+2ngXp+EiZINd+PTfzI2VSr+lfjxdg==", + "requires": { + "@types/rdf-js": "^3.0.0", + "@types/xml": "^1.0.2", + "xml": "^1.0.1" + } + }, + "@comunica/actor-sparql-serialize-stats": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.15.0.tgz", + "integrity": "sha512-h2amQ1hAnJknH0pGVdrYz7HiScE6DQeFWkew3qXGLmrrGXdSAXpY4wamTfPDUP7O6BrbKI7ixrIykSo61ZWcDQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-sparql-serialize-table": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.15.0.tgz", + "integrity": "sha512-HMunch6vQBPOmSAxMal05gxdKqm2roVs7vtJYTs+ySh5E4U8G392SdX+iZhyUO7q+lUVMNn3Gvq1ZdztzQL78Q==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-sparql-serialize-tree": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.15.0.tgz", + "integrity": "sha512-LZKeVRJWwdqp8r+t5fZxe5Gs6Jx74DQiMaHuZsxWZxakXBteC2PrXkwO5vO4l+oLL4FMrdeeGmrmH2qovLBuPQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "sparqljson-to-tree": "^2.0.0" + } + }, + "@comunica/bus-context-preprocess": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.15.0.tgz", + "integrity": "sha512-qB+DQX2YiXjc/vJ84fE9nW6XXgMDbYIwgtjn5wmfvQWjr+9p0yVjk32IMU9kRa7ETp9OytY/pHebvVHDhuHBYw==" + }, + "@comunica/bus-http": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.15.0.tgz", + "integrity": "sha512-1TnBrKP4KtoQ9SYssOeVIbVtc0/j1vFxBHDVHov6OyDBUTRh+NqLWMBFKe7qzUDEUG5S/SkjyggX8ZDJ/a/xvg==", + "requires": { + "is-stream": "^2.0.0", + "web-streams-node": "^0.4.0" + } + }, + "@comunica/bus-http-invalidate": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.15.0.tgz", + "integrity": "sha512-RGURwbcUtD81ZYMMqs3EXB8ML35HENnGnrnrl0iO07R8HdJ/V5sczM8cxo5/+MXDpAqA9ao99AHJARwyHgoFmQ==" + }, + "@comunica/bus-init": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.15.0.tgz", + "integrity": "sha512-HwVTEznx2H7GvcfQAREz52QF8xXT1AqxkJDnI9vTeGvLpWrM+LVOAJZxBcYFFK3X3bEhTsPfDVzikziMGqZuZw==" + }, + "@comunica/bus-optimize-query-operation": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.15.0.tgz", + "integrity": "sha512-yfYskS+apbJKoo491LEcdCe778eG06rsbNTcVtjKSqobCGf0+z4gMLJBevzQ/IlLvS+jRBqj2tHAxecj79BAYw==", + "requires": { + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/bus-query-operation": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.15.0.tgz", + "integrity": "sha512-Bhj0fTl5nIP3EDZh/zhE65HLk3Qk7068BZB1wtV7KeGebOm1U00vsIpUdo9iYmo/gTqG/9k4j08H3iLrxWzrZQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "immutable": "^3.8.2" + } + }, + "@comunica/bus-rdf-dereference": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.15.0.tgz", + "integrity": "sha512-4vXq8e51zK1gkw5lxL2HkqYx/Wig215w8Bi3jguUTM/10EQW7KgebhRxeFU/EQOamFTMeS5anOu5BVfNps8rJQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-dereference-paged": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.15.0.tgz", + "integrity": "sha512-xejwEanK8yaI/ST1SDE2Tjs9f/PsS5SvtYIVEZuWew9Ey4UlxcW/Tsz4m5YA40DeYbXaXg7m40ZeWJxwiislrw==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-join": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.15.0.tgz", + "integrity": "sha512-3So/JNQUphU97ikGqnSEmrVsJMoDLOMJCEYMTzFSDvP4AGsDsGTt5ey1kHBOU2yH8V7IJ67ykpiNJFtfoPQXzg==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-metadata": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.15.0.tgz", + "integrity": "sha512-XhyMkScTBA0KUPTHtmO+kxAUyHhvuigiC6NzAoBZ9wm4y+r3aZ++mpBpAv/Fyma5GiT19EAW2pa8ew7CV9GR3A==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-metadata-extract": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.15.0.tgz", + "integrity": "sha512-uxLy3hvpWuLoopoG5clYb3imhQXHGHMKHXe97jfvXA0hjoWleNtD0KRfhs+45YCBXqfNC9PVypTb9eM6SVILNQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "graphql-ld": "^1.1.0", + "rdf-store-stream": "^1.0.1" + } + }, + "@comunica/bus-rdf-parse": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.15.0.tgz", + "integrity": "sha512-6cGGUBgorkJ6hr5U235qSrlK1m7rPpIM8W6o9kbRAw149AKap1XFF3OXpAYqat2eB4Cbs1J2PP9wg1/s/uOsww==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-parse-html": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-7F/kDrNf9X//IrO/CK4LpwM5f+mFHLa/wsPc2RubyhiFN3P3KWU6NWxjDJRT9yP85EmW4KknXWwF8AOTvbKF1A==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-resolve-hypermedia": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.15.0.tgz", + "integrity": "sha512-mnSsNMa2FS6x0b0K453J4c2+1UQoe2WX/p3UXfF7YocWFc7eL7JUsZO8+XZ1Pq8WaPpz+sUeaz+JtIYgVtqSGg==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + } + }, + "@comunica/bus-rdf-resolve-hypermedia-links": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.15.0.tgz", + "integrity": "sha512-AJD48ftgMdPj5x0hMTRkzNHeywsMqWnXOK7c6L2m3TlUyMtw5PWNYKd2CD1qyXE7xmSi2cKLKA5TKDkQqV7GCg==" + }, + "@comunica/bus-rdf-resolve-quad-pattern": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.15.0.tgz", + "integrity": "sha512-qdS72K5rmFq7cpIQPMu6xMYp777KrhRt1zkZTtd+lG+EQ05VDR8M+0Rs/Jz1b8VHqalDtB7eXc3vTv6PXJGSww==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + } + }, + "@comunica/bus-rdf-serialize": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.15.0.tgz", + "integrity": "sha512-c1uJF1LkJ96zscMCe+CB2fLbXhlJ0o8PPVRMm3Jk7/rc8WY5bUxSxf1SFbA/jkOZtcZy59wFHDvPf/NM74ADBg==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-sparql-parse": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.15.0.tgz", + "integrity": "sha512-4aFz5qnnnPxezK/vtvltqqUlN0NhYNFEQwXYZf6Yi2dSS/Hs4cU4kYcldXxIXeBfRQkaoUtTCr0lCUg5uOyqIQ==" + }, + "@comunica/bus-sparql-serialize": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.15.0.tgz", + "integrity": "sha512-9y+ctzUmvyQdeVCrcgrftBYV7uN8lOeX8FC2lsOZSSO3PFObcKZQPIKdZY06GKE/LZEJT7MYF/OOH6KFyvTYvw==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0" + } + }, + "@comunica/core": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.15.0.tgz", + "integrity": "sha512-Mg/fpufyK4hVKX2vgP8oapu4ZpyugNRxyI/1AX7zlhSkYpE+ldK5YQaGG/sb+fq+s2sAtE1Ocd+thCgF4wv+8w==", + "requires": { + "immutable": "^3.8.2" + } + }, + "@comunica/data-factory": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/data-factory/-/data-factory-1.14.0.tgz", + "integrity": "sha512-zpTpglsFIHuklarPCFTG2nRRG+RD1biT9nscggltShKJRK2EAtpnMeABGS/QU6es5CC96ZdA94KlVmFxt51A+g==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/logger-pretty": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.15.0.tgz", + "integrity": "sha512-Ta0u/YHHgSvX9Au8JqzhgqmNiPLwFW2L1ZLnUR3V0J+uQDL2PEayWnw+xrDyVKgYJaffevJYHowjn4c4D5DxFA==" + }, + "@comunica/logger-void": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.15.0.tgz", + "integrity": "sha512-nU0bJ56hOAURnz4uDNbeldAJ88OduRQMtHEeKTSkR+ATArP/ShXFWLgKcxRnU9ELSsA7k9HlvAFpvag5+eNs8g==" + }, + "@comunica/mediator-all": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.15.0.tgz", + "integrity": "sha512-uALhqOxGIT/gBXWkIVE+PTITf5EIDNL2UD9GRffdgc1Qg74prWcMZ4+gYczBOMUhqZHE605QsXXO8NkT4xP14A==" + }, + "@comunica/mediator-combine-pipeline": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.15.0.tgz", + "integrity": "sha512-XYf+rOSF1Tj5JX8geHUt5O8BJmLqyRXXYZQe2nlwGoe66hshMKpzAu38m5uDpARrJ4dPxU0PrH34x1Wug77lpg==" + }, + "@comunica/mediator-combine-union": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.15.0.tgz", + "integrity": "sha512-TPzfXuKRVBEpjb+/S8v2C8uvgi8BTjtg1htL/qY/xI2fYqRcLZGl+D5MZEESmwpmm19cBfg87CbF+ROn6L3+IQ==" + }, + "@comunica/mediator-number": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.15.0.tgz", + "integrity": "sha512-d1jwHVN6rELFzEPb+CDqEjItAJ4/AqiP1Vp+Z/PBucLjM9EEonQMjQzqrkRV/Oy6cBXfSQDhXuSvftfl/zUCjg==" + }, + "@comunica/mediator-race": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.15.0.tgz", + "integrity": "sha512-MVESJnkgSoPaCkNNN8RDm0B06d0JNL4QOvRZFuFETY4/D+OwIpcEf0EGButQsDUlelAk5n/sFssLMqo2tw65SA==" + }, + "@comunica/runner": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.15.0.tgz", + "integrity": "sha512-gczcexLxctR0n1DKw1fmyGdAcgZHnCOfYE0Nt4kO5XHhMVM5/x4a+8U+olm92WMlBqSkh+Qs5pkEbD+jJ+Cj4A==", + "requires": { + "componentsjs": "^3.4.1" + } + }, + "@comunica/runner-cli": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.15.0.tgz", + "integrity": "sha512-n9IUFoENIeSwGTbk+zzmXft3RFml65CW6q2qFteflmcfC7AM2ucWhxu1EvZDAlDj9IZ7k5KRf0WyBEQWSJLabg==", + "requires": { + "@comunica/runner": "^1.15.0" + } + }, + "@comunica/utils-datasource": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.15.0.tgz", + "integrity": "sha512-KuCoTMQn46CpqWi1aCeC3qaPOCL1AE/OJkvmLwbGDjONOfLK1leCT5J/xc/zNonFMd4y5DQ0jz+aN3HcVTftig==", + "requires": { + "@comunica/bus-rdf-resolve-quad-pattern": "^1.15.0", + "arrayify-stream": "^1.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + } + }, + "@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "requires": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "dependencies": { + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + } + } + }, + "@istanbuljs/schema": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz", + "integrity": "sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==" + }, + "@rdfjs/data-model": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@rdfjs/data-model/-/data-model-1.1.2.tgz", + "integrity": "sha512-pk/G/JLYGaXesoBLvEmoC/ic0H3B79fTyS0Ujjh5YQB2DZW+mn05ZowFFv88rjB9jf7c1XE5XSmf8jzn6U0HHA==", + "requires": { + "@types/rdf-js": "^2.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-2.0.12.tgz", + "integrity": "sha512-NBzHFHp2vHOJkPlSqzsOrkEsD9grKn+PdFjZieIw59pc0FlRG6WEQAjQZvHzFxJlYzC6ZDCFyTA1wBvUnnzUQw==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@types/chai": { + "version": "4.2.12", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.12.tgz", + "integrity": "sha512-aN5IAC8QNtSUdQzxu7lGBgYAOuU1tmRU4c9dIq5OKGf/SBVjXo+ffM2wEjudAWbgpOhy60nLoAGH1xm8fpCKFQ==" + }, + "@types/color-name": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", + "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" + }, + "@types/create-hash": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@types/create-hash/-/create-hash-1.2.2.tgz", + "integrity": "sha512-Fg8/kfMJObbETFU/Tn+Y0jieYewryLrbKwLCEIwPyklZZVY2qB+64KFjhplGSw+cseZosfFXctXO+PyIYD8iZQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/http-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/http-link-header/-/http-link-header-1.0.1.tgz", + "integrity": "sha512-5h+Pqs4EHoMkY/fLva7XsYmh9IVQghQ6uWWil1FGCNI0WqjhI4g20doYsbT4kJ/G3GkAlQca4AIc9OexdUnzkg==" + }, + "@types/isomorphic-fetch": { + "version": "0.0.35", + "resolved": "https://registry.npmjs.org/@types/isomorphic-fetch/-/isomorphic-fetch-0.0.35.tgz", + "integrity": "sha512-DaZNUvLDCAnCTjgwxgiL1eQdxIKEpNLOlTNtAgnZc50bG2copGhRrFN9/PxPBuJe+tZVLCbQ7ls0xveXVRPkvw==" + }, + "@types/lodash": { + "version": "4.14.159", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.159.tgz", + "integrity": "sha512-gF7A72f7WQN33DpqOWw9geApQPh4M3PxluMtaHxWHXEGSN12/WbcEk/eNSqWNQcQhF66VSZ06vCF94CrHwXJDg==" + }, + "@types/lru-cache": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.0.tgz", + "integrity": "sha512-RaE0B+14ToE4l6UqdarKPnXwVDuigfFv+5j9Dze/Nqr23yyuqdNvzcZi3xB+3Agvi5R4EOgAksfv3lXX4vBt9w==" + }, + "@types/minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=" + }, + "@types/mocha": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz", + "integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==" + }, + "@types/n3": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.4.3.tgz", + "integrity": "sha512-NJ6GKZDE/6Q9iF9Zg+c89WHLK6VXIyVPfvPw6Z8/17ssk1Vx944XcAn0ZmPlRnvUXlGCg63NmMGzB20X46cs4A==", + "requires": { + "@types/node": "*", + "@types/rdf-js": "*" + } + }, + "@types/node": { + "version": "13.13.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.15.tgz", + "integrity": "sha512-kwbcs0jySLxzLsa2nWUAGOd/s21WU1jebrEdtzhsj1D4Yps1EOuyI1Qcu+FD56dL7NRNIJtDDjcqIG22NwkgLw==" + }, + "@types/parse-link-header": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-link-header/-/parse-link-header-1.0.0.tgz", + "integrity": "sha512-fCA3btjE7QFeRLfcD0Sjg+6/CnmC66HpMBoRfRzd2raTaWMJV21CCZ0LO8MOqf8onl5n0EPfjq4zDhbyX8SVwA==" + }, + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/sparqljs": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/sparqljs/-/sparqljs-3.0.1.tgz", + "integrity": "sha512-2SGl+Q4Gq0Rh/y0ZT6iBvQDDlws3NiPKfkMaEnGDWHvwNonlSZt03jm7HJ7C9I+huwBQ5l5SOYpeJsrh0nOJew==", + "requires": { + "@types/rdf-js": "*" + } + }, + "@types/uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@types/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha512-1D8mJEeQEXynoPQKJkneIK+tXaM2Qnk6c80RBQPV/O2ToypI4mlqXy5jojnYKjTX2Q+EMNMOWt0wNdLbb2MUpA==" + }, + "@types/uuid": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.4.tgz", + "integrity": "sha512-WGZCqBZZ0mXN2RxvLHL6/7RCu+OWs28jgQMP04LWfpyJlQUMTR6YU9CNJAKDgbw+EV/u687INXuLUc7FuML/4g==" + }, + "@types/xml": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/xml/-/xml-1.0.5.tgz", + "integrity": "sha512-h3PVM7waRi2UeoaY2BhpLGvettU/3vfCbsjXMV/9Ex5WjvIy82J8Qfp1xiPxM4kTSOLdFFpjRwQ7YY7XJeKBvg==", + "requires": { + "@types/node": "*" + } + }, + "JSONStream": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", + "requires": { + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" + } + }, + "aggregate-error": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz", + "integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==", + "requires": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + } + }, + "ajv": { + "version": "6.12.3", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.3.tgz", + "integrity": "sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "amf-shacl-node": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/amf-shacl-node/-/amf-shacl-node-2.0.0.tgz", + "integrity": "sha512-38GcUBN7VFzpJHDWeEKZ5bcosGA1/Ur6egUrno+Uprgf/8aXeX0LumkG64sExQPrFQ649Ku3wfgWe+le4bUNVw==", + "requires": { + "@comunica/actor-init-sparql-rdfjs": "^1.10.0", + "jsonld-streaming-serializer": "^1.1.0", + "lru-cache": "^6.0.0", + "n3": "^1.3.5" + } + }, + "ansi-colors": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", + "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==" + }, + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "append-transform": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz", + "integrity": "sha512-7yeyCEurROLQJFv5Xj4lEGTy0borxepjFv1g22oAdqFu//SrAlDl1O1Nxx15SH1RoliUml6p8dwJW9jvZughhg==", + "requires": { + "default-require-extensions": "^3.0.0" + } + }, + "archy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", + "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=" + }, + "arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "arrayify-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/arrayify-stream/-/arrayify-stream-1.0.0.tgz", + "integrity": "sha512-RP80ep76Lbew2wWN5ogrl2NluTnBVYYh2K3NNCcWfcmmUB7nBcNBctiJeEZAixp3I1vQ9H88iHZ9MbHSdkuupQ==" + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" + }, + "assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" + }, + "asynciterator": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.0.1.tgz", + "integrity": "sha512-i63IZ/CLbSwT+9+jezA8BFnMmmOylNN+2/yNqMSr37IdzjPLnYMfEvTOFt46hDA+san7k9CZN6gEzCgCTTfAWA==" + }, + "asyncjoin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/asyncjoin/-/asyncjoin-1.0.1.tgz", + "integrity": "sha512-FjqqH7H9YUbE51U6xX4hQfzIAbyEKSZLdhdQNvl0kQ2vZvgiYgW1o1Vl4LJIU+3fu7ld3Tdcq72G5/h6OALsBw==", + "requires": { + "asynciterator": "^3.0.0" + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "asyncreiterable": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/asyncreiterable/-/asyncreiterable-2.0.0.tgz", + "integrity": "sha512-Pq9wUkHrXshCxXWy4/O7krS9qGCgHxoDWajWJja/7f5KoZTcO5Xww25NSMTek+jL3CZ4GrHYvOHx5bmrR4nU3w==", + "requires": { + "asynciterator": "^3.0.0" + } + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + }, + "aws4": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz", + "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==" + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "binary-extensions": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz", + "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==" + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "browser-stdout": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", + "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==" + }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" + }, + "caching-transform": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-4.0.0.tgz", + "integrity": "sha512-kpqOvwXnjjN44D89K5ccQC+RUrsy7jB/XLlRrx0D7/2HNcTPqzsb6XgYoErwko6QsV184CA2YgS1fxDiiDZMWA==", + "requires": { + "hasha": "^5.0.0", + "make-dir": "^3.0.0", + "package-hash": "^4.0.0", + "write-file-atomic": "^3.0.0" + } + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "canonicalize": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/canonicalize/-/canonicalize-1.0.1.tgz", + "integrity": "sha512-N3cmB3QLhS5TJ5smKFf1w42rJXWe6C1qP01z4dxJiI5v269buii4fLHWETDyf7yEd0azGLNC63VxNMiPd2u0Cg==" + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "chai": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz", + "integrity": "sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==", + "requires": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.2", + "deep-eql": "^3.0.1", + "get-func-name": "^2.0.0", + "pathval": "^1.1.0", + "type-detect": "^4.0.5" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": { + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "check-error": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", + "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=" + }, + "chokidar": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.0.tgz", + "integrity": "sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==", + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.1", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.2.0" + } + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + }, + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" + }, + "componentsjs": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.1.tgz", + "integrity": "sha512-cFeGNlXYj8bS0o1TNrcYtR6fWZ7Q9kjfn1LPjxe/kKDJHW+VREiY6xsjpCB/yPKpnfOp4euIJB+SWgaXs0YiDg==", + "requires": { + "@types/lodash": "^4.14.56", + "@types/minimist": "^1.2.0", + "@types/n3": "0.0.3", + "@types/node": "8.10.21", + "global-modules": "^1.0.0", + "jsonld": "^0.4.11", + "lodash": "^4.17.4", + "minimist": "^1.2.0", + "n3": "^0.9.1", + "requireg": "^0.1.7" + }, + "dependencies": { + "@types/n3": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-0.0.3.tgz", + "integrity": "sha512-oqywrU7RdLKO0Ndnrue8smXR+oLW4EgFGrd/ewaYbkZjgr/eRpwpjsJk9D5Z8AF+cZKYbiQtR5BR6LNlLl0HPQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/node": { + "version": "8.10.21", + "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.21.tgz", + "integrity": "sha512-87XkD9qDXm8fIax+5y7drx84cXsu34ZZqfB7Cial3Q/2lxSoJ/+DRaWckkCbxP41wFSIrrb939VhzaNxj4eY1w==" + }, + "n3": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/n3/-/n3-0.9.1.tgz", + "integrity": "sha1-QwtUfVjcc4FAjEV4TdgFgXGQOTI=" + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "cross-fetch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", + "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", + "requires": { + "node-fetch": "2.6.0" + } + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "dependencies": { + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" + }, + "decimal.js": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.0.tgz", + "integrity": "sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw==" + }, + "deep-eql": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", + "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", + "requires": { + "type-detect": "^4.0.0" + } + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" + }, + "default-require-extensions": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-3.0.0.tgz", + "integrity": "sha512-ek6DpXq/SCpvjhpFsLFRVtIxJCRw6fUR42lYMVZuUMK7n8eMz4Uh5clckdBjEpLhn/gEBZo7hDJnJcwdKLKQjg==", + "requires": { + "strip-bom": "^4.0.0" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "requires": { + "object-keys": "^1.0.12" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "diff": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==" + }, + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + } + }, + "domelementtype": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz", + "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==" + }, + "domhandler": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.0.0.tgz", + "integrity": "sha512-eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw==", + "requires": { + "domelementtype": "^2.0.1" + } + }, + "domutils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.1.0.tgz", + "integrity": "sha512-CD9M0Dm1iaHfQ1R/TI+z3/JWp/pgub0j4jIQKH89ARR4ATAV2nbaOQS5XxU9maJP5jHaPdDDQSEHuE2UmpUTKg==", + "requires": { + "dom-serializer": "^0.2.1", + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0" + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "requires": { + "iconv-lite": "^0.6.2" + } + }, + "entities": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", + "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" + }, + "es-abstract": { + "version": "1.17.6", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz", + "integrity": "sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==", + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.0", + "is-regex": "^1.1.0", + "object-inspect": "^1.7.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.0", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "es6-error": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", + "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==" + }, + "es6-promise": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz", + "integrity": "sha1-lu258v2wGZWCKyY92KratnSBgbw=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", + "requires": { + "homedir-polyfill": "^1.0.1" + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "fetch-sparql-endpoint": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/fetch-sparql-endpoint/-/fetch-sparql-endpoint-1.6.2.tgz", + "integrity": "sha512-d0nTwXc6BBnQdrmx7+Bk6pLJ5MLzJtYJRNq4YSpL4Bym8hd12RaBUL7OkcxtuFaMY9gG2Mw0JVNMZeF3bjVSBg==", + "requires": { + "is-stream": "^2.0.0", + "isomorphic-fetch": "^2.2.1", + "minimist": "^1.2.0", + "n3": "^1.0.0", + "rdf-string": "^1.3.1", + "sparqljs": "^3.0.0", + "sparqljson-parse": "^1.5.0", + "sparqlxml-parse": "^1.2.0", + "stream-to-string": "^1.1.0", + "web-streams-node": "^0.4.0" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "find-cache-dir": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", + "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "flat": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz", + "integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==", + "requires": { + "is-buffer": "~2.0.3" + } + }, + "follow-redirects": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", + "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" + }, + "foreground-child": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", + "integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==", + "requires": { + "cross-spawn": "^7.0.0", + "signal-exit": "^3.0.2" + } + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "fromentries": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.2.1.tgz", + "integrity": "sha512-Xu2Qh8yqYuDhQGOhD5iJGninErSfI9A3FrriD3tjUgV5VbJFeH8vfgZ9HnC6jWN80QDVNQK5vmxRAmEAp7Mevw==" + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "fsevents": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", + "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "gensync": { + "version": "1.0.0-beta.1", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz", + "integrity": "sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==" + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "get-func-name": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", + "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=" + }, + "get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "requires": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + } + }, + "global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", + "requires": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + }, + "graceful-fs": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", + "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" + }, + "graphql": { + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", + "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==" + }, + "graphql-ld": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/graphql-ld/-/graphql-ld-1.1.0.tgz", + "integrity": "sha512-nYfXYhpJMuWLTJ1q4fu64Y59OYVR2xQCJcPMEgzYEDEArUIyyEOi8l+VeL/ttBZVg47RICiiC3e26qRYwBR+kQ==", + "requires": { + "@types/rdf-js": "^2.0.11", + "graphql-to-sparql": "^2.1.0", + "jsonld-context-parser": "^2.0.0", + "sparqlalgebrajs": "^2.2.1", + "sparqljson-to-tree": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-2.0.12.tgz", + "integrity": "sha512-NBzHFHp2vHOJkPlSqzsOrkEsD9grKn+PdFjZieIw59pc0FlRG6WEQAjQZvHzFxJlYzC6ZDCFyTA1wBvUnnzUQw==", + "requires": { + "@types/node": "*" + } + } + } + }, + "graphql-to-sparql": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/graphql-to-sparql/-/graphql-to-sparql-2.1.1.tgz", + "integrity": "sha512-o+bnwrL4ugil/A4a+x/C8Yae+irxm3xLQGXWrjc5p9K2KEiforY4bU8Ed6Q/wasFjeublCp2v0xEFDnUxyY40g==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "graphql": "^15.0.0", + "jsonld-context-parser": "^2.0.0", + "minimist": "^1.2.0", + "sparqlalgebrajs": "^2.0.0" + } + }, + "growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==" + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + }, + "har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "requires": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" + }, + "hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "requires": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + } + }, + "hasha": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/hasha/-/hasha-5.2.0.tgz", + "integrity": "sha512-2W+jKdQbAdSIrggA8Q35Br8qKadTrqCTC8+XZvBWepKDK6m9XkX6Iz1a2yh2KP01kzAR/dpuMeUnocoLYDcskw==", + "requires": { + "is-stream": "^2.0.0", + "type-fest": "^0.8.0" + } + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + }, + "homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "requires": { + "parse-passwd": "^1.0.0" + } + }, + "html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + }, + "htmlparser2": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", + "integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "domutils": "^2.0.0", + "entities": "^2.0.0" + } + }, + "http-link-header": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.0.2.tgz", + "integrity": "sha512-z6YOZ8ZEnejkcCWlGZzYXNa6i+ZaTfiTg3WhlV/YvnNya3W/RbX1bMVUMTuCrg/DrtTCQxaFCkXCz4FtLpcebg==" + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "iconv-lite": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", + "integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + }, + "immutable": { + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", + "integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=" + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" + }, + "indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-buffer": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", + "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==" + }, + "is-callable": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz", + "integrity": "sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==" + }, + "is-date-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "is-regex": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", + "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + }, + "is-symbol": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", + "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "isomorphic-fetch": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", + "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", + "requires": { + "node-fetch": "^1.0.1", + "whatwg-fetch": ">=0.10.0" + }, + "dependencies": { + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + }, + "node-fetch": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", + "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", + "requires": { + "encoding": "^0.1.11", + "is-stream": "^1.0.1" + } + } + } + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, + "istanbul-lib-coverage": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", + "integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==" + }, + "istanbul-lib-hook": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-3.0.0.tgz", + "integrity": "sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ==", + "requires": { + "append-transform": "^2.0.0" + } + }, + "istanbul-lib-instrument": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz", + "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", + "requires": { + "@babel/core": "^7.7.5", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.0.0", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "istanbul-lib-processinfo": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz", + "integrity": "sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw==", + "requires": { + "archy": "^1.0.0", + "cross-spawn": "^7.0.0", + "istanbul-lib-coverage": "^3.0.0-alpha.1", + "make-dir": "^3.0.0", + "p-map": "^3.0.0", + "rimraf": "^3.0.0", + "uuid": "^3.3.3" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "requires": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "istanbul-lib-source-maps": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz", + "integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==", + "requires": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "istanbul-reports": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz", + "integrity": "sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==", + "requires": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "json5": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", + "requires": { + "minimist": "^1.2.5" + } + }, + "jsonld": { + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", + "integrity": "sha1-oC8gXVNBQU3xtthBTxuWenEgc+g=", + "requires": { + "es6-promise": "^2.0.0", + "pkginfo": "~0.4.0", + "request": "^2.61.0", + "xmldom": "0.1.19" + } + }, + "jsonld-context-parser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.0.2.tgz", + "integrity": "sha512-IjQi26E+5ESS85MkcLsYo9gV93oJSOvQ/deHxKspaeHOmRiPyRRaGAk86DjuQc6c0hdp3OKGvDDsy3wi8znsqg==", + "requires": { + "@types/http-link-header": "^1.0.1", + "@types/isomorphic-fetch": "^0.0.35", + "@types/node": "^13.1.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "isomorphic-fetch": "^2.2.1", + "relative-to-absolute-iri": "^1.0.5" + } + }, + "jsonld-streaming-parser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-2.0.2.tgz", + "integrity": "sha512-h4cK+PQMvOHd+UqgAFpKBmt5LWYoQMQLu9PP7YsRP7rnSJbU/EfJFcJFG6/sdtZslQ6dlNwOvfHbjQ9clzZPzg==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "@types/http-link-header": "^1.0.1", + "@types/rdf-js": "^3.0.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "jsonld-context-parser": "^2.0.1", + "jsonparse": "^1.3.1" + } + }, + "jsonld-streaming-serializer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsonld-streaming-serializer/-/jsonld-streaming-serializer-1.1.0.tgz", + "integrity": "sha512-C+cs913C3XDScZIqUL8fg5crHQtPTQSZstzvFmhA9/r0QBCRw88BR4TYHvLNhJhzB45GOpoF5/Fx4I4xfKGpOQ==", + "requires": { + "@types/rdf-js": "^2.0.1", + "jsonld-context-parser": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-2.0.12.tgz", + "integrity": "sha512-NBzHFHp2vHOJkPlSqzsOrkEsD9grKn+PdFjZieIw59pc0FlRG6WEQAjQZvHzFxJlYzC6ZDCFyTA1wBvUnnzUQw==", + "requires": { + "@types/node": "*" + } + } + } + }, + "jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=" + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "lodash": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + }, + "lodash.flattendeep": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", + "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=" + }, + "lodash.uniqwith": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz", + "integrity": "sha1-egy/ZfQ7WShiWp1NDcVLGMrcfvM=" + }, + "log-symbols": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", + "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "requires": { + "chalk": "^2.4.2" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "requires": { + "semver": "^6.0.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" + }, + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "mime-db": { + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", + "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" + }, + "mime-types": { + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", + "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", + "requires": { + "mime-db": "1.44.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "requires": { + "minimist": "^1.2.5" + } + }, + "mocha": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.2.0.tgz", + "integrity": "sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==", + "requires": { + "ansi-colors": "3.2.3", + "browser-stdout": "1.3.1", + "chokidar": "3.3.0", + "debug": "3.2.6", + "diff": "3.5.0", + "escape-string-regexp": "1.0.5", + "find-up": "3.0.0", + "glob": "7.1.3", + "growl": "1.10.5", + "he": "1.2.0", + "js-yaml": "3.13.1", + "log-symbols": "3.0.0", + "minimatch": "3.0.4", + "mkdirp": "0.5.5", + "ms": "2.1.1", + "node-environment-flags": "1.0.6", + "object.assign": "4.1.0", + "strip-json-comments": "2.0.1", + "supports-color": "6.0.0", + "which": "1.3.1", + "wide-align": "1.1.3", + "yargs": "13.3.2", + "yargs-parser": "13.1.2", + "yargs-unparser": "1.6.0" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + }, + "n3": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.6.2.tgz", + "integrity": "sha512-9R45WRNxNPblKLbXGwR9IvtaVvdr80vRxME79fhWnqBzHb2GcP6lS77Mvf8Fx6Wpfn8PpBTdggceWsSMDGY/SA==", + "requires": { + "queue-microtask": "^1.1.2", + "readable-stream": "^3.6.0" + } + }, + "negotiate": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/negotiate/-/negotiate-1.0.1.tgz", + "integrity": "sha1-NayLVnL3sF+qEL8CYTQusRIDcP0=" + }, + "nested-error-stacks": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz", + "integrity": "sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==" + }, + "node-environment-flags": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", + "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", + "requires": { + "object.getownpropertydescriptors": "^2.0.3", + "semver": "^5.7.0" + } + }, + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + }, + "node-preload": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz", + "integrity": "sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ==", + "requires": { + "process-on-spawn": "^1.0.0" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "nyc": { + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz", + "integrity": "sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==", + "requires": { + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "caching-transform": "^4.0.0", + "convert-source-map": "^1.7.0", + "decamelize": "^1.2.0", + "find-cache-dir": "^3.2.0", + "find-up": "^4.1.0", + "foreground-child": "^2.0.0", + "get-package-type": "^0.1.0", + "glob": "^7.1.6", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-hook": "^3.0.0", + "istanbul-lib-instrument": "^4.0.0", + "istanbul-lib-processinfo": "^2.0.2", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.0.2", + "make-dir": "^3.0.0", + "node-preload": "^0.2.1", + "p-map": "^3.0.0", + "process-on-spawn": "^1.0.0", + "resolve-from": "^5.0.0", + "rimraf": "^3.0.0", + "signal-exit": "^3.0.2", + "spawn-wrap": "^2.0.0", + "test-exclude": "^6.0.0", + "yargs": "^15.0.2" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" + }, + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + }, + "string-width": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", + "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + } + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "requires": { + "ansi-regex": "^5.0.0" + } + }, + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "requires": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + } + }, + "yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + } + } + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" + }, + "object-inspect": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", + "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + }, + "object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "requires": { + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" + } + }, + "object.getownpropertydescriptors": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", + "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-map": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", + "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", + "requires": { + "aggregate-error": "^3.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "package-hash": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/package-hash/-/package-hash-4.0.0.tgz", + "integrity": "sha512-whdkPIooSu/bASggZ96BWVvZTRMOFxnyUG5PnTSGKoJE2gd5mbVNmR2Nj20QFzxYYgAXpoqC+AiXzl+UMRh7zQ==", + "requires": { + "graceful-fs": "^4.1.15", + "hasha": "^5.0.0", + "lodash.flattendeep": "^4.4.0", + "release-zalgo": "^1.0.0" + } + }, + "parse-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-link-header/-/parse-link-header-1.0.1.tgz", + "integrity": "sha1-vt/g0hGK64S+deewJUGeyKYRQKc=", + "requires": { + "xtend": "~4.0.1" + } + }, + "parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=" + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" + }, + "pathval": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz", + "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=" + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "requires": { + "find-up": "^4.0.0" + }, + "dependencies": { + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + } + } + }, + "pkginfo": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.4.1.tgz", + "integrity": "sha1-tUGO8EOd5UJfxJlQQtztFPsqhP8=" + }, + "process-on-spawn": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/process-on-spawn/-/process-on-spawn-1.0.0.tgz", + "integrity": "sha512-1WsPDsUSMmZH5LeMLegqkPDrsGgsWwk1Exipy2hvB0o/F0ASzbpIctSCcZIK1ykJvtTJULEH+20WOFjMvGnCTg==", + "requires": { + "fromentries": "^1.2.0" + } + }, + "promise-polyfill": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-1.1.6.tgz", + "integrity": "sha1-zQTv9G9clcOn0EVZHXm14+AfEtc=" + }, + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + }, + "queue-microtask": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.1.4.tgz", + "integrity": "sha512-eY/4Obve9cE5FK8YvC1cJsm5cr7XvAurul8UtBDJ2PR1p5NmAwHtvAt5ftcLtwYRCUKNhxCneZZlxmUDFoSeKA==" + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + } + }, + "rdf-literal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.1.1.tgz", + "integrity": "sha512-zYelIUgvwifeq2aFfTYlv+SoxZbSjdKw+I4ulZ5ECil8FTh2+ufHiR9P7T61KnVyo8BqBhyeHBR4UvA++PWozA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0" + } + }, + "rdf-quad": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.4.0.tgz", + "integrity": "sha512-xChDvhK2zb4/aCg8P668CWTn4TEhscefg/E1s+Qu61sZ/hKct/WQn0wuHim8H+MFrzZ7fFN7Gh7aamPgm/QSwA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "rdf-literal": "^1.0.0", + "rdf-string": "^1.3.1" + } + }, + "rdf-store-stream": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rdf-store-stream/-/rdf-store-stream-1.0.1.tgz", + "integrity": "sha512-/aMMY3UeC1ONxnDoPgpeaZPT7coqeYRFQ1U30nuJ66f6OMDBag/iYtgu871hqobgKDZEmxg9Ut3USsZzvEry0Q==", + "requires": { + "@types/rdf-js": "^3.0.2", + "n3": "^1.1.1" + } + }, + "rdf-string": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.4.2.tgz", + "integrity": "sha512-74yYjS0W4N3nYDGbXBZrNsqDmhBTjqChTETO9heC2G2M3iMYaIPtEfUikNsBWUj4+4bIKyqL7vAntWBTfJpFFA==", + "requires": { + "@rdfjs/data-model": "^1.1.1" + } + }, + "rdf-terms": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/rdf-terms/-/rdf-terms-1.5.1.tgz", + "integrity": "sha512-dDhpUYxTAOWKT3Ln93A5k5UB5SftG8bPAzeZEjGeP4e7eboMhITUTDks8HDmUt9X1P+HpfnY/o6VSTSpf3Advw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "lodash.uniqwith": "^4.5.0" + } + }, + "rdfa-streaming-parser": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/rdfa-streaming-parser/-/rdfa-streaming-parser-1.2.2.tgz", + "integrity": "sha512-OKNyZworn+wuHd9DsskyiBor85nQPAMzSR/xm6np1Pe09edj3yRGJQLsY62Ww1ELjZbdEFXougIShhR9VwU83A==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "htmlparser2": "^4.0.0", + "relative-to-absolute-iri": "^1.0.2" + } + }, + "rdfxml-streaming-parser": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/rdfxml-streaming-parser/-/rdfxml-streaming-parser-1.3.6.tgz", + "integrity": "sha512-t9uqmCiPjmMFMXQ3Va2rc4ePElhze63EUmXVLA05s40NQEvphj8I8Kl1qODBwHnxocdoc1yVQRsC6hVJAPHvPQ==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "relative-to-absolute-iri": "^1.0.0", + "sax": "^1.2.4" + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readable-stream-node-to-web": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/readable-stream-node-to-web/-/readable-stream-node-to-web-1.0.1.tgz", + "integrity": "sha1-i3YU+qFGXr+g2pucpjA/onBzt88=" + }, + "readdirp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.2.0.tgz", + "integrity": "sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==", + "requires": { + "picomatch": "^2.0.4" + } + }, + "relative-to-absolute-iri": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/relative-to-absolute-iri/-/relative-to-absolute-iri-1.0.6.tgz", + "integrity": "sha512-Xw5/Zx6iWSCMJUXwXVOjySjH8Xli4hVFL9QQFvkl1qEmFBG94J+QUI9emnoctOCD3285f1jNV+QWV9eDYwIdfQ==" + }, + "release-zalgo": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz", + "integrity": "sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA=", + "requires": { + "es6-error": "^4.0.1" + } + }, + "request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "requireg": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/requireg/-/requireg-0.1.8.tgz", + "integrity": "sha512-qjbwnviLXg4oZiAFEr1ExbevkUPaEiP1uPGSoFCVgCCcbo4PXv9SmiJpXNYmgTBCZ8fY1Jy+sk7F9/kPNepeDw==", + "requires": { + "nested-error-stacks": "~2.0.1", + "rc": "~1.2.7", + "resolve": "~1.7.1" + }, + "dependencies": { + "resolve": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.7.1.tgz", + "integrity": "sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==", + "requires": { + "path-parse": "^1.0.5" + } + } + } + }, + "resolve": { + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", + "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", + "requires": { + "path-parse": "^1.0.6" + } + }, + "resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", + "requires": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + } + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "requires": { + "glob": "^7.1.3" + } + }, + "ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "sax-stream": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax-stream/-/sax-stream-1.3.0.tgz", + "integrity": "sha512-tcfsAAICAkyNNe4uiKtKmLKxx3C7qPAej13UUoN+7OLYq/P5kHGahZtJhhMVM3fIMndA6TlYHWFlFEzFkv1VGg==", + "requires": { + "debug": "~2", + "sax": "~1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, + "source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "sparqlalgebrajs": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.3.1.tgz", + "integrity": "sha512-zJ9EEX2BtHjdiSQoWP7fKt2IqD4zi24n3CQtRGOIzh8Hyj2JFMtje68CweaIJgQLN5kNYpNx/VT2F6nxpeIRJg==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "fast-deep-equal": "^3.1.1", + "minimist": "^1.2.5", + "rdf-string": "^1.3.1", + "sparqljs": "^3.0.1" + } + }, + "sparqlee": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.4.2.tgz", + "integrity": "sha512-6lE4u0i3CCLjOUA/E8SC2fV7L/e7By4QVG+mtreYGpPoh15iFZLPMeH9+54X2tA7doLr8LmV40u66BQ1rpzkKA==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "@types/create-hash": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "@types/uuid": "^8.0.0", + "create-hash": "^1.2.0", + "decimal.js": "^10.2.0", + "immutable": "^3.8.2", + "rdf-string": "^1.1.1", + "sparqlalgebrajs": "^2.1.0", + "uri-js": "^4.2.2", + "uuid": "^8.0.0" + }, + "dependencies": { + "@types/uuid": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==" + }, + "uuid": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" + } + } + }, + "sparqljs": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.0.3.tgz", + "integrity": "sha512-/hy2ihyn6YaYdLqnfdG8En6n8/NJVfRGI//AWPh6Anbfxfz89vv9ATEa8taE+SpOBuh6pSYEhIYKPkVRkXNBNg==", + "requires": { + "n3": "^1.5.0" + } + }, + "sparqljson-parse": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/sparqljson-parse/-/sparqljson-parse-1.5.2.tgz", + "integrity": "sha512-VnYzLsiha3Byb7iKr4qbwsztF7cjZFDEnJg2Z2fSbVlUOa4Pwk4cHem6SnFDBWRrOtu/N98v9/JMVRi6bQYqew==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^13.1.0", + "@types/rdf-js": "^3.0.0", + "JSONStream": "^1.3.3" + } + }, + "sparqljson-to-tree": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/sparqljson-to-tree/-/sparqljson-to-tree-2.0.0.tgz", + "integrity": "sha512-+2R6RtLYm5A3zA/SzIU/6RCp8lM2KQfJpos53BmkgRnHHHvP/ZVtMMnqY9IsV3msMLSCa/D/rS51ND8nCPwRoQ==", + "requires": { + "rdf-literal": "^1.0.0", + "sparqljson-parse": "^1.5.0" + } + }, + "sparqlxml-parse": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.2.2.tgz", + "integrity": "sha512-xFN+S97DRI9jrlFsOntB8rmtEAJeTUAyRCquibiLCbE+z63iw1tFdM9NhrphrPey1+EH75vh9AjycXwDD6nEIw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^10.12.18", + "@types/rdf-js": "^2.0.2", + "sax-stream": "^1.2.3" + }, + "dependencies": { + "@types/node": { + "version": "10.17.28", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.28.tgz", + "integrity": "sha512-dzjES1Egb4c1a89C7lKwQh8pwjYmlOAG9dW1pBgxEk57tMrLnssOfEthz8kdkNaBd7lIqQx7APm5+mZ619IiCQ==" + }, + "@types/rdf-js": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-2.0.12.tgz", + "integrity": "sha512-NBzHFHp2vHOJkPlSqzsOrkEsD9grKn+PdFjZieIw59pc0FlRG6WEQAjQZvHzFxJlYzC6ZDCFyTA1wBvUnnzUQw==", + "requires": { + "@types/node": "*" + } + } + } + }, + "spawn-wrap": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-2.0.0.tgz", + "integrity": "sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==", + "requires": { + "foreground-child": "^2.0.0", + "is-windows": "^1.0.2", + "make-dir": "^3.0.0", + "rimraf": "^3.0.0", + "signal-exit": "^3.0.2", + "which": "^2.0.1" + }, + "dependencies": { + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "stream-to-string": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/stream-to-string/-/stream-to-string-1.2.0.tgz", + "integrity": "sha512-8drZlFIKBHSMdX9GCWv8V9AAWnQcTqw0iAI6/GC7UJ0H0SwKeFKjOoZfGY1tOU00GGU7FYZQoJ/ZCUEoXhD7yQ==", + "requires": { + "promise-polyfill": "^1.1.6" + } + }, + "streamify-string": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/streamify-string/-/streamify-string-1.0.1.tgz", + "integrity": "sha1-niIN4z4cR13TDgIG9bGBXMbJUls=" + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "string.prototype.trimend": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", + "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "string.prototype.trimstart": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", + "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "requires": { + "safe-buffer": "~5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" + }, + "supports-color": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz", + "integrity": "sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "requires": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "dependencies": { + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + } + } + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + }, + "ts-node": { + "version": "8.10.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", + "integrity": "sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==", + "requires": { + "arg": "^4.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "source-map-support": "^0.5.17", + "yn": "3.1.1" + }, + "dependencies": { + "diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==" + } + } + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" + }, + "type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + }, + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + }, + "typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "requires": { + "is-typedarray": "^1.0.0" + } + }, + "typescript": { + "version": "3.9.7", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==" + }, + "uri-js": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "requires": { + "punycode": "^2.1.0" + } + }, + "uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha1-BdCoU/+8iw9Jqj1NKtd3sNHuBww=" + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "uuid": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", + "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "web-streams-node": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/web-streams-node/-/web-streams-node-0.4.0.tgz", + "integrity": "sha512-u+PBQs8DFaBrN/bxCLFn21tO/ZP7EM3qA4FGzppoUCcZ5CaMbKOsN8uOp27ylVEsfrxcR2tsF6gWHI5M8bN73w==", + "requires": { + "is-stream": "^1.1.0", + "readable-stream-node-to-web": "^1.0.1", + "web-streams-ponyfill": "^1.4.1" + }, + "dependencies": { + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + } + } + }, + "web-streams-ponyfill": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/web-streams-ponyfill/-/web-streams-ponyfill-1.4.2.tgz", + "integrity": "sha512-LCHW+fE2UBJ2vjhqJujqmoxh1ytEDEr0dPO3CabMdMDJPKmsaxzS90V1Ar6LtNE5VHLqxR4YMEj1i4lzMAccIA==" + }, + "whatwg-fetch": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.4.0.tgz", + "integrity": "sha512-rsum2ulz2iuZH08mJkT0Yi6JnKhwdw4oeyMjokgxd+mmqYSd9cPpOQf01TIWgjxG/U4+QR+AwKq6lSbXVxkyoQ==" + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "requires": { + "isexe": "^2.0.0" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "requires": { + "string-width": "^1.0.2 || 2" + } + }, + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "requires": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "xml": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=" + }, + "xmldom": { + "version": "0.1.19", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz", + "integrity": "sha1-Yx/Ad3bv2EEYvyUXGzftTQdaCrw=" + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + }, + "y18n": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", + "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "yargs": { + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", + "requires": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.2" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + }, + "yargs-unparser": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.6.0.tgz", + "integrity": "sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==", + "requires": { + "flat": "^4.1.0", + "lodash": "^4.17.15", + "yargs": "^13.3.0" + } + }, + "yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" + } + } + }, + "@api-modeling/metadata-store": { + "version": "0.1.23", + "requires": { + "@api-modeling/amf-client-js": "4.1.12", + "@api-modeling/api-modeling-metadata": "0.1.6", + "@comunica/actor-init-sparql-rdfjs": "^1.16.2", + "@types/jsonld": "^1.5.1", + "@types/n3": "^1.4.3", + "jquery": "^3.5.1", + "jsonld": "^3.1.1", + "n3": "^1.3.5", + "read-file": "^0.2.0", + "source-map-support": "^0.5.19", + "uuid": "^7.0.3" + }, + "dependencies": { + "@advanced-rest-client/events-target-mixin": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/@advanced-rest-client/events-target-mixin/-/events-target-mixin-3.2.3.tgz", + "integrity": "sha512-rXdou8ZqOhtb8BEp5YFJXi1i3xugIuH3k154mdcuObkd5LR/HEHdACKKaYyGe7ATmaBy5mzvr7l4WZFpiTigNg==", + "requires": { + "@open-wc/dedupe-mixin": "^1.2.18" + } + }, + "@advanced-rest-client/uuid-generator": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@advanced-rest-client/uuid-generator/-/uuid-generator-3.1.0.tgz", + "integrity": "sha512-8q+V1i+Aq/0AFLEDQ/kGTPgKtEHBBHuUWHRwMQ2dZVlr6bNlTH6mmPxHBMp9FnjCAYoxMVH71c6CYSUT9nEXYg==" + }, + "@api-modeling/amf-client-js": { + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@api-modeling/amf-client-js/-/amf-client-js-4.1.12.tgz", + "integrity": "sha512-0uyrnpTB0KBHgOU/MoHtl/mdWrW106qFouQTsrbGaxq4jg7EEYCw9CgnQF7j9NDbOJMzlha/sO/ZwIDKtbzQ2g==", + "requires": { + "ajv": "^6.12.2", + "amf-shacl-node": "^2.0.0" + }, + "dependencies": { + "amf-shacl-node": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/amf-shacl-node/-/amf-shacl-node-2.0.0.tgz", + "integrity": "sha512-38GcUBN7VFzpJHDWeEKZ5bcosGA1/Ur6egUrno+Uprgf/8aXeX0LumkG64sExQPrFQ649Ku3wfgWe+le4bUNVw==", + "requires": { + "@comunica/actor-init-sparql-rdfjs": "^1.10.0", + "jsonld-streaming-serializer": "^1.1.0", + "lru-cache": "^6.0.0", + "n3": "^1.3.5" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } + }, + "@api-modeling/api-modeling-metadata": { + "version": "0.1.6", + "requires": { + "@api-modeling/amf-client-js": "4.1.12", + "@types/uuid": "^7.0.4", + "uuid": "^7.0.3" + }, + "dependencies": { + "@api-modeling/amf-client-js": { + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@api-modeling/amf-client-js/-/amf-client-js-4.1.12.tgz", + "integrity": "sha512-0uyrnpTB0KBHgOU/MoHtl/mdWrW106qFouQTsrbGaxq4jg7EEYCw9CgnQF7j9NDbOJMzlha/sO/ZwIDKtbzQ2g==", + "requires": { + "ajv": "^6.12.2", + "amf-shacl-node": "^2.0.0" + } + }, + "@babel/code-frame": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "requires": { + "@babel/highlight": "^7.10.4" + } + }, + "@babel/core": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.11.1.tgz", + "integrity": "sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.11.0", + "@babel/helper-module-transforms": "^7.11.0", + "@babel/helpers": "^7.10.4", + "@babel/parser": "^7.11.1", + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.11.0", + "@babel/types": "^7.11.0", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.19", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + }, + "dependencies": {} + }, + "@babel/generator": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.11.0.tgz", + "integrity": "sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==", + "requires": { + "@babel/types": "^7.11.0", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-function-name": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", + "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", + "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz", + "integrity": "sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q==", + "requires": { + "@babel/types": "^7.11.0" + } + }, + "@babel/helper-module-imports": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz", + "integrity": "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-module-transforms": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz", + "integrity": "sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==", + "requires": { + "@babel/helper-module-imports": "^7.10.4", + "@babel/helper-replace-supers": "^7.10.4", + "@babel/helper-simple-access": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.11.0", + "@babel/template": "^7.10.4", + "@babel/types": "^7.11.0", + "lodash": "^4.17.19" + }, + "dependencies": {} + }, + "@babel/helper-optimise-call-expression": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz", + "integrity": "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-replace-supers": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz", + "integrity": "sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.10.4", + "@babel/helper-optimise-call-expression": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-simple-access": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz", + "integrity": "sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==", + "requires": { + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz", + "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==", + "requires": { + "@babel/types": "^7.11.0" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/helpers": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.10.4.tgz", + "integrity": "sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==", + "requires": { + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/highlight": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", + "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.11.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.11.3.tgz", + "integrity": "sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA==" + }, + "@babel/template": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", + "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/traverse": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.11.0.tgz", + "integrity": "sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.11.0", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.11.0", + "@babel/parser": "^7.11.0", + "@babel/types": "^7.11.0", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.19" + }, + "dependencies": {} + }, + "@babel/types": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.0.tgz", + "integrity": "sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + }, + "dependencies": {} + }, + "@comunica/actor-abstract-bindings-hash": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.15.0.tgz", + "integrity": "sha512-1YUtb/zKyfpzgknkEYBhWqJaclKZkb7GqJP0sSMQfSoSiNZMKP2BqUGvLTXGuTSCb5smHqx2dcvUOImQ7IaIbw==", + "requires": { + "canonicalize": "^1.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-abstract-mediatyped": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.15.0.tgz", + "integrity": "sha512-rB0DnIuiZKGqAd6JmcXdajmgDPWzffqCqLyAp2A967NRN1NlPbPnfwkCJBHVehdcyT69dAaEkHoHDZpbwOVjHg==" + }, + "@comunica/actor-abstract-path": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.15.0.tgz", + "integrity": "sha512-zXTTFBPW7AxAVd7uX+7W1O05XgZcgmZ9U+e3H1rv0o0qHJUeAAhRulAMeU2ovSNI4hWb8W3bU+/LFJBQXC+u3A==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-http-memento": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.15.0.tgz", + "integrity": "sha512-TYDaMo0lSuxGTpGGec5iaJX41fsl7hjTgRRTWgIO8w6yCVr9V0Od3PX2Ukgu6T2Ps62FJv23IBgrQ9Z1MoUiOw==", + "requires": { + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "parse-link-header": "^1.0.1" + } + }, + "@comunica/actor-http-native": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.15.0.tgz", + "integrity": "sha512-YRpb03uYbmIXcWZOKdXF0UwCIauhWTNq5L1x8Ceu93WqVZNgBjR5FcZeQwiz3Tw201YtMjnl8QysBcSHAd5zvw==", + "requires": { + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "follow-redirects": "^1.5.1", + "parse-link-header": "^1.0.1" + } + }, + "@comunica/actor-http-proxy": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.15.0.tgz", + "integrity": "sha512-qPujw7lsWg1hJ+lC68iERkSipmF2t2MWTXpajGdTMSTt7nc9Viy7PMkWAU8YAXdUZMr+RbiNnbu4OjEjySwiew==" + }, + "@comunica/actor-init-sparql": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.15.0.tgz", + "integrity": "sha512-o3YViA/nTdp5cX/zs6muaKUAN/8VxFCdRqwv53waASyyBAPFm8bP20TmUKFInYhSXHJyh6e4jodFAIvIzhYqCg==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.15.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-http-memento": "^1.15.0", + "@comunica/actor-http-native": "^1.15.0", + "@comunica/actor-http-proxy": "^1.15.0", + "@comunica/actor-optimize-query-operation-join-bgp": "^1.15.0", + "@comunica/actor-query-operation-ask": "^1.15.0", + "@comunica/actor-query-operation-bgp-empty": "^1.15.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.15.0", + "@comunica/actor-query-operation-bgp-single": "^1.15.0", + "@comunica/actor-query-operation-construct": "^1.15.0", + "@comunica/actor-query-operation-describe-subject": "^1.15.0", + "@comunica/actor-query-operation-distinct-hash": "^1.15.0", + "@comunica/actor-query-operation-extend": "^1.15.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-from-quad": "^1.15.0", + "@comunica/actor-query-operation-group": "^1.15.0", + "@comunica/actor-query-operation-join": "^1.15.0", + "@comunica/actor-query-operation-leftjoin-left-deep": "^1.15.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.15.0", + "@comunica/actor-query-operation-minus": "^1.15.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-path-alt": "^1.15.0", + "@comunica/actor-query-operation-path-inv": "^1.15.0", + "@comunica/actor-query-operation-path-link": "^1.15.0", + "@comunica/actor-query-operation-path-nps": "^1.15.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-seq": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.15.0", + "@comunica/actor-query-operation-project": "^1.15.0", + "@comunica/actor-query-operation-quadpattern": "^1.15.0", + "@comunica/actor-query-operation-reduced-hash": "^1.15.0", + "@comunica/actor-query-operation-service": "^1.15.0", + "@comunica/actor-query-operation-slice": "^1.15.0", + "@comunica/actor-query-operation-sparql-endpoint": "^1.15.0", + "@comunica/actor-query-operation-union": "^1.15.0", + "@comunica/actor-query-operation-values": "^1.15.0", + "@comunica/actor-rdf-dereference-http-parse": "^1.15.0", + "@comunica/actor-rdf-join-multi-smallest": "^1.15.0", + "@comunica/actor-rdf-join-symmetrichash": "^1.15.0", + "@comunica/actor-rdf-metadata-all": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.15.0", + "@comunica/actor-rdf-metadata-primary-topic": "^1.15.0", + "@comunica/actor-rdf-parse-html": "^1.15.0", + "@comunica/actor-rdf-parse-html-rdfa": "^1.15.0", + "@comunica/actor-rdf-parse-html-script": "^1.15.0", + "@comunica/actor-rdf-parse-jsonld": "^1.15.0", + "@comunica/actor-rdf-parse-n3": "^1.15.0", + "@comunica/actor-rdf-parse-rdfxml": "^1.15.0", + "@comunica/actor-rdf-parse-xml-rdfa": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-none": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.15.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.15.0", + "@comunica/actor-sparql-parse-graphql": "^1.15.0", + "@comunica/actor-sparql-serialize-json": "^1.15.0", + "@comunica/actor-sparql-serialize-rdf": "^1.15.0", + "@comunica/actor-sparql-serialize-simple": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.15.0", + "@comunica/actor-sparql-serialize-stats": "^1.15.0", + "@comunica/actor-sparql-serialize-table": "^1.15.0", + "@comunica/actor-sparql-serialize-tree": "^1.15.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-http": "^1.15.0", + "@comunica/bus-http-invalidate": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-optimize-query-operation": "^1.15.0", + "@comunica/bus-query-operation": "^1.15.0", + "@comunica/bus-rdf-dereference": "^1.15.0", + "@comunica/bus-rdf-dereference-paged": "^1.15.0", + "@comunica/bus-rdf-join": "^1.15.0", + "@comunica/bus-rdf-metadata": "^1.15.0", + "@comunica/bus-rdf-metadata-extract": "^1.15.0", + "@comunica/bus-rdf-parse": "^1.15.0", + "@comunica/bus-rdf-parse-html": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia-links": "^1.15.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.15.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.15.0", + "@comunica/core": "^1.15.0", + "@comunica/logger-pretty": "^1.15.0", + "@comunica/logger-void": "^1.15.0", + "@comunica/mediator-all": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.15.0", + "@comunica/runner-cli": "^1.15.0", + "@types/minimist": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0", + "minimist": "^1.2.0", + "negotiate": "^1.0.1", + "rdf-quad": "^1.4.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "streamify-string": "^1.0.1" + } + }, + "@comunica/actor-init-sparql-rdfjs": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.15.0.tgz", + "integrity": "sha512-CcY5ZKNCeHDNSzlN8V2HELsvu0b78LteOYVkM5PnZRxRTO0KinhAMsW6cJNffsWVx4MiGWFvVdvCk28NTg/R5g==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-init-sparql": "^1.15.0", + "@comunica/actor-query-operation-ask": "^1.15.0", + "@comunica/actor-query-operation-bgp-empty": "^1.15.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.15.0", + "@comunica/actor-query-operation-bgp-single": "^1.15.0", + "@comunica/actor-query-operation-construct": "^1.15.0", + "@comunica/actor-query-operation-describe-subject": "^1.15.0", + "@comunica/actor-query-operation-distinct-hash": "^1.15.0", + "@comunica/actor-query-operation-extend": "^1.15.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-from-quad": "^1.15.0", + "@comunica/actor-query-operation-join": "^1.15.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.15.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.15.0", + "@comunica/actor-query-operation-path-alt": "^1.15.0", + "@comunica/actor-query-operation-path-inv": "^1.15.0", + "@comunica/actor-query-operation-path-link": "^1.15.0", + "@comunica/actor-query-operation-path-nps": "^1.15.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-seq": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.15.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.15.0", + "@comunica/actor-query-operation-project": "^1.15.0", + "@comunica/actor-query-operation-quadpattern": "^1.15.0", + "@comunica/actor-query-operation-service": "^1.15.0", + "@comunica/actor-query-operation-slice": "^1.15.0", + "@comunica/actor-query-operation-union": "^1.15.0", + "@comunica/actor-query-operation-values": "^1.15.0", + "@comunica/actor-rdf-join-nestedloop": "^1.15.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.15.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.15.0", + "@comunica/actor-sparql-serialize-json": "^1.15.0", + "@comunica/actor-sparql-serialize-rdf": "^1.15.0", + "@comunica/actor-sparql-serialize-simple": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.15.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.15.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-query-operation": "^1.15.0", + "@comunica/bus-rdf-join": "^1.15.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.15.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.15.0", + "@comunica/core": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.15.0", + "@comunica/runner-cli": "^1.15.0" + } + }, + "@comunica/actor-optimize-query-operation-join-bgp": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.15.0.tgz", + "integrity": "sha512-R1rXlIfW5y+wwQns+YWKxrvukqdM/HzliB8v5Pyyqu1u5f6liOsKr4UK+m/75k4Qt4UXtViwTo7st0NkBGQsvg==", + "requires": { + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-ask": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.15.0.tgz", + "integrity": "sha512-zz0WYe0ohQ/WRFl9WIcOU/hQYbtTmLGlnvjMNE5elpr6HrmJOaYEokgevmiDTou+iWiify0CJBHioLE8/QWNAg==" + }, + "@comunica/actor-query-operation-bgp-empty": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.15.0.tgz", + "integrity": "sha512-zDkHo70exCHDsgjvsyXA8SgwSwm7D0jFDC4cb3Cf55hImt8auSmX7CCU645Fo1kuze8FhSPVe0+3rchWii1PKQ==", + "requires": { + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-query-operation-bgp-left-deep-smallest": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.15.0.tgz", + "integrity": "sha512-5M7pVKM+kHDcBEXu/gRLxfWBJmgJCY1ibVppyXqpLFl8/dwUReJK69sC728GS8EHdMEKk9liqQJsAchQ1gB11w==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-query-operation-bgp-single": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.15.0.tgz", + "integrity": "sha512-cz6vCnN8CGO+kTC4NdZblHtDs3sqlaYEyy4zIAS6L8142vFUF49wDWJrV19kCNVqIDhxvo90n1wGxpOyozKA9g==" + }, + "@comunica/actor-query-operation-construct": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.15.0.tgz", + "integrity": "sha512-6qY/sCLOOgKvQ2tv1K1f10TEYOYoJ3NdlbIbiM7GH/+01MXGYJU8/ReMg3TwpRDAewAsAZSfhcdasgt801HVWg==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-query-operation-describe-subject": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.15.0.tgz", + "integrity": "sha512-uqf3hXiMrZnCr8qFVt7x2NaGhODhVJ+Y5A7pO2xHxKjeQ8Uz+IKVvDlDR7V2j/CRq1SNjhAlyYZO7A9qyotBZQ==", + "requires": { + "@comunica/actor-query-operation-union": "^1.15.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + } + }, + "@comunica/actor-query-operation-distinct-hash": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.15.0.tgz", + "integrity": "sha512-2WffFnkMljklt6cg9PEFdsdlDWJbYT6ekST3TJLbKll8pq6CusoZZxp7Fx6gg+s2UOQxIHrKsI2oDj+GyDKCug==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.15.0" + } + }, + "@comunica/actor-query-operation-extend": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.15.0.tgz", + "integrity": "sha512-Xtu+O5qNk/ToTwY/H/uM5VEsncT8MdL+jl4GYdd5idu3vV05YbPSSSkIwxky2wEi1zHLZ9ocZbTw+t9XA1ZJ9g==", + "requires": { + "sparqlee": "^1.4.2" + } + }, + "@comunica/actor-query-operation-filter-sparqlee": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.15.0.tgz", + "integrity": "sha512-JK6NfYqsKNkjT7cAmOmDOmrEIgt3JIoOY1bzDkArxPkLTnmYTmCvBp1YUTNMsMQxiYSsLwcjcjUbjvI/xV7GLg==", + "requires": { + "sparqlee": "^1.4.2" + } + }, + "@comunica/actor-query-operation-from-quad": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.15.0.tgz", + "integrity": "sha512-5VDxz7PTurcVJrp2ZkzZCNCDoFq35CE8jUu3aVCCraCdSzJ1zfAd7+92Bua0t8vDTGOmuzq8748JRSOxOPsymg==", + "requires": { + "@types/rdf-js": "^3.0.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-group": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.15.0.tgz", + "integrity": "sha512-yBLS4hXPyH2fv9QH5f0wglIYyU0pajhyaD+0Cb5ecdIq2TQiuhXoQwGQBG3uo4cKGafDlzuuZ+/EA0FhjnHqgg==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.15.0", + "rdf-string": "^1.4.2", + "sparqlee": "^1.4.2" + } + }, + "@comunica/actor-query-operation-join": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.15.0.tgz", + "integrity": "sha512-elk0hmfIzOJUr28aucmowCLZn/KRskdcFnTRw6dGQ3ydj1VqBKKFjU3UROjS6/Oi13P0x0QMq1gf9oucafVhuw==" + }, + "@comunica/actor-query-operation-leftjoin-left-deep": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.15.0.tgz", + "integrity": "sha512-foqmciYFCUlKhU2kyKWMlHOtBywWzHP+i+xrgvdvHNgDodHrwPbb5OZe4sYMCjDwUxuP3eRTrh0ECAEc7q9GQw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + } + }, + "@comunica/actor-query-operation-leftjoin-nestedloop": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.15.0.tgz", + "integrity": "sha512-o6he8xtPxSygE9XM1F1L2uJ5J/MYdw3M3rly5bRR4cNsw5ES6dqms9D4CH6sLh08Agd+9HbaH2TAcrjTRt9HAQ==", + "requires": { + "sparqlee": "^1.4.2" + } + }, + "@comunica/actor-query-operation-minus": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.15.0.tgz", + "integrity": "sha512-OBqKYxvMXpQOYXD3PNqjvf+STqGUPo/qhMe5ETrJgCuNXm6bZH2v+/pQbpXkDoEMInEyuPVu0hygJnk0OYmYjg==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.15.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + } + }, + "@comunica/actor-query-operation-orderby-sparqlee": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.15.0.tgz", + "integrity": "sha512-Zzrs6Opnhqhm4Q5cd5gRkxF53EJp9YQHjQs0RtFfmPdXI6FWqbNykx7mahRXbHoBi7yXzBrEQxGwpwvhT7LfVA==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlee": "^1.4.2" + } + }, + "@comunica/actor-query-operation-path-alt": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.15.0.tgz", + "integrity": "sha512-pt+b7ovkjMLizm11BQW/+erY2IDd7sJUEwx/69ZP1uyeuwjc6EAOqvt33cAtdnpF3X5aCnNgkkazh5Dvn871bA==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0", + "asynciterator": "^3.0.1", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-inv": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.15.0.tgz", + "integrity": "sha512-aEJoIPqVLqEga7joSTF4zT4kVX+ywU+FxQZe77xwrLyz4rxKycPWsbja/1kgygdM/hS9HKuGocRQwMbd9pcAEA==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0" + } + }, + "@comunica/actor-query-operation-path-link": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.15.0.tgz", + "integrity": "sha512-6PVakovWv4V+bzzmDCTP6lsJ/AYhZKJ/u2n/58qOPbo4oMTo9RcGhEIziEsSFN+t5F42zMO6tK+4fMtqP0xt+Q==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-nps": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.15.0.tgz", + "integrity": "sha512-jF2hQtH5kVaS4Fnfaj7NJPDoT8u+6SokF2O8XdvADfr4Qm9jUeGVV4xvrJ32rtm4NWW7HT+W3c212jH408TzOw==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-one-or-more": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.15.0.tgz", + "integrity": "sha512-5HSuJiPIJIRXSYNiPi473CUlodtE02eW0/Rt1SInwfLqD05DQl8x8VXSHL4+/h5VZihqBNPA06z984gEawrIAw==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-seq": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.15.0.tgz", + "integrity": "sha512-9na1s3C198kxeck7NpMEkNHESDHtbYfMa5eAmISg97I9phIextS9GYszSIOE02yjmlmISuJ88hJFBhcvXnbEWQ==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-zero-or-more": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.15.0.tgz", + "integrity": "sha512-42WgAH947jT5c/LniZ+hfBFFCY9jBxTjAe3pg0pG18ncW4Im7TqD0pabCxCQbAniqQgCEucVqsQM5hRxM9uwvQ==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-path-zero-or-one": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.15.0.tgz", + "integrity": "sha512-gP4Bdq2Qj8je3hQr3+8f3Loz9JNY2FiNGxuqVKXwrSOR6QqricvQKY+X1tO8/CatIhw0XpsXB3ifldvs9VGYJA==", + "requires": { + "@comunica/actor-abstract-path": "^1.15.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-query-operation-project": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.15.0.tgz", + "integrity": "sha512-dKn3J5B6u2NxF/uCrTwLHQ5ifRItm/lUBHCIoYuhs/h27BdlyUvo6qkcfcU1aEqZFMot9bL1idQNVx/Z0A0WQQ==", + "requires": { + "@comunica/data-factory": "^1.14.0", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-query-operation-quadpattern": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.15.0.tgz", + "integrity": "sha512-niKm1TG4Y/03ClZkoRZcpCVhrJRsL82oVI17t7XZLyFKpaYv5jRNlBS4N9XoOEDxw3dF8e9cts5vtQzB0pQG3w==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-query-operation-reduced-hash": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.15.0.tgz", + "integrity": "sha512-f5jvTyfpQyVvTMNXAXD9a+fVS+NOIqedeYFoUdLOX0pNgeS7PgDkiQ3GAuDJjsf/r02qWsgwXqaMqRayx6fsoQ==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.15.0", + "@types/lru-cache": "^5.1.0", + "lru-cache": "^6.0.0" + } + }, + "@comunica/actor-query-operation-service": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.15.0.tgz", + "integrity": "sha512-xQWGH8l6AbF1+74cfPPSDnAKAeb8z7GozimKgdVvJMrymwqJGck1OqXAXrzrAqAf5KLs2ux+kll7SOSTZCRSoQ==", + "requires": { + "asynciterator": "^3.0.1" + } + }, + "@comunica/actor-query-operation-slice": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.15.0.tgz", + "integrity": "sha512-kegFbGDp6US77TMAbXKgQCA7krL0co6r90T+xOiZ3Kdo/QV52NVY5XmQTc+LAagYua6Xvte2evzNt/u7RMSs+Q==" + }, + "@comunica/actor-query-operation-sparql-endpoint": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.15.0.tgz", + "integrity": "sha512-JTJgujBK5ZVkdVnoY/m/F86FiKvVouIPF6NbKyscqiooLsCyuyY78bNsMJ9Z7GKmQJtqshTvS+6At4hqj+A1wQ==", + "requires": { + "@comunica/utils-datasource": "^1.15.0", + "@types/rdf-js": "^3.0.0", + "arrayify-stream": "^1.0.0", + "asynciterator": "^3.0.1", + "fetch-sparql-endpoint": "^1.6.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-query-operation-union": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.15.0.tgz", + "integrity": "sha512-4n4ytauUdeDdhGNu+F32+xc3UQhsbgyeG21lI/YxzfD7Qb4zFUhPndNlhtrvGngDQVxtO+ROA5Jb1jfhIJaqbw==", + "requires": { + "asynciterator": "^3.0.1" + } + }, + "@comunica/actor-query-operation-values": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.15.0.tgz", + "integrity": "sha512-iBZpPuKneQjbGV7dlfk8EwfZXzibYt+e/ddzAQCcxspwdpVG5gpGv6XJsDcSwTPLjNhd4EqNpUuQdfjOCwTq4A==", + "requires": { + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-rdf-dereference-http-parse": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.15.0.tgz", + "integrity": "sha512-m8h7MqKwCY8RTP2Fs9ODyjYdz37/msqnvN27Iu8wGm218gCaGRfkZHTsupsIppLeRmTardPk6eG/pvwpdfL2Sg==", + "requires": { + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-join-multi-smallest": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.15.0.tgz", + "integrity": "sha512-x61ITFPUw1cG7pNFYpJDp+viDXTbzyighocwL36acMPy/0uJmAusRZXIsKS97zyLlla31MVKfLWvSPLHFCqjZA==" + }, + "@comunica/actor-rdf-join-nestedloop": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.15.0.tgz", + "integrity": "sha512-+PLYkQoCRVw9lGNDiTLmvVrQ5Helbq122Fhh1MA9XXpHqzXKeKPwC3kBpPnqD2MHgGlavpwz0l9CAC5ZLsL6LA==", + "requires": { + "asyncjoin": "^1.0.0" + } + }, + "@comunica/actor-rdf-join-symmetrichash": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.15.0.tgz", + "integrity": "sha512-DWzFRHDpGvv/lUF229js2Xc+RGNQf5yPQHY1DD/E2VZ7zbRxionFIxvlfw4XAVyfPta7BoM/ml8cVR11OZ/LeQ==", + "requires": { + "asyncjoin": "^1.0.0" + } + }, + "@comunica/actor-rdf-metadata-all": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.15.0.tgz", + "integrity": "sha512-Ax+q0igPmDQeriFL4hDMQWQPV4tsTzyboqnuXqj9U84YXmJ3y+5a5Wh/35odR3W31SwMrs56jYNIpZBKwx0+RA==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-rdf-metadata-extract-hydra-controls": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.15.0.tgz", + "integrity": "sha512-Ih5OJQGfmJe5ihMeFwtWhWKSCxLXEKID3i3NGm8MgiFFbEzLAAf1YLLIK57cW88vahY+3YkPZ7tq3FeIeAi3tw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "@types/uritemplate": "^0.3.4", + "uritemplate": "0.3.4" + } + }, + "@comunica/actor-rdf-metadata-extract-hydra-count": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.15.0.tgz", + "integrity": "sha512-3qNJWsSo0xR8xt7MEFD7rVlQXiBTLddzUK/5lX1A4dB3jk20a+c62WltctWYiIFtyCs0qYluAJ8xuJ2ItOlP7w==" + }, + "@comunica/actor-rdf-metadata-extract-sparql-service": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.15.0.tgz", + "integrity": "sha512-CCikTWHa8nNUfmDHPGjgTH60XGcOJtkckzZXdk6kG4rMKXocsj86/cwzYM89P58LOMKy4IFfsSpoEqKIhn2gog==", + "requires": { + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-metadata-primary-topic": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.15.0.tgz", + "integrity": "sha512-7YRtw2us52nXYcaPyk8q/rCopioCS5LEVDEteD3RqCd7KMVhg+VZYU0iD5cMF9tyYr8NoXdm1/CYxTnSZE/LNg==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-rdf-parse-html": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-eC43jtLqY3wfA6aRim83l+3NfoMQCZv/lPP2MvqxY04/Rk77DdqKtKS2GfYrIBc8aqDOoreVgiBQG5TzPzm5Ew==", + "requires": { + "@types/rdf-js": "^3.0.0", + "htmlparser2": "^4.0.0" + } + }, + "@comunica/actor-rdf-parse-html-rdfa": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.15.0.tgz", + "integrity": "sha512-1rA7YCjY1v7/1oRKzthVw633HZmHux96SQW5j+FIJTvX4GoBvf1seS082HY7WQGRpZVgLxOUxtAOQcp7zT4dHA==", + "requires": { + "rdfa-streaming-parser": "^1.1.1" + } + }, + "@comunica/actor-rdf-parse-html-script": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.15.0.tgz", + "integrity": "sha512-E12gurJpU/rcVfoH0JQOp6tnEshSigdab3l/YBbKKX46S9+uuOhXncJ58b9IO5EIDcexoEq6/KEEEtOaNFcu3g==", + "requires": { + "@types/rdf-js": "^3.0.0", + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-parse-jsonld": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.15.0.tgz", + "integrity": "sha512-s26s7/S9ZwhCYKsyMTdmZXhLu194nt8BuIwXyVY7YrqMWNJuvpmQw6L6nypC/8wBRYvTTs+mLvngcwinfVia3Q==", + "requires": { + "@types/rdf-js": "^3.0.0", + "jsonld-streaming-parser": "^2.0.2", + "stream-to-string": "^1.2.0" + } + }, + "@comunica/actor-rdf-parse-n3": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.15.0.tgz", + "integrity": "sha512-YWk7XSDN8GDOFL+u5PtadZmIUzAh5ZUYB/LwXLENeymIgWEaSvJo5H4QqdGmnJFArlgXX2Thk8jTvbtubiNTvw==", + "requires": { + "@types/n3": "^1.4.2", + "n3": "^1.0.0" + } + }, + "@comunica/actor-rdf-parse-rdfxml": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.15.0.tgz", + "integrity": "sha512-Rec0dnaTW95Mx91cfQPBkDkgEhoFd9J36FtiJAotLFPOiXp4YsTEZGQNSODTbhchfaTS6HDTFnETQ6GbmutaCQ==", + "requires": { + "rdfxml-streaming-parser": "^1.1.0" + } + }, + "@comunica/actor-rdf-parse-xml-rdfa": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.15.0.tgz", + "integrity": "sha512-34CI/f/JQTEfrnxyqB7Y+EhkhW0tTMsHoC8yu+Y6AtSVdj2FYkSR+GmAk9F65JVnm/RC9uh1T7yT5yJMVvmgiQ==", + "requires": { + "rdfa-streaming-parser": "^1.1.1" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-links-next": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.15.0.tgz", + "integrity": "sha512-TgQurH1G50rdgnQ9WCWchYrUDMk+379oVuha5JISwW5Dc33/wVjR+hoIkrAfKx/kIi7846mcEHO4qNQ5V818hw==" + }, + "@comunica/actor-rdf-resolve-hypermedia-none": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.15.0.tgz", + "integrity": "sha512-dgCFXKbmY9UKSaczpmdVFeSNNcotgWJavC979HQO40zjq6tg3kRDT82M0ucjuDB7fIglzA8xQYTvbjIWYNrm4g==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-store-stream": "^1.0.1" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-qpf": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.15.0.tgz", + "integrity": "sha512-Z8FW2fgyCL0FnfVFOd+gm/zAgEIx8xz/7rdTofam/1XerXY9GwU0n6lV/x4f+rlD57TfdrlXRzHKKejrkFBorQ==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-sparql": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.15.0.tgz", + "integrity": "sha512-Lzun8e5Q36f+dHGTANsJhBTVABPzzMg9prjK/gP2VX/lKmyFknvoUk4JjMH8ScJOaUE342l6IyHALcxKV79uNg==", + "requires": { + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.15.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-federated": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.15.0.tgz", + "integrity": "sha512-d+EhBEPY8Hwt++2IKbhiaJM/s2FCvNGXXvjLYVZhGhpXJcmiSMsP4xdo6r0FaEuQTcc0oynZGloRSu2DeZA/lQ==", + "requires": { + "@comunica/data-factory": "^1.14.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.5.1" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.15.0.tgz", + "integrity": "sha512-fBBcO3uyT94SPK8o5uck5ZAxoV3o8kgK7Mse4PXYR7zCy7u2fLzGgpPX/tnHcHZrinrlSFTqXFNUNVmJZxmuqQ==", + "requires": { + "@comunica/utils-datasource": "^1.15.0", + "@rdfjs/data-model": "^1.1.1", + "@types/lru-cache": "^5.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "lru-cache": "^6.0.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.15.0.tgz", + "integrity": "sha512-BHvI5nmo77cqlSzKbzHvh71WfU098M4jKeRXxpQzqHx7qZdrCQ1bvML8mP0TWoZWFAQumm4+Ey6mErSj3xm7EQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.15.0.tgz", + "integrity": "sha512-8w/jl6QaN5uMQQzz1w9URy77eZLAWLQwSLnao2NAd3QyWnQsocDfKfIk4rRx6Z7fXeVl2aEpZSNgnnMRwYZ6VQ==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.2.2", + "sparqljson-parse": "^1.5.0" + } + }, + "@comunica/actor-rdf-serialize-jsonld": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.15.0.tgz", + "integrity": "sha512-+QeLhBWY9Ce0sNW6yDm7GoEdFNlMsQ01k71yBhaBRPhe/gYEbJc0chZAUoByCY0dJRqtfZK1Wc5gjfTrG/ctdQ==", + "requires": { + "jsonld-streaming-serializer": "^1.1.0" + } + }, + "@comunica/actor-rdf-serialize-n3": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.15.0.tgz", + "integrity": "sha512-/9wY7o875w103A9a/SNpk65rFcp+bT3mSOnjV1bUnMVhvy73AsRG88uiwGUbS6GDFBPzA2j/l8OD+I4U3j6I7Q==", + "requires": { + "@types/n3": "^1.4.2", + "@types/rdf-js": "^3.0.0", + "n3": "^1.0.0", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-sparql-parse-algebra": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.15.0.tgz", + "integrity": "sha512-SYxfonaQZVbq/ncyjFvjbtBmqcrZ2r8HgOZ8HqOo+UXmFQq70/mRBqAaDOxNUGP6EQ84DQ0sR7crxz8DTml2Vg==", + "requires": { + "@types/sparqljs": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.1", + "sparqljs": "^3.0.0" + } + }, + "@comunica/actor-sparql-parse-graphql": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.15.0.tgz", + "integrity": "sha512-QggTh7b/LgzZRqKR+p46hXoJiH5ge/JTbWQM92QCRa2TsNm2hGpuvCwUS0VoPiUN+O/Vbtw6IH+09qJAnEt0+w==", + "requires": { + "graphql-to-sparql": "^2.1.0" + } + }, + "@comunica/actor-sparql-serialize-json": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.15.0.tgz", + "integrity": "sha512-kEKgwPx2wfr/ET9JtTLqw8cj7vyuxzXUvNIEbTJctHSKWsH/AGiyv8Zns34aG3W4dXR4p9zcpDE8AAZTU0QRvw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-sparql-serialize-rdf": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.15.0.tgz", + "integrity": "sha512-WpL7QEdot2hVk9OKx57iPYM4+Io4ijP1xP+IZECWYQlz7sN+e+/Gz8P9YBZDbgbr44kvRVuASsw8kVJiiIANJQ==" + }, + "@comunica/actor-sparql-serialize-simple": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.15.0.tgz", + "integrity": "sha512-KqYwF+qP4y0As91WyYaTLNt+n76PtnClF2C6Fi5ju6gXChvWH5qbJGiTAJWDpWqHsCiXlIDvrPfzBLDOUA7jqg==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-sparql-serialize-sparql-json": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.15.0.tgz", + "integrity": "sha512-5C1zf/zDZsR+XSYKcbGpp+EqIkdtjs83MlPQpkugAvaxVzyuw4muPnjQdRwAoWaNU2JQWvEhYEEfSNbO6Onnww==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-sparql-serialize-sparql-xml": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.15.0.tgz", + "integrity": "sha512-PluxLx6/IbpKsLYcEWzIntn3csCN7Ch1namJlFEVw9k55+JVH8bvw231+2ngXp+EiZINd+PTfzI2VSr+lfjxdg==", + "requires": { + "@types/rdf-js": "^3.0.0", + "@types/xml": "^1.0.2", + "xml": "^1.0.1" + } + }, + "@comunica/actor-sparql-serialize-stats": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.15.0.tgz", + "integrity": "sha512-h2amQ1hAnJknH0pGVdrYz7HiScE6DQeFWkew3qXGLmrrGXdSAXpY4wamTfPDUP7O6BrbKI7ixrIykSo61ZWcDQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/actor-sparql-serialize-table": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.15.0.tgz", + "integrity": "sha512-HMunch6vQBPOmSAxMal05gxdKqm2roVs7vtJYTs+ySh5E4U8G392SdX+iZhyUO7q+lUVMNn3Gvq1ZdztzQL78Q==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-sparql-serialize-tree": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.15.0.tgz", + "integrity": "sha512-LZKeVRJWwdqp8r+t5fZxe5Gs6Jx74DQiMaHuZsxWZxakXBteC2PrXkwO5vO4l+oLL4FMrdeeGmrmH2qovLBuPQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "sparqljson-to-tree": "^2.0.0" + } + }, + "@comunica/bus-context-preprocess": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.15.0.tgz", + "integrity": "sha512-qB+DQX2YiXjc/vJ84fE9nW6XXgMDbYIwgtjn5wmfvQWjr+9p0yVjk32IMU9kRa7ETp9OytY/pHebvVHDhuHBYw==" + }, + "@comunica/bus-http": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.15.0.tgz", + "integrity": "sha512-1TnBrKP4KtoQ9SYssOeVIbVtc0/j1vFxBHDVHov6OyDBUTRh+NqLWMBFKe7qzUDEUG5S/SkjyggX8ZDJ/a/xvg==", + "requires": { + "is-stream": "^2.0.0", + "web-streams-node": "^0.4.0" + } + }, + "@comunica/bus-http-invalidate": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.15.0.tgz", + "integrity": "sha512-RGURwbcUtD81ZYMMqs3EXB8ML35HENnGnrnrl0iO07R8HdJ/V5sczM8cxo5/+MXDpAqA9ao99AHJARwyHgoFmQ==" + }, + "@comunica/bus-init": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.15.0.tgz", + "integrity": "sha512-HwVTEznx2H7GvcfQAREz52QF8xXT1AqxkJDnI9vTeGvLpWrM+LVOAJZxBcYFFK3X3bEhTsPfDVzikziMGqZuZw==" + }, + "@comunica/bus-optimize-query-operation": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.15.0.tgz", + "integrity": "sha512-yfYskS+apbJKoo491LEcdCe778eG06rsbNTcVtjKSqobCGf0+z4gMLJBevzQ/IlLvS+jRBqj2tHAxecj79BAYw==", + "requires": { + "sparqlalgebrajs": "^2.2.2" + } + }, + "@comunica/bus-query-operation": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.15.0.tgz", + "integrity": "sha512-Bhj0fTl5nIP3EDZh/zhE65HLk3Qk7068BZB1wtV7KeGebOm1U00vsIpUdo9iYmo/gTqG/9k4j08H3iLrxWzrZQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "immutable": "^3.8.2" + } + }, + "@comunica/bus-rdf-dereference": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.15.0.tgz", + "integrity": "sha512-4vXq8e51zK1gkw5lxL2HkqYx/Wig215w8Bi3jguUTM/10EQW7KgebhRxeFU/EQOamFTMeS5anOu5BVfNps8rJQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-dereference-paged": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.15.0.tgz", + "integrity": "sha512-xejwEanK8yaI/ST1SDE2Tjs9f/PsS5SvtYIVEZuWew9Ey4UlxcW/Tsz4m5YA40DeYbXaXg7m40ZeWJxwiislrw==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-join": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.15.0.tgz", + "integrity": "sha512-3So/JNQUphU97ikGqnSEmrVsJMoDLOMJCEYMTzFSDvP4AGsDsGTt5ey1kHBOU2yH8V7IJ67ykpiNJFtfoPQXzg==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-metadata": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.15.0.tgz", + "integrity": "sha512-XhyMkScTBA0KUPTHtmO+kxAUyHhvuigiC6NzAoBZ9wm4y+r3aZ++mpBpAv/Fyma5GiT19EAW2pa8ew7CV9GR3A==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-metadata-extract": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.15.0.tgz", + "integrity": "sha512-uxLy3hvpWuLoopoG5clYb3imhQXHGHMKHXe97jfvXA0hjoWleNtD0KRfhs+45YCBXqfNC9PVypTb9eM6SVILNQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "graphql-ld": "^1.1.0", + "rdf-store-stream": "^1.0.1" + } + }, + "@comunica/bus-rdf-parse": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.15.0.tgz", + "integrity": "sha512-6cGGUBgorkJ6hr5U235qSrlK1m7rPpIM8W6o9kbRAw149AKap1XFF3OXpAYqat2eB4Cbs1J2PP9wg1/s/uOsww==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-parse-html": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-7F/kDrNf9X//IrO/CK4LpwM5f+mFHLa/wsPc2RubyhiFN3P3KWU6NWxjDJRT9yP85EmW4KknXWwF8AOTvbKF1A==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-rdf-resolve-hypermedia": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.15.0.tgz", + "integrity": "sha512-mnSsNMa2FS6x0b0K453J4c2+1UQoe2WX/p3UXfF7YocWFc7eL7JUsZO8+XZ1Pq8WaPpz+sUeaz+JtIYgVtqSGg==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + } + }, + "@comunica/bus-rdf-resolve-hypermedia-links": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.15.0.tgz", + "integrity": "sha512-AJD48ftgMdPj5x0hMTRkzNHeywsMqWnXOK7c6L2m3TlUyMtw5PWNYKd2CD1qyXE7xmSi2cKLKA5TKDkQqV7GCg==" + }, + "@comunica/bus-rdf-resolve-quad-pattern": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.15.0.tgz", + "integrity": "sha512-qdS72K5rmFq7cpIQPMu6xMYp777KrhRt1zkZTtd+lG+EQ05VDR8M+0Rs/Jz1b8VHqalDtB7eXc3vTv6PXJGSww==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + } + }, + "@comunica/bus-rdf-serialize": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.15.0.tgz", + "integrity": "sha512-c1uJF1LkJ96zscMCe+CB2fLbXhlJ0o8PPVRMm3Jk7/rc8WY5bUxSxf1SFbA/jkOZtcZy59wFHDvPf/NM74ADBg==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/bus-sparql-parse": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.15.0.tgz", + "integrity": "sha512-4aFz5qnnnPxezK/vtvltqqUlN0NhYNFEQwXYZf6Yi2dSS/Hs4cU4kYcldXxIXeBfRQkaoUtTCr0lCUg5uOyqIQ==" + }, + "@comunica/bus-sparql-serialize": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.15.0.tgz", + "integrity": "sha512-9y+ctzUmvyQdeVCrcgrftBYV7uN8lOeX8FC2lsOZSSO3PFObcKZQPIKdZY06GKE/LZEJT7MYF/OOH6KFyvTYvw==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0" + } + }, + "@comunica/core": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.15.0.tgz", + "integrity": "sha512-Mg/fpufyK4hVKX2vgP8oapu4ZpyugNRxyI/1AX7zlhSkYpE+ldK5YQaGG/sb+fq+s2sAtE1Ocd+thCgF4wv+8w==", + "requires": { + "immutable": "^3.8.2" + } + }, + "@comunica/data-factory": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/data-factory/-/data-factory-1.14.0.tgz", + "integrity": "sha512-zpTpglsFIHuklarPCFTG2nRRG+RD1biT9nscggltShKJRK2EAtpnMeABGS/QU6es5CC96ZdA94KlVmFxt51A+g==", + "requires": { + "@types/rdf-js": "^3.0.0" + } + }, + "@comunica/logger-pretty": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.15.0.tgz", + "integrity": "sha512-Ta0u/YHHgSvX9Au8JqzhgqmNiPLwFW2L1ZLnUR3V0J+uQDL2PEayWnw+xrDyVKgYJaffevJYHowjn4c4D5DxFA==" + }, + "@comunica/logger-void": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.15.0.tgz", + "integrity": "sha512-nU0bJ56hOAURnz4uDNbeldAJ88OduRQMtHEeKTSkR+ATArP/ShXFWLgKcxRnU9ELSsA7k9HlvAFpvag5+eNs8g==" + }, + "@comunica/mediator-all": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.15.0.tgz", + "integrity": "sha512-uALhqOxGIT/gBXWkIVE+PTITf5EIDNL2UD9GRffdgc1Qg74prWcMZ4+gYczBOMUhqZHE605QsXXO8NkT4xP14A==" + }, + "@comunica/mediator-combine-pipeline": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.15.0.tgz", + "integrity": "sha512-XYf+rOSF1Tj5JX8geHUt5O8BJmLqyRXXYZQe2nlwGoe66hshMKpzAu38m5uDpARrJ4dPxU0PrH34x1Wug77lpg==" + }, + "@comunica/mediator-combine-union": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.15.0.tgz", + "integrity": "sha512-TPzfXuKRVBEpjb+/S8v2C8uvgi8BTjtg1htL/qY/xI2fYqRcLZGl+D5MZEESmwpmm19cBfg87CbF+ROn6L3+IQ==" + }, + "@comunica/mediator-number": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.15.0.tgz", + "integrity": "sha512-d1jwHVN6rELFzEPb+CDqEjItAJ4/AqiP1Vp+Z/PBucLjM9EEonQMjQzqrkRV/Oy6cBXfSQDhXuSvftfl/zUCjg==" + }, + "@comunica/mediator-race": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.15.0.tgz", + "integrity": "sha512-MVESJnkgSoPaCkNNN8RDm0B06d0JNL4QOvRZFuFETY4/D+OwIpcEf0EGButQsDUlelAk5n/sFssLMqo2tw65SA==" + }, + "@comunica/runner": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.15.0.tgz", + "integrity": "sha512-gczcexLxctR0n1DKw1fmyGdAcgZHnCOfYE0Nt4kO5XHhMVM5/x4a+8U+olm92WMlBqSkh+Qs5pkEbD+jJ+Cj4A==", + "requires": { + "componentsjs": "^3.4.1" + } + }, + "@comunica/runner-cli": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.15.0.tgz", + "integrity": "sha512-n9IUFoENIeSwGTbk+zzmXft3RFml65CW6q2qFteflmcfC7AM2ucWhxu1EvZDAlDj9IZ7k5KRf0WyBEQWSJLabg==", + "requires": { + "@comunica/runner": "^1.15.0" + } + }, + "@comunica/utils-datasource": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.15.0.tgz", + "integrity": "sha512-KuCoTMQn46CpqWi1aCeC3qaPOCL1AE/OJkvmLwbGDjONOfLK1leCT5J/xc/zNonFMd4y5DQ0jz+aN3HcVTftig==", + "requires": { + "@comunica/bus-rdf-resolve-quad-pattern": "^1.15.0", + "arrayify-stream": "^1.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + } + }, + "@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "requires": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "dependencies": {} + }, + "@istanbuljs/schema": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz", + "integrity": "sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==" + }, + "@rdfjs/data-model": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@rdfjs/data-model/-/data-model-1.1.2.tgz", + "integrity": "sha512-pk/G/JLYGaXesoBLvEmoC/ic0H3B79fTyS0Ujjh5YQB2DZW+mn05ZowFFv88rjB9jf7c1XE5XSmf8jzn6U0HHA==", + "requires": { + "@types/rdf-js": "^2.0.1" + }, + "dependencies": {} + }, + "@types/chai": { + "version": "4.2.12", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.12.tgz", + "integrity": "sha512-aN5IAC8QNtSUdQzxu7lGBgYAOuU1tmRU4c9dIq5OKGf/SBVjXo+ffM2wEjudAWbgpOhy60nLoAGH1xm8fpCKFQ==" + }, + "@types/color-name": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", + "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" + }, + "@types/create-hash": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@types/create-hash/-/create-hash-1.2.2.tgz", + "integrity": "sha512-Fg8/kfMJObbETFU/Tn+Y0jieYewryLrbKwLCEIwPyklZZVY2qB+64KFjhplGSw+cseZosfFXctXO+PyIYD8iZQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/http-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/http-link-header/-/http-link-header-1.0.1.tgz", + "integrity": "sha512-5h+Pqs4EHoMkY/fLva7XsYmh9IVQghQ6uWWil1FGCNI0WqjhI4g20doYsbT4kJ/G3GkAlQca4AIc9OexdUnzkg==" + }, + "@types/isomorphic-fetch": { + "version": "0.0.35", + "resolved": "https://registry.npmjs.org/@types/isomorphic-fetch/-/isomorphic-fetch-0.0.35.tgz", + "integrity": "sha512-DaZNUvLDCAnCTjgwxgiL1eQdxIKEpNLOlTNtAgnZc50bG2copGhRrFN9/PxPBuJe+tZVLCbQ7ls0xveXVRPkvw==" + }, + "@types/lodash": { + "version": "4.14.159", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.159.tgz", + "integrity": "sha512-gF7A72f7WQN33DpqOWw9geApQPh4M3PxluMtaHxWHXEGSN12/WbcEk/eNSqWNQcQhF66VSZ06vCF94CrHwXJDg==" + }, + "@types/lru-cache": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.0.tgz", + "integrity": "sha512-RaE0B+14ToE4l6UqdarKPnXwVDuigfFv+5j9Dze/Nqr23yyuqdNvzcZi3xB+3Agvi5R4EOgAksfv3lXX4vBt9w==" + }, + "@types/minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=" + }, + "@types/mocha": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz", + "integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==" + }, + "@types/n3": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.4.3.tgz", + "integrity": "sha512-NJ6GKZDE/6Q9iF9Zg+c89WHLK6VXIyVPfvPw6Z8/17ssk1Vx944XcAn0ZmPlRnvUXlGCg63NmMGzB20X46cs4A==", + "requires": { + "@types/node": "*", + "@types/rdf-js": "*" + } + }, + "@types/node": { + "version": "13.13.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.15.tgz", + "integrity": "sha512-kwbcs0jySLxzLsa2nWUAGOd/s21WU1jebrEdtzhsj1D4Yps1EOuyI1Qcu+FD56dL7NRNIJtDDjcqIG22NwkgLw==" + }, + "@types/parse-link-header": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-link-header/-/parse-link-header-1.0.0.tgz", + "integrity": "sha512-fCA3btjE7QFeRLfcD0Sjg+6/CnmC66HpMBoRfRzd2raTaWMJV21CCZ0LO8MOqf8onl5n0EPfjq4zDhbyX8SVwA==" + }, + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/sparqljs": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/sparqljs/-/sparqljs-3.0.1.tgz", + "integrity": "sha512-2SGl+Q4Gq0Rh/y0ZT6iBvQDDlws3NiPKfkMaEnGDWHvwNonlSZt03jm7HJ7C9I+huwBQ5l5SOYpeJsrh0nOJew==", + "requires": { + "@types/rdf-js": "*" + } + }, + "@types/uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@types/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha512-1D8mJEeQEXynoPQKJkneIK+tXaM2Qnk6c80RBQPV/O2ToypI4mlqXy5jojnYKjTX2Q+EMNMOWt0wNdLbb2MUpA==" + }, + "@types/uuid": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.4.tgz", + "integrity": "sha512-WGZCqBZZ0mXN2RxvLHL6/7RCu+OWs28jgQMP04LWfpyJlQUMTR6YU9CNJAKDgbw+EV/u687INXuLUc7FuML/4g==" + }, + "@types/xml": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/xml/-/xml-1.0.5.tgz", + "integrity": "sha512-h3PVM7waRi2UeoaY2BhpLGvettU/3vfCbsjXMV/9Ex5WjvIy82J8Qfp1xiPxM4kTSOLdFFpjRwQ7YY7XJeKBvg==", + "requires": { + "@types/node": "*" + } + }, + "JSONStream": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", + "requires": { + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" + } + }, + "aggregate-error": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz", + "integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==", + "requires": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + } + }, + "ajv": { + "version": "6.12.3", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.3.tgz", + "integrity": "sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "amf-shacl-node": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/amf-shacl-node/-/amf-shacl-node-2.0.0.tgz", + "integrity": "sha512-38GcUBN7VFzpJHDWeEKZ5bcosGA1/Ur6egUrno+Uprgf/8aXeX0LumkG64sExQPrFQ649Ku3wfgWe+le4bUNVw==", + "requires": { + "@comunica/actor-init-sparql-rdfjs": "^1.10.0", + "jsonld-streaming-serializer": "^1.1.0", + "lru-cache": "^6.0.0", + "n3": "^1.3.5" + } + }, + "ansi-colors": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", + "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==" + }, + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "append-transform": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz", + "integrity": "sha512-7yeyCEurROLQJFv5Xj4lEGTy0borxepjFv1g22oAdqFu//SrAlDl1O1Nxx15SH1RoliUml6p8dwJW9jvZughhg==", + "requires": { + "default-require-extensions": "^3.0.0" + } + }, + "archy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", + "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=" + }, + "arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "arrayify-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/arrayify-stream/-/arrayify-stream-1.0.0.tgz", + "integrity": "sha512-RP80ep76Lbew2wWN5ogrl2NluTnBVYYh2K3NNCcWfcmmUB7nBcNBctiJeEZAixp3I1vQ9H88iHZ9MbHSdkuupQ==" + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" + }, + "assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" + }, + "asynciterator": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.0.1.tgz", + "integrity": "sha512-i63IZ/CLbSwT+9+jezA8BFnMmmOylNN+2/yNqMSr37IdzjPLnYMfEvTOFt46hDA+san7k9CZN6gEzCgCTTfAWA==" + }, + "asyncjoin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/asyncjoin/-/asyncjoin-1.0.1.tgz", + "integrity": "sha512-FjqqH7H9YUbE51U6xX4hQfzIAbyEKSZLdhdQNvl0kQ2vZvgiYgW1o1Vl4LJIU+3fu7ld3Tdcq72G5/h6OALsBw==", + "requires": { + "asynciterator": "^3.0.0" + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "asyncreiterable": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/asyncreiterable/-/asyncreiterable-2.0.0.tgz", + "integrity": "sha512-Pq9wUkHrXshCxXWy4/O7krS9qGCgHxoDWajWJja/7f5KoZTcO5Xww25NSMTek+jL3CZ4GrHYvOHx5bmrR4nU3w==", + "requires": { + "asynciterator": "^3.0.0" + } + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + }, + "aws4": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz", + "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==" + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "binary-extensions": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz", + "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==" + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "browser-stdout": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", + "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==" + }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" + }, + "caching-transform": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-4.0.0.tgz", + "integrity": "sha512-kpqOvwXnjjN44D89K5ccQC+RUrsy7jB/XLlRrx0D7/2HNcTPqzsb6XgYoErwko6QsV184CA2YgS1fxDiiDZMWA==", + "requires": { + "hasha": "^5.0.0", + "make-dir": "^3.0.0", + "package-hash": "^4.0.0", + "write-file-atomic": "^3.0.0" + } + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "canonicalize": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/canonicalize/-/canonicalize-1.0.1.tgz", + "integrity": "sha512-N3cmB3QLhS5TJ5smKFf1w42rJXWe6C1qP01z4dxJiI5v269buii4fLHWETDyf7yEd0azGLNC63VxNMiPd2u0Cg==" + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "chai": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz", + "integrity": "sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==", + "requires": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.2", + "deep-eql": "^3.0.1", + "get-func-name": "^2.0.0", + "pathval": "^1.1.0", + "type-detect": "^4.0.5" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": {} + }, + "check-error": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", + "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=" + }, + "chokidar": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.0.tgz", + "integrity": "sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==", + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.1", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.2.0" + } + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + }, + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + }, + "dependencies": {} + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" + }, + "componentsjs": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.1.tgz", + "integrity": "sha512-cFeGNlXYj8bS0o1TNrcYtR6fWZ7Q9kjfn1LPjxe/kKDJHW+VREiY6xsjpCB/yPKpnfOp4euIJB+SWgaXs0YiDg==", + "requires": { + "@types/lodash": "^4.14.56", + "@types/minimist": "^1.2.0", + "@types/n3": "0.0.3", + "@types/node": "8.10.21", + "global-modules": "^1.0.0", + "jsonld": "^0.4.11", + "lodash": "^4.17.4", + "minimist": "^1.2.0", + "n3": "^0.9.1", + "requireg": "^0.1.7" + }, + "dependencies": {} + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "cross-fetch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", + "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", + "requires": { + "node-fetch": "2.6.0" + } + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "dependencies": {} + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" + }, + "decimal.js": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.0.tgz", + "integrity": "sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw==" + }, + "deep-eql": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", + "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", + "requires": { + "type-detect": "^4.0.0" + } + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" + }, + "default-require-extensions": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-3.0.0.tgz", + "integrity": "sha512-ek6DpXq/SCpvjhpFsLFRVtIxJCRw6fUR42lYMVZuUMK7n8eMz4Uh5clckdBjEpLhn/gEBZo7hDJnJcwdKLKQjg==", + "requires": { + "strip-bom": "^4.0.0" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "requires": { + "object-keys": "^1.0.12" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "diff": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==" + }, + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + } + }, + "domelementtype": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz", + "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==" + }, + "domhandler": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.0.0.tgz", + "integrity": "sha512-eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw==", + "requires": { + "domelementtype": "^2.0.1" + } + }, + "domutils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.1.0.tgz", + "integrity": "sha512-CD9M0Dm1iaHfQ1R/TI+z3/JWp/pgub0j4jIQKH89ARR4ATAV2nbaOQS5XxU9maJP5jHaPdDDQSEHuE2UmpUTKg==", + "requires": { + "dom-serializer": "^0.2.1", + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0" + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "requires": { + "iconv-lite": "^0.6.2" + } + }, + "entities": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", + "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" + }, + "es-abstract": { + "version": "1.17.6", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz", + "integrity": "sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==", + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.0", + "is-regex": "^1.1.0", + "object-inspect": "^1.7.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.0", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "es6-error": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", + "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==" + }, + "es6-promise": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz", + "integrity": "sha1-lu258v2wGZWCKyY92KratnSBgbw=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", + "requires": { + "homedir-polyfill": "^1.0.1" + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "fetch-sparql-endpoint": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/fetch-sparql-endpoint/-/fetch-sparql-endpoint-1.6.2.tgz", + "integrity": "sha512-d0nTwXc6BBnQdrmx7+Bk6pLJ5MLzJtYJRNq4YSpL4Bym8hd12RaBUL7OkcxtuFaMY9gG2Mw0JVNMZeF3bjVSBg==", + "requires": { + "is-stream": "^2.0.0", + "isomorphic-fetch": "^2.2.1", + "minimist": "^1.2.0", + "n3": "^1.0.0", + "rdf-string": "^1.3.1", + "sparqljs": "^3.0.0", + "sparqljson-parse": "^1.5.0", + "sparqlxml-parse": "^1.2.0", + "stream-to-string": "^1.1.0", + "web-streams-node": "^0.4.0" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "find-cache-dir": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", + "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "flat": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz", + "integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==", + "requires": { + "is-buffer": "~2.0.3" + } + }, + "follow-redirects": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", + "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" + }, + "foreground-child": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", + "integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==", + "requires": { + "cross-spawn": "^7.0.0", + "signal-exit": "^3.0.2" + } + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "fromentries": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.2.1.tgz", + "integrity": "sha512-Xu2Qh8yqYuDhQGOhD5iJGninErSfI9A3FrriD3tjUgV5VbJFeH8vfgZ9HnC6jWN80QDVNQK5vmxRAmEAp7Mevw==" + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "fsevents": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", + "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "gensync": { + "version": "1.0.0-beta.1", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz", + "integrity": "sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==" + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "get-func-name": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", + "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=" + }, + "get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "requires": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + } + }, + "global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", + "requires": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + }, + "graceful-fs": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", + "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" + }, + "graphql": { + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", + "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==" + }, + "graphql-ld": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/graphql-ld/-/graphql-ld-1.1.0.tgz", + "integrity": "sha512-nYfXYhpJMuWLTJ1q4fu64Y59OYVR2xQCJcPMEgzYEDEArUIyyEOi8l+VeL/ttBZVg47RICiiC3e26qRYwBR+kQ==", + "requires": { + "@types/rdf-js": "^2.0.11", + "graphql-to-sparql": "^2.1.0", + "jsonld-context-parser": "^2.0.0", + "sparqlalgebrajs": "^2.2.1", + "sparqljson-to-tree": "^2.0.0" + }, + "dependencies": {} + }, + "graphql-to-sparql": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/graphql-to-sparql/-/graphql-to-sparql-2.1.1.tgz", + "integrity": "sha512-o+bnwrL4ugil/A4a+x/C8Yae+irxm3xLQGXWrjc5p9K2KEiforY4bU8Ed6Q/wasFjeublCp2v0xEFDnUxyY40g==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "graphql": "^15.0.0", + "jsonld-context-parser": "^2.0.0", + "minimist": "^1.2.0", + "sparqlalgebrajs": "^2.0.0" + } + }, + "growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==" + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + }, + "har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "requires": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" + }, + "hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "requires": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": {} + }, + "hasha": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/hasha/-/hasha-5.2.0.tgz", + "integrity": "sha512-2W+jKdQbAdSIrggA8Q35Br8qKadTrqCTC8+XZvBWepKDK6m9XkX6Iz1a2yh2KP01kzAR/dpuMeUnocoLYDcskw==", + "requires": { + "is-stream": "^2.0.0", + "type-fest": "^0.8.0" + } + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + }, + "homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "requires": { + "parse-passwd": "^1.0.0" + } + }, + "html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + }, + "htmlparser2": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", + "integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "domutils": "^2.0.0", + "entities": "^2.0.0" + } + }, + "http-link-header": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.0.2.tgz", + "integrity": "sha512-z6YOZ8ZEnejkcCWlGZzYXNa6i+ZaTfiTg3WhlV/YvnNya3W/RbX1bMVUMTuCrg/DrtTCQxaFCkXCz4FtLpcebg==" + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "iconv-lite": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", + "integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + }, + "immutable": { + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", + "integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=" + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" + }, + "indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-buffer": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", + "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==" + }, + "is-callable": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz", + "integrity": "sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==" + }, + "is-date-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "is-regex": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", + "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + }, + "is-symbol": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", + "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "isomorphic-fetch": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", + "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", + "requires": { + "node-fetch": "^1.0.1", + "whatwg-fetch": ">=0.10.0" + }, + "dependencies": {} + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, + "istanbul-lib-coverage": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", + "integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==" + }, + "istanbul-lib-hook": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-3.0.0.tgz", + "integrity": "sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ==", + "requires": { + "append-transform": "^2.0.0" + } + }, + "istanbul-lib-instrument": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz", + "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", + "requires": { + "@babel/core": "^7.7.5", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.0.0", + "semver": "^6.3.0" + }, + "dependencies": {} + }, + "istanbul-lib-processinfo": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz", + "integrity": "sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw==", + "requires": { + "archy": "^1.0.0", + "cross-spawn": "^7.0.0", + "istanbul-lib-coverage": "^3.0.0-alpha.1", + "make-dir": "^3.0.0", + "p-map": "^3.0.0", + "rimraf": "^3.0.0", + "uuid": "^3.3.3" + }, + "dependencies": {} + }, + "istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "requires": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" + }, + "dependencies": {} + }, + "istanbul-lib-source-maps": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz", + "integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==", + "requires": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "dependencies": {} + }, + "istanbul-reports": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz", + "integrity": "sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==", + "requires": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "json5": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", + "requires": { + "minimist": "^1.2.5" + } + }, + "jsonld": { + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", + "integrity": "sha1-oC8gXVNBQU3xtthBTxuWenEgc+g=", + "requires": { + "es6-promise": "^2.0.0", + "pkginfo": "~0.4.0", + "request": "^2.61.0", + "xmldom": "0.1.19" + } + }, + "jsonld-context-parser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.0.2.tgz", + "integrity": "sha512-IjQi26E+5ESS85MkcLsYo9gV93oJSOvQ/deHxKspaeHOmRiPyRRaGAk86DjuQc6c0hdp3OKGvDDsy3wi8znsqg==", + "requires": { + "@types/http-link-header": "^1.0.1", + "@types/isomorphic-fetch": "^0.0.35", + "@types/node": "^13.1.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "isomorphic-fetch": "^2.2.1", + "relative-to-absolute-iri": "^1.0.5" + } + }, + "jsonld-streaming-parser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-2.0.2.tgz", + "integrity": "sha512-h4cK+PQMvOHd+UqgAFpKBmt5LWYoQMQLu9PP7YsRP7rnSJbU/EfJFcJFG6/sdtZslQ6dlNwOvfHbjQ9clzZPzg==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "@types/http-link-header": "^1.0.1", + "@types/rdf-js": "^3.0.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "jsonld-context-parser": "^2.0.1", + "jsonparse": "^1.3.1" + } + }, + "jsonld-streaming-serializer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsonld-streaming-serializer/-/jsonld-streaming-serializer-1.1.0.tgz", + "integrity": "sha512-C+cs913C3XDScZIqUL8fg5crHQtPTQSZstzvFmhA9/r0QBCRw88BR4TYHvLNhJhzB45GOpoF5/Fx4I4xfKGpOQ==", + "requires": { + "@types/rdf-js": "^2.0.1", + "jsonld-context-parser": "^2.0.0" + }, + "dependencies": {} + }, + "jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=" + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "lodash": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + }, + "lodash.flattendeep": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", + "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=" + }, + "lodash.uniqwith": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz", + "integrity": "sha1-egy/ZfQ7WShiWp1NDcVLGMrcfvM=" + }, + "log-symbols": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", + "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "requires": { + "chalk": "^2.4.2" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "requires": { + "semver": "^6.0.0" + }, + "dependencies": {} + }, + "make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" + }, + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "mime-db": { + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", + "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" + }, + "mime-types": { + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", + "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", + "requires": { + "mime-db": "1.44.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "requires": { + "minimist": "^1.2.5" + } + }, + "mocha": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.2.0.tgz", + "integrity": "sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==", + "requires": { + "ansi-colors": "3.2.3", + "browser-stdout": "1.3.1", + "chokidar": "3.3.0", + "debug": "3.2.6", + "diff": "3.5.0", + "escape-string-regexp": "1.0.5", + "find-up": "3.0.0", + "glob": "7.1.3", + "growl": "1.10.5", + "he": "1.2.0", + "js-yaml": "3.13.1", + "log-symbols": "3.0.0", + "minimatch": "3.0.4", + "mkdirp": "0.5.5", + "ms": "2.1.1", + "node-environment-flags": "1.0.6", + "object.assign": "4.1.0", + "strip-json-comments": "2.0.1", + "supports-color": "6.0.0", + "which": "1.3.1", + "wide-align": "1.1.3", + "yargs": "13.3.2", + "yargs-parser": "13.1.2", + "yargs-unparser": "1.6.0" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + }, + "n3": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.6.2.tgz", + "integrity": "sha512-9R45WRNxNPblKLbXGwR9IvtaVvdr80vRxME79fhWnqBzHb2GcP6lS77Mvf8Fx6Wpfn8PpBTdggceWsSMDGY/SA==", + "requires": { + "queue-microtask": "^1.1.2", + "readable-stream": "^3.6.0" + } + }, + "negotiate": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/negotiate/-/negotiate-1.0.1.tgz", + "integrity": "sha1-NayLVnL3sF+qEL8CYTQusRIDcP0=" + }, + "nested-error-stacks": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz", + "integrity": "sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==" + }, + "node-environment-flags": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", + "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", + "requires": { + "object.getownpropertydescriptors": "^2.0.3", + "semver": "^5.7.0" + } + }, + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + }, + "node-preload": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz", + "integrity": "sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ==", + "requires": { + "process-on-spawn": "^1.0.0" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "nyc": { + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz", + "integrity": "sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==", + "requires": { + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "caching-transform": "^4.0.0", + "convert-source-map": "^1.7.0", + "decamelize": "^1.2.0", + "find-cache-dir": "^3.2.0", + "find-up": "^4.1.0", + "foreground-child": "^2.0.0", + "get-package-type": "^0.1.0", + "glob": "^7.1.6", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-hook": "^3.0.0", + "istanbul-lib-instrument": "^4.0.0", + "istanbul-lib-processinfo": "^2.0.2", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.0.2", + "make-dir": "^3.0.0", + "node-preload": "^0.2.1", + "p-map": "^3.0.0", + "process-on-spawn": "^1.0.0", + "resolve-from": "^5.0.0", + "rimraf": "^3.0.0", + "signal-exit": "^3.0.2", + "spawn-wrap": "^2.0.0", + "test-exclude": "^6.0.0", + "yargs": "^15.0.2" + }, + "dependencies": {} + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" + }, + "object-inspect": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", + "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + }, + "object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "requires": { + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" + } + }, + "object.getownpropertydescriptors": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", + "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-map": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", + "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", + "requires": { + "aggregate-error": "^3.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "package-hash": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/package-hash/-/package-hash-4.0.0.tgz", + "integrity": "sha512-whdkPIooSu/bASggZ96BWVvZTRMOFxnyUG5PnTSGKoJE2gd5mbVNmR2Nj20QFzxYYgAXpoqC+AiXzl+UMRh7zQ==", + "requires": { + "graceful-fs": "^4.1.15", + "hasha": "^5.0.0", + "lodash.flattendeep": "^4.4.0", + "release-zalgo": "^1.0.0" + } + }, + "parse-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-link-header/-/parse-link-header-1.0.1.tgz", + "integrity": "sha1-vt/g0hGK64S+deewJUGeyKYRQKc=", + "requires": { + "xtend": "~4.0.1" + } + }, + "parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=" + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" + }, + "pathval": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz", + "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=" + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "requires": { + "find-up": "^4.0.0" + }, + "dependencies": {} + }, + "pkginfo": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.4.1.tgz", + "integrity": "sha1-tUGO8EOd5UJfxJlQQtztFPsqhP8=" + }, + "process-on-spawn": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/process-on-spawn/-/process-on-spawn-1.0.0.tgz", + "integrity": "sha512-1WsPDsUSMmZH5LeMLegqkPDrsGgsWwk1Exipy2hvB0o/F0ASzbpIctSCcZIK1ykJvtTJULEH+20WOFjMvGnCTg==", + "requires": { + "fromentries": "^1.2.0" + } + }, + "promise-polyfill": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-1.1.6.tgz", + "integrity": "sha1-zQTv9G9clcOn0EVZHXm14+AfEtc=" + }, + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + }, + "queue-microtask": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.1.4.tgz", + "integrity": "sha512-eY/4Obve9cE5FK8YvC1cJsm5cr7XvAurul8UtBDJ2PR1p5NmAwHtvAt5ftcLtwYRCUKNhxCneZZlxmUDFoSeKA==" + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + } + }, + "rdf-literal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.1.1.tgz", + "integrity": "sha512-zYelIUgvwifeq2aFfTYlv+SoxZbSjdKw+I4ulZ5ECil8FTh2+ufHiR9P7T61KnVyo8BqBhyeHBR4UvA++PWozA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0" + } + }, + "rdf-quad": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.4.0.tgz", + "integrity": "sha512-xChDvhK2zb4/aCg8P668CWTn4TEhscefg/E1s+Qu61sZ/hKct/WQn0wuHim8H+MFrzZ7fFN7Gh7aamPgm/QSwA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "rdf-literal": "^1.0.0", + "rdf-string": "^1.3.1" + } + }, + "rdf-store-stream": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rdf-store-stream/-/rdf-store-stream-1.0.1.tgz", + "integrity": "sha512-/aMMY3UeC1ONxnDoPgpeaZPT7coqeYRFQ1U30nuJ66f6OMDBag/iYtgu871hqobgKDZEmxg9Ut3USsZzvEry0Q==", + "requires": { + "@types/rdf-js": "^3.0.2", + "n3": "^1.1.1" + } + }, + "rdf-string": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.4.2.tgz", + "integrity": "sha512-74yYjS0W4N3nYDGbXBZrNsqDmhBTjqChTETO9heC2G2M3iMYaIPtEfUikNsBWUj4+4bIKyqL7vAntWBTfJpFFA==", + "requires": { + "@rdfjs/data-model": "^1.1.1" + } + }, + "rdf-terms": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/rdf-terms/-/rdf-terms-1.5.1.tgz", + "integrity": "sha512-dDhpUYxTAOWKT3Ln93A5k5UB5SftG8bPAzeZEjGeP4e7eboMhITUTDks8HDmUt9X1P+HpfnY/o6VSTSpf3Advw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "lodash.uniqwith": "^4.5.0" + } + }, + "rdfa-streaming-parser": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/rdfa-streaming-parser/-/rdfa-streaming-parser-1.2.2.tgz", + "integrity": "sha512-OKNyZworn+wuHd9DsskyiBor85nQPAMzSR/xm6np1Pe09edj3yRGJQLsY62Ww1ELjZbdEFXougIShhR9VwU83A==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "htmlparser2": "^4.0.0", + "relative-to-absolute-iri": "^1.0.2" + } + }, + "rdfxml-streaming-parser": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/rdfxml-streaming-parser/-/rdfxml-streaming-parser-1.3.6.tgz", + "integrity": "sha512-t9uqmCiPjmMFMXQ3Va2rc4ePElhze63EUmXVLA05s40NQEvphj8I8Kl1qODBwHnxocdoc1yVQRsC6hVJAPHvPQ==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "relative-to-absolute-iri": "^1.0.0", + "sax": "^1.2.4" + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readable-stream-node-to-web": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/readable-stream-node-to-web/-/readable-stream-node-to-web-1.0.1.tgz", + "integrity": "sha1-i3YU+qFGXr+g2pucpjA/onBzt88=" + }, + "readdirp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.2.0.tgz", + "integrity": "sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==", + "requires": { + "picomatch": "^2.0.4" + } + }, + "relative-to-absolute-iri": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/relative-to-absolute-iri/-/relative-to-absolute-iri-1.0.6.tgz", + "integrity": "sha512-Xw5/Zx6iWSCMJUXwXVOjySjH8Xli4hVFL9QQFvkl1qEmFBG94J+QUI9emnoctOCD3285f1jNV+QWV9eDYwIdfQ==" + }, + "release-zalgo": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz", + "integrity": "sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA=", + "requires": { + "es6-error": "^4.0.1" + } + }, + "request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "dependencies": {} + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "requireg": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/requireg/-/requireg-0.1.8.tgz", + "integrity": "sha512-qjbwnviLXg4oZiAFEr1ExbevkUPaEiP1uPGSoFCVgCCcbo4PXv9SmiJpXNYmgTBCZ8fY1Jy+sk7F9/kPNepeDw==", + "requires": { + "nested-error-stacks": "~2.0.1", + "rc": "~1.2.7", + "resolve": "~1.7.1" + }, + "dependencies": {} + }, + "resolve": { + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", + "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", + "requires": { + "path-parse": "^1.0.6" + } + }, + "resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", + "requires": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + } + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "requires": { + "glob": "^7.1.3" + } + }, + "ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "sax-stream": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax-stream/-/sax-stream-1.3.0.tgz", + "integrity": "sha512-tcfsAAICAkyNNe4uiKtKmLKxx3C7qPAej13UUoN+7OLYq/P5kHGahZtJhhMVM3fIMndA6TlYHWFlFEzFkv1VGg==", + "requires": { + "debug": "~2", + "sax": "~1" + }, + "dependencies": {} + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, + "source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": {} + }, + "sparqlalgebrajs": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.3.1.tgz", + "integrity": "sha512-zJ9EEX2BtHjdiSQoWP7fKt2IqD4zi24n3CQtRGOIzh8Hyj2JFMtje68CweaIJgQLN5kNYpNx/VT2F6nxpeIRJg==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "fast-deep-equal": "^3.1.1", + "minimist": "^1.2.5", + "rdf-string": "^1.3.1", + "sparqljs": "^3.0.1" + } + }, + "sparqlee": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.4.2.tgz", + "integrity": "sha512-6lE4u0i3CCLjOUA/E8SC2fV7L/e7By4QVG+mtreYGpPoh15iFZLPMeH9+54X2tA7doLr8LmV40u66BQ1rpzkKA==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "@types/create-hash": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "@types/uuid": "^8.0.0", + "create-hash": "^1.2.0", + "decimal.js": "^10.2.0", + "immutable": "^3.8.2", + "rdf-string": "^1.1.1", + "sparqlalgebrajs": "^2.1.0", + "uri-js": "^4.2.2", + "uuid": "^8.0.0" + }, + "dependencies": {} + }, + "sparqljs": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.0.3.tgz", + "integrity": "sha512-/hy2ihyn6YaYdLqnfdG8En6n8/NJVfRGI//AWPh6Anbfxfz89vv9ATEa8taE+SpOBuh6pSYEhIYKPkVRkXNBNg==", + "requires": { + "n3": "^1.5.0" + } + }, + "sparqljson-parse": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/sparqljson-parse/-/sparqljson-parse-1.5.2.tgz", + "integrity": "sha512-VnYzLsiha3Byb7iKr4qbwsztF7cjZFDEnJg2Z2fSbVlUOa4Pwk4cHem6SnFDBWRrOtu/N98v9/JMVRi6bQYqew==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^13.1.0", + "@types/rdf-js": "^3.0.0", + "JSONStream": "^1.3.3" + } + }, + "sparqljson-to-tree": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/sparqljson-to-tree/-/sparqljson-to-tree-2.0.0.tgz", + "integrity": "sha512-+2R6RtLYm5A3zA/SzIU/6RCp8lM2KQfJpos53BmkgRnHHHvP/ZVtMMnqY9IsV3msMLSCa/D/rS51ND8nCPwRoQ==", + "requires": { + "rdf-literal": "^1.0.0", + "sparqljson-parse": "^1.5.0" + } + }, + "sparqlxml-parse": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.2.2.tgz", + "integrity": "sha512-xFN+S97DRI9jrlFsOntB8rmtEAJeTUAyRCquibiLCbE+z63iw1tFdM9NhrphrPey1+EH75vh9AjycXwDD6nEIw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^10.12.18", + "@types/rdf-js": "^2.0.2", + "sax-stream": "^1.2.3" + }, + "dependencies": {} + }, + "spawn-wrap": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-2.0.0.tgz", + "integrity": "sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==", + "requires": { + "foreground-child": "^2.0.0", + "is-windows": "^1.0.2", + "make-dir": "^3.0.0", + "rimraf": "^3.0.0", + "signal-exit": "^3.0.2", + "which": "^2.0.1" + }, + "dependencies": {} + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "stream-to-string": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/stream-to-string/-/stream-to-string-1.2.0.tgz", + "integrity": "sha512-8drZlFIKBHSMdX9GCWv8V9AAWnQcTqw0iAI6/GC7UJ0H0SwKeFKjOoZfGY1tOU00GGU7FYZQoJ/ZCUEoXhD7yQ==", + "requires": { + "promise-polyfill": "^1.1.6" + } + }, + "streamify-string": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/streamify-string/-/streamify-string-1.0.1.tgz", + "integrity": "sha1-niIN4z4cR13TDgIG9bGBXMbJUls=" + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "string.prototype.trimend": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", + "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "string.prototype.trimstart": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", + "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "requires": { + "safe-buffer": "~5.2.0" + }, + "dependencies": {} + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" + }, + "supports-color": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz", + "integrity": "sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "requires": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "dependencies": {} + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + }, + "ts-node": { + "version": "8.10.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", + "integrity": "sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==", + "requires": { + "arg": "^4.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "source-map-support": "^0.5.17", + "yn": "3.1.1" + }, + "dependencies": {} + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" + }, + "type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + }, + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + }, + "typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "requires": { + "is-typedarray": "^1.0.0" + } + }, + "typescript": { + "version": "3.9.7", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==" + }, + "uri-js": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "requires": { + "punycode": "^2.1.0" + } + }, + "uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha1-BdCoU/+8iw9Jqj1NKtd3sNHuBww=" + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "uuid": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", + "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "web-streams-node": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/web-streams-node/-/web-streams-node-0.4.0.tgz", + "integrity": "sha512-u+PBQs8DFaBrN/bxCLFn21tO/ZP7EM3qA4FGzppoUCcZ5CaMbKOsN8uOp27ylVEsfrxcR2tsF6gWHI5M8bN73w==", + "requires": { + "is-stream": "^1.1.0", + "readable-stream-node-to-web": "^1.0.1", + "web-streams-ponyfill": "^1.4.1" + }, + "dependencies": {} + }, + "web-streams-ponyfill": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/web-streams-ponyfill/-/web-streams-ponyfill-1.4.2.tgz", + "integrity": "sha512-LCHW+fE2UBJ2vjhqJujqmoxh1ytEDEr0dPO3CabMdMDJPKmsaxzS90V1Ar6LtNE5VHLqxR4YMEj1i4lzMAccIA==" + }, + "whatwg-fetch": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.4.0.tgz", + "integrity": "sha512-rsum2ulz2iuZH08mJkT0Yi6JnKhwdw4oeyMjokgxd+mmqYSd9cPpOQf01TIWgjxG/U4+QR+AwKq6lSbXVxkyoQ==" + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "requires": { + "isexe": "^2.0.0" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "requires": { + "string-width": "^1.0.2 || 2" + } + }, + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "dependencies": {} + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "requires": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "xml": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=" + }, + "xmldom": { + "version": "0.1.19", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz", + "integrity": "sha1-Yx/Ad3bv2EEYvyUXGzftTQdaCrw=" + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + }, + "y18n": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", + "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "yargs": { + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", + "requires": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.2" + }, + "dependencies": {} + }, + "yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + }, + "yargs-unparser": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.6.0.tgz", + "integrity": "sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==", + "requires": { + "flat": "^4.1.0", + "lodash": "^4.17.15", + "yargs": "^13.3.0" + } + }, + "yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" + } + } + }, + "@api-modeling/metadata-store": { + "version": "0.1.16", + "resolved": "https://registry.npmjs.org/@api-modeling/metadata-store/-/metadata-store-0.1.16.tgz", + "integrity": "sha512-3sjMNmwlmxUkb71hun7/6aW6mm8NdwJNFqFK8s7+gu2RyTqPpm4gZO8E7gKLyi2etSRQiX1blMeGjPjJONMjLg==", + "requires": { + "@comunica/actor-init-sparql-rdfjs": "^1.13.1", + "@types/jsonld": "^1.5.1", + "amf-client-js": "^4.1.1", + "jquery": "^3.5.1", + "jsonld": "^3.0.1", + "n3": "^1.3.5", + "source-map-support": "^0.5.19", + "uuid": "^7.0.3" + } + }, + "@api-modeling/modeling-amf-mixin": { + "version": "0.3.22", + "resolved": "https://registry.npmjs.org/@api-modeling/modeling-amf-mixin/-/modeling-amf-mixin-0.3.22.tgz", + "integrity": "sha512-9jBDJprpTnYwDO6ZFYUlCQQiLJSJi1CzzDttDuclIN3Snslh9wIRSUd//it6gscJdnK1dY/yquf6eniHx56vlA==", + "requires": { + "@advanced-rest-client/uuid-generator": "^3.1.0", + "@open-wc/dedupe-mixin": "^1.3.0" + } + }, + "@api-modeling/modeling-demo-helpers": { + "version": "0.1.9", + "resolved": "https://registry.npmjs.org/@api-modeling/modeling-demo-helpers/-/modeling-demo-helpers-0.1.9.tgz", + "integrity": "sha512-LFps7HdJwFH3uhoug7qWqBKCqbGLDxXkwMEc+hcdhRqRIYIBmqt2MZVV8HlC19l525UGQDf82zLLDXbSEwVV/Q==", + "requires": { + "@api-modeling/modeling-amf-mixin": "^0.3.22", + "@api-modeling/modeling-events": "^0.2.22", + "@api-modeling/modeling-front-store": "^0.2.20" + } + }, + "@api-modeling/modeling-events": { + "version": "0.2.22", + "resolved": "https://registry.npmjs.org/@api-modeling/modeling-events/-/modeling-events-0.2.22.tgz", + "integrity": "sha512-Ox/WJ5dGppV6yYxm6rX4uHzfkOdJ5adBYkRbqh42E/IvtqXWWY2a+lL/dhqzRD/Sx36W4CAbUlP7GwAo9ZIF+g==", + "requires": { + "@api-modeling/modeling-amf-mixin": "^0.3.22" + } + }, + "@api-modeling/modeling-front-store": { + "version": "0.2.21", + "resolved": "https://registry.npmjs.org/@api-modeling/modeling-front-store/-/modeling-front-store-0.2.21.tgz", + "integrity": "sha512-7Hmhz8rlR6s1od/JjRF1U6yw4us0pjLUtI5S6tJO3GSdCHHiIAsLZCs6mXd6Ee14qDilTSlOfQRD74Gg30wXUQ==", + "requires": { + "@advanced-rest-client/events-target-mixin": "^3.2.3", + "@advanced-rest-client/uuid-generator": "^3.1.0", + "@api-modeling/modeling-amf-mixin": "^0.3.22", + "@api-modeling/modeling-events": "^0.2.22" + } + }, + "@comunica/actor-abstract-bindings-hash": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.16.0.tgz", + "integrity": "sha512-W7oU8J0n6wC8R8EQ7UEvdmaJXf/Z3gEVCw9H+WXJSTEg1B77nrHuQs1lJreteKCIJEhC7BQYLtrfKE5N92edKw==", + "requires": { + "canonicalize": "^1.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-abstract-mediatyped": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.15.0.tgz", + "integrity": "sha512-rB0DnIuiZKGqAd6JmcXdajmgDPWzffqCqLyAp2A967NRN1NlPbPnfwkCJBHVehdcyT69dAaEkHoHDZpbwOVjHg==" + }, + "@comunica/actor-abstract-path": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.16.0.tgz", + "integrity": "sha512-a53X/a9DTl6rYNbBGXCmUY9crusU6ySAiRZY3usiPWzqHeiZonM5+eRKzYm8vazxg3hLBs8jowKiZhiUPrx4wQ==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-http-memento": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.16.0.tgz", + "integrity": "sha512-X58EUsxFch+/VoS58Ld1yFsSNjeu7xYtvPV6x4IpGv16V+QJot4KyKH25+SAwNOQDiRxShX55FovCCVvSxK35w==", + "requires": { + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "parse-link-header": "^1.0.1" + } + }, + "@comunica/actor-http-native": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.16.2.tgz", + "integrity": "sha512-KhmYTKOmf4QZwd8CVy4f4o6d/LVzBy19JmpOIP1vLcOTAVOXg6KXDT+NEVSoDIc9T5fpKDh91bWuukptUqVjig==", + "requires": { + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "follow-redirects": "^1.5.1", + "parse-link-header": "^1.0.1" + } + }, + "@comunica/actor-http-proxy": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.16.0.tgz", + "integrity": "sha512-5aD5y9b6DvcCX2/ud/aVvUjvipppMmzKRV3C0evbA3NoAZ4VF8ejD+JpIjDsrvrbWeXVPueXvL/yfssUz17iIg==" + }, + "@comunica/actor-init-sparql": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.16.2.tgz", + "integrity": "sha512-jzE/sW1ciNXtO/tRYEhSiKFxpB9/cqPME9a2jq/GYq9PmTv5MzcUbZEY7x8QRkRQ3Dp0Z2JHI/sorps8LPwcmQ==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-http-memento": "^1.16.0", + "@comunica/actor-http-native": "^1.16.2", + "@comunica/actor-http-proxy": "^1.16.0", + "@comunica/actor-optimize-query-operation-join-bgp": "^1.16.0", + "@comunica/actor-query-operation-ask": "^1.16.0", + "@comunica/actor-query-operation-bgp-empty": "^1.16.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", + "@comunica/actor-query-operation-bgp-single": "^1.16.0", + "@comunica/actor-query-operation-construct": "^1.16.0", + "@comunica/actor-query-operation-describe-subject": "^1.16.0", + "@comunica/actor-query-operation-distinct-hash": "^1.16.0", + "@comunica/actor-query-operation-extend": "^1.16.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-from-quad": "^1.16.0", + "@comunica/actor-query-operation-group": "^1.16.0", + "@comunica/actor-query-operation-join": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-left-deep": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", + "@comunica/actor-query-operation-minus": "^1.16.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-path-alt": "^1.16.0", + "@comunica/actor-query-operation-path-inv": "^1.16.0", + "@comunica/actor-query-operation-path-link": "^1.16.0", + "@comunica/actor-query-operation-path-nps": "^1.16.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-seq": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", + "@comunica/actor-query-operation-project": "^1.16.0", + "@comunica/actor-query-operation-quadpattern": "^1.16.0", + "@comunica/actor-query-operation-reduced-hash": "^1.16.0", + "@comunica/actor-query-operation-service": "^1.16.0", + "@comunica/actor-query-operation-slice": "^1.16.0", + "@comunica/actor-query-operation-sparql-endpoint": "^1.16.0", + "@comunica/actor-query-operation-union": "^1.16.0", + "@comunica/actor-query-operation-values": "^1.16.0", + "@comunica/actor-rdf-dereference-http-parse": "^1.16.0", + "@comunica/actor-rdf-join-multi-smallest": "^1.16.0", + "@comunica/actor-rdf-join-nestedloop": "^1.16.0", + "@comunica/actor-rdf-join-symmetrichash": "^1.16.0", + "@comunica/actor-rdf-metadata-all": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.15.0", + "@comunica/actor-rdf-metadata-primary-topic": "^1.15.0", + "@comunica/actor-rdf-parse-html": "^1.15.0", + "@comunica/actor-rdf-parse-html-rdfa": "^1.15.0", + "@comunica/actor-rdf-parse-html-script": "^1.16.1", + "@comunica/actor-rdf-parse-jsonld": "^1.16.0", + "@comunica/actor-rdf-parse-n3": "^1.15.0", + "@comunica/actor-rdf-parse-rdfxml": "^1.15.0", + "@comunica/actor-rdf-parse-xml-rdfa": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-none": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.16.0", + "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.16.0", + "@comunica/actor-sparql-parse-graphql": "^1.15.0", + "@comunica/actor-sparql-serialize-json": "^1.16.0", + "@comunica/actor-sparql-serialize-rdf": "^1.16.0", + "@comunica/actor-sparql-serialize-simple": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-csv": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-tsv": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", + "@comunica/actor-sparql-serialize-stats": "^1.16.0", + "@comunica/actor-sparql-serialize-table": "^1.16.0", + "@comunica/actor-sparql-serialize-tree": "^1.16.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-http": "^1.16.0", + "@comunica/bus-http-invalidate": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-optimize-query-operation": "^1.16.0", + "@comunica/bus-query-operation": "^1.16.0", + "@comunica/bus-rdf-dereference": "^1.15.0", + "@comunica/bus-rdf-dereference-paged": "^1.15.0", + "@comunica/bus-rdf-join": "^1.16.0", + "@comunica/bus-rdf-metadata": "^1.15.0", + "@comunica/bus-rdf-metadata-extract": "^1.15.0", + "@comunica/bus-rdf-parse": "^1.15.0", + "@comunica/bus-rdf-parse-html": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia-links": "^1.15.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.16.0", + "@comunica/core": "^1.15.0", + "@comunica/logger-pretty": "^1.15.0", + "@comunica/logger-void": "^1.15.0", + "@comunica/mediator-all": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.16.0", + "@comunica/runner-cli": "^1.16.0", + "@types/minimist": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0", + "minimist": "^1.2.0", + "negotiate": "^1.0.1", + "rdf-quad": "^1.4.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "streamify-string": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-init-sparql-rdfjs": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.16.2.tgz", + "integrity": "sha512-37FizXW2XCtyRFq0vjCqTAzxnVVklYGoq3Rmn6sBelF6wKW7pqtHunBA3yOJfo5MKRVoFD04wHCbwaWC6xaYEw==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-init-sparql": "^1.16.2", + "@comunica/actor-query-operation-ask": "^1.16.0", + "@comunica/actor-query-operation-bgp-empty": "^1.16.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", + "@comunica/actor-query-operation-bgp-single": "^1.16.0", + "@comunica/actor-query-operation-construct": "^1.16.0", + "@comunica/actor-query-operation-describe-subject": "^1.16.0", + "@comunica/actor-query-operation-distinct-hash": "^1.16.0", + "@comunica/actor-query-operation-extend": "^1.16.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-from-quad": "^1.16.0", + "@comunica/actor-query-operation-join": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-path-alt": "^1.16.0", + "@comunica/actor-query-operation-path-inv": "^1.16.0", + "@comunica/actor-query-operation-path-link": "^1.16.0", + "@comunica/actor-query-operation-path-nps": "^1.16.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-seq": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", + "@comunica/actor-query-operation-project": "^1.16.0", + "@comunica/actor-query-operation-quadpattern": "^1.16.0", + "@comunica/actor-query-operation-service": "^1.16.0", + "@comunica/actor-query-operation-slice": "^1.16.0", + "@comunica/actor-query-operation-union": "^1.16.0", + "@comunica/actor-query-operation-values": "^1.16.0", + "@comunica/actor-rdf-join-nestedloop": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.16.0", + "@comunica/actor-sparql-serialize-json": "^1.16.0", + "@comunica/actor-sparql-serialize-rdf": "^1.16.0", + "@comunica/actor-sparql-serialize-simple": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-query-operation": "^1.16.0", + "@comunica/bus-rdf-join": "^1.16.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.16.0", + "@comunica/core": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.16.0", + "@comunica/runner-cli": "^1.16.0" + } + }, + "@comunica/actor-optimize-query-operation-join-bgp": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.16.0.tgz", + "integrity": "sha512-KWuAKG8S+IwonyecNjqrO5dlSKSVmR1cxP117/DEUPIltXl0IY2W3Q/HKRRZ+DXwV/LRMExIXILdUkZgYUSnAw==", + "requires": { + "sparqlalgebrajs": "^2.3.2" + } + }, + "@comunica/actor-query-operation-ask": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.16.0.tgz", + "integrity": "sha512-zlWYPh7GoIw7epzcORfDWwRFsfLciJGVSaCR2C46AZj8CctApf+mzrRDY7H3WSETyTc6s9T1fiDzGjBY/P3TbA==" + }, + "@comunica/actor-query-operation-bgp-empty": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.16.0.tgz", + "integrity": "sha512-C8q0YKNcIbMZ1KWL1juCoTbppYQcI3/0qlp/boBD1w8yeNVt2ytxB0cKsdVilvLVVcooISJJKNn4j8uGqOJsZg==", + "requires": { + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + } + }, + "@comunica/actor-query-operation-bgp-left-deep-smallest": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.16.0.tgz", + "integrity": "sha512-8zB8ajT7z6nYDge9//7zP0sziKmnCFLVVtqqyacSQ8Yu9jl15b42rqMiZ0ty9c3qZncH2DagqiTd/5VCJP3nMg==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-bgp-single": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.16.0.tgz", + "integrity": "sha512-nUcGlq9uJCl5O7rGnFCrFeHrWSRD7hZW9QU+B7tCoSbJoUrKS9hBKkDO6xUHmsmztRKfzHgMO9LFDvmc5jGKlQ==" + }, + "@comunica/actor-query-operation-construct": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.16.0.tgz", + "integrity": "sha512-c4tLLcl7T1JYCg790LEu9Ijn3c7i2yd2uKJ9E2oytx6KLeW0YQeEaiLZ1hn3XDlQHMvfYeGznd4Y+X8632+Faw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-describe-subject": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.16.0.tgz", + "integrity": "sha512-F5x0AU/7K9Zw6o5/y2AWsX5G3YPyLoDekWm1bHyztnHD21WFGsOgAt7R3XOJLU4/d9Mc2TpDOj17bttplJRXSg==", + "requires": { + "@comunica/actor-query-operation-union": "^1.16.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-distinct-hash": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.16.0.tgz", + "integrity": "sha512-/SKXl7lFUlJ83yL81lD3RyzqkV5ONqUiqR8d1D0Vob/m8DI7ynDp8f5x74ocBLdrhFADJvGlVl8703AjJzcD6w==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0" + } + }, + "@comunica/actor-query-operation-extend": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.16.0.tgz", + "integrity": "sha512-xad5NhPZ4KJsk3DTlG6mb0ZEX6LccCRjhFEVZsNT4qr1DPTqD5MaeE/SfjFADCwDniy5gZTxn6AQnQ1LsC52Eg==", + "requires": { + "sparqlee": "^1.4.3" + } + }, + "@comunica/actor-query-operation-filter-sparqlee": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.16.0.tgz", + "integrity": "sha512-96ttlUQkBpkiUlXnClvjEaYHtEL8gCVzhOMcMLxuOAifwgv7I6Qe5WQT8QZkJbXbbwNvelXYC4Cs37p85nHSCw==", + "requires": { + "sparqlee": "^1.4.3" + } + }, + "@comunica/actor-query-operation-from-quad": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.16.0.tgz", + "integrity": "sha512-qyjSrxmi0WSlxMbZo2djOfUD+2Jkm7s4JOW36ua8JBbSuGAbHwFI3xYSWiWYmLCMQEp3YgqHrTKWeGDSnqxnJQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "sparqlalgebrajs": "^2.3.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-group": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.16.0.tgz", + "integrity": "sha512-xwmoNsfjcsS04s3lLlf6dua81ywFNqOU77g61tZEveCAKyC5fN6rQZM8eLBa87z7HhHLHF42V1TVXh3PD46HaA==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0", + "rdf-string": "^1.4.2", + "sparqlee": "^1.4.3" + } + }, + "@comunica/actor-query-operation-join": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.16.0.tgz", + "integrity": "sha512-3lJt1dTrBm4ogRwCyEPwqOrJ/QfEEYu5tHUClpiP3vG0L1tmN+wRfewAxU7P8o0Rec0QkqICAMRf252tM0ftgw==" + }, + "@comunica/actor-query-operation-leftjoin-left-deep": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.16.0.tgz", + "integrity": "sha512-fVVdcMEFvQpU8eKQyDys7q6jL6SosHdSs2j5ARPmXvY/hzl68coIb4D0JmMIIWmk87TDcc9VUH0mcnHI5f7Eqw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-leftjoin-nestedloop": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.16.0.tgz", + "integrity": "sha512-dTNcGe4LTwgJcvAV2TZA9lF6gmvtcQDFm+4UEiY5ehtgOD/Quh39AixYSXTNOsmMmGBamr5iBfk1ABgRwAmzyg==", + "requires": { + "sparqlee": "^1.4.3" + } + }, + "@comunica/actor-query-operation-minus": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.16.0.tgz", + "integrity": "sha512-PeM5FouB+BJMU2QYB//SK9O5LCdielQnrr+nTWXyznrx1kpBqMX7Elzmim5huhKY3Y0WfotL6rGsE5DEjdRE1w==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-orderby-sparqlee": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.16.0.tgz", + "integrity": "sha512-mRubrkxjevfsrr3sMn/scVg9pveNDLammx5jtrBDm5IKkL2muTH6HGduLCmT/zONBkxUZy2uOiXQgxHXrtznsw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlee": "^1.4.3" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-path-alt": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.16.0.tgz", + "integrity": "sha512-VJiGYoupy41Rcbbf4BymERWC5U7OjVtSe0JuSkHoOmKl9HcXQo+dGur+XJpbKz391rDY+BB2djH3Bht1YmrYig==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "asynciterator": "^3.0.1", + "sparqlalgebrajs": "^2.3.2" + } + }, + "@comunica/actor-query-operation-path-inv": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.16.0.tgz", + "integrity": "sha512-xVWLGiaIbuv2vudAFVgotHx/YCNQ+deflpgSyg5RsUU7cnqj3njkt4Iq8lX+8Sdwjmr10UIAqXPVMHKsRCRKzA==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0" + } + }, + "@comunica/actor-query-operation-path-link": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.16.0.tgz", + "integrity": "sha512-YCPgTQGfQCtp88OneFYTyXBG9pHuHs5Plfmj3BZP0fhbIXhn6ywn4LP5NXaVukJFCDwCFRWL9Pd1aZ5N0p9tNQ==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "sparqlalgebrajs": "^2.3.2" + } + }, + "@comunica/actor-query-operation-path-nps": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.16.0.tgz", + "integrity": "sha512-S/CDgtnLQC+3qndBOST1y+AvUsCc/nh08+4s91K9RqkuQwV5/1Sl5B0aThMItazTKuUPj04ujH+PCOArt1+sbQ==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2" + } + }, + "@comunica/actor-query-operation-path-one-or-more": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.16.0.tgz", + "integrity": "sha512-RpjvSeua4hsSISonfK53qMlWizQ9ou208zpiGpGLamDAVpLj4pgKAQ3ksfWM+GR2sXVDiCIAvpszJkSEa9NY/w==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-path-seq": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.16.0.tgz", + "integrity": "sha512-/vbN8Y8a+Sb1XcP796YxwahiD2b3euxHBu1h4pLu0oTKg6KTqbjHjbGQhxe95sWU3HKoH7F7VErTjlX8Wl29Kw==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2" + } + }, + "@comunica/actor-query-operation-path-zero-or-more": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.16.0.tgz", + "integrity": "sha512-Z5NhpB4MEZHk3yhInOHILWiNzK+ZGWr+HvjYD5PtDHtbWWgE3nrxbuNhdXs1iXgaJsZWlp7ziE+H3ms4GcYjUQ==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2" + } + }, + "@comunica/actor-query-operation-path-zero-or-one": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.16.0.tgz", + "integrity": "sha512-pGzrXcXsm6l0RKF9SfC8njqw72XiOns/chiuKegChqTQd00DubTJVHmfb2HUuNyiNVJ2BrjwYdAysP1gI93D5w==", + "requires": { + "@comunica/actor-abstract-path": "^1.16.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-query-operation-project": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.16.0.tgz", + "integrity": "sha512-uTi+GmB04RnZ7Sw3XJst8tmPtiqLmT1Z4+zTspTgnWwndeWzdw7w7v6apCZDoivvPLi1Jq/7hGNn6+3FsIGp+A==", + "requires": { + "@comunica/data-factory": "^1.14.0", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-query-operation-quadpattern": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.16.0.tgz", + "integrity": "sha512-QFml3MgYd5nmnsPHoDvOcx/StY+4L0ix5C1q5h8jagwIbcuRSfo1Ay0gLMlbEDuZkzrHhkN9o6OsSMTVuXsiEQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-reduced-hash": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.16.0.tgz", + "integrity": "sha512-zE1K+d6HBhGsvQQd/XGYUgpue/aSKeHbdB2r+yzEels0ShPYxogVV69aHQAUxPXvz+kbPEzqwTWz5a28lJW+cw==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0", + "@types/lru-cache": "^5.1.0", + "lru-cache": "^6.0.0" + }, + "dependencies": { + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } + }, + "@comunica/actor-query-operation-service": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.16.0.tgz", + "integrity": "sha512-UTWmUZa59o6DaPqHjtFM8CES3/vlis6psAW5Wt4Bw+5sgK2XZ1EWFNM/BbQG5m0OetzgDJS+BRVbsJNDGdHRdw==", + "requires": { + "asynciterator": "^3.0.1" + } + }, + "@comunica/actor-query-operation-slice": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.16.0.tgz", + "integrity": "sha512-vFo1HVlz+0Jz2a8ppPU4tXPbSL/G9TILPSyvSJjXpQpvOQRih7m9AFeXUjGtJ6sFo5SryAkgynfk6jO0Co9tzw==" + }, + "@comunica/actor-query-operation-sparql-endpoint": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.16.0.tgz", + "integrity": "sha512-3VxGRHjwWBP23ezSKVgFJG5/nj5pMhX++8d3w3WFCC5kss+p7Qnq9P06sz/42Ya/hY/CGJM4iramadGOTnbEmw==", + "requires": { + "@comunica/utils-datasource": "^1.16.0", + "@types/rdf-js": "^3.0.0", + "arrayify-stream": "^1.0.0", + "asynciterator": "^3.0.1", + "fetch-sparql-endpoint": "^1.6.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.3.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-query-operation-union": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.16.0.tgz", + "integrity": "sha512-x3eZA7T004Pdf+rEMj5ts7qs66+FFBddKnWdT10fRDkXoRTTStoSsw2oW/fk8Il9FcEAQVtNXur7ehVvzV5S5A==", + "requires": { + "asynciterator": "^3.0.1" + } + }, + "@comunica/actor-query-operation-values": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.16.0.tgz", + "integrity": "sha512-X2KE3DNiKtK1sjLkakDgfTZs2paMgNu54zp6wAlIWzg5QVj+iDk+XM5wx8JFI+Mrro4oRN9Gl9TOjGupNjLnxQ==", + "requires": { + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2" + } + }, + "@comunica/actor-rdf-dereference-http-parse": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.16.0.tgz", + "integrity": "sha512-IKSw5jjQLIDkbd7eX3Sw0oMuPBujQ4JX6UMpDA846T4lOZcUBTovp0PPKL4zyUd88Ea9a84Qn6uREOWed4nKvg==", + "requires": { + "cross-fetch": "^3.0.5", + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-join-multi-smallest": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.16.0.tgz", + "integrity": "sha512-03oN4MqKBP0eVtMPyJT/PrYR7znDXU37E6sHqW/VGqws5A+myz4G/mxSSOjVE6csN5bt2wNrfpzv9J7hjmHyVA==" + }, + "@comunica/actor-rdf-join-nestedloop": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.16.0.tgz", + "integrity": "sha512-f+2x4hgMGWkIroGc9ld3o/dFKZIgvV5DVRI9AGsJR+AZaDmet7nydKs8fw/6nEjMfYIvuNlGVgmSEsLgsAa7sA==", + "requires": { + "asyncjoin": "^1.0.1" + } + }, + "@comunica/actor-rdf-join-symmetrichash": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.16.0.tgz", + "integrity": "sha512-d1Sszprnc+aJQt1cjycroGAkhAa2fMyECelcJGqwKWpVAXT/nsbOB0Ixb0eKTF4uGlYFrdA/OSG7frwdAORepg==", + "requires": { + "asyncjoin": "^1.0.1" + } + }, + "@comunica/actor-rdf-metadata-all": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.15.0.tgz", + "integrity": "sha512-Ax+q0igPmDQeriFL4hDMQWQPV4tsTzyboqnuXqj9U84YXmJ3y+5a5Wh/35odR3W31SwMrs56jYNIpZBKwx0+RA==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-metadata-extract-hydra-controls": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.15.0.tgz", + "integrity": "sha512-Ih5OJQGfmJe5ihMeFwtWhWKSCxLXEKID3i3NGm8MgiFFbEzLAAf1YLLIK57cW88vahY+3YkPZ7tq3FeIeAi3tw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "@types/uritemplate": "^0.3.4", + "uritemplate": "0.3.4" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-metadata-extract-hydra-count": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.15.0.tgz", + "integrity": "sha512-3qNJWsSo0xR8xt7MEFD7rVlQXiBTLddzUK/5lX1A4dB3jk20a+c62WltctWYiIFtyCs0qYluAJ8xuJ2ItOlP7w==" + }, + "@comunica/actor-rdf-metadata-extract-sparql-service": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.15.0.tgz", + "integrity": "sha512-CCikTWHa8nNUfmDHPGjgTH60XGcOJtkckzZXdk6kG4rMKXocsj86/cwzYM89P58LOMKy4IFfsSpoEqKIhn2gog==", + "requires": { + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-metadata-primary-topic": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.15.0.tgz", + "integrity": "sha512-7YRtw2us52nXYcaPyk8q/rCopioCS5LEVDEteD3RqCd7KMVhg+VZYU0iD5cMF9tyYr8NoXdm1/CYxTnSZE/LNg==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-parse-html": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-eC43jtLqY3wfA6aRim83l+3NfoMQCZv/lPP2MvqxY04/Rk77DdqKtKS2GfYrIBc8aqDOoreVgiBQG5TzPzm5Ew==", + "requires": { + "@types/rdf-js": "^3.0.0", + "htmlparser2": "^4.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-parse-html-rdfa": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.15.0.tgz", + "integrity": "sha512-1rA7YCjY1v7/1oRKzthVw633HZmHux96SQW5j+FIJTvX4GoBvf1seS082HY7WQGRpZVgLxOUxtAOQcp7zT4dHA==", + "requires": { + "rdfa-streaming-parser": "^1.1.1" + } + }, + "@comunica/actor-rdf-parse-html-script": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.16.1.tgz", + "integrity": "sha512-IYagk0RzIQEzj/78KvoICDgOiPnwvj44S/PH2ha++o9Se0FgTxRjHrWTluETiczOcvrV54TeVh0YDYJck+xz/w==", + "requires": { + "@types/rdf-js": "^3.0.0", + "relative-to-absolute-iri": "^1.0.5" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-parse-jsonld": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.16.0.tgz", + "integrity": "sha512-LtAIv75bhHe2teN0vjWZ6EkjwnK6Yw56Q1ZuxgrWZLGrbdRF6YZuXglW+IqWeZ45tIUqhweS83k17/9fR3UK5w==", + "requires": { + "@types/rdf-js": "^3.0.0", + "jsonld-streaming-parser": "^2.0.2", + "stream-to-string": "^1.2.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-parse-n3": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.15.0.tgz", + "integrity": "sha512-YWk7XSDN8GDOFL+u5PtadZmIUzAh5ZUYB/LwXLENeymIgWEaSvJo5H4QqdGmnJFArlgXX2Thk8jTvbtubiNTvw==", + "requires": { + "@types/n3": "^1.4.2", + "n3": "^1.0.0" + } + }, + "@comunica/actor-rdf-parse-rdfxml": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.15.0.tgz", + "integrity": "sha512-Rec0dnaTW95Mx91cfQPBkDkgEhoFd9J36FtiJAotLFPOiXp4YsTEZGQNSODTbhchfaTS6HDTFnETQ6GbmutaCQ==", + "requires": { + "rdfxml-streaming-parser": "^1.1.0" + } + }, + "@comunica/actor-rdf-parse-xml-rdfa": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.15.0.tgz", + "integrity": "sha512-34CI/f/JQTEfrnxyqB7Y+EhkhW0tTMsHoC8yu+Y6AtSVdj2FYkSR+GmAk9F65JVnm/RC9uh1T7yT5yJMVvmgiQ==", + "requires": { + "rdfa-streaming-parser": "^1.1.1" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-links-next": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.15.0.tgz", + "integrity": "sha512-TgQurH1G50rdgnQ9WCWchYrUDMk+379oVuha5JISwW5Dc33/wVjR+hoIkrAfKx/kIi7846mcEHO4qNQ5V818hw==" + }, + "@comunica/actor-rdf-resolve-hypermedia-none": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.15.0.tgz", + "integrity": "sha512-dgCFXKbmY9UKSaczpmdVFeSNNcotgWJavC979HQO40zjq6tg3kRDT82M0ucjuDB7fIglzA8xQYTvbjIWYNrm4g==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-store-stream": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-hypermedia-qpf": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.16.0.tgz", + "integrity": "sha512-ikOdP68hwoG9jFqe7ezpOfvWirXtFmKjCvbWf6bl4HgojvP8Wa94V7glxV75p/8Tsj5j5FwvFJfbbhlBJDNXiQ==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-hypermedia-sparql": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.16.0.tgz", + "integrity": "sha512-G6OCciGr/mGg6TQ4+iEnWgSqYyrKmhXQ8UzkLPS6FJXyxWJoEoiHpebYMN9Zw6XycJKnZxlqVUrmIuz3Cxde5g==", + "requires": { + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.16.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.3.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-federated": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.16.0.tgz", + "integrity": "sha512-bHQLxjCtDHiUxIop8IWfReZhBPWpusPfc39A65VyQsZ7lBF/ZF21fTDaGJ8XlmiAYNBanDwjVIKe5ng3MGzwww==", + "requires": { + "@comunica/data-factory": "^1.14.0", + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.5.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.16.0.tgz", + "integrity": "sha512-eNcn6N5Db5NyBPf4/on+baLr6pqeO86OcbfrjHkdU98MnR5CTXMF68/MCkwRLfcYooRG+o6z6EV/T/wonVeT8g==", + "requires": { + "@comunica/utils-datasource": "^1.16.0", + "@rdfjs/data-model": "^1.1.1", + "@types/lru-cache": "^5.1.0", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "lru-cache": "^6.0.0", + "rdf-string": "^1.4.2", + "rdf-terms": "^1.5.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.16.0.tgz", + "integrity": "sha512-+APHJ2NNegd+dtbMIRnNKksBWk4lqEE70snWBKLavxcae0oq6rq3IvZypuARQETFfxICK9KtAtwg6Z7G19QjKw==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.16.0.tgz", + "integrity": "sha512-TfeEDKaYCR3NZvOmhaUY49+Z+5vPKRnx3xTA5L1GsvsU4Bc2kdFKI7ax7FR1p3CrM7AHDlxvu8/AzHIAWFbtxg==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "rdf-terms": "^1.4.0", + "sparqlalgebrajs": "^2.3.2", + "sparqljson-parse": "^1.5.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-rdf-serialize-jsonld": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.15.0.tgz", + "integrity": "sha512-+QeLhBWY9Ce0sNW6yDm7GoEdFNlMsQ01k71yBhaBRPhe/gYEbJc0chZAUoByCY0dJRqtfZK1Wc5gjfTrG/ctdQ==", + "requires": { + "jsonld-streaming-serializer": "^1.1.0" + } + }, + "@comunica/actor-rdf-serialize-n3": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.15.0.tgz", + "integrity": "sha512-/9wY7o875w103A9a/SNpk65rFcp+bT3mSOnjV1bUnMVhvy73AsRG88uiwGUbS6GDFBPzA2j/l8OD+I4U3j6I7Q==", + "requires": { + "@types/n3": "^1.4.2", + "@types/rdf-js": "^3.0.0", + "n3": "^1.0.0", + "rdf-string": "^1.4.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-parse-algebra": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.16.0.tgz", + "integrity": "sha512-hby1X7JYxgS1T84bLYna2Cs5XCA4cCaUJMAJ8emd/IyHoW0VT4N0moCofnswjykeJ9HgCOWMbs6FqfahZS1Tag==", + "requires": { + "@types/sparqljs": "^3.0.0", + "rdf-string": "^1.4.2", + "sparqlalgebrajs": "^2.3.2", + "sparqljs": "^3.1.1" + } + }, + "@comunica/actor-sparql-parse-graphql": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.15.0.tgz", + "integrity": "sha512-QggTh7b/LgzZRqKR+p46hXoJiH5ge/JTbWQM92QCRa2TsNm2hGpuvCwUS0VoPiUN+O/Vbtw6IH+09qJAnEt0+w==", + "requires": { + "graphql-to-sparql": "^2.1.0" + } + }, + "@comunica/actor-sparql-serialize-json": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.16.0.tgz", + "integrity": "sha512-9T6WlZtCOvYm37j7tgGvRCYO716naaqG4V2LbIYVcxoCxqUlfPcpE07eXt8GfWEG9R6QQuvk8UvEPqZrNiPmNQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string": "^1.4.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-rdf": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.16.0.tgz", + "integrity": "sha512-KBwIuwzZp5qoSFPy+8n81x2uuV8P6pzwG3r2skdir+CfIygGb0Yxf0EzCKfVDBCYn/h4lFJPwMbqXbfflwN7Ww==" + }, + "@comunica/actor-sparql-serialize-simple": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.16.0.tgz", + "integrity": "sha512-Cu4MpzGlXQn/tI68fKuttny6cPmvyFBllypkZybPOtGwMY/TyA5FSd/GQLCagfP/gSm6XYnmK04D8gzY1Bwrlw==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-sparql-csv": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-csv/-/actor-sparql-serialize-sparql-csv-1.16.0.tgz", + "integrity": "sha512-unsuwwpuXdf+mqnrlFws/XpywRCPMjXccXZo2ORNlV4/iuWB3pIToAW0dnhTNxXafpWKiN/lcX05xQitH6jm3Q==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-sparql-json": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.16.0.tgz", + "integrity": "sha512-JVAPseFNzUT82mH9udR2QJXw0uWo6TcpHVYXk0JbvXOXwH4NBuAkXiYFBMv1ghbtpyN31Xol7Pa90mwGb8rrMw==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-sparql-tsv": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-tsv/-/actor-sparql-serialize-sparql-tsv-1.16.0.tgz", + "integrity": "sha512-GX6ELMgGa3ztPZC2jKQ6/xyYf+fg4p/6p/ww/GzrSplEpmRlKFQIgUCu735ZKM3w5lZdxf8IDzOeVqDARI8jhw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string-ttl": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-sparql-xml": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.16.0.tgz", + "integrity": "sha512-udTwQMSGY25S9YePdMKrWgndHrxhcFpEZ2u8msTxbZkkJZhW8qKxh4rMUE5ESGsrFPwtlYQTX+gPu2LZ+zXAnA==", + "requires": { + "@types/rdf-js": "^3.0.0", + "@types/xml": "^1.0.2", + "xml": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-stats": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.16.0.tgz", + "integrity": "sha512-tGeOR5tgyP7yG7fSiPuI2Md+/ZFRJk8A6eSXGAGvZaNTGIhDmaF21jLfon/OUrJTO3jlsR1a1mZ2Hl5jshp2kA==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-table": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.16.0.tgz", + "integrity": "sha512-Sj5AJqP5fPEL8Nr2sG6K64crd7FOChPzFojSE6L750SXutQSNDuJ/Zm8N1xfZxGsxTeYNUhzr+WxzSKoWuwzQA==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-terms": "^1.4.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-tree": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.16.0.tgz", + "integrity": "sha512-9BMQ8nL4Cso2NOsiKrcGQp/Ccmer8jhfJowOQhRioLI54w2+lVGXBfR8t/Mj9T4bWabtgY8AES25ZjGS2hh2gg==", + "requires": { + "@types/rdf-js": "^3.0.0", + "sparqljson-to-tree": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-context-preprocess": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.15.0.tgz", + "integrity": "sha512-qB+DQX2YiXjc/vJ84fE9nW6XXgMDbYIwgtjn5wmfvQWjr+9p0yVjk32IMU9kRa7ETp9OytY/pHebvVHDhuHBYw==" + }, + "@comunica/bus-http": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.16.0.tgz", + "integrity": "sha512-3fWJA3Yh7Wj4clabg141FgAH+m8/InZ+BVPr7BqhO+7Jg0tXbvGDfai8N0SXWL7rCMkWjlPYkBHkzpQ8Dk0HAg==", + "requires": { + "is-stream": "^2.0.0", + "web-streams-node": "^0.4.0" + }, + "dependencies": { + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + } + } + }, + "@comunica/bus-http-invalidate": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.15.0.tgz", + "integrity": "sha512-RGURwbcUtD81ZYMMqs3EXB8ML35HENnGnrnrl0iO07R8HdJ/V5sczM8cxo5/+MXDpAqA9ao99AHJARwyHgoFmQ==" + }, + "@comunica/bus-init": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.15.0.tgz", + "integrity": "sha512-HwVTEznx2H7GvcfQAREz52QF8xXT1AqxkJDnI9vTeGvLpWrM+LVOAJZxBcYFFK3X3bEhTsPfDVzikziMGqZuZw==" + }, + "@comunica/bus-optimize-query-operation": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.16.0.tgz", + "integrity": "sha512-7mvHenP7semqGlWge4EIvueK1/s4TjMpyL/RKF0Twa8Fwp0r66dFjprkAitV7K95U4FJvD0KSJPWTnQsJBdxrg==", + "requires": { + "sparqlalgebrajs": "^2.3.2" + } + }, + "@comunica/bus-query-operation": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.16.0.tgz", + "integrity": "sha512-xusr0PelD5ej1B9+ff7AFDXRMidDR167Lzazaits7wNd400sG2RpIJjnEvNqU6g6d0R5WnUWCpCuv4hFQZ15sQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "immutable": "^3.8.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-dereference": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.15.0.tgz", + "integrity": "sha512-4vXq8e51zK1gkw5lxL2HkqYx/Wig215w8Bi3jguUTM/10EQW7KgebhRxeFU/EQOamFTMeS5anOu5BVfNps8rJQ==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-dereference-paged": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.15.0.tgz", + "integrity": "sha512-xejwEanK8yaI/ST1SDE2Tjs9f/PsS5SvtYIVEZuWew9Ey4UlxcW/Tsz4m5YA40DeYbXaXg7m40ZeWJxwiislrw==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-join": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.16.0.tgz", + "integrity": "sha512-v2RilDXPIc1sOtGnhskNqvbeyp4jOBTTUnHUEHCIdopZVUhEIj+zpZdHFoPOIbtHK6eQlQ0Ckx3E3mX84fZVyA==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-metadata": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.15.0.tgz", + "integrity": "sha512-XhyMkScTBA0KUPTHtmO+kxAUyHhvuigiC6NzAoBZ9wm4y+r3aZ++mpBpAv/Fyma5GiT19EAW2pa8ew7CV9GR3A==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-metadata-extract": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.15.0.tgz", + "integrity": "sha512-uxLy3hvpWuLoopoG5clYb3imhQXHGHMKHXe97jfvXA0hjoWleNtD0KRfhs+45YCBXqfNC9PVypTb9eM6SVILNQ==", + "requires": { + "@types/rdf-js": "^3.0.0", + "graphql-ld": "^1.1.0", + "rdf-store-stream": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-parse": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.15.0.tgz", + "integrity": "sha512-6cGGUBgorkJ6hr5U235qSrlK1m7rPpIM8W6o9kbRAw149AKap1XFF3OXpAYqat2eB4Cbs1J2PP9wg1/s/uOsww==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-parse-html": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-7F/kDrNf9X//IrO/CK4LpwM5f+mFHLa/wsPc2RubyhiFN3P3KWU6NWxjDJRT9yP85EmW4KknXWwF8AOTvbKF1A==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-resolve-hypermedia": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.15.0.tgz", + "integrity": "sha512-mnSsNMa2FS6x0b0K453J4c2+1UQoe2WX/p3UXfF7YocWFc7eL7JUsZO8+XZ1Pq8WaPpz+sUeaz+JtIYgVtqSGg==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-resolve-hypermedia-links": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.15.0.tgz", + "integrity": "sha512-AJD48ftgMdPj5x0hMTRkzNHeywsMqWnXOK7c6L2m3TlUyMtw5PWNYKd2CD1qyXE7xmSi2cKLKA5TKDkQqV7GCg==" + }, + "@comunica/bus-rdf-resolve-quad-pattern": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.16.0.tgz", + "integrity": "sha512-CHZQcBFVMeUiB2DyGWzDRzvXO+s7uNS6SwnrvXVujCpdYFKfB15uG9mcpc8tZGwHDr18xq6iuLZcEKMl5wqGjA==", + "requires": { + "@types/rdf-js": "^3.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-rdf-serialize": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.15.0.tgz", + "integrity": "sha512-c1uJF1LkJ96zscMCe+CB2fLbXhlJ0o8PPVRMm3Jk7/rc8WY5bUxSxf1SFbA/jkOZtcZy59wFHDvPf/NM74ADBg==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/bus-sparql-parse": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.15.0.tgz", + "integrity": "sha512-4aFz5qnnnPxezK/vtvltqqUlN0NhYNFEQwXYZf6Yi2dSS/Hs4cU4kYcldXxIXeBfRQkaoUtTCr0lCUg5uOyqIQ==" + }, + "@comunica/bus-sparql-serialize": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.16.0.tgz", + "integrity": "sha512-LLPheBBYBuSAweou+4kQf0Gop/lNORXOuaDfsHemLG6VqNmWzYyl79rnjd7yTLcZn/QVMUUYDD21CPY8OU5lJQ==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0" + } + }, + "@comunica/core": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.15.0.tgz", + "integrity": "sha512-Mg/fpufyK4hVKX2vgP8oapu4ZpyugNRxyI/1AX7zlhSkYpE+ldK5YQaGG/sb+fq+s2sAtE1Ocd+thCgF4wv+8w==", + "requires": { + "immutable": "^3.8.2" + } + }, + "@comunica/data-factory": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@comunica/data-factory/-/data-factory-1.14.0.tgz", + "integrity": "sha512-zpTpglsFIHuklarPCFTG2nRRG+RD1biT9nscggltShKJRK2EAtpnMeABGS/QU6es5CC96ZdA94KlVmFxt51A+g==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/logger-pretty": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.15.0.tgz", + "integrity": "sha512-Ta0u/YHHgSvX9Au8JqzhgqmNiPLwFW2L1ZLnUR3V0J+uQDL2PEayWnw+xrDyVKgYJaffevJYHowjn4c4D5DxFA==" + }, + "@comunica/logger-void": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.15.0.tgz", + "integrity": "sha512-nU0bJ56hOAURnz4uDNbeldAJ88OduRQMtHEeKTSkR+ATArP/ShXFWLgKcxRnU9ELSsA7k9HlvAFpvag5+eNs8g==" + }, + "@comunica/mediator-all": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.15.0.tgz", + "integrity": "sha512-uALhqOxGIT/gBXWkIVE+PTITf5EIDNL2UD9GRffdgc1Qg74prWcMZ4+gYczBOMUhqZHE605QsXXO8NkT4xP14A==" + }, + "@comunica/mediator-combine-pipeline": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.15.0.tgz", + "integrity": "sha512-XYf+rOSF1Tj5JX8geHUt5O8BJmLqyRXXYZQe2nlwGoe66hshMKpzAu38m5uDpARrJ4dPxU0PrH34x1Wug77lpg==" + }, + "@comunica/mediator-combine-union": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.15.0.tgz", + "integrity": "sha512-TPzfXuKRVBEpjb+/S8v2C8uvgi8BTjtg1htL/qY/xI2fYqRcLZGl+D5MZEESmwpmm19cBfg87CbF+ROn6L3+IQ==" + }, + "@comunica/mediator-number": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.15.0.tgz", + "integrity": "sha512-d1jwHVN6rELFzEPb+CDqEjItAJ4/AqiP1Vp+Z/PBucLjM9EEonQMjQzqrkRV/Oy6cBXfSQDhXuSvftfl/zUCjg==" + }, + "@comunica/mediator-race": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.15.0.tgz", + "integrity": "sha512-MVESJnkgSoPaCkNNN8RDm0B06d0JNL4QOvRZFuFETY4/D+OwIpcEf0EGButQsDUlelAk5n/sFssLMqo2tw65SA==" + }, + "@comunica/runner": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.16.0.tgz", + "integrity": "sha512-ZQuTt10UpcUbiXu94MSFCgaYkraCtgXewEbXus5Jf0OUbSqa/fkxwWs4wTxak/9CjtFLMb4GO3jfoYoeWbqtfA==", + "requires": { + "componentsjs": "^3.4.1" + } + }, + "@comunica/runner-cli": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.16.0.tgz", + "integrity": "sha512-9XfRqACWeppe/po/UMIN4MH+gU/8YszRqyPG02vd9k0AnPXYMK5AXPj4ge3D0HQE+ENb2y9C5xe516w0yl8eBw==", + "requires": { + "@comunica/runner": "^1.16.0" + } + }, + "@comunica/utils-datasource": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.16.0.tgz", + "integrity": "sha512-MWng1lz62YT5VLvwFvBNc119U6aNvX7oL8j7YdgRyLulB14gYEp5njuqRjbz1WFa1TtDUJxYGMPyskSMdzGilw==", + "requires": { + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", + "arrayify-stream": "^1.0.0", + "asynciterator": "^3.0.1", + "asyncreiterable": "^2.0.0" + } + }, + "@open-wc/dedupe-mixin": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@open-wc/dedupe-mixin/-/dedupe-mixin-1.3.0.tgz", + "integrity": "sha512-UfdK1MPnR6T7f3svzzYBfu3qBkkZ/KsPhcpc3JYhsUY4hbpwNF9wEQtD4Z+/mRqMTJrKg++YSxIxE0FBhY3RIw==" + }, + "@rdfjs/data-model": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@rdfjs/data-model/-/data-model-1.1.2.tgz", + "integrity": "sha512-pk/G/JLYGaXesoBLvEmoC/ic0H3B79fTyS0Ujjh5YQB2DZW+mn05ZowFFv88rjB9jf7c1XE5XSmf8jzn6U0HHA==", + "requires": { + "@types/rdf-js": "^2.0.1" + } + }, + "@types/chai": { + "version": "4.2.12", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.12.tgz", + "integrity": "sha512-aN5IAC8QNtSUdQzxu7lGBgYAOuU1tmRU4c9dIq5OKGf/SBVjXo+ffM2wEjudAWbgpOhy60nLoAGH1xm8fpCKFQ==" + }, + "@types/create-hash": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@types/create-hash/-/create-hash-1.2.2.tgz", + "integrity": "sha512-Fg8/kfMJObbETFU/Tn+Y0jieYewryLrbKwLCEIwPyklZZVY2qB+64KFjhplGSw+cseZosfFXctXO+PyIYD8iZQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==", + "requires": { + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "@types/http-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/http-link-header/-/http-link-header-1.0.1.tgz", + "integrity": "sha512-5h+Pqs4EHoMkY/fLva7XsYmh9IVQghQ6uWWil1FGCNI0WqjhI4g20doYsbT4kJ/G3GkAlQca4AIc9OexdUnzkg==" + }, + "@types/isomorphic-fetch": { + "version": "0.0.35", + "resolved": "https://registry.npmjs.org/@types/isomorphic-fetch/-/isomorphic-fetch-0.0.35.tgz", + "integrity": "sha512-DaZNUvLDCAnCTjgwxgiL1eQdxIKEpNLOlTNtAgnZc50bG2copGhRrFN9/PxPBuJe+tZVLCbQ7ls0xveXVRPkvw==" + }, + "@types/json-schema": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.5.tgz", + "integrity": "sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==" + }, + "@types/jsonld": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@types/jsonld/-/jsonld-1.5.1.tgz", + "integrity": "sha512-8XI88iiCBVqmNCMBqPOgJhJPPuiIW1Tp2sXqe3NwD137ljhQVkDWY8cuYBBDZQoBYfGzUJvja527bbwqVbRnHQ==" + }, + "@types/lodash": { + "version": "4.14.160", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.160.tgz", + "integrity": "sha512-aP03BShJoO+WVndoVj/WNcB/YBPt+CIU1mvaao2GRAHy2yg4pT/XS4XnVHEQBjPJGycWf/9seKEO9vopTJGkvA==" + }, + "@types/lru-cache": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.0.tgz", + "integrity": "sha512-RaE0B+14ToE4l6UqdarKPnXwVDuigfFv+5j9Dze/Nqr23yyuqdNvzcZi3xB+3Agvi5R4EOgAksfv3lXX4vBt9w==" + }, + "@types/minimatch": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", + "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" + }, + "@types/minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=" + }, + "@types/mocha": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz", + "integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==" + }, + "@types/n3": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.4.3.tgz", + "integrity": "sha512-NJ6GKZDE/6Q9iF9Zg+c89WHLK6VXIyVPfvPw6Z8/17ssk1Vx944XcAn0ZmPlRnvUXlGCg63NmMGzB20X46cs4A==", + "requires": { + "@types/node": "*", + "@types/rdf-js": "*" + } + }, + "@types/node": { + "version": "13.13.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.5.tgz", + "integrity": "sha512-3ySmiBYJPqgjiHA7oEaIo2Rzz0HrOZ7yrNO5HWyaE5q0lQ3BppDZ3N53Miz8bw2I7gh1/zir2MGVZBvpb1zq9g==" + }, + "@types/parse-link-header": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-link-header/-/parse-link-header-1.0.0.tgz", + "integrity": "sha512-fCA3btjE7QFeRLfcD0Sjg+6/CnmC66HpMBoRfRzd2raTaWMJV21CCZ0LO8MOqf8onl5n0EPfjq4zDhbyX8SVwA==" + }, + "@types/rdf-js": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-2.0.12.tgz", + "integrity": "sha512-NBzHFHp2vHOJkPlSqzsOrkEsD9grKn+PdFjZieIw59pc0FlRG6WEQAjQZvHzFxJlYzC6ZDCFyTA1wBvUnnzUQw==", + "requires": { + "@types/node": "*" + } + }, + "@types/sparqljs": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/sparqljs/-/sparqljs-3.0.1.tgz", + "integrity": "sha512-2SGl+Q4Gq0Rh/y0ZT6iBvQDDlws3NiPKfkMaEnGDWHvwNonlSZt03jm7HJ7C9I+huwBQ5l5SOYpeJsrh0nOJew==", + "requires": { + "@types/rdf-js": "*" + } + }, + "@types/uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@types/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha512-1D8mJEeQEXynoPQKJkneIK+tXaM2Qnk6c80RBQPV/O2ToypI4mlqXy5jojnYKjTX2Q+EMNMOWt0wNdLbb2MUpA==" + }, + "@types/uuid": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.4.tgz", + "integrity": "sha512-WGZCqBZZ0mXN2RxvLHL6/7RCu+OWs28jgQMP04LWfpyJlQUMTR6YU9CNJAKDgbw+EV/u687INXuLUc7FuML/4g==" + }, + "@types/xml": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/xml/-/xml-1.0.5.tgz", + "integrity": "sha512-h3PVM7waRi2UeoaY2BhpLGvettU/3vfCbsjXMV/9Ex5WjvIy82J8Qfp1xiPxM4kTSOLdFFpjRwQ7YY7XJeKBvg==", + "requires": { + "@types/node": "*" + } + }, + "@webassemblyjs/ast": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", + "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", + "requires": { + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0" + } + }, + "@webassemblyjs/floating-point-hex-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz", + "integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==" + }, + "@webassemblyjs/helper-api-error": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", + "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==" + }, + "@webassemblyjs/helper-buffer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz", + "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==" + }, + "@webassemblyjs/helper-code-frame": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz", + "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==", + "requires": { + "@webassemblyjs/wast-printer": "1.9.0" + } + }, + "@webassemblyjs/helper-fsm": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz", + "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==" + }, + "@webassemblyjs/helper-module-context": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz", + "integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==", + "requires": { + "@webassemblyjs/ast": "1.9.0" + } + }, + "@webassemblyjs/helper-wasm-bytecode": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz", + "integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==" + }, + "@webassemblyjs/helper-wasm-section": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz", + "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0" + } + }, + "@webassemblyjs/ieee754": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz", + "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==", + "requires": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "@webassemblyjs/leb128": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz", + "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==", + "requires": { + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/utf8": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz", + "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==" + }, + "@webassemblyjs/wasm-edit": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz", + "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/helper-wasm-section": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-opt": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "@webassemblyjs/wast-printer": "1.9.0" + } + }, + "@webassemblyjs/wasm-gen": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz", + "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" + } + }, + "@webassemblyjs/wasm-opt": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz", + "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0" + } + }, + "@webassemblyjs/wasm-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz", + "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" + } + }, + "@webassemblyjs/wast-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz", + "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/floating-point-hex-parser": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-code-frame": "1.9.0", + "@webassemblyjs/helper-fsm": "1.9.0", + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/wast-printer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz", + "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0", + "@xtuc/long": "4.2.2" + } + }, + "@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + }, + "@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + }, + "JSONStream": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", + "requires": { + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" + } + }, + "accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "requires": { + "mime-types": "~2.1.24", + "negotiator": "0.6.2" + } + }, + "acorn": { + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.0.tgz", + "integrity": "sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==" + }, + "acorn-node": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", + "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", + "requires": { + "acorn": "^7.0.0", + "acorn-walk": "^7.0.0", + "xtend": "^4.0.2" + } + }, + "acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==" + }, + "ajv": { + "version": "6.12.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.2.tgz", + "integrity": "sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-errors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", + "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==" + }, + "ajv-keywords": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz", + "integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==" + }, + "amf-client-js": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/amf-client-js/-/amf-client-js-4.3.0.tgz", + "integrity": "sha512-fLRM3evsYnJOkJ5hRJO954/UvfcMbjm1YrEla/zTl6FY5RpTjYG4/YBSnBGnfOxZA5jPaKSG02RLPBQd2o910g==", + "requires": { + "ajv": "6.5.2", + "amf-shacl-node": "2.0.0" + }, + "dependencies": { + "ajv": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.5.2.tgz", + "integrity": "sha512-hOs7GfvI6tUI1LfZddH82ky6mOMyTuY0mk7kE2pWpmhhUSkumzaTO5vbVwij39MdwPQWCV4Zv57Eo06NtL/GVA==", + "requires": { + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.1" + } + }, + "fast-deep-equal": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" + } + } + }, + "amf-shacl-node": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/amf-shacl-node/-/amf-shacl-node-2.0.0.tgz", + "integrity": "sha512-38GcUBN7VFzpJHDWeEKZ5bcosGA1/Ur6egUrno+Uprgf/8aXeX0LumkG64sExQPrFQ649Ku3wfgWe+le4bUNVw==", + "requires": { + "@comunica/actor-init-sparql-rdfjs": "^1.10.0", + "jsonld-streaming-serializer": "^1.1.0", + "lru-cache": "^6.0.0", + "n3": "^1.3.5" + }, + "dependencies": { + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } + }, + "ansi-colors": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", + "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==" + }, + "ansi-html": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", + "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=" + }, + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=" + }, + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" + }, + "arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" + }, + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" + }, + "arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" + }, + "array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==" + }, + "array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "requires": { + "array-uniq": "^1.0.1" + } + }, + "array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" + }, + "array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" + }, + "arrayify-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/arrayify-stream/-/arrayify-stream-1.0.0.tgz", + "integrity": "sha512-RP80ep76Lbew2wWN5ogrl2NluTnBVYYh2K3NNCcWfcmmUB7nBcNBctiJeEZAixp3I1vQ9H88iHZ9MbHSdkuupQ==" + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "asn1.js": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz", + "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", + "requires": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } + } + }, + "assert": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", + "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", + "requires": { + "object-assign": "^4.1.1", + "util": "0.10.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" + }, + "util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "requires": { + "inherits": "2.0.1" + } + } + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" + }, + "assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" + }, + "assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" + }, + "async": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "requires": { + "lodash": "^4.17.14" + } + }, + "async-each": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", + "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" + }, + "async-limiter": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" + }, + "asynciterator": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.0.1.tgz", + "integrity": "sha512-i63IZ/CLbSwT+9+jezA8BFnMmmOylNN+2/yNqMSr37IdzjPLnYMfEvTOFt46hDA+san7k9CZN6gEzCgCTTfAWA==" + }, + "asyncjoin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/asyncjoin/-/asyncjoin-1.0.1.tgz", + "integrity": "sha512-FjqqH7H9YUbE51U6xX4hQfzIAbyEKSZLdhdQNvl0kQ2vZvgiYgW1o1Vl4LJIU+3fu7ld3Tdcq72G5/h6OALsBw==", + "requires": { + "asynciterator": "^3.0.0" + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "asyncreiterable": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/asyncreiterable/-/asyncreiterable-2.0.0.tgz", + "integrity": "sha512-Pq9wUkHrXshCxXWy4/O7krS9qGCgHxoDWajWJja/7f5KoZTcO5Xww25NSMTek+jL3CZ4GrHYvOHx5bmrR4nU3w==", + "requires": { + "asynciterator": "^3.0.0" + } + }, + "atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" + }, + "awesome-typescript-loader": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/awesome-typescript-loader/-/awesome-typescript-loader-5.2.1.tgz", + "integrity": "sha512-slv66OAJB8orL+UUaTI3pKlLorwIvS4ARZzYR9iJJyGsEgOqueMfOMdKySWzZ73vIkEe3fcwFgsKMg4d8zyb1g==", + "requires": { + "chalk": "^2.4.1", + "enhanced-resolve": "^4.0.0", + "loader-utils": "^1.1.0", + "lodash": "^4.17.5", + "micromatch": "^3.1.9", + "mkdirp": "^0.5.1", + "source-map-support": "^0.5.3", + "webpack-log": "^1.2.0" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "log-symbols": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", + "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", + "requires": { + "chalk": "^2.0.1" + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + }, + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + }, + "webpack-log": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-1.2.0.tgz", + "integrity": "sha512-U9AnICnu50HXtiqiDxuli5gLB5PGBo7VvcHx36jRZHwK4vzOYLbImqT4lwWwoMHdQWwEKw736fCHEekokTEKHA==", + "requires": { + "chalk": "^2.1.0", + "log-symbols": "^2.1.0", + "loglevelnext": "^1.0.1", + "uuid": "^3.1.0" + } + } + } + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + }, + "aws4": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz", + "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==" + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "requires": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "base64-js": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz", + "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==" + }, + "batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" + }, + "binary-extensions": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz", + "integrity": "sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==" + }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "optional": true, + "requires": { + "file-uri-to-path": "1.0.0" + } + }, + "bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" + }, + "bn.js": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.1.tgz", + "integrity": "sha512-IUTD/REb78Z2eodka1QZyyEk66pciRcP6Sroka0aI3tG/iwIdYLrBD62RsubR7vqdt3WyX8p4jxeatzmRSphtA==" + }, + "body-parser": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", + "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "requires": { + "bytes": "3.1.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.7.0", + "raw-body": "2.4.0", + "type-is": "~1.6.17" + }, + "dependencies": { + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + } + } + }, + "bonjour": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz", + "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", + "requires": { + "array-flatten": "^2.1.0", + "deep-equal": "^1.0.1", + "dns-equal": "^1.0.0", + "dns-txt": "^2.0.2", + "multicast-dns": "^6.0.1", + "multicast-dns-service-types": "^1.1.0" + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" + }, + "browser-pack": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-6.1.0.tgz", + "integrity": "sha512-erYug8XoqzU3IfcU8fUgyHqyOXqIE4tUTTQ+7mqUjQlvnXkOO6OlT9c/ZoJVHYoAaqGxr09CN53G7XIsO4KtWA==", + "requires": { + "JSONStream": "^1.0.3", + "combine-source-map": "~0.8.0", + "defined": "^1.0.0", + "safe-buffer": "^5.1.1", + "through2": "^2.0.0", + "umd": "^3.0.0" + } + }, + "browser-resolve": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-2.0.0.tgz", + "integrity": "sha512-7sWsQlYL2rGLy2IWm8WL8DCTJvYLc/qlOnsakDac87SOoCd16WLsaAMdCiAqsTNHIe+SXfaqyxyo6THoWqs8WQ==", + "requires": { + "resolve": "^1.17.0" + }, + "dependencies": { + "resolve": { + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", + "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", + "requires": { + "path-parse": "^1.0.6" + } + } + } + }, + "browser-stdout": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", + "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==" + }, + "browserify": { + "version": "16.5.2", + "resolved": "https://registry.npmjs.org/browserify/-/browserify-16.5.2.tgz", + "integrity": "sha512-TkOR1cQGdmXU9zW4YukWzWVSJwrxmNdADFbqbE3HFgQWe5wqZmOawqZ7J/8MPCwk/W8yY7Y0h+7mOtcZxLP23g==", + "requires": { + "JSONStream": "^1.0.3", + "assert": "^1.4.0", + "browser-pack": "^6.0.1", + "browser-resolve": "^2.0.0", + "browserify-zlib": "~0.2.0", + "buffer": "~5.2.1", + "cached-path-relative": "^1.0.0", + "concat-stream": "^1.6.0", + "console-browserify": "^1.1.0", + "constants-browserify": "~1.0.0", + "crypto-browserify": "^3.0.0", + "defined": "^1.0.0", + "deps-sort": "^2.0.0", + "domain-browser": "^1.2.0", + "duplexer2": "~0.1.2", + "events": "^2.0.0", + "glob": "^7.1.0", + "has": "^1.0.0", + "htmlescape": "^1.1.0", + "https-browserify": "^1.0.0", + "inherits": "~2.0.1", + "insert-module-globals": "^7.0.0", + "labeled-stream-splicer": "^2.0.0", + "mkdirp-classic": "^0.5.2", + "module-deps": "^6.2.3", + "os-browserify": "~0.3.0", + "parents": "^1.0.1", + "path-browserify": "~0.0.0", + "process": "~0.11.0", + "punycode": "^1.3.2", + "querystring-es3": "~0.2.0", + "read-only-stream": "^2.0.0", + "readable-stream": "^2.0.2", + "resolve": "^1.1.4", + "shasum": "^1.0.0", + "shell-quote": "^1.6.1", + "stream-browserify": "^2.0.0", + "stream-http": "^3.0.0", + "string_decoder": "^1.1.1", + "subarg": "^1.0.0", + "syntax-error": "^1.1.1", + "through2": "^2.0.0", + "timers-browserify": "^1.0.1", + "tty-browserify": "0.0.1", + "url": "~0.11.0", + "util": "~0.10.1", + "vm-browserify": "^1.0.0", + "xtend": "^4.0.0" + }, + "dependencies": { + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "requires": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "requires": { + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" + } + }, + "browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "requires": { + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "browserify-rsa": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", + "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", + "requires": { + "bn.js": "^4.1.0", + "randombytes": "^2.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } + } + }, + "browserify-sign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.1.0.tgz", + "integrity": "sha512-VYxo7cDCeYUoBZ0ZCy4UyEUCP3smyBd4DRQM5nrFS1jJjPJjX7rP3oLRpPoWfkhQfyJ0I9ZbHbKafrFD/SGlrg==", + "requires": { + "bn.js": "^5.1.1", + "browserify-rsa": "^4.0.1", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.2", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.5", + "readable-stream": "^3.6.0" + } + }, + "browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "requires": { + "pako": "~1.0.5" + } + }, + "buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.2.1.tgz", + "integrity": "sha512-c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg==", + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4" + } + }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" + }, + "buffer-indexof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", + "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==" + }, + "buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=" + }, + "builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" + }, + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" + }, + "cacache": { + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz", + "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==", + "requires": { + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "infer-owner": "^1.0.3", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" + } + }, + "cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "requires": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + } + }, + "cached-path-relative": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz", + "integrity": "sha512-5r2GqsoEb4qMTTN9J+WzXfjov+hjxT+j3u5K+kIVNIwAd99DLCJE9pBIMP1qVeybV6JiijL385Oz0DcYxfbOIg==" + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "canonicalize": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/canonicalize/-/canonicalize-1.0.1.tgz", + "integrity": "sha512-N3cmB3QLhS5TJ5smKFf1w42rJXWe6C1qP01z4dxJiI5v269buii4fLHWETDyf7yEd0azGLNC63VxNMiPd2u0Cg==" + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "chai": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz", + "integrity": "sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==", + "requires": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.2", + "deep-eql": "^3.0.1", + "get-func-name": "^2.0.0", + "pathval": "^1.1.0", + "type-detect": "^4.0.5" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": { + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "check-error": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", + "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=" + }, + "chokidar": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.0.tgz", + "integrity": "sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==", + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.1", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.2.0" + } + }, + "chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" + }, + "chrome-trace-event": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz", + "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==", + "requires": { + "tslib": "^1.9.0" + } + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "requires": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", + "requires": { + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "combine-source-map": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.8.0.tgz", + "integrity": "sha1-pY0N8ELBhvz4IqjoAV9UUNLXmos=", + "requires": { + "convert-source-map": "~1.1.0", + "inline-source-map": "~0.6.0", + "lodash.memoize": "~3.0.3", + "source-map": "~0.5.3" + } + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" + }, + "component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + }, + "componentsjs": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.2.tgz", + "integrity": "sha512-ICaSvvxY/CvWwFt0lLsoRL/DHY09akoI6x9WakQQ9g4GYHVaZumWSAdOrzM/htjGpBumpVh1C/4hk0/ghh9jXA==", + "requires": { + "@types/lodash": "^4.14.56", + "@types/minimist": "^1.2.0", + "@types/n3": "0.0.3", + "@types/node": "8.10.21", + "global-modules": "^1.0.0", + "jsonld": "^0.4.11", + "lodash": "^4.17.4", + "minimist": "^1.2.0", + "n3": "^0.9.1", + "requireg": "^0.1.7" + }, + "dependencies": { + "@types/n3": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-0.0.3.tgz", + "integrity": "sha512-oqywrU7RdLKO0Ndnrue8smXR+oLW4EgFGrd/ewaYbkZjgr/eRpwpjsJk9D5Z8AF+cZKYbiQtR5BR6LNlLl0HPQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/node": { + "version": "8.10.21", + "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.21.tgz", + "integrity": "sha512-87XkD9qDXm8fIax+5y7drx84cXsu34ZZqfB7Cial3Q/2lxSoJ/+DRaWckkCbxP41wFSIrrb939VhzaNxj4eY1w==" + }, + "jsonld": { + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", + "integrity": "sha1-oC8gXVNBQU3xtthBTxuWenEgc+g=", + "requires": { + "es6-promise": "^2.0.0", + "pkginfo": "~0.4.0", + "request": "^2.61.0", + "xmldom": "0.1.19" + } + }, + "n3": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/n3/-/n3-0.9.1.tgz", + "integrity": "sha1-QwtUfVjcc4FAjEV4TdgFgXGQOTI=" + } + } + }, + "compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "requires": { + "mime-db": ">= 1.43.0 < 2" + } + }, + "compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "requires": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "requires": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==" + }, + "console-browserify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" + }, + "constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=" + }, + "content-disposition": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", + "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "requires": { + "safe-buffer": "5.1.2" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + }, + "convert-source-map": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.3.tgz", + "integrity": "sha1-SCnId+n+SbMWHzvzZziI4gRpmGA=" + }, + "cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "copy-concurrently": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", + "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", + "requires": { + "aproba": "^1.1.1", + "fs-write-stream-atomic": "^1.0.8", + "iferr": "^0.1.5", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.0" + } + }, + "copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" + }, + "copy-webpack-plugin": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.2.tgz", + "integrity": "sha512-Uh7crJAco3AjBvgAy9Z75CjK8IG+gxaErro71THQ+vv/bl4HaQcpkexAY8KVW/T6D2W2IRr+couF/knIRkZMIQ==", + "requires": { + "cacache": "^12.0.3", + "find-cache-dir": "^2.1.0", + "glob-parent": "^3.1.0", + "globby": "^7.1.1", + "is-glob": "^4.0.1", + "loader-utils": "^1.2.3", + "minimatch": "^3.0.4", + "normalize-path": "^3.0.0", + "p-limit": "^2.2.1", + "schema-utils": "^1.0.0", + "serialize-javascript": "^4.0.0", + "webpack-log": "^2.0.0" + }, + "dependencies": { + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "^2.1.0" + } + } + } + } + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "create-ecdh": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz", + "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", + "requires": { + "bn.js": "^4.1.0", + "elliptic": "^6.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } + } + }, + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "requires": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "cross-fetch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", + "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", + "requires": { + "node-fetch": "2.6.0" + }, + "dependencies": { + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + } + } + }, + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "requires": { + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" + } + }, + "cyclist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", + "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" + }, + "d": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", + "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", + "requires": { + "es5-ext": "^0.10.50", + "type": "^1.0.1" + } + }, + "dash-ast": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz", + "integrity": "sha512-Vy4dx7gquTeMcQR/hDkYLGUnwVil6vk4FOOct+djUnHOUWt+zJPJAaRIXaAFkPXtJjvlY7o3rfRu0/3hpnwoUA==" + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" + }, + "decimal.js": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.0.tgz", + "integrity": "sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw==" + }, + "decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" + }, + "deep-eql": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", + "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", + "requires": { + "type-detect": "^4.0.0" + } + }, + "deep-equal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", + "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", + "requires": { + "is-arguments": "^1.0.4", + "is-date-object": "^1.0.1", + "is-regex": "^1.0.4", + "object-is": "^1.0.1", + "object-keys": "^1.1.1", + "regexp.prototype.flags": "^1.2.0" + } + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" + }, + "default-gateway": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz", + "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==", + "requires": { + "execa": "^1.0.0", + "ip-regex": "^2.1.0" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "requires": { + "object-keys": "^1.0.12" + } + }, + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "requires": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "dependencies": { + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "defined": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", + "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=" + }, + "del": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz", + "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==", + "requires": { + "@types/glob": "^7.1.1", + "globby": "^6.1.0", + "is-path-cwd": "^2.0.0", + "is-path-in-cwd": "^2.0.0", + "p-map": "^2.0.0", + "pify": "^4.0.1", + "rimraf": "^2.6.3" + }, + "dependencies": { + "globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "requires": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "dependencies": { + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + } + } + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + } + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "deps-sort": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.1.tgz", + "integrity": "sha512-1orqXQr5po+3KI6kQb9A4jnXT1PBwggGl2d7Sq2xsnOeI9GPcE/tGcF9UiSZtZBM7MukY4cAh7MemS6tZYipfw==", + "requires": { + "JSONStream": "^1.0.3", + "shasum-object": "^1.0.0", + "subarg": "^1.0.0", + "through2": "^2.0.0" + } + }, + "des.js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", + "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "requires": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "detect-file": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", + "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=" + }, + "detect-node": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz", + "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==" + }, + "detective": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz", + "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==", + "requires": { + "acorn-node": "^1.6.1", + "defined": "^1.0.0", + "minimist": "^1.1.1" + } + }, + "diff": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==" + }, + "diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "requires": { + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } + } + }, + "dir-glob": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz", + "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", + "requires": { + "path-type": "^3.0.0" + } + }, + "dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" + }, + "dns-packet": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz", + "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==", + "requires": { + "ip": "^1.1.0", + "safe-buffer": "^5.0.1" + } + }, + "dns-txt": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz", + "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", + "requires": { + "buffer-indexof": "^1.0.0" + } + }, + "dom-serializer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.0.1.tgz", + "integrity": "sha512-1Aj1Qy3YLbdslkI75QEOfdp9TkQ3o8LRISAzxOibjBs/xWwr1WxZFOQphFkZuepHFGo+kB8e5FVJSS0faAJ4Rw==", + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "entities": "^2.0.0" + } + }, + "domain-browser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==" + }, + "domelementtype": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz", + "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==" + }, + "domhandler": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.0.0.tgz", + "integrity": "sha512-eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw==", + "requires": { + "domelementtype": "^2.0.1" + } + }, + "domutils": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.2.0.tgz", + "integrity": "sha512-0haAxVr1PR0SqYwCH7mxMpHZUwjih9oPPedqpR/KufsnxPyZ9dyVw1R5093qnJF3WXSbjBkdzRWLw/knJV/fAg==", + "requires": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0" + } + }, + "duplexer2": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", + "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=", + "requires": { + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "duplexify": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "requires": { + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "elliptic": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz", + "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==", + "requires": { + "bn.js": "^4.4.0", + "brorand": "^1.0.1", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } + } + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "encoding": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", + "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", + "requires": { + "iconv-lite": "~0.4.13" + } + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "requires": { + "once": "^1.4.0" + } + }, + "enhanced-resolve": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz", + "integrity": "sha512-98p2zE+rL7/g/DzMHMTF4zZlCgeVdJ7yr6xzEpJRYwFYrGi9ANdn5DnJURg6RpBkyk60XYDnWIv51VfIhfNGuA==", + "requires": { + "graceful-fs": "^4.1.2", + "tapable": "^1.0.0" + }, + "dependencies": { + "memory-fs": {} + } + }, + "entities": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", + "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" + }, + "errno": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz", + "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", + "requires": { + "prr": "~1.0.1" + } + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es-abstract": { + "version": "1.17.6", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz", + "integrity": "sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==", + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.0", + "is-regex": "^1.1.0", + "object-inspect": "^1.7.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.0", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "es5-ext": { + "version": "0.10.53", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz", + "integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==", + "requires": { + "es6-iterator": "~2.0.3", + "es6-symbol": "~3.1.3", + "next-tick": "~1.0.0" + } + }, + "es6-iterator": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", + "requires": { + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" + } + }, + "es6-promise": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz", + "integrity": "sha1-lu258v2wGZWCKyY92KratnSBgbw=" + }, + "es6-symbol": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", + "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", + "requires": { + "d": "^1.0.1", + "ext": "^1.1.2" + } + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "eslint-scope": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", + "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", + "requires": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "esrecurse": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz", + "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", + "requires": { + "estraverse": "^4.1.0" + } + }, + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + }, + "eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + }, + "events": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/events/-/events-2.1.0.tgz", + "integrity": "sha512-3Zmiobend8P9DjmKAty0Era4jV8oJ0yGYe2nJJAxgymF9+N8F2m0hhZiMoWtcfepExzNKZumFU3ksdQbInGWCg==" + }, + "eventsource": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz", + "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==", + "requires": { + "original": "^1.0.0" + } + }, + "evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "requires": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", + "requires": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", + "requires": { + "homedir-polyfill": "^1.0.1" + } + }, + "express": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", + "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "requires": { + "accepts": "~1.3.7", + "array-flatten": "1.1.1", + "body-parser": "1.19.0", + "content-disposition": "0.5.3", + "content-type": "~1.0.4", + "cookie": "0.4.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.5", + "qs": "6.7.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.1.2", + "send": "0.17.1", + "serve-static": "1.14.1", + "setprototypeof": "1.1.1", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "ext": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz", + "integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==", + "requires": { + "type": "^2.0.0" + }, + "dependencies": { + "type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/type/-/type-2.0.0.tgz", + "integrity": "sha512-KBt58xCHry4Cejnc2ISQAF7QY+ORngsWfxezO68+12hKV6lQY8P/psIkcbjeHWn7MqcgciWJyCCevFMJdIXpow==" + } + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "requires": { + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + }, + "fast-deep-equal": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", + "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==" + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "fast-safe-stringify": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz", + "integrity": "sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==" + }, + "faye-websocket": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", + "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", + "requires": { + "websocket-driver": ">=0.5.1" + } + }, + "fetch-sparql-endpoint": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/fetch-sparql-endpoint/-/fetch-sparql-endpoint-1.6.2.tgz", + "integrity": "sha512-d0nTwXc6BBnQdrmx7+Bk6pLJ5MLzJtYJRNq4YSpL4Bym8hd12RaBUL7OkcxtuFaMY9gG2Mw0JVNMZeF3bjVSBg==", + "requires": { + "is-stream": "^2.0.0", + "isomorphic-fetch": "^2.2.1", + "minimist": "^1.2.0", + "n3": "^1.0.0", + "rdf-string": "^1.3.1", + "sparqljs": "^3.0.0", + "sparqljson-parse": "^1.5.0", + "sparqlxml-parse": "^1.2.0", + "stream-to-string": "^1.1.0", + "web-streams-node": "^0.4.0" + }, + "dependencies": { + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + } + } + }, + "figgy-pudding": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz", + "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==" + }, + "file-loader": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.1.0.tgz", + "integrity": "sha512-26qPdHyTsArQ6gU4P1HJbAbnFTyT2r0pG7czh1GFAd9TZbj0n94wWbupgixZH/ET/meqi2/5+F7DhW4OAXD+Lg==", + "requires": { + "loader-utils": "^2.0.0", + "schema-utils": "^2.7.1" + }, + "dependencies": { + "ajv": { + "version": "6.12.4", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.4.tgz", + "integrity": "sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" + }, + "json5": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", + "requires": { + "minimist": "^1.2.5" + } + }, + "loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "requires": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "optional": true + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + } + }, + "find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "requires": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + }, + "dependencies": { + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + } + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "findup-sync": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz", + "integrity": "sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==", + "requires": { + "detect-file": "^1.0.0", + "is-glob": "^4.0.0", + "micromatch": "^3.0.4", + "resolve-dir": "^1.0.1" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "flat": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz", + "integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==", + "requires": { + "is-buffer": "~2.0.3" + }, + "dependencies": { + "is-buffer": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", + "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==" + } + } + }, + "flush-write-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", + "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "requires": { + "inherits": "^2.0.3", + "readable-stream": "^2.3.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "follow-redirects": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", + "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" + }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" + }, + "fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "requires": { + "map-cache": "^0.2.2" + } + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + }, + "from2": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", + "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", + "requires": { + "inherits": "^2.0.1", + "readable-stream": "^2.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "fs-write-stream-atomic": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", + "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", + "requires": { + "graceful-fs": "^4.1.2", + "iferr": "^0.1.5", + "imurmurhash": "^0.1.4", + "readable-stream": "1 || 2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "fsevents": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", + "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "get-assigned-identifiers": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz", + "integrity": "sha512-mBBwmeGTrxEMO4pMaaf/uUEFHnYtwr8FTe8Y/mer4rcV/bye0qGm6pw1bGZFGStxC5O76c5ZAVBGnqHmOaJpdQ==" + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "get-func-name": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", + "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=" + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "requires": { + "pump": "^3.0.0" + } + }, + "get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "requires": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + } + }, + "global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", + "requires": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + } + }, + "globby": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz", + "integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=", + "requires": { + "array-union": "^1.0.1", + "dir-glob": "^2.0.0", + "glob": "^7.1.2", + "ignore": "^3.3.5", + "pify": "^3.0.0", + "slash": "^1.0.0" + } + }, + "graceful-fs": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", + "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" + }, + "graphql": { + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", + "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==" + }, + "graphql-ld": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/graphql-ld/-/graphql-ld-1.1.0.tgz", + "integrity": "sha512-nYfXYhpJMuWLTJ1q4fu64Y59OYVR2xQCJcPMEgzYEDEArUIyyEOi8l+VeL/ttBZVg47RICiiC3e26qRYwBR+kQ==", + "requires": { + "@types/rdf-js": "^2.0.11", + "graphql-to-sparql": "^2.1.0", + "jsonld-context-parser": "^2.0.0", + "sparqlalgebrajs": "^2.2.1", + "sparqljson-to-tree": "^2.0.0" + } + }, + "graphql-to-sparql": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/graphql-to-sparql/-/graphql-to-sparql-2.1.1.tgz", + "integrity": "sha512-o+bnwrL4ugil/A4a+x/C8Yae+irxm3xLQGXWrjc5p9K2KEiforY4bU8Ed6Q/wasFjeublCp2v0xEFDnUxyY40g==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "graphql": "^15.0.0", + "jsonld-context-parser": "^2.0.0", + "minimist": "^1.2.0", + "sparqlalgebrajs": "^2.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==" + }, + "handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + }, + "har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "requires": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + }, + "dependencies": { + "ajv": { + "version": "6.12.4", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.4.tgz", + "integrity": "sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + } + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" + }, + "has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", + "requires": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + } + }, + "has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "requires": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "dependencies": { + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "requires": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + } + }, + "hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "requires": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + }, + "hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "requires": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "requires": { + "parse-passwd": "^1.0.0" + } + }, + "hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", + "requires": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "html-entities": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.3.1.tgz", + "integrity": "sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==" + }, + "htmlescape": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.1.tgz", + "integrity": "sha1-OgPtwiFLyjtmQko+eVk0lQnLA1E=" + }, + "htmlparser2": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", + "integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "domutils": "^2.0.0", + "entities": "^2.0.0" + } + }, + "http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=" + }, + "http-errors": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", + "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + }, + "http-link-header": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.0.2.tgz", + "integrity": "sha512-z6YOZ8ZEnejkcCWlGZzYXNa6i+ZaTfiTg3WhlV/YvnNya3W/RbX1bMVUMTuCrg/DrtTCQxaFCkXCz4FtLpcebg==" + }, + "http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "requires": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + } + }, + "http-proxy-middleware": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", + "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==", + "requires": { + "http-proxy": "^1.17.0", + "is-glob": "^4.0.0", + "lodash": "^4.17.11", + "micromatch": "^3.1.10" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ieee754": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", + "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" + }, + "iferr": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", + "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=" + }, + "ignore": { + "version": "3.3.10", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", + "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==" + }, + "immutable": { + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", + "integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=" + }, + "import-local": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz", + "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", + "requires": { + "pkg-dir": "^3.0.0", + "resolve-cwd": "^2.0.0" + } + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" + }, + "infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" + }, + "inline-source-map": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.6.2.tgz", + "integrity": "sha1-+Tk0ccGKedFyT4Y/o4tYY3Ct4qU=", + "requires": { + "source-map": "~0.5.3" + } + }, + "insert-module-globals": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-7.2.0.tgz", + "integrity": "sha512-VE6NlW+WGn2/AeOMd496AHFYmE7eLKkUY6Ty31k4og5vmA3Fjuwe9v6ifH6Xx/Hz27QvdoMoviw1/pqWRB09Sw==", + "requires": { + "JSONStream": "^1.0.3", + "acorn-node": "^1.5.2", + "combine-source-map": "^0.8.0", + "concat-stream": "^1.6.1", + "is-buffer": "^1.1.0", + "path-is-absolute": "^1.0.1", + "process": "~0.11.0", + "through2": "^2.0.0", + "undeclared-identifiers": "^1.1.2", + "xtend": "^4.0.0" + } + }, + "internal-ip": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz", + "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==", + "requires": { + "default-gateway": "^4.2.0", + "ipaddr.js": "^1.9.0" + } + }, + "interpret": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", + "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" + }, + "invariant": {}, + "ip": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", + "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" + }, + "ip-regex": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", + "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=" + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + }, + "is-absolute-url": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", + "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==" + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-arguments": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz", + "integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==" + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "is-callable": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz", + "integrity": "sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==" + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-date-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "requires": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "is-path-cwd": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==" + }, + "is-path-in-cwd": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", + "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", + "requires": { + "is-path-inside": "^2.1.0" + } + }, + "is-path-inside": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz", + "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", + "requires": { + "path-is-inside": "^1.0.2" + } + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + }, + "is-regex": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", + "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + }, + "is-symbol": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", + "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=" + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + }, + "is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" + }, + "isomorphic-fetch": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", + "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", + "requires": { + "node-fetch": "^1.0.1", + "whatwg-fetch": ">=0.10.0" + } + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, + "jquery": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", + "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" + }, + "js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" + }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "json-stable-stringify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz", + "integrity": "sha1-YRwj6BTbN1Un34URk9tZ3Sryf0U=", + "requires": { + "jsonify": "~0.0.0" + } + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "json3": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz", + "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==" + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "jsonify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", + "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=" + }, + "jsonld": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-3.1.1.tgz", + "integrity": "sha512-GrqERUMZtMcdP8WgTt7drF3Ixf0dERA2Q4X3hTLyKt7CJTTQ5cM1vAHuX797piAejuh/KwNdKklKVB1kfYcJbw==", + "requires": { + "canonicalize": "^1.0.1", + "lru-cache": "^5.1.1", + "object.fromentries": "^2.0.2", + "rdf-canonize": "^1.0.2", + "request": "^2.88.0", + "semver": "^6.3.0", + "xmldom": "0.1.19" + } + }, + "jsonld-context-parser": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.0.1.tgz", + "integrity": "sha512-age80EkLq3sGWvf4UBfbHr2M6geOvrMvD1EnkliHeaFzln2a4ZdB7/1gQ4yMt0VjjlqudmvJtffA7YYQ2mx6ug==", + "requires": { + "@types/http-link-header": "^1.0.1", + "@types/isomorphic-fetch": "^0.0.35", + "@types/node": "^13.1.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "isomorphic-fetch": "^2.2.1", + "relative-to-absolute-iri": "^1.0.5" + } + }, + "jsonld-streaming-parser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-2.0.2.tgz", + "integrity": "sha512-h4cK+PQMvOHd+UqgAFpKBmt5LWYoQMQLu9PP7YsRP7rnSJbU/EfJFcJFG6/sdtZslQ6dlNwOvfHbjQ9clzZPzg==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "@types/http-link-header": "^1.0.1", + "@types/rdf-js": "^3.0.0", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "jsonld-context-parser": "^2.0.1", + "jsonparse": "^1.3.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "jsonld-streaming-serializer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsonld-streaming-serializer/-/jsonld-streaming-serializer-1.1.0.tgz", + "integrity": "sha512-C+cs913C3XDScZIqUL8fg5crHQtPTQSZstzvFmhA9/r0QBCRw88BR4TYHvLNhJhzB45GOpoF5/Fx4I4xfKGpOQ==", + "requires": { + "@types/rdf-js": "^2.0.1", + "jsonld-context-parser": "^2.0.0" + } + }, + "jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=" + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "killable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz", + "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==" + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + }, + "labeled-stream-splicer": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-2.0.2.tgz", + "integrity": "sha512-Ca4LSXFFZUjPScRaqOcFxneA0VpKZr4MMYCljyQr4LIewTLb3Y0IUTIsnBBsVubIeEfxeSZpSjSsRM8APEQaAw==", + "requires": { + "inherits": "^2.0.1", + "stream-splicer": "^2.0.0" + } + }, + "loader-runner": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", + "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==" + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "lodash": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + }, + "lodash.memoize": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz", + "integrity": "sha1-LcvSwofLwKVcxCMovQxzYVDVPj8=" + }, + "lodash.uniqwith": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz", + "integrity": "sha1-egy/ZfQ7WShiWp1NDcVLGMrcfvM=" + }, + "log-symbols": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", + "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "requires": { + "chalk": "^2.4.2" + } + }, + "loglevel": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.0.tgz", + "integrity": "sha512-i2sY04nal5jDcagM3FMfG++T69GEEM8CYuOfeOIvmXzOIcwE9a/CJPR0MFM97pYMj/u10lzz7/zd7+qwhrBTqQ==" + }, + "loglevelnext": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.5.tgz", + "integrity": "sha512-V/73qkPuJmx4BcBF19xPBr+0ZRVBhc4POxvZTZdMeXpJ4NItXSJ/MSwuFT0kQJlCbXvdlZoQQ/418bS1y9Jh6A==", + "requires": { + "es6-symbol": "^3.1.1", + "object.assign": "^4.1.0" + } + }, + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "requires": { + "yallist": "^3.0.2" + } + }, + "make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" + }, + "map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" + }, + "map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", + "requires": { + "object-visit": "^1.0.0" + } + }, + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + }, + "memory-fs": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", + "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" + }, + "micromatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", + "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.0.5" + } + }, + "miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "requires": { + "bn.js": "^4.0.0", + "brorand": "^1.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } + } + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + }, + "mime-db": { + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", + "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" + }, + "mime-types": { + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", + "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", + "requires": { + "mime-db": "1.44.0" + } + }, + "minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + }, + "minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "mississippi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", + "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", + "requires": { + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^3.0.0", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" + } + }, + "mixin-deep": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "requires": { + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "requires": { + "minimist": "^1.2.5" + } + }, + "mkdirp-classic": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", + "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" + }, + "mocha": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.2.0.tgz", + "integrity": "sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==", + "requires": { + "ansi-colors": "3.2.3", + "browser-stdout": "1.3.1", + "chokidar": "3.3.0", + "debug": "3.2.6", + "diff": "3.5.0", + "escape-string-regexp": "1.0.5", + "find-up": "3.0.0", + "glob": "7.1.3", + "growl": "1.10.5", + "he": "1.2.0", + "js-yaml": "3.13.1", + "log-symbols": "3.0.0", + "minimatch": "3.0.4", + "mkdirp": "0.5.5", + "ms": "2.1.1", + "node-environment-flags": "1.0.6", + "object.assign": "4.1.0", + "strip-json-comments": "2.0.1", + "supports-color": "6.0.0", + "which": "1.3.1", + "wide-align": "1.1.3", + "yargs": "13.3.2", + "yargs-parser": "13.1.2", + "yargs-unparser": "1.6.0" + }, + "dependencies": { + "ansi-colors": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", + "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==" + }, + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } + } + }, + "module-deps": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/module-deps/-/module-deps-6.2.3.tgz", + "integrity": "sha512-fg7OZaQBcL4/L+AK5f4iVqf9OMbCclXfy/znXRxTVhJSeW5AIlS9AwheYwDaXM3lVW7OBeaeUEY3gbaC6cLlSA==", + "requires": { + "JSONStream": "^1.0.3", + "browser-resolve": "^2.0.0", + "cached-path-relative": "^1.0.2", + "concat-stream": "~1.6.0", + "defined": "^1.0.0", + "detective": "^5.2.0", + "duplexer2": "^0.1.2", + "inherits": "^2.0.1", + "parents": "^1.0.0", + "readable-stream": "^2.0.2", + "resolve": "^1.4.0", + "stream-combiner2": "^1.1.1", + "subarg": "^1.0.0", + "through2": "^2.0.0", + "xtend": "^4.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "move-concurrently": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", + "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", + "requires": { + "aproba": "^1.1.1", + "copy-concurrently": "^1.0.0", + "fs-write-stream-atomic": "^1.0.8", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.3" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "multicast-dns": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", + "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", + "requires": { + "dns-packet": "^1.3.1", + "thunky": "^1.0.2" + } + }, + "multicast-dns-service-types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", + "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=" + }, + "n3": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.3.5.tgz", + "integrity": "sha512-McWb1tCWGGAmHeGEakqZj/UqxQR9cpEYZ/JivBj59YfiOAuaIWZxu0B+jnhbCwCZ2AsxdgQ5Dq8fehIJpYQaMQ==" + }, + "nan": { + "version": "2.14.1", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz", + "integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==", + "optional": true + }, + "nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + } + }, + "negotiate": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/negotiate/-/negotiate-1.0.1.tgz", + "integrity": "sha1-NayLVnL3sF+qEL8CYTQusRIDcP0=" + }, + "negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" + }, + "neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + }, + "nested-error-stacks": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz", + "integrity": "sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==" + }, + "next-tick": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", + "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" + }, + "node-environment-flags": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", + "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", + "requires": { + "object.getownpropertydescriptors": "^2.0.3", + "semver": "^5.7.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "node-fetch": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", + "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", + "requires": { + "encoding": "^0.1.11", + "is-stream": "^1.0.1" + } + }, + "node-forge": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.9.1.tgz", + "integrity": "sha512-G6RlQt5Sb4GMBzXvhfkeFmbqR6MzhtnT7VTHuLadjkii3rdYHNdw0m8zA4BTxVIh68FicCQ2NSUANpsqkr9jvQ==" + }, + "node-libs-browser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", + "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", + "requires": { + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^3.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "0.0.1", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.11.0", + "vm-browserify": "^1.0.1" + }, + "dependencies": { + "buffer": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + } + }, + "events": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.2.0.tgz", + "integrity": "sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg==" + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "stream-http": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", + "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", + "requires": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.3.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" + } + }, + "timers-browserify": { + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.11.tgz", + "integrity": "sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ==", + "requires": { + "setimmediate": "^1.0.4" + } + }, + "tty-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", + "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" + }, + "util": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", + "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", + "requires": { + "inherits": "2.0.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + } + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "requires": { + "path-key": "^2.0.0" + } + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", + "requires": { + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "object-inspect": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", + "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" + }, + "object-is": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.2.tgz", + "integrity": "sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + }, + "object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", + "requires": { + "isobject": "^3.0.0" + } + }, + "object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "requires": { + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" + } + }, + "object.fromentries": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.2.tgz", + "integrity": "sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1", + "function-bind": "^1.1.1", + "has": "^1.0.3" + } + }, + "object.getownpropertydescriptors": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", + "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", + "requires": { + "isobject": "^3.0.1" + } + }, + "obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "requires": { + "ee-first": "1.1.1" + } + }, + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "opn": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", + "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", + "requires": { + "is-wsl": "^1.1.0" + } + }, + "original": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz", + "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", + "requires": { + "url-parse": "^1.4.3" + } + }, + "os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-map": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==" + }, + "p-retry": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz", + "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==", + "requires": { + "retry": "^0.12.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" + }, + "parallel-transform": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", + "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", + "requires": { + "cyclist": "^1.0.1", + "inherits": "^2.0.3", + "readable-stream": "^2.1.5" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "parents": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parents/-/parents-1.0.1.tgz", + "integrity": "sha1-/t1NK/GTp3dF/nHjcdc8MwfZx1E=", + "requires": { + "path-platform": "~0.11.15" + } + }, + "parse-asn1": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.5.tgz", + "integrity": "sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ==", + "requires": { + "asn1.js": "^4.0.0", + "browserify-aes": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" + } + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "requires": { + "error-ex": "^1.2.0" + } + }, + "parse-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-link-header/-/parse-link-header-1.0.1.tgz", + "integrity": "sha1-vt/g0hGK64S+deewJUGeyKYRQKc=", + "requires": { + "xtend": "~4.0.1" + } + }, + "parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=" + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" + }, + "path-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", + "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==" + }, + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" + }, + "path-platform": { + "version": "0.11.15", + "resolved": "https://registry.npmjs.org/path-platform/-/path-platform-0.11.15.tgz", + "integrity": "sha1-6GQhf3TDaFDwhSt43Hv31KVyG/I=" + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "requires": { + "pify": "^3.0.0" + } + }, + "pathval": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz", + "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=" + }, + "pbkdf2": { + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz", + "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==", + "requires": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "requires": { + "pinkie": "^2.0.0" + } + }, + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "requires": { + "find-up": "^3.0.0" + } + }, + "pkginfo": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.4.1.tgz", + "integrity": "sha1-tUGO8EOd5UJfxJlQQtztFPsqhP8=" + }, + "portfinder": { + "version": "1.0.28", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz", + "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==", + "requires": { + "async": "^2.6.2", + "debug": "^3.1.1", + "mkdirp": "^0.5.5" + }, + "dependencies": { + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" + }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" + }, + "promise-polyfill": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-1.1.6.tgz", + "integrity": "sha1-zQTv9G9clcOn0EVZHXm14+AfEtc=" + }, + "proxy-addr": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", + "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", + "requires": { + "forwarded": "~0.1.2", + "ipaddr.js": "1.9.1" + } + }, + "prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" + }, + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + }, + "public-encrypt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "requires": { + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } + } + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "pumpify": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", + "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", + "requires": { + "duplexify": "^3.6.0", + "inherits": "^2.0.3", + "pump": "^2.0.0" + }, + "dependencies": { + "pump": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", + "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + } + } + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + }, + "querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=" + }, + "querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=" + }, + "querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + }, + "queue-microtask": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.1.4.tgz", + "integrity": "sha512-eY/4Obve9cE5FK8YvC1cJsm5cr7XvAurul8UtBDJ2PR1p5NmAwHtvAt5ftcLtwYRCUKNhxCneZZlxmUDFoSeKA==" + }, + "randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "requires": { + "safe-buffer": "^5.1.0" + } + }, + "randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "requires": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", + "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "requires": { + "bytes": "3.1.0", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "dependencies": { + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + } + } + }, + "raw-loader": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/raw-loader/-/raw-loader-4.0.1.tgz", + "integrity": "sha512-baolhQBSi3iNh1cglJjA0mYzga+wePk7vdEX//1dTFd+v4TsQlQE0jitJSNF1OIP82rdYulH7otaVmdlDaJ64A==", + "requires": { + "loader-utils": "^2.0.0", + "schema-utils": "^2.6.5" + }, + "dependencies": { + "json5": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", + "requires": { + "minimist": "^1.2.5" + } + }, + "loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "schema-utils": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", + "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", + "requires": { + "@types/json-schema": "^7.0.4", + "ajv": "^6.12.2", + "ajv-keywords": "^3.4.1" + } + } + } + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + } + }, + "rdf-canonize": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/rdf-canonize/-/rdf-canonize-1.1.0.tgz", + "integrity": "sha512-DV06OnhVfl2zcZJQCt+YvU+hoZVgpyQpNFLeAmghq8RJybUxD3B4LRzlBquYS5k+LLd8/c3g5Gnhkqjw5qRMvg==", + "requires": { + "node-forge": "^0.9.1", + "semver": "^6.3.0" + } + }, + "rdf-data-factory": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rdf-data-factory/-/rdf-data-factory-1.0.0.tgz", + "integrity": "sha512-C+UBVeXchaywznF8VnmkRSanUpB3/f2iBrdqw2aPFqKlUgcRGHhAIQZ/AjfbM7u1beyNlEq2us3kvVIum6+uBg==", + "requires": { + "@types/rdf-js": "*" + } + }, + "rdf-literal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.1.1.tgz", + "integrity": "sha512-zYelIUgvwifeq2aFfTYlv+SoxZbSjdKw+I4ulZ5ECil8FTh2+ufHiR9P7T61KnVyo8BqBhyeHBR4UvA++PWozA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "rdf-quad": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.4.0.tgz", + "integrity": "sha512-xChDvhK2zb4/aCg8P668CWTn4TEhscefg/E1s+Qu61sZ/hKct/WQn0wuHim8H+MFrzZ7fFN7Gh7aamPgm/QSwA==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "rdf-literal": "^1.0.0", + "rdf-string": "^1.3.1" + } + }, + "rdf-store-stream": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rdf-store-stream/-/rdf-store-stream-1.0.1.tgz", + "integrity": "sha512-/aMMY3UeC1ONxnDoPgpeaZPT7coqeYRFQ1U30nuJ66f6OMDBag/iYtgu871hqobgKDZEmxg9Ut3USsZzvEry0Q==", + "requires": { + "@types/rdf-js": "^3.0.2", + "n3": "^1.1.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "rdf-string": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.5.0.tgz", + "integrity": "sha512-3TEJuDIKUADgZrfcZG+zAN4GfVA1Ei2sKA7Z7QVHkAE36wWoRGPJbGihPQMldgzvy9lG2nzZU+CXz+6oGSQNsQ==", + "requires": { + "rdf-data-factory": "^1.0.0" + } + }, + "rdf-string-ttl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rdf-string-ttl/-/rdf-string-ttl-1.0.1.tgz", + "integrity": "sha512-QdOztnXuQTS5HwS2YTUkY9KUdyjyMYCX4QITfAAAtJnGqQkfah1L+VdV3E+Z3NKp/CBXLqZs/oMZe5J7pUEzpw==", + "requires": { + "@rdfjs/data-model": "^1.1.1" + } + }, + "rdf-terms": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/rdf-terms/-/rdf-terms-1.5.1.tgz", + "integrity": "sha512-dDhpUYxTAOWKT3Ln93A5k5UB5SftG8bPAzeZEjGeP4e7eboMhITUTDks8HDmUt9X1P+HpfnY/o6VSTSpf3Advw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "lodash.uniqwith": "^4.5.0" + } + }, + "rdfa-streaming-parser": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/rdfa-streaming-parser/-/rdfa-streaming-parser-1.2.2.tgz", + "integrity": "sha512-OKNyZworn+wuHd9DsskyiBor85nQPAMzSR/xm6np1Pe09edj3yRGJQLsY62Ww1ELjZbdEFXougIShhR9VwU83A==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/rdf-js": "^3.0.0", + "htmlparser2": "^4.0.0", + "relative-to-absolute-iri": "^1.0.2" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "rdfxml-streaming-parser": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/rdfxml-streaming-parser/-/rdfxml-streaming-parser-1.3.6.tgz", + "integrity": "sha512-t9uqmCiPjmMFMXQ3Va2rc4ePElhze63EUmXVLA05s40NQEvphj8I8Kl1qODBwHnxocdoc1yVQRsC6hVJAPHvPQ==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "relative-to-absolute-iri": "^1.0.0", + "sax": "^1.2.4" + } + }, + "read-file": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/read-file/-/read-file-0.2.0.tgz", + "integrity": "sha1-cMa6+IQux9FUD5gf0Oau1Mgb1UU=" + }, + "read-only-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/read-only-stream/-/read-only-stream-2.0.0.tgz", + "integrity": "sha1-JyT9aoET1zdkrCiNQ4YnDB2/F/A=", + "requires": { + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readable-stream-node-to-web": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/readable-stream-node-to-web/-/readable-stream-node-to-web-1.0.1.tgz", + "integrity": "sha1-i3YU+qFGXr+g2pucpjA/onBzt88=" + }, + "readdirp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.2.0.tgz", + "integrity": "sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==", + "requires": { + "picomatch": "^2.0.4" + } + }, + "regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "requires": { + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" + } + }, + "regexp.prototype.flags": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", + "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "registry-auth-token": {}, + "registry-url": {}, + "relative-to-absolute-iri": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/relative-to-absolute-iri/-/relative-to-absolute-iri-1.0.6.tgz", + "integrity": "sha512-Xw5/Zx6iWSCMJUXwXVOjySjH8Xli4hVFL9QQFvkl1qEmFBG94J+QUI9emnoctOCD3285f1jNV+QWV9eDYwIdfQ==" + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" + }, + "repeat-element": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", + "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==" + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" + }, + "request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "requireg": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/requireg/-/requireg-0.1.8.tgz", + "integrity": "sha512-qjbwnviLXg4oZiAFEr1ExbevkUPaEiP1uPGSoFCVgCCcbo4PXv9SmiJpXNYmgTBCZ8fY1Jy+sk7F9/kPNepeDw==", + "requires": { + "nested-error-stacks": "~2.0.1", + "rc": "~1.2.7", + "resolve": "~1.7.1" + } + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + }, + "resolve": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.7.1.tgz", + "integrity": "sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==", + "requires": { + "path-parse": "^1.0.5" + } + }, + "resolve-cwd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz", + "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", + "requires": { + "resolve-from": "^3.0.0" + } + }, + "resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", + "requires": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + } + }, + "resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" + }, + "resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" + }, + "ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" + }, + "retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=" + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "requires": { + "glob": "^7.1.3" + } + }, + "ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "run-queue": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", + "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", + "requires": { + "aproba": "^1.1.1" + } + }, + "safe-buffer": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", + "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" + }, + "safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", + "requires": { + "ret": "~0.1.10" + } + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "sax-stream": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax-stream/-/sax-stream-1.3.0.tgz", + "integrity": "sha512-tcfsAAICAkyNNe4uiKtKmLKxx3C7qPAej13UUoN+7OLYq/P5kHGahZtJhhMVM3fIMndA6TlYHWFlFEzFkv1VGg==", + "requires": { + "debug": "~2", + "sax": "~1" + } + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + }, + "select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=" + }, + "selfsigned": { + "version": "1.10.7", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.7.tgz", + "integrity": "sha512-8M3wBCzeWIJnQfl43IKwOmC4H/RAp50S8DF60znzjW5GVqTcSe2vWclt7hmYVPkKPlHWOu5EaWOMZ2Y6W8ZXTA==", + "requires": { + "node-forge": "0.9.0" + }, + "dependencies": { + "node-forge": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz", + "integrity": "sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ==" + } + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "send": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", + "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "requires": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.7.2", + "mime": "1.6.0", + "ms": "2.1.1", + "on-finished": "~2.3.0", + "range-parser": "~1.2.1", + "statuses": "~1.5.0" + }, + "dependencies": { + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } + } + }, + "serialize-javascript": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + "requires": { + "randombytes": "^2.1.0" + } + }, + "serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", + "requires": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "dependencies": { + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + } + } + }, + "serve-static": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", + "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.17.1" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "set-value": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "requires": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" + }, + "setprototypeof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "shasum": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/shasum/-/shasum-1.0.2.tgz", + "integrity": "sha1-5wEjENj0F/TetXEhUOVni4euVl8=", + "requires": { + "json-stable-stringify": "~0.0.0", + "sha.js": "~2.4.4" + } + }, + "shasum-object": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shasum-object/-/shasum-object-1.0.0.tgz", + "integrity": "sha512-Iqo5rp/3xVi6M4YheapzZhhGPVs0yZwHj7wvwQ1B9z8H6zk+FEnI7y3Teq7qwnekfEhu8WmG2z0z4iWZaxLWVg==", + "requires": { + "fast-safe-stringify": "^2.0.7" + } + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" + }, + "shell-quote": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz", + "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==" + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" + }, + "simple-concat": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", + "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" + }, + "slash": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", + "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=" + }, + "snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "requires": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "requires": { + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "requires": { + "kind-of": "^3.2.0" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "sockjs": { + "version": "0.3.20", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.20.tgz", + "integrity": "sha512-SpmVOVpdq0DJc0qArhF3E5xsxvaiqGNb73XfgBpK1y3UD5gs8DSo8aCTsuT5pX8rssdc2NDIzANwP9eCAiSdTA==", + "requires": { + "faye-websocket": "^0.10.0", + "uuid": "^3.4.0", + "websocket-driver": "0.6.5" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "sockjs-client": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.4.0.tgz", + "integrity": "sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g==", + "requires": { + "debug": "^3.2.5", + "eventsource": "^1.0.7", + "faye-websocket": "~0.11.1", + "inherits": "^2.0.3", + "json3": "^3.3.2", + "url-parse": "^1.4.3" + }, + "dependencies": { + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "faye-websocket": { + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz", + "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==", + "requires": { + "websocket-driver": ">=0.5.1" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "source-list-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, + "source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "requires": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + }, + "source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "source-map-url": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", + "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" + }, + "sparqlalgebrajs": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.3.2.tgz", + "integrity": "sha512-QnjSz25c6ruALbxxD7e9E64hoi/yPMz5MzxUIjLEiTob2zWoM4Pj6GlYZAMnxcCdXXURZO+n0Obt/8XhQj4XiQ==", + "requires": { + "@rdfjs/data-model": "^1.1.2", + "fast-deep-equal": "^3.1.1", + "minimist": "^1.2.5", + "rdf-string": "^1.3.1", + "sparqljs": "^3.1.1" + } + }, + "sparqlee": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.4.3.tgz", + "integrity": "sha512-HVWj816xZqUO14/kkA9I/OS+uF8zHe7MGCmoGb4gPcO2KcenF8hg4SssftcQgxVJzsI4RQV91rXhDYdBb1WF9g==", + "requires": { + "@rdfjs/data-model": "^1.1.0", + "@types/create-hash": "^1.2.0", + "@types/rdf-js": "^3.0.0", + "@types/uuid": "^8.0.0", + "create-hash": "^1.2.0", + "decimal.js": "^10.2.0", + "immutable": "^3.8.2", + "rdf-string": "^1.1.1", + "sparqlalgebrajs": "^2.1.0", + "uri-js": "^4.2.2", + "uuid": "^8.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/uuid": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==" + }, + "uuid": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" + } + } + }, + "sparqljs": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.1.1.tgz", + "integrity": "sha512-HYSwEu++souL4YjJbRx+3dJ1aNYNuR+BbZdPmdrmD4QMSO14J63BEshpcSURcNRsuriOI+05wo2AaxVvpjhgkg==", + "requires": { + "n3": "^1.6.0" + }, + "dependencies": { + "n3": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.6.3.tgz", + "integrity": "sha512-dN+8pLw2h1H1WQTW9VR3T16tHPDYdQP+YKXzbcpBCMCb9ZkksUyoVRRdtFGl3vosdET+NIB5eiIgth+4Vit6Yw==", + "requires": { + "queue-microtask": "^1.1.2", + "readable-stream": "^3.6.0" + } + } + } + }, + "sparqljson-parse": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/sparqljson-parse/-/sparqljson-parse-1.5.2.tgz", + "integrity": "sha512-VnYzLsiha3Byb7iKr4qbwsztF7cjZFDEnJg2Z2fSbVlUOa4Pwk4cHem6SnFDBWRrOtu/N98v9/JMVRi6bQYqew==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^13.1.0", + "@types/rdf-js": "^3.0.0", + "JSONStream": "^1.3.3" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "sparqljson-to-tree": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/sparqljson-to-tree/-/sparqljson-to-tree-2.0.0.tgz", + "integrity": "sha512-+2R6RtLYm5A3zA/SzIU/6RCp8lM2KQfJpos53BmkgRnHHHvP/ZVtMMnqY9IsV3msMLSCa/D/rS51ND8nCPwRoQ==", + "requires": { + "rdf-literal": "^1.0.0", + "sparqljson-parse": "^1.5.0" + } + }, + "sparqlxml-parse": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.3.0.tgz", + "integrity": "sha512-NeI5t7Jglue/CIl1LXAAXzK4k9Ex4ULuPpTShuEpID+edPmljJ17ITsgx1yM8exZR1a4br5UqyyiDxduQQ4wAw==", + "requires": { + "@rdfjs/data-model": "^1.1.1", + "@types/node": "^13.1.0", + "@types/rdf-js": "^3.0.0", + "sax-stream": "^1.2.3" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "requires": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "requires": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "requires": { + "extend-shallow": "^3.0.0" + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "ssri": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz", + "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", + "requires": { + "figgy-pudding": "^3.5.1" + } + }, + "static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", + "requires": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + }, + "stream-browserify": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", + "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", + "requires": { + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "stream-combiner2": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz", + "integrity": "sha1-+02KFCDqNidk4hrUeAOXvry0HL4=", + "requires": { + "duplexer2": "~0.1.0", + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "stream-each": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", + "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", + "requires": { + "end-of-stream": "^1.1.0", + "stream-shift": "^1.0.0" + } + }, + "stream-http": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-3.1.1.tgz", + "integrity": "sha512-S7OqaYu0EkFpgeGFb/NPOoPLxFko7TPqtEeFg5DXPB4v/KETHG0Ln6fRFrNezoelpaDKmycEmmZ81cC9DAwgYg==", + "requires": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "xtend": "^4.0.2" + } + }, + "stream-shift": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" + }, + "stream-splicer": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/stream-splicer/-/stream-splicer-2.0.1.tgz", + "integrity": "sha512-Xizh4/NPuYSyAXyT7g8IvdJ9HJpxIGL9PjyhtywCZvvP0OPIdqyrr4dMikeuvY8xahpdKEBlBTySe583totajg==", + "requires": { + "inherits": "^2.0.1", + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "stream-to-string": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/stream-to-string/-/stream-to-string-1.2.0.tgz", + "integrity": "sha512-8drZlFIKBHSMdX9GCWv8V9AAWnQcTqw0iAI6/GC7UJ0H0SwKeFKjOoZfGY1tOU00GGU7FYZQoJ/ZCUEoXhD7yQ==", + "requires": { + "promise-polyfill": "^1.1.6" + } + }, + "streamify-string": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/streamify-string/-/streamify-string-1.0.1.tgz", + "integrity": "sha1-niIN4z4cR13TDgIG9bGBXMbJUls=" + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "string.prototype.trimend": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", + "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "string.prototype.trimstart": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", + "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "requires": { + "safe-buffer": "~5.2.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "requires": { + "is-utf8": "^0.2.0" + } + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" + }, + "subarg": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz", + "integrity": "sha1-9izxdYHplrSPyWVpn1TAauJouNI=", + "requires": { + "minimist": "^1.1.0" + } + }, + "supports-color": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz", + "integrity": "sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "syntax-error": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/syntax-error/-/syntax-error-1.4.0.tgz", + "integrity": "sha512-YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w==", + "requires": { + "acorn-node": "^1.2.0" + } + }, + "tapable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" + }, + "term-size": { + "dependencies": { + "cross-spawn": {} + } + }, + "terser": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", + "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", + "requires": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "terser-webpack-plugin": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", + "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", + "requires": { + "cacache": "^12.0.2", + "find-cache-dir": "^2.1.0", + "is-wsl": "^1.1.0", + "schema-utils": "^1.0.0", + "serialize-javascript": "^4.0.0", + "source-map": "^0.6.1", + "terser": "^4.1.2", + "webpack-sources": "^1.4.0", + "worker-farm": "^1.7.0" + }, + "dependencies": { + "serialize-javascript": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + "requires": { + "randombytes": "^2.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + }, + "through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "requires": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" + }, + "timers-browserify": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz", + "integrity": "sha1-ycWLV1voQHN1y14kYtrO50NZ9B0=", + "requires": { + "process": "~0.11.0" + } + }, + "to-arraybuffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=" + }, + "to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "requires": { + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "toidentifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" + }, + "touch": {}, + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + }, + "ts-loader": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-7.0.5.tgz", + "integrity": "sha512-zXypEIT6k3oTc+OZNx/cqElrsbBtYqDknf48OZos0NQ3RTt045fBIU8RRSu+suObBzYB355aIPGOe/3kj9h7Ig==", + "requires": { + "chalk": "^2.3.0", + "enhanced-resolve": "^4.0.0", + "loader-utils": "^1.0.2", + "micromatch": "^4.0.0", + "semver": "^6.0.0" + } + }, + "ts-node": { + "version": "8.10.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", + "integrity": "sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==", + "requires": { + "arg": "^4.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "source-map-support": "^0.5.17", + "yn": "3.1.1" + }, + "dependencies": { + "diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==" + } + } + }, + "tsconfig": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/tsconfig/-/tsconfig-5.0.3.tgz", + "integrity": "sha1-X0J45wGACWeo/Dg/0ZZIh48qbjo=", + "requires": { + "any-promise": "^1.3.0", + "parse-json": "^2.2.0", + "strip-bom": "^2.0.0", + "strip-json-comments": "^2.0.0" + } + }, + "tsify": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/tsify/-/tsify-4.0.2.tgz", + "integrity": "sha512-XZ4jziRS8SBnoSnp1QOtASxjqhvOSfXhO8cD5WPBpXD6UKDCMQ/n7L1cr+Wlb5htIZJuvfhfxely+HODsVRWLA==", + "requires": { + "convert-source-map": "^1.1.0", + "fs.realpath": "^1.0.0", + "object-assign": "^4.1.0", + "semver": "^6.1.0", + "through2": "^2.0.0", + "tsconfig": "^5.0.3" + } + }, + "tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" + }, + "tty-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz", + "integrity": "sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==" + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" + }, + "type": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", + "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" + }, + "type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" + }, + "typescript": { + "version": "3.9.7", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==" + }, + "typings-core": {}, + "umd": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/umd/-/umd-3.0.3.tgz", + "integrity": "sha512-4IcGSufhFshvLNcMCV80UnQVlZ5pMOC8mvNPForqwA4+lzYQuetTESLDQkeLmihq8bRcnpbQa48Wb8Lh16/xow==" + }, + "undeclared-identifiers": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz", + "integrity": "sha512-pJOW4nxjlmfwKApE4zvxLScM/njmwj/DiUBv7EabwE4O8kRUy+HIwxQtZLBPll/jx1LJyBcqNfB3/cpv9EZwOw==", + "requires": { + "acorn-node": "^1.3.0", + "dash-ast": "^1.0.0", + "get-assigned-identifiers": "^1.2.0", + "simple-concat": "^1.0.0", + "xtend": "^4.0.1" + } + }, + "union-value": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", + "requires": { + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" + } + }, + "unique-filename": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "requires": { + "unique-slug": "^2.0.0" + } + }, + "unique-slug": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", + "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "requires": { + "imurmurhash": "^0.1.4" + } + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + }, + "unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", + "requires": { + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "dependencies": { + "has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", + "requires": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "dependencies": { + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "requires": { + "isarray": "1.0.0" + } + } + } + }, + "has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" + } + } + }, + "upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==" + }, + "update-notifier": {}, + "uri-js": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "requires": { + "punycode": "^2.1.0" + } + }, + "uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha1-BdCoU/+8iw9Jqj1NKtd3sNHuBww=" + }, + "urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" + }, + "url": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", + "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", + "requires": { + "punycode": "1.3.2", + "querystring": "0.2.0" + }, + "dependencies": { + "punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" + } + } + }, + "url-parse": { + "version": "1.4.7", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz", + "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==", + "requires": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "use": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" + }, + "util": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", + "requires": { + "inherits": "2.0.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" + }, "uuid": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" + }, + "v8-compile-cache": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz", + "integrity": "sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==" + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "vm-browserify": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" + }, + "watchpack": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.4.tgz", + "integrity": "sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg==", + "requires": { + "chokidar": "^3.4.1", + "graceful-fs": "^4.1.2", + "neo-async": "^2.5.0", + "watchpack-chokidar2": "^2.0.0" + }, + "dependencies": { + "chokidar": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz", + "integrity": "sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==", + "optional": true, + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.2", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.4.0" + } + }, + "readdirp": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", + "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", + "optional": true, + "requires": { + "picomatch": "^2.2.1" + } + } + } + }, + "watchpack-chokidar2": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz", + "integrity": "sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA==", + "optional": true, + "requires": { + "chokidar": "^2.1.8" + }, + "dependencies": { + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "optional": true, + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "optional": true, + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "optional": true + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "optional": true, + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "optional": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "optional": true, + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "optional": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "optional": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "optional": true, + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "optional": true, + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "optional": true, + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "optional": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "optional": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "optional": true, + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "optional": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "optional": true, + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "optional": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "optional": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "optional": true, + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "requires": { + "minimalistic-assert": "^1.0.0" + } + }, + "web-streams-node": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/web-streams-node/-/web-streams-node-0.4.0.tgz", + "integrity": "sha512-u+PBQs8DFaBrN/bxCLFn21tO/ZP7EM3qA4FGzppoUCcZ5CaMbKOsN8uOp27ylVEsfrxcR2tsF6gWHI5M8bN73w==", + "requires": { + "is-stream": "^1.1.0", + "readable-stream-node-to-web": "^1.0.1", + "web-streams-ponyfill": "^1.4.1" + } + }, + "web-streams-ponyfill": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/web-streams-ponyfill/-/web-streams-ponyfill-1.4.2.tgz", + "integrity": "sha512-LCHW+fE2UBJ2vjhqJujqmoxh1ytEDEr0dPO3CabMdMDJPKmsaxzS90V1Ar6LtNE5VHLqxR4YMEj1i4lzMAccIA==" + }, + "webpack": { + "version": "4.44.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.44.1.tgz", + "integrity": "sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/wasm-edit": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "acorn": "^6.4.1", + "ajv": "^6.10.2", + "ajv-keywords": "^3.4.1", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^4.3.0", + "eslint-scope": "^4.0.3", + "json-parse-better-errors": "^1.0.2", + "loader-runner": "^2.4.0", + "loader-utils": "^1.2.3", + "memory-fs": "^0.4.1", + "micromatch": "^3.1.10", + "mkdirp": "^0.5.3", + "neo-async": "^2.6.1", + "node-libs-browser": "^2.2.1", + "schema-utils": "^1.0.0", + "tapable": "^1.1.3", + "terser-webpack-plugin": "^1.4.3", + "watchpack": "^1.7.4", + "webpack-sources": "^1.4.1" + }, + "dependencies": { + "acorn": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz", + "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==" + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "enhanced-resolve": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz", + "integrity": "sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ==", + "requires": { + "graceful-fs": "^4.1.2", + "memory-fs": "^0.5.0", + "tapable": "^1.0.0" + }, + "dependencies": { + "memory-fs": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", + "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "webpack-cli": { + "version": "3.3.12", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.12.tgz", + "integrity": "sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag==", + "requires": { + "chalk": "^2.4.2", + "cross-spawn": "^6.0.5", + "enhanced-resolve": "^4.1.1", + "findup-sync": "^3.0.0", + "global-modules": "^2.0.0", + "import-local": "^2.0.0", + "interpret": "^1.4.0", + "supports-color": "^6.1.0", + "v8-compile-cache": "^2.1.1", + "yargs": "^13.3.2" + }, + "dependencies": { + "global-modules": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "requires": { + "global-prefix": "^3.0.0" + } + }, + "global-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", + "requires": { + "ini": "^1.3.5", + "kind-of": "^6.0.2", + "which": "^1.3.1" + } + }, + "loader-utils": {}, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "webpack-dev-middleware": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz", + "integrity": "sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw==", + "requires": { + "memory-fs": "^0.4.1", + "mime": "^2.4.4", + "mkdirp": "^0.5.1", + "range-parser": "^1.2.1", + "webpack-log": "^2.0.0" + }, + "dependencies": { + "memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "mime": { + "version": "2.4.6", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.6.tgz", + "integrity": "sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "webpack-dev-server": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz", + "integrity": "sha512-PUxZ+oSTxogFQgkTtFndEtJIPNmml7ExwufBZ9L2/Xyyd5PnOL5UreWe5ZT7IU25DSdykL9p1MLQzmLh2ljSeg==", + "requires": { + "ansi-html": "0.0.7", + "bonjour": "^3.5.0", + "chokidar": "^2.1.8", + "compression": "^1.7.4", + "connect-history-api-fallback": "^1.6.0", + "debug": "^4.1.1", + "del": "^4.1.1", + "express": "^4.17.1", + "html-entities": "^1.3.1", + "http-proxy-middleware": "0.19.1", + "import-local": "^2.0.0", + "internal-ip": "^4.3.0", + "ip": "^1.1.5", + "is-absolute-url": "^3.0.3", + "killable": "^1.0.1", + "loglevel": "^1.6.8", + "opn": "^5.5.0", + "p-retry": "^3.0.1", + "portfinder": "^1.0.26", + "schema-utils": "^1.0.0", + "selfsigned": "^1.10.7", + "semver": "^6.3.0", + "serve-index": "^1.9.1", + "sockjs": "0.3.20", + "sockjs-client": "1.4.0", + "spdy": "^4.0.2", + "strip-ansi": "^3.0.1", + "supports-color": "^6.1.0", + "url": "^0.11.0", + "webpack-dev-middleware": "^3.7.2", + "webpack-log": "^2.0.0", + "ws": "^6.2.1", + "yargs": "^13.3.2" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "webpack-log": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz", + "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", + "requires": { + "ansi-colors": "^3.0.0", + "uuid": "^3.3.2" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "requires": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "websocket-driver": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz", + "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=", + "requires": { + "websocket-extensions": ">=0.1.1" + } + }, + "websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" + }, + "whatwg-fetch": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz", + "integrity": "sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==" + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "requires": { + "isexe": "^2.0.0" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "requires": { + "string-width": "^1.0.2 || 2" + } + }, + "worker-farm": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz", + "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", + "requires": { + "errno": "~0.1.7" + } + }, + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "ws": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", + "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", + "requires": { + "async-limiter": "~1.0.0" + } + }, + "xml": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=" + }, + "xmldom": { + "version": "0.1.19", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz", + "integrity": "sha1-Yx/Ad3bv2EEYvyUXGzftTQdaCrw=" + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + }, + "y18n": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", + "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + }, + "yargs": { + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", + "requires": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.2" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + }, + "yargs-unparser": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.6.0.tgz", + "integrity": "sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==", + "requires": { + "flat": "^4.1.0", + "lodash": "^4.17.15", + "yargs": "^13.3.0" + } + }, + "yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" } } }, @@ -264,33 +18208,29 @@ } }, "@comunica/actor-abstract-bindings-hash": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.14.0.tgz", - "integrity": "sha512-dOsaJyDtxa8Pg+JYOOKgTHFqyv7UWwqS5wBTVeJb/3249STUgQ/I9BX8JnDsCyNbyCjOnzONQhkO2Mc36Fnz1Q==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.16.0.tgz", + "integrity": "sha512-W7oU8J0n6wC8R8EQ7UEvdmaJXf/Z3gEVCw9H+WXJSTEg1B77nrHuQs1lJreteKCIJEhC7BQYLtrfKE5N92edKw==", "requires": { "canonicalize": "^1.0.1", "rdf-string": "^1.4.2" } }, "@comunica/actor-abstract-mediatyped": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.14.0.tgz", - "integrity": "sha512-mQh3aBRB78TioV0pBuWxalJatc7qI1kk92vyMe5ADO7+zknzfUTMZQK702j79smZdaYuzmPi5JQwPgFy7V/tMQ==", - "requires": { - "@types/lodash.mapvalues": "^4.6.3", - "lodash.mapvalues": "^4.6.0" - } + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.15.0.tgz", + "integrity": "sha512-rB0DnIuiZKGqAd6JmcXdajmgDPWzffqCqLyAp2A967NRN1NlPbPnfwkCJBHVehdcyT69dAaEkHoHDZpbwOVjHg==" }, "@comunica/actor-abstract-path": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.14.0.tgz", - "integrity": "sha512-NLIIXTFxWw/j1Olg84tYDP8+wkmHzIwSImXtQ2eKqMDTg1XAhPQ6yEXiuLsD9mEBwViQFchBaaCGdF2XyNGEqg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.16.0.tgz", + "integrity": "sha512-a53X/a9DTl6rYNbBGXCmUY9crusU6ySAiRZY3usiPWzqHeiZonM5+eRKzYm8vazxg3hLBs8jowKiZhiUPrx4wQ==", "requires": { "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { "@types/rdf-js": { @@ -304,9 +18244,9 @@ } }, "@comunica/actor-http-memento": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.14.0.tgz", - "integrity": "sha512-UREA2jPckRCnskknoIJRlSK6wwLgNL+rYEME6pSRWZKWNOCK8XYBnEvHaLFYDvWwptrNdkKneOVlR7qu1oVDJg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.16.0.tgz", + "integrity": "sha512-X58EUsxFch+/VoS58Ld1yFsSNjeu7xYtvPV6x4IpGv16V+QJot4KyKH25+SAwNOQDiRxShX55FovCCVvSxK35w==", "requires": { "@types/parse-link-header": "^1.0.0", "cross-fetch": "^3.0.5", @@ -329,9 +18269,9 @@ } }, "@comunica/actor-http-native": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.14.0.tgz", - "integrity": "sha512-RHWCNQd/7En8gdfOYSFtb0X+YTBvf8DgeJOq8Qbge5rNuYo+PUxVm0ClgPh544jhh5tAS+ZjySAecQDJSkk1rQ==", + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.16.2.tgz", + "integrity": "sha512-KhmYTKOmf4QZwd8CVy4f4o6d/LVzBy19JmpOIP1vLcOTAVOXg6KXDT+NEVSoDIc9T5fpKDh91bWuukptUqVjig==", "requires": { "@types/parse-link-header": "^1.0.0", "cross-fetch": "^3.0.5", @@ -355,119 +18295,122 @@ } }, "@comunica/actor-http-proxy": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.14.0.tgz", - "integrity": "sha512-sVwk7SfIvk29LEQ7KuhmlU0MzbinJN8Ll6JZvbSeHELWAuKqb/Pb5s+paxQTT7zDMlbghh/M/+jEeZyOvks/3w==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.16.0.tgz", + "integrity": "sha512-5aD5y9b6DvcCX2/ud/aVvUjvipppMmzKRV3C0evbA3NoAZ4VF8ejD+JpIjDsrvrbWeXVPueXvL/yfssUz17iIg==" }, "@comunica/actor-init-sparql": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.14.0.tgz", - "integrity": "sha512-8Wc2OrzYjIt3Q7Mk90ewN/DLxvfNi7FAgiuj1UXvsuv0/2nlnDGmfjxGjXT9yJcZzmD1eFJ/PydAmRY3yJbp9A==", - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.14.0", - "@comunica/actor-abstract-mediatyped": "^1.14.0", - "@comunica/actor-http-memento": "^1.14.0", - "@comunica/actor-http-native": "^1.14.0", - "@comunica/actor-http-proxy": "^1.14.0", - "@comunica/actor-optimize-query-operation-join-bgp": "^1.14.0", - "@comunica/actor-query-operation-ask": "^1.14.0", - "@comunica/actor-query-operation-bgp-empty": "^1.14.0", - "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.14.0", - "@comunica/actor-query-operation-bgp-single": "^1.14.0", - "@comunica/actor-query-operation-construct": "^1.14.0", - "@comunica/actor-query-operation-describe-subject": "^1.14.0", - "@comunica/actor-query-operation-distinct-hash": "^1.14.0", - "@comunica/actor-query-operation-extend": "^1.14.0", - "@comunica/actor-query-operation-filter-sparqlee": "^1.14.0", - "@comunica/actor-query-operation-from-quad": "^1.14.0", - "@comunica/actor-query-operation-group": "^1.14.0", - "@comunica/actor-query-operation-join": "^1.14.0", - "@comunica/actor-query-operation-leftjoin-left-deep": "^1.14.0", - "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.14.0", - "@comunica/actor-query-operation-minus": "^1.14.0", - "@comunica/actor-query-operation-orderby-sparqlee": "^1.14.0", - "@comunica/actor-query-operation-path-alt": "^1.14.0", - "@comunica/actor-query-operation-path-inv": "^1.14.0", - "@comunica/actor-query-operation-path-link": "^1.14.0", - "@comunica/actor-query-operation-path-nps": "^1.14.0", - "@comunica/actor-query-operation-path-one-or-more": "^1.14.0", - "@comunica/actor-query-operation-path-seq": "^1.14.0", - "@comunica/actor-query-operation-path-zero-or-more": "^1.14.0", - "@comunica/actor-query-operation-path-zero-or-one": "^1.14.0", - "@comunica/actor-query-operation-project": "^1.14.0", - "@comunica/actor-query-operation-quadpattern": "^1.14.0", - "@comunica/actor-query-operation-reduced-hash": "^1.14.0", - "@comunica/actor-query-operation-service": "^1.14.0", - "@comunica/actor-query-operation-slice": "^1.14.0", - "@comunica/actor-query-operation-sparql-endpoint": "^1.14.0", - "@comunica/actor-query-operation-union": "^1.14.0", - "@comunica/actor-query-operation-values": "^1.14.0", - "@comunica/actor-rdf-dereference-http-parse": "^1.14.0", - "@comunica/actor-rdf-join-multi-smallest": "^1.14.0", - "@comunica/actor-rdf-join-symmetrichash": "^1.14.0", - "@comunica/actor-rdf-metadata-all": "^1.14.0", - "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.14.0", - "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.14.0", - "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.14.0", - "@comunica/actor-rdf-metadata-primary-topic": "^1.14.0", - "@comunica/actor-rdf-parse-html": "^1.14.0", - "@comunica/actor-rdf-parse-html-rdfa": "^1.14.0", - "@comunica/actor-rdf-parse-html-script": "^1.14.0", - "@comunica/actor-rdf-parse-jsonld": "^1.14.0", - "@comunica/actor-rdf-parse-n3": "^1.14.0", - "@comunica/actor-rdf-parse-rdfxml": "^1.14.0", - "@comunica/actor-rdf-parse-xml-rdfa": "^1.14.0", - "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.14.0", - "@comunica/actor-rdf-resolve-hypermedia-none": "^1.14.0", - "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.14.0", - "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.14.0", - "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.14.0", - "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.14.0", - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.14.0", - "@comunica/actor-rdf-serialize-jsonld": "^1.14.0", - "@comunica/actor-rdf-serialize-n3": "^1.14.0", - "@comunica/actor-sparql-parse-algebra": "^1.14.0", - "@comunica/actor-sparql-parse-graphql": "^1.14.0", - "@comunica/actor-sparql-serialize-json": "^1.14.0", - "@comunica/actor-sparql-serialize-rdf": "^1.14.0", - "@comunica/actor-sparql-serialize-simple": "^1.14.0", - "@comunica/actor-sparql-serialize-sparql-json": "^1.14.0", - "@comunica/actor-sparql-serialize-sparql-xml": "^1.14.0", - "@comunica/actor-sparql-serialize-stats": "^1.14.0", - "@comunica/actor-sparql-serialize-table": "^1.14.0", - "@comunica/actor-sparql-serialize-tree": "^1.14.0", - "@comunica/bus-context-preprocess": "^1.14.0", - "@comunica/bus-http": "^1.14.0", - "@comunica/bus-http-invalidate": "^1.14.0", - "@comunica/bus-init": "^1.14.0", - "@comunica/bus-optimize-query-operation": "^1.14.0", - "@comunica/bus-query-operation": "^1.14.0", - "@comunica/bus-rdf-dereference": "^1.14.0", - "@comunica/bus-rdf-dereference-paged": "^1.14.0", - "@comunica/bus-rdf-join": "^1.14.0", - "@comunica/bus-rdf-metadata": "^1.14.0", - "@comunica/bus-rdf-metadata-extract": "^1.14.0", - "@comunica/bus-rdf-parse": "^1.14.0", - "@comunica/bus-rdf-parse-html": "^1.14.0", - "@comunica/bus-rdf-resolve-hypermedia": "^1.14.0", - "@comunica/bus-rdf-resolve-hypermedia-links": "^1.14.0", - "@comunica/bus-rdf-resolve-quad-pattern": "^1.14.0", - "@comunica/bus-rdf-serialize": "^1.14.0", - "@comunica/bus-sparql-parse": "^1.14.0", - "@comunica/bus-sparql-serialize": "^1.14.0", - "@comunica/core": "^1.14.0", - "@comunica/logger-pretty": "^1.14.0", - "@comunica/logger-void": "^1.14.0", - "@comunica/mediator-all": "^1.14.0", - "@comunica/mediator-combine-pipeline": "^1.14.0", - "@comunica/mediator-combine-union": "^1.14.0", - "@comunica/mediator-number": "^1.14.0", - "@comunica/mediator-race": "^1.14.0", - "@comunica/runner": "^1.14.0", - "@comunica/runner-cli": "^1.14.0", + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.16.2.tgz", + "integrity": "sha512-jzE/sW1ciNXtO/tRYEhSiKFxpB9/cqPME9a2jq/GYq9PmTv5MzcUbZEY7x8QRkRQ3Dp0Z2JHI/sorps8LPwcmQ==", + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.16.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-http-memento": "^1.16.0", + "@comunica/actor-http-native": "^1.16.2", + "@comunica/actor-http-proxy": "^1.16.0", + "@comunica/actor-optimize-query-operation-join-bgp": "^1.16.0", + "@comunica/actor-query-operation-ask": "^1.16.0", + "@comunica/actor-query-operation-bgp-empty": "^1.16.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", + "@comunica/actor-query-operation-bgp-single": "^1.16.0", + "@comunica/actor-query-operation-construct": "^1.16.0", + "@comunica/actor-query-operation-describe-subject": "^1.16.0", + "@comunica/actor-query-operation-distinct-hash": "^1.16.0", + "@comunica/actor-query-operation-extend": "^1.16.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-from-quad": "^1.16.0", + "@comunica/actor-query-operation-group": "^1.16.0", + "@comunica/actor-query-operation-join": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-left-deep": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", + "@comunica/actor-query-operation-minus": "^1.16.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-path-alt": "^1.16.0", + "@comunica/actor-query-operation-path-inv": "^1.16.0", + "@comunica/actor-query-operation-path-link": "^1.16.0", + "@comunica/actor-query-operation-path-nps": "^1.16.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-seq": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", + "@comunica/actor-query-operation-project": "^1.16.0", + "@comunica/actor-query-operation-quadpattern": "^1.16.0", + "@comunica/actor-query-operation-reduced-hash": "^1.16.0", + "@comunica/actor-query-operation-service": "^1.16.0", + "@comunica/actor-query-operation-slice": "^1.16.0", + "@comunica/actor-query-operation-sparql-endpoint": "^1.16.0", + "@comunica/actor-query-operation-union": "^1.16.0", + "@comunica/actor-query-operation-values": "^1.16.0", + "@comunica/actor-rdf-dereference-http-parse": "^1.16.0", + "@comunica/actor-rdf-join-multi-smallest": "^1.16.0", + "@comunica/actor-rdf-join-nestedloop": "^1.16.0", + "@comunica/actor-rdf-join-symmetrichash": "^1.16.0", + "@comunica/actor-rdf-metadata-all": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.15.0", + "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.15.0", + "@comunica/actor-rdf-metadata-primary-topic": "^1.15.0", + "@comunica/actor-rdf-parse-html": "^1.15.0", + "@comunica/actor-rdf-parse-html-rdfa": "^1.15.0", + "@comunica/actor-rdf-parse-html-script": "^1.16.1", + "@comunica/actor-rdf-parse-jsonld": "^1.16.0", + "@comunica/actor-rdf-parse-n3": "^1.15.0", + "@comunica/actor-rdf-parse-rdfxml": "^1.15.0", + "@comunica/actor-rdf-parse-xml-rdfa": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-none": "^1.15.0", + "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.16.0", + "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.16.0", + "@comunica/actor-sparql-parse-graphql": "^1.15.0", + "@comunica/actor-sparql-serialize-json": "^1.16.0", + "@comunica/actor-sparql-serialize-rdf": "^1.16.0", + "@comunica/actor-sparql-serialize-simple": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-csv": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-tsv": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", + "@comunica/actor-sparql-serialize-stats": "^1.16.0", + "@comunica/actor-sparql-serialize-table": "^1.16.0", + "@comunica/actor-sparql-serialize-tree": "^1.16.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-http": "^1.16.0", + "@comunica/bus-http-invalidate": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-optimize-query-operation": "^1.16.0", + "@comunica/bus-query-operation": "^1.16.0", + "@comunica/bus-rdf-dereference": "^1.15.0", + "@comunica/bus-rdf-dereference-paged": "^1.15.0", + "@comunica/bus-rdf-join": "^1.16.0", + "@comunica/bus-rdf-metadata": "^1.15.0", + "@comunica/bus-rdf-metadata-extract": "^1.15.0", + "@comunica/bus-rdf-parse": "^1.15.0", + "@comunica/bus-rdf-parse-html": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia": "^1.15.0", + "@comunica/bus-rdf-resolve-hypermedia-links": "^1.15.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.16.0", + "@comunica/core": "^1.15.0", + "@comunica/logger-pretty": "^1.15.0", + "@comunica/logger-void": "^1.15.0", + "@comunica/mediator-all": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.16.0", + "@comunica/runner-cli": "^1.16.0", "@types/minimist": "^1.2.0", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "asyncreiterable": "^2.0.0", "minimist": "^1.2.0", "negotiate": "^1.0.1", @@ -488,98 +18431,96 @@ } }, "@comunica/actor-init-sparql-rdfjs": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.14.0.tgz", - "integrity": "sha512-r4iV96KNvCALvNA52O3tGy1R83VCJmVkLTA5AuEqXmyJJNCeeK5Af4KcO7BULOL20FYgFw1wrfpSVb50PMzqXQ==", - "requires": { - "@comunica/actor-abstract-mediatyped": "^1.14.0", - "@comunica/actor-init-sparql": "^1.14.0", - "@comunica/actor-query-operation-ask": "^1.14.0", - "@comunica/actor-query-operation-bgp-empty": "^1.14.0", - "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.14.0", - "@comunica/actor-query-operation-bgp-single": "^1.14.0", - "@comunica/actor-query-operation-construct": "^1.14.0", - "@comunica/actor-query-operation-describe-subject": "^1.14.0", - "@comunica/actor-query-operation-distinct-hash": "^1.14.0", - "@comunica/actor-query-operation-extend": "^1.14.0", - "@comunica/actor-query-operation-filter-sparqlee": "^1.14.0", - "@comunica/actor-query-operation-from-quad": "^1.14.0", - "@comunica/actor-query-operation-join": "^1.14.0", - "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.14.0", - "@comunica/actor-query-operation-orderby-sparqlee": "^1.14.0", - "@comunica/actor-query-operation-path-alt": "^1.14.0", - "@comunica/actor-query-operation-path-inv": "^1.14.0", - "@comunica/actor-query-operation-path-link": "^1.14.0", - "@comunica/actor-query-operation-path-nps": "^1.14.0", - "@comunica/actor-query-operation-path-one-or-more": "^1.14.0", - "@comunica/actor-query-operation-path-seq": "^1.14.0", - "@comunica/actor-query-operation-path-zero-or-more": "^1.14.0", - "@comunica/actor-query-operation-path-zero-or-one": "^1.14.0", - "@comunica/actor-query-operation-project": "^1.14.0", - "@comunica/actor-query-operation-quadpattern": "^1.14.0", - "@comunica/actor-query-operation-service": "^1.14.0", - "@comunica/actor-query-operation-slice": "^1.14.0", - "@comunica/actor-query-operation-union": "^1.14.0", - "@comunica/actor-query-operation-values": "^1.14.0", - "@comunica/actor-rdf-join-nestedloop": "^1.14.0", - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.14.0", - "@comunica/actor-rdf-serialize-jsonld": "^1.14.0", - "@comunica/actor-rdf-serialize-n3": "^1.14.0", - "@comunica/actor-sparql-parse-algebra": "^1.14.0", - "@comunica/actor-sparql-serialize-json": "^1.14.0", - "@comunica/actor-sparql-serialize-rdf": "^1.14.0", - "@comunica/actor-sparql-serialize-simple": "^1.14.0", - "@comunica/actor-sparql-serialize-sparql-json": "^1.14.0", - "@comunica/actor-sparql-serialize-sparql-xml": "^1.14.0", - "@comunica/bus-context-preprocess": "^1.14.0", - "@comunica/bus-init": "^1.14.0", - "@comunica/bus-query-operation": "^1.14.0", - "@comunica/bus-rdf-join": "^1.14.0", - "@comunica/bus-rdf-resolve-quad-pattern": "^1.14.0", - "@comunica/bus-rdf-serialize": "^1.14.0", - "@comunica/bus-sparql-parse": "^1.14.0", - "@comunica/bus-sparql-serialize": "^1.14.0", - "@comunica/core": "^1.14.0", - "@comunica/mediator-combine-pipeline": "^1.14.0", - "@comunica/mediator-combine-union": "^1.14.0", - "@comunica/mediator-number": "^1.14.0", - "@comunica/mediator-race": "^1.14.0", - "@comunica/runner": "^1.14.0", - "@comunica/runner-cli": "^1.14.0" + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.16.2.tgz", + "integrity": "sha512-37FizXW2XCtyRFq0vjCqTAzxnVVklYGoq3Rmn6sBelF6wKW7pqtHunBA3yOJfo5MKRVoFD04wHCbwaWC6xaYEw==", + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.15.0", + "@comunica/actor-init-sparql": "^1.16.2", + "@comunica/actor-query-operation-ask": "^1.16.0", + "@comunica/actor-query-operation-bgp-empty": "^1.16.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.16.0", + "@comunica/actor-query-operation-bgp-single": "^1.16.0", + "@comunica/actor-query-operation-construct": "^1.16.0", + "@comunica/actor-query-operation-describe-subject": "^1.16.0", + "@comunica/actor-query-operation-distinct-hash": "^1.16.0", + "@comunica/actor-query-operation-extend": "^1.16.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-from-quad": "^1.16.0", + "@comunica/actor-query-operation-join": "^1.16.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.16.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.16.0", + "@comunica/actor-query-operation-path-alt": "^1.16.0", + "@comunica/actor-query-operation-path-inv": "^1.16.0", + "@comunica/actor-query-operation-path-link": "^1.16.0", + "@comunica/actor-query-operation-path-nps": "^1.16.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-seq": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.16.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.16.0", + "@comunica/actor-query-operation-project": "^1.16.0", + "@comunica/actor-query-operation-quadpattern": "^1.16.0", + "@comunica/actor-query-operation-service": "^1.16.0", + "@comunica/actor-query-operation-slice": "^1.16.0", + "@comunica/actor-query-operation-union": "^1.16.0", + "@comunica/actor-query-operation-values": "^1.16.0", + "@comunica/actor-rdf-join-nestedloop": "^1.16.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.16.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.15.0", + "@comunica/actor-rdf-serialize-n3": "^1.15.0", + "@comunica/actor-sparql-parse-algebra": "^1.16.0", + "@comunica/actor-sparql-serialize-json": "^1.16.0", + "@comunica/actor-sparql-serialize-rdf": "^1.16.0", + "@comunica/actor-sparql-serialize-simple": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.16.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.16.0", + "@comunica/bus-context-preprocess": "^1.15.0", + "@comunica/bus-init": "^1.15.0", + "@comunica/bus-query-operation": "^1.16.0", + "@comunica/bus-rdf-join": "^1.16.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", + "@comunica/bus-rdf-serialize": "^1.15.0", + "@comunica/bus-sparql-parse": "^1.15.0", + "@comunica/bus-sparql-serialize": "^1.16.0", + "@comunica/core": "^1.15.0", + "@comunica/mediator-combine-pipeline": "^1.15.0", + "@comunica/mediator-combine-union": "^1.15.0", + "@comunica/mediator-number": "^1.15.0", + "@comunica/mediator-race": "^1.15.0", + "@comunica/runner": "^1.16.0", + "@comunica/runner-cli": "^1.16.0" } }, "@comunica/actor-optimize-query-operation-join-bgp": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.14.0.tgz", - "integrity": "sha512-rVElyg++Jd7hhAdzKC8rgVDnGjtPTcRr8GyKvjIjC/ue/JI9GDz0LDP4448Y63MFd87TKYDnSS78KtmbS94YYA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.16.0.tgz", + "integrity": "sha512-KWuAKG8S+IwonyecNjqrO5dlSKSVmR1cxP117/DEUPIltXl0IY2W3Q/HKRRZ+DXwV/LRMExIXILdUkZgYUSnAw==", "requires": { - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-ask": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.14.0.tgz", - "integrity": "sha512-y0QcS7Fl+TAdlYzRUemSCfblulLnBNPfMEK24p+ABs2yXXetZEbaPGvv0L1iDqSeWfEvsjIzCMx021f5UUtM1A==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.16.0.tgz", + "integrity": "sha512-zlWYPh7GoIw7epzcORfDWwRFsfLciJGVSaCR2C46AZj8CctApf+mzrRDY7H3WSETyTc6s9T1fiDzGjBY/P3TbA==" }, "@comunica/actor-query-operation-bgp-empty": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.14.0.tgz", - "integrity": "sha512-9kW2sn3aRgB5Aty7zb1IcSxXC9l9gicNnXrZSDHOIISkKXForACLy5OyffEZF6n/PSSzLLHBb92Jv6pF+HCYrA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.16.0.tgz", + "integrity": "sha512-C8q0YKNcIbMZ1KWL1juCoTbppYQcI3/0qlp/boBD1w8yeNVt2ytxB0cKsdVilvLVVcooISJJKNn4j8uGqOJsZg==", "requires": { - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0" } }, "@comunica/actor-query-operation-bgp-left-deep-smallest": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.14.0.tgz", - "integrity": "sha512-G47D9HFkRQId3f2zmtf0fJAmBLLff3cspF2MCTpvulhV1jmgDFBymTz9XUjk7q6eHosh9It1xLsxE8TciOWYCw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.16.0.tgz", + "integrity": "sha512-8zB8ajT7z6nYDge9//7zP0sziKmnCFLVVtqqyacSQ8Yu9jl15b42rqMiZ0ty9c3qZncH2DagqiTd/5VCJP3nMg==", "requires": { - "@types/lodash.uniq": "^4.5.3", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", - "lodash.uniq": "^4.5.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0" }, @@ -595,18 +18536,18 @@ } }, "@comunica/actor-query-operation-bgp-single": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.14.0.tgz", - "integrity": "sha512-Z86s0MgOC+h6Md/wyytwVlYXfGbynZIYqNFqOmbnJMFLwJMZ9xJWU2yXxKuFj5dIl1URntRPBkmP5eKNJ27IhA==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.16.0.tgz", + "integrity": "sha512-nUcGlq9uJCl5O7rGnFCrFeHrWSRD7hZW9QU+B7tCoSbJoUrKS9hBKkDO6xUHmsmztRKfzHgMO9LFDvmc5jGKlQ==" }, "@comunica/actor-query-operation-construct": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.14.0.tgz", - "integrity": "sha512-FsFx6Vz56xtVg5tTqin96++1RSrIzzcMrLf9vMOnYFo2OtTt/fu3nB5d0bDswu8phvoOyCUyM5TwJbrBg8bwAA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.16.0.tgz", + "integrity": "sha512-c4tLLcl7T1JYCg790LEu9Ijn3c7i2yd2uKJ9E2oytx6KLeW0YQeEaiLZ1hn3XDlQHMvfYeGznd4Y+X8632+Faw==", "requires": { "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-terms": "^1.4.0" }, "dependencies": { @@ -621,14 +18562,14 @@ } }, "@comunica/actor-query-operation-describe-subject": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.14.0.tgz", - "integrity": "sha512-DGv/zC/o6ChOnBFg9Pidsv+Y5W9LIRMnnpZTo5hW3hDLYdmBfRpF99KdWnCVCDuUjWN7ixK3w97cokiCe3G6Rw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.16.0.tgz", + "integrity": "sha512-F5x0AU/7K9Zw6o5/y2AWsX5G3YPyLoDekWm1bHyztnHD21WFGsOgAt7R3XOJLU4/d9Mc2TpDOj17bttplJRXSg==", "requires": { - "@comunica/actor-query-operation-union": "^1.14.0", + "@comunica/actor-query-operation-union": "^1.16.0", "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0" + "asynciterator": "^3.0.1" }, "dependencies": { "@types/rdf-js": { @@ -642,38 +18583,36 @@ } }, "@comunica/actor-query-operation-distinct-hash": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.14.0.tgz", - "integrity": "sha512-vz521ZtESOJtZp8NCUj1K9feFGOaETTkS4GPz+i77CBZxOvDffVj6wDVDgGxxiqaCMpPEvF/0M2Y7Bjve+0evQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.16.0.tgz", + "integrity": "sha512-/SKXl7lFUlJ83yL81lD3RyzqkV5ONqUiqR8d1D0Vob/m8DI7ynDp8f5x74ocBLdrhFADJvGlVl8703AjJzcD6w==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.14.0" + "@comunica/actor-abstract-bindings-hash": "^1.16.0" } }, "@comunica/actor-query-operation-extend": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.14.0.tgz", - "integrity": "sha512-qmfaQKF4ZrtOyTigi4/8b4s8ci0kiwdEZnVlBp30/lx88OpiKL+DIquvxx57ZNX1NZxLQU5f+EmtNvgn2PvNcQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.16.0.tgz", + "integrity": "sha512-xad5NhPZ4KJsk3DTlG6mb0ZEX6LccCRjhFEVZsNT4qr1DPTqD5MaeE/SfjFADCwDniy5gZTxn6AQnQ1LsC52Eg==", "requires": { - "sparqlee": "^1.4.0" + "sparqlee": "^1.4.3" } }, "@comunica/actor-query-operation-filter-sparqlee": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.14.0.tgz", - "integrity": "sha512-+r+bBkCsMvZqllsZwdhuP3bIvQSUdhNJbdEETx912zBKoHiTdzZ9IB4bsN7Qm8DT083V7fnNWwplTV7YjagRow==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.16.0.tgz", + "integrity": "sha512-96ttlUQkBpkiUlXnClvjEaYHtEL8gCVzhOMcMLxuOAifwgv7I6Qe5WQT8QZkJbXbbwNvelXYC4Cs37p85nHSCw==", "requires": { - "sparqlee": "^1.4.0" + "sparqlee": "^1.4.3" } }, "@comunica/actor-query-operation-from-quad": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.14.0.tgz", - "integrity": "sha512-iRsXBkqCHN9gNhAMY8HFE9JU/FiwehzMh5MzNEjaQxzqC2UAUJ+AjgwHi2Ht0Uv0cezb5VKp1V2hIpxQ1wZazg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.16.0.tgz", + "integrity": "sha512-qyjSrxmi0WSlxMbZo2djOfUD+2Jkm7s4JOW36ua8JBbSuGAbHwFI3xYSWiWYmLCMQEp3YgqHrTKWeGDSnqxnJQ==", "requires": { - "@types/lodash.find": "^4.6.3", "@types/rdf-js": "^3.0.0", - "lodash.find": "^4.6.0", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { "@types/rdf-js": { @@ -687,27 +18626,27 @@ } }, "@comunica/actor-query-operation-group": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.14.0.tgz", - "integrity": "sha512-Efe63RXqhAyFLaPO14r9hwH78Od6zYJUI2inzmll4ImvnWlwrQibEQgp7C5DbFELt+s17NJqv2BbdeAaDSO2fg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.16.0.tgz", + "integrity": "sha512-xwmoNsfjcsS04s3lLlf6dua81ywFNqOU77g61tZEveCAKyC5fN6rQZM8eLBa87z7HhHLHF42V1TVXh3PD46HaA==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.14.0", + "@comunica/actor-abstract-bindings-hash": "^1.16.0", "rdf-string": "^1.4.2", - "sparqlee": "^1.4.0" + "sparqlee": "^1.4.3" } }, "@comunica/actor-query-operation-join": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.14.0.tgz", - "integrity": "sha512-KPNBpXgspA8dCGUZF8BqLe2U2QaWw3e+HeOuqvBXPZVeXcXbrl9BMfgo9269RjdsT5QkWrmSk0BIZ2Ds+uKEAw==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.16.0.tgz", + "integrity": "sha512-3lJt1dTrBm4ogRwCyEPwqOrJ/QfEEYu5tHUClpiP3vG0L1tmN+wRfewAxU7P8o0Rec0QkqICAMRf252tM0ftgw==" }, "@comunica/actor-query-operation-leftjoin-left-deep": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.14.0.tgz", - "integrity": "sha512-9pFqobP4xNA3c8hLNsMoEMb/gGRxteRYnZGZHa9+A3HWjQIp4EJjcBnBj/l9ibdfwKR0PJjLlUJ7rlnaPr+BsA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.16.0.tgz", + "integrity": "sha512-fVVdcMEFvQpU8eKQyDys7q6jL6SosHdSs2j5ARPmXvY/hzl68coIb4D0JmMIIWmk87TDcc9VUH0mcnHI5f7Eqw==", "requires": { "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0" + "asynciterator": "^3.0.1" }, "dependencies": { "@types/rdf-js": { @@ -721,21 +18660,21 @@ } }, "@comunica/actor-query-operation-leftjoin-nestedloop": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.14.0.tgz", - "integrity": "sha512-N/MPV9aHUoyZ599tedKA1u3q3GakwoNyP4cSkU50ixYH9kKfuQoy1fqUyOIhtwB8reBMBfxxAWXOptOlwf0+Zw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.16.0.tgz", + "integrity": "sha512-dTNcGe4LTwgJcvAV2TZA9lF6gmvtcQDFm+4UEiY5ehtgOD/Quh39AixYSXTNOsmMmGBamr5iBfk1ABgRwAmzyg==", "requires": { - "sparqlee": "^1.4.0" + "sparqlee": "^1.4.3" } }, "@comunica/actor-query-operation-minus": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.14.0.tgz", - "integrity": "sha512-/Q0C1dB1IK3zuBFTiMbmiT01AW5hBmVEIT8sDsIPRtNIkf9nFekscEl1EeWlRfl5RbToJcjfr0QK9F9UGe/ZBw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.16.0.tgz", + "integrity": "sha512-PeM5FouB+BJMU2QYB//SK9O5LCdielQnrr+nTWXyznrx1kpBqMX7Elzmim5huhKY3Y0WfotL6rGsE5DEjdRE1w==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.14.0", + "@comunica/actor-abstract-bindings-hash": "^1.16.0", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0" + "asynciterator": "^3.0.1" }, "dependencies": { "@types/rdf-js": { @@ -749,13 +18688,13 @@ } }, "@comunica/actor-query-operation-orderby-sparqlee": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.14.0.tgz", - "integrity": "sha512-Yi0HkbhhB38Lz8cH13iTQQGu5lQo1/hrxWXKQIQzmYmf39XbNKuH6MEWzknhv2RffTHtelY/ZRsedI9Qd4sA9g==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.16.0.tgz", + "integrity": "sha512-mRubrkxjevfsrr3sMn/scVg9pveNDLammx5jtrBDm5IKkL2muTH6HGduLCmT/zONBkxUZy2uOiXQgxHXrtznsw==", "requires": { "@types/rdf-js": "^3.0.0", "rdf-string": "^1.4.2", - "sparqlee": "^1.4.0" + "sparqlee": "^1.4.3" }, "dependencies": { "@types/rdf-js": { @@ -769,54 +18708,52 @@ } }, "@comunica/actor-query-operation-path-alt": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.14.0.tgz", - "integrity": "sha512-JNzT+vVsfyrwZ48mIBGLsFiRvB1+6SOa5cDlD5U40FzN/Bet1o+ZN5u+FUEVr77PEOTb6x7RIGawf10VdmZJTw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.16.0.tgz", + "integrity": "sha512-VJiGYoupy41Rcbbf4BymERWC5U7OjVtSe0JuSkHoOmKl9HcXQo+dGur+XJpbKz391rDY+BB2djH3Bht1YmrYig==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", - "@types/lodash.uniq": "^4.5.3", - "asynciterator": "^3.0.0", - "lodash.uniq": "^4.5.0", - "sparqlalgebrajs": "^2.2.2" + "@comunica/actor-abstract-path": "^1.16.0", + "asynciterator": "^3.0.1", + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-path-inv": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.14.0.tgz", - "integrity": "sha512-KZoTQN9z8JSqk9yqz5O5l5yaWGfoMeXjmFjkTuBVrH30vrtsNmWEVZGe8sjiXk47MHgGlmv2NzYk5TrKcbWkbw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.16.0.tgz", + "integrity": "sha512-xVWLGiaIbuv2vudAFVgotHx/YCNQ+deflpgSyg5RsUU7cnqj3njkt4Iq8lX+8Sdwjmr10UIAqXPVMHKsRCRKzA==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0" + "@comunica/actor-abstract-path": "^1.16.0" } }, "@comunica/actor-query-operation-path-link": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.14.0.tgz", - "integrity": "sha512-qtX7eHoHneo+W+vcmMWWALoaNbJHmTXT3lnmaEHETc6+mg9WE8dBlCGth3qQMgBHprnij8iiubdc0MCXduADIg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.16.0.tgz", + "integrity": "sha512-YCPgTQGfQCtp88OneFYTyXBG9pHuHs5Plfmj3BZP0fhbIXhn6ywn4LP5NXaVukJFCDwCFRWL9Pd1aZ5N0p9tNQ==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", - "sparqlalgebrajs": "^2.2.2" + "@comunica/actor-abstract-path": "^1.16.0", + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-path-nps": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.14.0.tgz", - "integrity": "sha512-M+9tDKyE1WZOES8NShRyNk5pTUJA7c6OM6Tu/E725jcxy55O3lb/IjlHE5YoW/6K3MVPuq93f82PS0powW0rjA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.16.0.tgz", + "integrity": "sha512-S/CDgtnLQC+3qndBOST1y+AvUsCc/nh08+4s91K9RqkuQwV5/1Sl5B0aThMItazTKuUPj04ujH+PCOArt1+sbQ==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", + "@comunica/actor-abstract-path": "^1.16.0", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-path-one-or-more": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.14.0.tgz", - "integrity": "sha512-O/6o2zTQXX8UUS1ngKXcxUflydl/URHn2oWUq9Rrst3f5Y4Mv/4LNTiZ8JcyezEsnGt9t8cLfut3hQvw2766ag==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.16.0.tgz", + "integrity": "sha512-RpjvSeua4hsSISonfK53qMlWizQ9ou208zpiGpGLamDAVpLj4pgKAQ3ksfWM+GR2sXVDiCIAvpszJkSEa9NY/w==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", + "@comunica/actor-abstract-path": "^1.16.0", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { "@types/rdf-js": { @@ -830,51 +18767,51 @@ } }, "@comunica/actor-query-operation-path-seq": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.14.0.tgz", - "integrity": "sha512-vFHgDAOzdgOY/YDrqiZRI/qzyARXREiG9BXNJ9z1aiCSxM9KiTTeCCfIRM7U3bpvTky7weeyUineytgSssn1Dw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.16.0.tgz", + "integrity": "sha512-/vbN8Y8a+Sb1XcP796YxwahiD2b3euxHBu1h4pLu0oTKg6KTqbjHjbGQhxe95sWU3HKoH7F7VErTjlX8Wl29Kw==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", + "@comunica/actor-abstract-path": "^1.16.0", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-path-zero-or-more": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.14.0.tgz", - "integrity": "sha512-ngmRKS2TvkrzjY8YNwOM7GxyvCqpzmASCnI0A2FQJxh1dt0eBthgGqdsbLKZ9cqnH66FS0BzeLovH6CXLER0KQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.16.0.tgz", + "integrity": "sha512-Z5NhpB4MEZHk3yhInOHILWiNzK+ZGWr+HvjYD5PtDHtbWWgE3nrxbuNhdXs1iXgaJsZWlp7ziE+H3ms4GcYjUQ==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", + "@comunica/actor-abstract-path": "^1.16.0", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/actor-query-operation-path-zero-or-one": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.14.0.tgz", - "integrity": "sha512-NXANUuub71OqoEzwie1VLZ5qsQyrxFWbF0iEOobdpDLI8qdpfyihBxVDdALaFcRgAxqPysIrwOzFUWS8DelN+w==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.16.0.tgz", + "integrity": "sha512-pGzrXcXsm6l0RKF9SfC8njqw72XiOns/chiuKegChqTQd00DubTJVHmfb2HUuNyiNVJ2BrjwYdAysP1gI93D5w==", "requires": { - "@comunica/actor-abstract-path": "^1.14.0", - "asynciterator": "^3.0.0", + "@comunica/actor-abstract-path": "^1.16.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2" } }, "@comunica/actor-query-operation-project": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.14.0.tgz", - "integrity": "sha512-lNFQdOmFUG0EmMh9q6Smp9F9R71YDyAOnXJHG8/sQui5FKP4SmTO31qluDUOFVoVCwFVKiHt3MN8HLIjTAhdpA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.16.0.tgz", + "integrity": "sha512-uTi+GmB04RnZ7Sw3XJst8tmPtiqLmT1Z4+zTspTgnWwndeWzdw7w7v6apCZDoivvPLi1Jq/7hGNn6+3FsIGp+A==", "requires": { "@comunica/data-factory": "^1.14.0", "rdf-string": "^1.4.2" } }, "@comunica/actor-query-operation-quadpattern": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.14.0.tgz", - "integrity": "sha512-E/OQqrF/uyjEHWFXIUlpr62wOmKZ21JBOonG05oudG+jWteh1KiDMkHegq5nDzh8Nt0AnN3/bSJX4GY8fRhN7A==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.16.0.tgz", + "integrity": "sha512-QFml3MgYd5nmnsPHoDvOcx/StY+4L0ix5C1q5h8jagwIbcuRSfo1Ay0gLMlbEDuZkzrHhkN9o6OsSMTVuXsiEQ==", "requires": { "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0" }, @@ -890,41 +18827,41 @@ } }, "@comunica/actor-query-operation-reduced-hash": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.14.0.tgz", - "integrity": "sha512-Qsfw9cv0OYRAQ7BgC03Un7KIHKsSDQCas000AToHoYI+YBzxRYo7TXRHZKoP2u672kqeYPwv7NpW6STwa9ETDQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.16.0.tgz", + "integrity": "sha512-zE1K+d6HBhGsvQQd/XGYUgpue/aSKeHbdB2r+yzEels0ShPYxogVV69aHQAUxPXvz+kbPEzqwTWz5a28lJW+cw==", "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.14.0", + "@comunica/actor-abstract-bindings-hash": "^1.16.0", "@types/lru-cache": "^5.1.0", "lru-cache": "^6.0.0" } }, "@comunica/actor-query-operation-service": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.14.0.tgz", - "integrity": "sha512-GriB5p7TMeqXieJ6qhK54pvrVMb39yv1XbPdftTULBfYPSudVXTPAq/V4bcYuqdmqTw0wlshvqir8z0qoLVH/w==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.16.0.tgz", + "integrity": "sha512-UTWmUZa59o6DaPqHjtFM8CES3/vlis6psAW5Wt4Bw+5sgK2XZ1EWFNM/BbQG5m0OetzgDJS+BRVbsJNDGdHRdw==", "requires": { - "asynciterator": "^3.0.0" + "asynciterator": "^3.0.1" } }, "@comunica/actor-query-operation-slice": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.14.0.tgz", - "integrity": "sha512-mw4P4BKu4J3ay+kalLuZuULZ+uPXgd5NFNil7MSadgBEj1qASXiEfty6JdjEwKAdlXYe9OPLsum1+MxzzlNQWA==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.16.0.tgz", + "integrity": "sha512-vFo1HVlz+0Jz2a8ppPU4tXPbSL/G9TILPSyvSJjXpQpvOQRih7m9AFeXUjGtJ6sFo5SryAkgynfk6jO0Co9tzw==" }, "@comunica/actor-query-operation-sparql-endpoint": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.14.0.tgz", - "integrity": "sha512-X/K/PgQWNSrRyyOjE4gCtFdQsAjbdpQ1niZKVxwMrO+BSpIbH0r3MPVJX7UJO1freZPn32qiDrHcY1W2DKQIbw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.16.0.tgz", + "integrity": "sha512-3VxGRHjwWBP23ezSKVgFJG5/nj5pMhX++8d3w3WFCC5kss+p7Qnq9P06sz/42Ya/hY/CGJM4iramadGOTnbEmw==", "requires": { - "@comunica/utils-datasource": "^1.14.0", + "@comunica/utils-datasource": "^1.16.0", "@types/rdf-js": "^3.0.0", "arrayify-stream": "^1.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "fetch-sparql-endpoint": "^1.6.0", "rdf-string": "^1.4.2", "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { "@types/rdf-js": { @@ -938,57 +18875,71 @@ } }, "@comunica/actor-query-operation-union": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.14.0.tgz", - "integrity": "sha512-PMOop9IJao3wN9T/8Lb0oiU1CYHfHuPxA0p+8Ej+AFVxkLxiX/bgOi5JXJf5PJ8ux0SoAqqo7w6+lGwmuINfLw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.16.0.tgz", + "integrity": "sha512-x3eZA7T004Pdf+rEMj5ts7qs66+FFBddKnWdT10fRDkXoRTTStoSsw2oW/fk8Il9FcEAQVtNXur7ehVvzV5S5A==", "requires": { - "@types/lodash.union": "^4.6.3", - "asynciterator": "^3.0.0", - "lodash.union": "^4.6.0" + "asynciterator": "^3.0.1" } }, "@comunica/actor-query-operation-values": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.14.0.tgz", - "integrity": "sha512-X73xcHzhC2p5NTNMs7GDykPxrXv4RxzJGUXlBsfkXx3dHaLYsaSPScuJe5JI7FZN9wXLyuB5xZxoMvQttj4KTA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.16.0.tgz", + "integrity": "sha512-X2KE3DNiKtK1sjLkakDgfTZs2paMgNu54zp6wAlIWzg5QVj+iDk+XM5wx8JFI+Mrro4oRN9Gl9TOjGupNjLnxQ==", "requires": { - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2" } }, "@comunica/actor-rdf-dereference-http-parse": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.14.0.tgz", - "integrity": "sha512-bj+8tJr6ZgXPdLuYrjr4MuOxQL1yX8uQbO9JVKvfTJE+ntvFPGAhUu3y4hFoXTj0bepf6RprKE8GIW+PdxaVDw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.16.0.tgz", + "integrity": "sha512-IKSw5jjQLIDkbd7eX3Sw0oMuPBujQ4JX6UMpDA846T4lOZcUBTovp0PPKL4zyUd88Ea9a84Qn6uREOWed4nKvg==", "requires": { + "cross-fetch": "^3.0.5", "relative-to-absolute-iri": "^1.0.5" + }, + "dependencies": { + "cross-fetch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", + "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", + "requires": { + "node-fetch": "2.6.0" + } + }, + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + } } }, "@comunica/actor-rdf-join-multi-smallest": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.14.0.tgz", - "integrity": "sha512-wONddiP1bDFpa5m5x1euQSnBbwhWrMnH5gpqxeSZKb0e7yEy+8+JnGPXnPFA9gJnsYtICUlf9pzofmhOk6WZuA==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.16.0.tgz", + "integrity": "sha512-03oN4MqKBP0eVtMPyJT/PrYR7znDXU37E6sHqW/VGqws5A+myz4G/mxSSOjVE6csN5bt2wNrfpzv9J7hjmHyVA==" }, "@comunica/actor-rdf-join-nestedloop": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.14.0.tgz", - "integrity": "sha512-rGcj6jaN/4kYl6UHdSc0bWDG0pESTE04VYkrwZhg3aFdRAv9X+94ejGDVXrQrG5Pa6goraGLNJpS8pNb7H/epA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.16.0.tgz", + "integrity": "sha512-f+2x4hgMGWkIroGc9ld3o/dFKZIgvV5DVRI9AGsJR+AZaDmet7nydKs8fw/6nEjMfYIvuNlGVgmSEsLgsAa7sA==", "requires": { - "asyncjoin": "^1.0.0" + "asyncjoin": "^1.0.1" } }, "@comunica/actor-rdf-join-symmetrichash": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.14.0.tgz", - "integrity": "sha512-5Y9N7tIN2WgHP6DTW0sJTYHokzxZiCS4h7Nvb3I5nXlHzFNTi2/FlsqYE6gVKpcjaPgGdDD2OjSqTqplJZLfhw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.16.0.tgz", + "integrity": "sha512-d1Sszprnc+aJQt1cjycroGAkhAa2fMyECelcJGqwKWpVAXT/nsbOB0Ixb0eKTF4uGlYFrdA/OSG7frwdAORepg==", "requires": { - "asyncjoin": "^1.0.0" + "asyncjoin": "^1.0.1" } }, "@comunica/actor-rdf-metadata-all": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.14.0.tgz", - "integrity": "sha512-o7ZsJevHcHr26ZNdedPbGeXCFQha+55LBZz6CdTMIcvDmezqhAec5LxcMCwW4z6TNJeQ3xCr/HSFkXT5YIA+RQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.15.0.tgz", + "integrity": "sha512-Ax+q0igPmDQeriFL4hDMQWQPV4tsTzyboqnuXqj9U84YXmJ3y+5a5Wh/35odR3W31SwMrs56jYNIpZBKwx0+RA==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -1004,14 +18955,12 @@ } }, "@comunica/actor-rdf-metadata-extract-hydra-controls": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.14.0.tgz", - "integrity": "sha512-9vm4iZ3+llkoF3vwn4CSTMR8RR87k0JyNWao0hMoZFW8GxvU1gxWhjVezJm9x/H7FT1E9L+xVZZ4jKDnOwNZ8Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.15.0.tgz", + "integrity": "sha512-Ih5OJQGfmJe5ihMeFwtWhWKSCxLXEKID3i3NGm8MgiFFbEzLAAf1YLLIK57cW88vahY+3YkPZ7tq3FeIeAi3tw==", "requires": { - "@types/lodash.assign": "^4.2.3", "@types/rdf-js": "^3.0.0", "@types/uritemplate": "^0.3.4", - "lodash.assign": "^4.2.0", "uritemplate": "0.3.4" }, "dependencies": { @@ -1026,22 +18975,22 @@ } }, "@comunica/actor-rdf-metadata-extract-hydra-count": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.14.0.tgz", - "integrity": "sha512-G8bU6u4n9dytjpvo8z2LjyxhKCwuo9WyZfhWNl8zv3ouayBia1vkNBPE/mirHwNPYxAwUai2BGNxRwzpUHnsnA==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.15.0.tgz", + "integrity": "sha512-3qNJWsSo0xR8xt7MEFD7rVlQXiBTLddzUK/5lX1A4dB3jk20a+c62WltctWYiIFtyCs0qYluAJ8xuJ2ItOlP7w==" }, "@comunica/actor-rdf-metadata-extract-sparql-service": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.14.0.tgz", - "integrity": "sha512-pJW49X1dyEvi5rv1B6tEhpbrB1A7h9sGJOpAr4+bHJ52+BptEzwVspeF06bMnAC+5fHFtjBKHiZFOyYfKUpM1Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.15.0.tgz", + "integrity": "sha512-CCikTWHa8nNUfmDHPGjgTH60XGcOJtkckzZXdk6kG4rMKXocsj86/cwzYM89P58LOMKy4IFfsSpoEqKIhn2gog==", "requires": { "relative-to-absolute-iri": "^1.0.5" } }, "@comunica/actor-rdf-metadata-primary-topic": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.14.0.tgz", - "integrity": "sha512-2nnW8KjNd3j1fwH/pcTlqqkDr4RgLrJZuEAUBAp8odhHcBKb445cJGaSQB8KS6rWm0L9igMt5R8hqIg49hfHKA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.15.0.tgz", + "integrity": "sha512-7YRtw2us52nXYcaPyk8q/rCopioCS5LEVDEteD3RqCd7KMVhg+VZYU0iD5cMF9tyYr8NoXdm1/CYxTnSZE/LNg==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -1057,9 +19006,9 @@ } }, "@comunica/actor-rdf-parse-html": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.14.0.tgz", - "integrity": "sha512-ovYZpTfPVIfYFI2WeJYPuvBUHNmm5dozAKV/XHs1B4wTBf80E+ckx4GiTEIsonKjaMclsFZL494bc0DU6glrIQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-eC43jtLqY3wfA6aRim83l+3NfoMQCZv/lPP2MvqxY04/Rk77DdqKtKS2GfYrIBc8aqDOoreVgiBQG5TzPzm5Ew==", "requires": { "@types/rdf-js": "^3.0.0", "htmlparser2": "^4.0.0" @@ -1076,17 +19025,17 @@ } }, "@comunica/actor-rdf-parse-html-rdfa": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.14.0.tgz", - "integrity": "sha512-L6k8x1ZjtdkB36l+VmJB/78ZoB3igtkT8AEXh68rX2lEVbfp2uI2WC0P3sKPe5esAzz3p20wxyjq1eXefiji/Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.15.0.tgz", + "integrity": "sha512-1rA7YCjY1v7/1oRKzthVw633HZmHux96SQW5j+FIJTvX4GoBvf1seS082HY7WQGRpZVgLxOUxtAOQcp7zT4dHA==", "requires": { "rdfa-streaming-parser": "^1.1.1" } }, "@comunica/actor-rdf-parse-html-script": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.14.0.tgz", - "integrity": "sha512-YBw8k2Ym4EMBacRnomWcSgVlFv2hBMKFHoQn/hVs8gQZGrEexPOuVqEWbQPcOz+9GeAJY+uQGlEKF1knR4tASA==", + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.16.1.tgz", + "integrity": "sha512-IYagk0RzIQEzj/78KvoICDgOiPnwvj44S/PH2ha++o9Se0FgTxRjHrWTluETiczOcvrV54TeVh0YDYJck+xz/w==", "requires": { "@types/rdf-js": "^3.0.0", "relative-to-absolute-iri": "^1.0.5" @@ -1103,9 +19052,9 @@ } }, "@comunica/actor-rdf-parse-jsonld": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.14.0.tgz", - "integrity": "sha512-FzbGmdM9SITBna4yY3kioc5JnTZL3y1Obdgby/qXIC8Oy8TRTL2/d/Dv+lrkoG5xtz6mVjEaqqWtx7IRF3L0Tg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.16.0.tgz", + "integrity": "sha512-LtAIv75bhHe2teN0vjWZ6EkjwnK6Yw56Q1ZuxgrWZLGrbdRF6YZuXglW+IqWeZ45tIUqhweS83k17/9fR3UK5w==", "requires": { "@types/rdf-js": "^3.0.0", "jsonld-streaming-parser": "^2.0.2", @@ -1151,39 +19100,39 @@ } }, "@comunica/actor-rdf-parse-n3": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.14.0.tgz", - "integrity": "sha512-uk+MQgFCdOBHKp8cUUj0hOrI/ZGL/5oOmV2jNH6OSb6XXLvpcqgqzanpUDKmXlQZ7TB5LBcZHUVPj1OH38a7qA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.15.0.tgz", + "integrity": "sha512-YWk7XSDN8GDOFL+u5PtadZmIUzAh5ZUYB/LwXLENeymIgWEaSvJo5H4QqdGmnJFArlgXX2Thk8jTvbtubiNTvw==", "requires": { "@types/n3": "^1.4.2", "n3": "^1.0.0" } }, "@comunica/actor-rdf-parse-rdfxml": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.14.0.tgz", - "integrity": "sha512-zUEZlYBF3AYqbkBzKj5wRkenF9ZFj/GWkHFiiq2E52o0vwFRRt/6OK3EZ1vDZR1g6NB+uJ49LbkDQrcO39YkBA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.15.0.tgz", + "integrity": "sha512-Rec0dnaTW95Mx91cfQPBkDkgEhoFd9J36FtiJAotLFPOiXp4YsTEZGQNSODTbhchfaTS6HDTFnETQ6GbmutaCQ==", "requires": { "rdfxml-streaming-parser": "^1.1.0" } }, "@comunica/actor-rdf-parse-xml-rdfa": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.14.0.tgz", - "integrity": "sha512-j6heFYc1+bOHMQkKpqFFSSXoveTM3ch/0WLbQsy4MQfAKR2Y7VjY90GPq6vnYReDzZ7hpb4Til0LZmfIuxp0iA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.15.0.tgz", + "integrity": "sha512-34CI/f/JQTEfrnxyqB7Y+EhkhW0tTMsHoC8yu+Y6AtSVdj2FYkSR+GmAk9F65JVnm/RC9uh1T7yT5yJMVvmgiQ==", "requires": { "rdfa-streaming-parser": "^1.1.1" } }, "@comunica/actor-rdf-resolve-hypermedia-links-next": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.14.0.tgz", - "integrity": "sha512-GUUrCK0CbV2Aege1/cijMZuzeNbuhw4/mnux9J4Txv57EAMHJQZc6prAYM9K+MoxhQOTZAppnTAr9jx1cshlNg==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.15.0.tgz", + "integrity": "sha512-TgQurH1G50rdgnQ9WCWchYrUDMk+379oVuha5JISwW5Dc33/wVjR+hoIkrAfKx/kIi7846mcEHO4qNQ5V818hw==" }, "@comunica/actor-rdf-resolve-hypermedia-none": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.14.0.tgz", - "integrity": "sha512-HPVvV27KScvl+6wxCi4FRiHmq1a5ey827P8Q9N6Kuzzqaz94c8AkF6fnQbOl13fZk21a5e8adZhKiIxOtRhT5w==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.15.0.tgz", + "integrity": "sha512-dgCFXKbmY9UKSaczpmdVFeSNNcotgWJavC979HQO40zjq6tg3kRDT82M0ucjuDB7fIglzA8xQYTvbjIWYNrm4g==", "requires": { "@types/rdf-js": "^3.0.0", "rdf-store-stream": "^1.0.1" @@ -1200,13 +19149,13 @@ } }, "@comunica/actor-rdf-resolve-hypermedia-qpf": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.14.0.tgz", - "integrity": "sha512-qD6bWQTjF5VvASrWVDKihChknPUeGbHwloxzAR/4wxrHualiYKtnCH0027agkUWMphlhUn1G5KDv10LcrIHrDg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.16.0.tgz", + "integrity": "sha512-ikOdP68hwoG9jFqe7ezpOfvWirXtFmKjCvbWf6bl4HgojvP8Wa94V7glxV75p/8Tsj5j5FwvFJfbbhlBJDNXiQ==", "requires": { "@rdfjs/data-model": "^1.1.0", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-string": "^1.4.2", "rdf-terms": "^1.5.1" }, @@ -1222,16 +19171,16 @@ } }, "@comunica/actor-rdf-resolve-hypermedia-sparql": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.14.0.tgz", - "integrity": "sha512-0eAKkwqOzrbpZ2JgTvwFs5jMYHmkIIRkCV1UoeMuqDFpCnLjuvYuOW/8a3ug6HVOR8BrorCQgY4cRTKtwatc2A==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.16.0.tgz", + "integrity": "sha512-G6OCciGr/mGg6TQ4+iEnWgSqYyrKmhXQ8UzkLPS6FJXyxWJoEoiHpebYMN9Zw6XycJKnZxlqVUrmIuz3Cxde5g==", "requires": { - "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.14.0", + "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": "^1.16.0", "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" }, "dependencies": { "@types/rdf-js": { @@ -1245,15 +19194,14 @@ } }, "@comunica/actor-rdf-resolve-quad-pattern-federated": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.14.0.tgz", - "integrity": "sha512-+wIdfFH+Ep4kSsuRUUOjJg56UfsrZgF0SvgpdngCGrmjgX9fwt1eVSk6rwefwaB7JQby20qhGBmAallIQs/QSA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.16.0.tgz", + "integrity": "sha512-bHQLxjCtDHiUxIop8IWfReZhBPWpusPfc39A65VyQsZ7lBF/ZF21fTDaGJ8XlmiAYNBanDwjVIKe5ng3MGzwww==", "requires": { "@comunica/data-factory": "^1.14.0", "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", - "lodash.omit": "^4.5.0", + "asynciterator": "^3.0.1", "rdf-terms": "^1.5.1" }, "dependencies": { @@ -1268,15 +19216,15 @@ } }, "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.14.0.tgz", - "integrity": "sha512-NKsNvv4m9MuAHF5OwVTYwk05jm0WCRwY720NyAjAnRIyiAgTIQijwCykgi2NZaKC6KVTPEQ3AO2ucvow57l9ag==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.16.0.tgz", + "integrity": "sha512-eNcn6N5Db5NyBPf4/on+baLr6pqeO86OcbfrjHkdU98MnR5CTXMF68/MCkwRLfcYooRG+o6z6EV/T/wonVeT8g==", "requires": { - "@comunica/utils-datasource": "^1.14.0", + "@comunica/utils-datasource": "^1.16.0", "@rdfjs/data-model": "^1.1.1", "@types/lru-cache": "^5.1.0", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "lru-cache": "^6.0.0", "rdf-string": "^1.4.2", "rdf-terms": "^1.5.1" @@ -1293,9 +19241,9 @@ } }, "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.14.0.tgz", - "integrity": "sha512-qg326ppwtyAbqNAdqLdiE+3eEfWTLzY0uuIbnetZ+/z3VFYPcFMY0+2FeKo3fF+L03n76wNBE4X6Qoalk+/u/A==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.16.0.tgz", + "integrity": "sha512-+APHJ2NNegd+dtbMIRnNKksBWk4lqEE70snWBKLavxcae0oq6rq3IvZypuARQETFfxICK9KtAtwg6Z7G19QjKw==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -1311,15 +19259,15 @@ } }, "@comunica/actor-rdf-resolve-quad-pattern-sparql-json": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.14.0.tgz", - "integrity": "sha512-X+px6q0M2fIVwwUHtzicu68QBWgbWR+PUfxvL9zxGt5xYVUM3eIhGS97Mae+CfQs5NGG8xEf/bX4rlm5nysyOg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-sparql-json/-/actor-rdf-resolve-quad-pattern-sparql-json-1.16.0.tgz", + "integrity": "sha512-TfeEDKaYCR3NZvOmhaUY49+Z+5vPKRnx3xTA5L1GsvsU4Bc2kdFKI7ax7FR1p3CrM7AHDlxvu8/AzHIAWFbtxg==", "requires": { "@rdfjs/data-model": "^1.1.1", "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "rdf-terms": "^1.4.0", - "sparqlalgebrajs": "^2.2.2", + "sparqlalgebrajs": "^2.3.2", "sparqljson-parse": "^1.5.0" }, "dependencies": { @@ -1334,17 +19282,17 @@ } }, "@comunica/actor-rdf-serialize-jsonld": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.14.0.tgz", - "integrity": "sha512-IPKBagjPSGWjV3DMokL2/Fcp3gPWVLek5sRtVOb9xTWfuVRjQSHCUT08yBtSQDucmmHwzunjmZLrKXk1Re/JOg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.15.0.tgz", + "integrity": "sha512-+QeLhBWY9Ce0sNW6yDm7GoEdFNlMsQ01k71yBhaBRPhe/gYEbJc0chZAUoByCY0dJRqtfZK1Wc5gjfTrG/ctdQ==", "requires": { "jsonld-streaming-serializer": "^1.1.0" } }, "@comunica/actor-rdf-serialize-n3": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.14.0.tgz", - "integrity": "sha512-UPoLzFPUgMfU42S6U6j5q1DmO/GVoEQOzwNwwZdsf/otgPAZbLHyXzYR9Kx5A0s0BJuR8vaj4ZIxVidoviSw7Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.15.0.tgz", + "integrity": "sha512-/9wY7o875w103A9a/SNpk65rFcp+bT3mSOnjV1bUnMVhvy73AsRG88uiwGUbS6GDFBPzA2j/l8OD+I4U3j6I7Q==", "requires": { "@types/n3": "^1.4.2", "@types/rdf-js": "^3.0.0", @@ -1363,28 +19311,28 @@ } }, "@comunica/actor-sparql-parse-algebra": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.14.0.tgz", - "integrity": "sha512-MF50/5uQzi+Dnqdhl+eJYU0+rGJd0J2rAg7SpDGt2Kbcu+mJu/Sn/HV3tZMXWd6bjE2ve93EYOZPLQ7dLFg2NA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.16.0.tgz", + "integrity": "sha512-hby1X7JYxgS1T84bLYna2Cs5XCA4cCaUJMAJ8emd/IyHoW0VT4N0moCofnswjykeJ9HgCOWMbs6FqfahZS1Tag==", "requires": { "@types/sparqljs": "^3.0.0", "rdf-string": "^1.4.2", - "sparqlalgebrajs": "^2.3.1", - "sparqljs": "^3.0.0" + "sparqlalgebrajs": "^2.3.2", + "sparqljs": "^3.1.1" } }, "@comunica/actor-sparql-parse-graphql": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.14.0.tgz", - "integrity": "sha512-K8f/7iyT0jBmfqwNFwNSuj4tR/GRBEi3I2DnzzjYoRX1TfGJpOX4KHgOkR0BxWB8lPgF5O3CJJmMMiEhj8zXXw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.15.0.tgz", + "integrity": "sha512-QggTh7b/LgzZRqKR+p46hXoJiH5ge/JTbWQM92QCRa2TsNm2hGpuvCwUS0VoPiUN+O/Vbtw6IH+09qJAnEt0+w==", "requires": { "graphql-to-sparql": "^2.1.0" } }, "@comunica/actor-sparql-serialize-json": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.14.0.tgz", - "integrity": "sha512-D31bViGwtEkcFGgLk55sPzkzIiyJgZLnCcKYBYANdc+rag6JWAGZ6LqOE9dEIPnd6N1mgCSKEKY3n+fNL3mlNA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.16.0.tgz", + "integrity": "sha512-9T6WlZtCOvYm37j7tgGvRCYO716naaqG4V2LbIYVcxoCxqUlfPcpE07eXt8GfWEG9R6QQuvk8UvEPqZrNiPmNQ==", "requires": { "@types/rdf-js": "^3.0.0", "rdf-string": "^1.4.2" @@ -1401,14 +19349,32 @@ } }, "@comunica/actor-sparql-serialize-rdf": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.14.0.tgz", - "integrity": "sha512-fa62ZiI10HGbS02g1OEO7OJG0H3w1Kw+UrVAzPtOSN6T/YHXIaBWDT1QzBitKMgufmk1SqSbSi+YF+2U3whbfw==" + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.16.0.tgz", + "integrity": "sha512-KBwIuwzZp5qoSFPy+8n81x2uuV8P6pzwG3r2skdir+CfIygGb0Yxf0EzCKfVDBCYn/h4lFJPwMbqXbfflwN7Ww==" }, "@comunica/actor-sparql-serialize-simple": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.14.0.tgz", - "integrity": "sha512-485UrTM75wZEwbjpKkwdyxJ/syyJ9FlqWAM8zaMnqoW+JcaGzTHctStK4PvgStSLXtYoDctXKAa5QprZG4Aadw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.16.0.tgz", + "integrity": "sha512-Cu4MpzGlXQn/tI68fKuttny6cPmvyFBllypkZybPOtGwMY/TyA5FSd/GQLCagfP/gSm6XYnmK04D8gzY1Bwrlw==", + "requires": { + "@types/rdf-js": "^3.0.0" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, + "@comunica/actor-sparql-serialize-sparql-csv": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-csv/-/actor-sparql-serialize-sparql-csv-1.16.0.tgz", + "integrity": "sha512-unsuwwpuXdf+mqnrlFws/XpywRCPMjXccXZo2ORNlV4/iuWB3pIToAW0dnhTNxXafpWKiN/lcX05xQitH6jm3Q==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -1424,9 +19390,9 @@ } }, "@comunica/actor-sparql-serialize-sparql-json": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.14.0.tgz", - "integrity": "sha512-/FvGjXmWnCPDr2hTltsrPUuEDf2HQcP4M2wF6l6oBbAfO7jyamiGhJhGwN1JEhv1WnW04fuP2OSZhSLw5Ii3mg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.16.0.tgz", + "integrity": "sha512-JVAPseFNzUT82mH9udR2QJXw0uWo6TcpHVYXk0JbvXOXwH4NBuAkXiYFBMv1ghbtpyN31Xol7Pa90mwGb8rrMw==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -1441,10 +19407,29 @@ } } }, + "@comunica/actor-sparql-serialize-sparql-tsv": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-tsv/-/actor-sparql-serialize-sparql-tsv-1.16.0.tgz", + "integrity": "sha512-GX6ELMgGa3ztPZC2jKQ6/xyYf+fg4p/6p/ww/GzrSplEpmRlKFQIgUCu735ZKM3w5lZdxf8IDzOeVqDARI8jhw==", + "requires": { + "@types/rdf-js": "^3.0.0", + "rdf-string-ttl": "^1.0.1" + }, + "dependencies": { + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } + } + } + }, "@comunica/actor-sparql-serialize-sparql-xml": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.14.0.tgz", - "integrity": "sha512-2huuPdX0St6ITl/zU9NKT7xCsKj4P0z8oXhhOSdKIm7JSiE9HSR0fZuWtew3oJMRrCvqXMdpoIRK1P0HneBPCQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.16.0.tgz", + "integrity": "sha512-udTwQMSGY25S9YePdMKrWgndHrxhcFpEZ2u8msTxbZkkJZhW8qKxh4rMUE5ESGsrFPwtlYQTX+gPu2LZ+zXAnA==", "requires": { "@types/rdf-js": "^3.0.0", "@types/xml": "^1.0.2", @@ -1462,9 +19447,9 @@ } }, "@comunica/actor-sparql-serialize-stats": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.14.0.tgz", - "integrity": "sha512-/kSNvHTujYhrR8D8+S+PPU2ayDJAKvIlgKGdk90jtBfQeZTAfXLBZPMqS+818XsD9h62LvPro3wtHujUFUaynQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.16.0.tgz", + "integrity": "sha512-tGeOR5tgyP7yG7fSiPuI2Md+/ZFRJk8A6eSXGAGvZaNTGIhDmaF21jLfon/OUrJTO3jlsR1a1mZ2Hl5jshp2kA==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -1480,9 +19465,9 @@ } }, "@comunica/actor-sparql-serialize-table": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.14.0.tgz", - "integrity": "sha512-+ygFE6wK2G6h7ErtVbX2fDBMhDadBZ/1jM9ck0n/hHGXBx9Q5YmZZvHW8w1Fv+myZfAxkoMUnCCRDVRPZYt93w==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.16.0.tgz", + "integrity": "sha512-Sj5AJqP5fPEL8Nr2sG6K64crd7FOChPzFojSE6L750SXutQSNDuJ/Zm8N1xfZxGsxTeYNUhzr+WxzSKoWuwzQA==", "requires": { "@types/rdf-js": "^3.0.0", "rdf-terms": "^1.4.0" @@ -1499,9 +19484,9 @@ } }, "@comunica/actor-sparql-serialize-tree": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.14.0.tgz", - "integrity": "sha512-ozEE54bRTuZt6twiuC6frun8G2yqiOklLnvzGL1G3+1aTEmT3cEFojBiQ80oPfMCJ5IOLouY9LKYu87mVUB9uA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.16.0.tgz", + "integrity": "sha512-9BMQ8nL4Cso2NOsiKrcGQp/Ccmer8jhfJowOQhRioLI54w2+lVGXBfR8t/Mj9T4bWabtgY8AES25ZjGS2hh2gg==", "requires": { "@types/rdf-js": "^3.0.0", "sparqljson-to-tree": "^2.0.0" @@ -1518,14 +19503,14 @@ } }, "@comunica/bus-context-preprocess": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.14.0.tgz", - "integrity": "sha512-2AjtI3bbPgqoCQivYzLGdO3CgPv7wpxt7IceRuV4ctSXSShP+MKshjZlQJqaOkGcj1lehMq4pbOx8VdslJgl8g==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.15.0.tgz", + "integrity": "sha512-qB+DQX2YiXjc/vJ84fE9nW6XXgMDbYIwgtjn5wmfvQWjr+9p0yVjk32IMU9kRa7ETp9OytY/pHebvVHDhuHBYw==" }, "@comunica/bus-http": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.14.0.tgz", - "integrity": "sha512-iKCl+2pVoCYJezXjstCZN+1tK9hc+vjkRDdseR08XFndpuO1XNvYmBXx2BfJP8huV7iOnjen4KHoxmvUfcHo5g==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.16.0.tgz", + "integrity": "sha512-3fWJA3Yh7Wj4clabg141FgAH+m8/InZ+BVPr7BqhO+7Jg0tXbvGDfai8N0SXWL7rCMkWjlPYkBHkzpQ8Dk0HAg==", "requires": { "is-stream": "^2.0.0", "web-streams-node": "^0.4.0" @@ -1539,30 +19524,30 @@ } }, "@comunica/bus-http-invalidate": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.14.0.tgz", - "integrity": "sha512-yPXXONePHqnaYH1DSY18ECL2TZPk/3YUlcQ7qoEFiaVwOdEXwdsSbjpk76zOVnKElmVemp7wpyH3NDWhv5KVhQ==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.15.0.tgz", + "integrity": "sha512-RGURwbcUtD81ZYMMqs3EXB8ML35HENnGnrnrl0iO07R8HdJ/V5sczM8cxo5/+MXDpAqA9ao99AHJARwyHgoFmQ==" }, "@comunica/bus-init": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.14.0.tgz", - "integrity": "sha512-BZaBp2M1sd8Ad1LL5chzWh8RxlipBLeiea9m0l7nF7fAq8mAz051NV4ZnteaumW6691fgAaMuoYkWfXr2azOVA==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.15.0.tgz", + "integrity": "sha512-HwVTEznx2H7GvcfQAREz52QF8xXT1AqxkJDnI9vTeGvLpWrM+LVOAJZxBcYFFK3X3bEhTsPfDVzikziMGqZuZw==" }, "@comunica/bus-optimize-query-operation": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.14.0.tgz", - "integrity": "sha512-6G+hswg3wgC11kOhJ6IafZQ/0XGW1vZUoBEEXPo88kXOml5Aj3EBJvKuvY3fEtpUV9s5AQ5pIdi2enNxZgW9IQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.16.0.tgz", + "integrity": "sha512-7mvHenP7semqGlWge4EIvueK1/s4TjMpyL/RKF0Twa8Fwp0r66dFjprkAitV7K95U4FJvD0KSJPWTnQsJBdxrg==", "requires": { - "sparqlalgebrajs": "^2.2.2" + "sparqlalgebrajs": "^2.3.2" } }, "@comunica/bus-query-operation": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.14.0.tgz", - "integrity": "sha512-TgkbRYg48VTRH7wwfBsXjuXrxtUaECMfDf74qnyRnqRQjV1bee7w/jfhHECr6rswDhs3EWNJyYaxpfxHq36QSw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.16.0.tgz", + "integrity": "sha512-xusr0PelD5ej1B9+ff7AFDXRMidDR167Lzazaits7wNd400sG2RpIJjnEvNqU6g6d0R5WnUWCpCuv4hFQZ15sQ==", "requires": { "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "immutable": "^3.8.2" }, "dependencies": { @@ -1577,9 +19562,9 @@ } }, "@comunica/bus-rdf-dereference": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.14.0.tgz", - "integrity": "sha512-pazNqmtKglXsI3YvtwR7JpKNnakKUu4/nuXuRC64JUi1EW2GbKEzR0rjZ99m007oUKjvmOsvkCu0ceYZswH+6g==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.15.0.tgz", + "integrity": "sha512-4vXq8e51zK1gkw5lxL2HkqYx/Wig215w8Bi3jguUTM/10EQW7KgebhRxeFU/EQOamFTMeS5anOu5BVfNps8rJQ==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -1595,9 +19580,9 @@ } }, "@comunica/bus-rdf-dereference-paged": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.14.0.tgz", - "integrity": "sha512-6qq+kWAm0n/x1WZSVFcmMC4+CvBffAOEbc2o454R8WD0DvzRcLtLPJii101u5pObC6kZPGh2X1xisfOgdx9PMQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.15.0.tgz", + "integrity": "sha512-xejwEanK8yaI/ST1SDE2Tjs9f/PsS5SvtYIVEZuWew9Ey4UlxcW/Tsz4m5YA40DeYbXaXg7m40ZeWJxwiislrw==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -1613,15 +19598,11 @@ } }, "@comunica/bus-rdf-join": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.14.0.tgz", - "integrity": "sha512-+GJNtLFOaEOgkSVlvuVOBbX6xIJRLKEFGNlssnbxGYt8eYoEcMS7hKzIJrqWSxEr8P7ReIEEP3bHMEDfHVdDrQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.16.0.tgz", + "integrity": "sha512-v2RilDXPIc1sOtGnhskNqvbeyp4jOBTTUnHUEHCIdopZVUhEIj+zpZdHFoPOIbtHK6eQlQ0Ckx3E3mX84fZVyA==", "requires": { - "@types/lodash.intersection": "^4.4.3", - "@types/lodash.union": "^4.6.3", - "@types/rdf-js": "^3.0.0", - "lodash.intersection": "^4.4.0", - "lodash.union": "^4.6.0" + "@types/rdf-js": "^3.0.0" }, "dependencies": { "@types/rdf-js": { @@ -1635,9 +19616,9 @@ } }, "@comunica/bus-rdf-metadata": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.14.0.tgz", - "integrity": "sha512-O8A0GH5QYpVudHwjCUnF5ukn/PXjXIHXcGzpRTCStEIbNcVytETXeG9ll1rEfu65GziZlpk95/d0Rb140iEIHg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.15.0.tgz", + "integrity": "sha512-XhyMkScTBA0KUPTHtmO+kxAUyHhvuigiC6NzAoBZ9wm4y+r3aZ++mpBpAv/Fyma5GiT19EAW2pa8ew7CV9GR3A==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -1653,9 +19634,9 @@ } }, "@comunica/bus-rdf-metadata-extract": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.14.0.tgz", - "integrity": "sha512-yRf77d7mf59IPZ8o4XzVq2MAET64lyLmG5bbeJEE11ENSUZM9MClYp5uYE51xENURv65nPbpRI3S+Bt9qZ/PAQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.15.0.tgz", + "integrity": "sha512-uxLy3hvpWuLoopoG5clYb3imhQXHGHMKHXe97jfvXA0hjoWleNtD0KRfhs+45YCBXqfNC9PVypTb9eM6SVILNQ==", "requires": { "@types/rdf-js": "^3.0.0", "graphql-ld": "^1.1.0", @@ -1673,11 +19654,11 @@ } }, "@comunica/bus-rdf-parse": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.14.0.tgz", - "integrity": "sha512-JUeCd85gg0XXXwVz3gOQ9bj7KZ2Em9SaM22DoTGeZI5uf6P/VgV9u2EVIPWomP3bI8GAcYq+KK19JtzR5VN4Fw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.15.0.tgz", + "integrity": "sha512-6cGGUBgorkJ6hr5U235qSrlK1m7rPpIM8W6o9kbRAw149AKap1XFF3OXpAYqat2eB4Cbs1J2PP9wg1/s/uOsww==", "requires": { - "@comunica/actor-abstract-mediatyped": "^1.14.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", "@types/rdf-js": "^3.0.0" }, "dependencies": { @@ -1692,9 +19673,9 @@ } }, "@comunica/bus-rdf-parse-html": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.14.0.tgz", - "integrity": "sha512-+gV8YmfqWTPplOMeWEfkJjJTtCz3zJnkjmlXotxljHVjOZNUBVZm3OifnbScWDzbrOIFpj8XVJO1k3Ya75WzvQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.15.0.tgz", + "integrity": "sha512-7F/kDrNf9X//IrO/CK4LpwM5f+mFHLa/wsPc2RubyhiFN3P3KWU6NWxjDJRT9yP85EmW4KknXWwF8AOTvbKF1A==", "requires": { "@types/rdf-js": "^3.0.0" }, @@ -1710,12 +19691,12 @@ } }, "@comunica/bus-rdf-resolve-hypermedia": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.14.0.tgz", - "integrity": "sha512-BiHl3pnkswVQ1lOCefY9COFzOtLVAMNrYInCPC0kyf3rB+pzcRClnyFtB0jh6llmN8rbrc790SQ9BHaDtfXWow==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.15.0.tgz", + "integrity": "sha512-mnSsNMa2FS6x0b0K453J4c2+1UQoe2WX/p3UXfF7YocWFc7eL7JUsZO8+XZ1Pq8WaPpz+sUeaz+JtIYgVtqSGg==", "requires": { "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "asyncreiterable": "^2.0.0" }, "dependencies": { @@ -1730,17 +19711,17 @@ } }, "@comunica/bus-rdf-resolve-hypermedia-links": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.14.0.tgz", - "integrity": "sha512-Qd/i2Ab9TKUzyhAzWdL4zO3EaacTx9O14yBc9mZvcoZskx/hn+ufEbAeh8sBjRcijs9ZkHR7dbMGJILCjv0nUQ==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.15.0.tgz", + "integrity": "sha512-AJD48ftgMdPj5x0hMTRkzNHeywsMqWnXOK7c6L2m3TlUyMtw5PWNYKd2CD1qyXE7xmSi2cKLKA5TKDkQqV7GCg==" }, "@comunica/bus-rdf-resolve-quad-pattern": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.14.0.tgz", - "integrity": "sha512-xQfVlBunATBZ7SLikgkpRvkbYZGaWSmSVCVXf5JXQITdK9bq1YwGh221gYIXgSZNBJt7s8UyGZOmCHYXcv9rNQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.16.0.tgz", + "integrity": "sha512-CHZQcBFVMeUiB2DyGWzDRzvXO+s7uNS6SwnrvXVujCpdYFKfB15uG9mcpc8tZGwHDr18xq6iuLZcEKMl5wqGjA==", "requires": { "@types/rdf-js": "^3.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "asyncreiterable": "^2.0.0" }, "dependencies": { @@ -1755,11 +19736,11 @@ } }, "@comunica/bus-rdf-serialize": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.14.0.tgz", - "integrity": "sha512-ChqyYnqnxI0RdI/T3w9Ys0YtwBOFVFFRrg5+tFeVnZCybBy7tlO+5v2JJ7yIB+ORF15vYlZmMv+y+HH+Qjs0rQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.15.0.tgz", + "integrity": "sha512-c1uJF1LkJ96zscMCe+CB2fLbXhlJ0o8PPVRMm3Jk7/rc8WY5bUxSxf1SFbA/jkOZtcZy59wFHDvPf/NM74ADBg==", "requires": { - "@comunica/actor-abstract-mediatyped": "^1.14.0", + "@comunica/actor-abstract-mediatyped": "^1.15.0", "@types/rdf-js": "^3.0.0" }, "dependencies": { @@ -1774,26 +19755,24 @@ } }, "@comunica/bus-sparql-parse": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.14.0.tgz", - "integrity": "sha512-grzbZ8WIYcbMyS0wBrr+CxrpcLGbLE9jY7fwB+aX9nd5YmSXAdS1l5z2GFrNXQOqDtZOgeEZM/wzEwb63E/Ttw==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.15.0.tgz", + "integrity": "sha512-4aFz5qnnnPxezK/vtvltqqUlN0NhYNFEQwXYZf6Yi2dSS/Hs4cU4kYcldXxIXeBfRQkaoUtTCr0lCUg5uOyqIQ==" }, "@comunica/bus-sparql-serialize": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.14.0.tgz", - "integrity": "sha512-nAZi1y/gBwv+W3JFS+aqkFCT6ZqZF3WQ8+AEd+NN11eIP7t7Cno/sLQTLsMN0viYO7BCW0mjEDIuVN6EN2U8aw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.16.0.tgz", + "integrity": "sha512-LLPheBBYBuSAweou+4kQf0Gop/lNORXOuaDfsHemLG6VqNmWzYyl79rnjd7yTLcZn/QVMUUYDD21CPY8OU5lJQ==", "requires": { - "@comunica/actor-abstract-mediatyped": "^1.14.0" + "@comunica/actor-abstract-mediatyped": "^1.15.0" } }, "@comunica/core": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.14.0.tgz", - "integrity": "sha512-NIKjJIM0mvMFHCFQgN7XFi3TbCkhPCGHpiNXIOFtwbqxMCaXbaB2YF5kXosjEWxdoPF6FAJjxkoy3WbvdtWKtg==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.15.0.tgz", + "integrity": "sha512-Mg/fpufyK4hVKX2vgP8oapu4ZpyugNRxyI/1AX7zlhSkYpE+ldK5YQaGG/sb+fq+s2sAtE1Ocd+thCgF4wv+8w==", "requires": { - "@types/lodash.assign": "^4.2.3", - "immutable": "^3.8.2", - "lodash.assign": "^4.2.0" + "immutable": "^3.8.2" } }, "@comunica/data-factory": { @@ -1815,75 +19794,64 @@ } }, "@comunica/logger-pretty": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.14.0.tgz", - "integrity": "sha512-yLpR0fzPyRbY49PyBjO6955z76KeIT6Bwr6GOtHHTMMDKGqc5gMrtAJSZ4iE+URtTy8e+Mww7hOE6O97TogkHg==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.15.0.tgz", + "integrity": "sha512-Ta0u/YHHgSvX9Au8JqzhgqmNiPLwFW2L1ZLnUR3V0J+uQDL2PEayWnw+xrDyVKgYJaffevJYHowjn4c4D5DxFA==" }, "@comunica/logger-void": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.14.0.tgz", - "integrity": "sha512-rkmAiYreoNe8Vo5Qb6Afn9sKV+8pAbXsRS9nRpKtpaq+G/NHBFGGYh9tJ/B8V6LmUmsZvoHD4bS1a6ykV18mHg==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.15.0.tgz", + "integrity": "sha512-nU0bJ56hOAURnz4uDNbeldAJ88OduRQMtHEeKTSkR+ATArP/ShXFWLgKcxRnU9ELSsA7k9HlvAFpvag5+eNs8g==" }, "@comunica/mediator-all": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.14.0.tgz", - "integrity": "sha512-9dZZbjsLbJOFfvt3yZzKMHcZm64wwBv1wgrspTanEzJi/mD/NfQ1D+zQ/tWqgoHKoPSaOQPBok1idxdC82DCjg==", - "requires": { - "lodash": "^4.17.4" - } + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.15.0.tgz", + "integrity": "sha512-uALhqOxGIT/gBXWkIVE+PTITf5EIDNL2UD9GRffdgc1Qg74prWcMZ4+gYczBOMUhqZHE605QsXXO8NkT4xP14A==" }, "@comunica/mediator-combine-pipeline": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.14.0.tgz", - "integrity": "sha512-ga3gY7xuhZQOshU+tSgOvgeeq1JwjsKTNyTvlb/KI2kWlALcnzy9y09LhGhjCIfy+gESnvdx1LykPHSN0Is5ww==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.15.0.tgz", + "integrity": "sha512-XYf+rOSF1Tj5JX8geHUt5O8BJmLqyRXXYZQe2nlwGoe66hshMKpzAu38m5uDpARrJ4dPxU0PrH34x1Wug77lpg==" }, "@comunica/mediator-combine-union": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.14.0.tgz", - "integrity": "sha512-zbfRoWq0JvjlQZE0A1sLnM9EPw71A4F7b5mTZfUomSG4GEnN16a7YnjIxBEaXLEPjaTCzrsqGmrxg03Sekmq+w==", - "requires": { - "@types/lodash.defaults": "^4.2.3", - "lodash.defaults": "^4.2.0" - } + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.15.0.tgz", + "integrity": "sha512-TPzfXuKRVBEpjb+/S8v2C8uvgi8BTjtg1htL/qY/xI2fYqRcLZGl+D5MZEESmwpmm19cBfg87CbF+ROn6L3+IQ==" }, "@comunica/mediator-number": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.14.0.tgz", - "integrity": "sha512-IOauFlga1ksDT2evHaFlQmu4ngkY7nD+Wv3musw76G1GrMip7AYPDf1WKvEL6bMoKkCy2xqQ8MgyimcDTP8IkA==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.15.0.tgz", + "integrity": "sha512-d1jwHVN6rELFzEPb+CDqEjItAJ4/AqiP1Vp+Z/PBucLjM9EEonQMjQzqrkRV/Oy6cBXfSQDhXuSvftfl/zUCjg==" }, "@comunica/mediator-race": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.14.0.tgz", - "integrity": "sha512-gwbRqddnBYQOGuQOofrs8MUgHORO42QVfkVFPlCtPQMMzMOMx4VWuD8YjWz1oNaNSIjZlmYOPZTYx95uhUe8Fw==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.15.0.tgz", + "integrity": "sha512-MVESJnkgSoPaCkNNN8RDm0B06d0JNL4QOvRZFuFETY4/D+OwIpcEf0EGButQsDUlelAk5n/sFssLMqo2tw65SA==" }, "@comunica/runner": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.14.0.tgz", - "integrity": "sha512-m3j1y1zdclu0UXkrRAJAL13mPMGjRvTxOESrHSxSTe63DvWMTa+gr5TYZL0TGQ7p7Kw4AktEufCZBINH9akqgg==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.16.0.tgz", + "integrity": "sha512-ZQuTt10UpcUbiXu94MSFCgaYkraCtgXewEbXus5Jf0OUbSqa/fkxwWs4wTxak/9CjtFLMb4GO3jfoYoeWbqtfA==", "requires": { - "@types/lodash.assign": "^4.2.3", - "@types/lodash.defaults": "^4.2.3", - "componentsjs": "^3.4.1", - "lodash.assign": "^4.2.0", - "lodash.defaults": "^4.2.0" + "componentsjs": "^3.4.1" } }, "@comunica/runner-cli": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.14.0.tgz", - "integrity": "sha512-QSF7uI3J/3qiYsLD1E8rkV9bkkFlQ79wNGHn2G/kykUS8PLfMipibOqA88Xhh4Tn68vlPwuomCKLxEzhZ7qA0w==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.16.0.tgz", + "integrity": "sha512-9XfRqACWeppe/po/UMIN4MH+gU/8YszRqyPG02vd9k0AnPXYMK5AXPj4ge3D0HQE+ENb2y9C5xe516w0yl8eBw==", "requires": { - "@comunica/runner": "^1.14.0" + "@comunica/runner": "^1.16.0" } }, "@comunica/utils-datasource": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.14.0.tgz", - "integrity": "sha512-T2eIs2xKOQVuT/WkB+DTHvq8GXz4tDtVYLPZktS7CEgHbj16+S7rEtTXMXHXaPCiVFKJCqE+3zCtpJPcDU/wgw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.16.0.tgz", + "integrity": "sha512-MWng1lz62YT5VLvwFvBNc119U6aNvX7oL8j7YdgRyLulB14gYEp5njuqRjbz1WFa1TtDUJxYGMPyskSMdzGilw==", "requires": { - "@comunica/bus-rdf-resolve-quad-pattern": "^1.14.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.16.0", "arrayify-stream": "^1.0.0", - "asynciterator": "^3.0.0", + "asynciterator": "^3.0.1", "asyncreiterable": "^2.0.0" } }, @@ -1980,65 +19948,9 @@ "integrity": "sha512-DaZNUvLDCAnCTjgwxgiL1eQdxIKEpNLOlTNtAgnZc50bG2copGhRrFN9/PxPBuJe+tZVLCbQ7ls0xveXVRPkvw==" }, "@types/lodash": { - "version": "4.14.158", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.158.tgz", - "integrity": "sha512-InCEXJNTv/59yO4VSfuvNrZHt7eeNtWQEgnieIA+mIC+MOWM9arOWG2eQ8Vhk6NbOre6/BidiXhkZYeDY9U35w==" - }, - "@types/lodash.assign": { - "version": "4.2.6", - "resolved": "https://registry.npmjs.org/@types/lodash.assign/-/lodash.assign-4.2.6.tgz", - "integrity": "sha512-SaReADQZqf99FUWZ/gHICOAhLfBvaUmVb9y8xCw7o5WDuqDG0YfN1a+by29eipPcV4FITfPbQMJQiOGAeOb4fw==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.defaults": { - "version": "4.2.6", - "resolved": "https://registry.npmjs.org/@types/lodash.defaults/-/lodash.defaults-4.2.6.tgz", - "integrity": "sha512-JsUJheQIG2Yf/n/QRUMGXT76/7x4tLU5i0kxIPeoOcTIh9yNzdEzCHWbwD8mTf+VncGwYZiho+F2u1pEBsGswA==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.find": { - "version": "4.6.6", - "resolved": "https://registry.npmjs.org/@types/lodash.find/-/lodash.find-4.6.6.tgz", - "integrity": "sha512-rpfXWzKWaw12XMcdQYA7f0xVmkXwJkhPPON69pGVFNYF6/66CduGyLiYnoZk1xBOvGwMnmyrCZ/yJewPO4OMeg==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.intersection": { - "version": "4.4.6", - "resolved": "https://registry.npmjs.org/@types/lodash.intersection/-/lodash.intersection-4.4.6.tgz", - "integrity": "sha512-6ewsKax7+HgT+7mEhzXT6tIyIHc/mjCwZJnarvLbCrtW21qmDQHWbaJj4Ht4DQDBmMdnvZe8APuVlsMpZ5E5mQ==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.mapvalues": { - "version": "4.6.6", - "resolved": "https://registry.npmjs.org/@types/lodash.mapvalues/-/lodash.mapvalues-4.6.6.tgz", - "integrity": "sha512-Mt9eg3AqwAt5HShuOu8taiIYg0sLl4w3vDi0++E0VtiOtj9DqQHaxVr3wicVop0eDEqr5ENbht7vsLJlkMHL+w==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.union": { - "version": "4.6.6", - "resolved": "https://registry.npmjs.org/@types/lodash.union/-/lodash.union-4.6.6.tgz", - "integrity": "sha512-Wu0ZEVNcyCz8eAn6TlUbYWZoGbH9E+iOHxAZbwUoCEXdUiy6qpcz5o44mMXViM4vlPLLCPlkAubEP1gokoSZaw==", - "requires": { - "@types/lodash": "*" - } - }, - "@types/lodash.uniq": { - "version": "4.5.6", - "resolved": "https://registry.npmjs.org/@types/lodash.uniq/-/lodash.uniq-4.5.6.tgz", - "integrity": "sha512-XHNMXBtiwsWZstZMyxOYjr0e8YYWv0RgPlzIHblTuwBBiWo2MzWVaTBihtBpslb5BglgAWIeBv69qt1+RTRW1A==", - "requires": { - "@types/lodash": "*" - } + "version": "4.14.161", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.161.tgz", + "integrity": "sha512-EP6O3Jkr7bXvZZSZYlsgt5DIjiGr0dXP1/jVEwVLTFgg0d+3lWVQkRavYVQszV7dYUwvg0B8R0MBDpcmXg7XIA==" }, "@types/lru-cache": { "version": "5.1.0", @@ -2249,9 +20161,9 @@ "dev": true }, "asynciterator": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.0.0.tgz", - "integrity": "sha512-8aq8lNFDG47H/LlEFHLze17T+zjsHP7yscvEdyWh8MYBEI9CkpBbKuFx6FT4dmMVsBZ0D1LUq8aIh8+vHd/74Q==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.0.1.tgz", + "integrity": "sha512-i63IZ/CLbSwT+9+jezA8BFnMmmOylNN+2/yNqMSr37IdzjPLnYMfEvTOFt46hDA+san7k9CZN6gEzCgCTTfAWA==" }, "asyncjoin": { "version": "1.0.1", @@ -2280,9 +20192,9 @@ "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" }, "aws4": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.0.tgz", - "integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==" + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz", + "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==" }, "balanced-match": { "version": "1.0.0", @@ -2509,9 +20421,9 @@ "dev": true }, "componentsjs": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.1.tgz", - "integrity": "sha512-cFeGNlXYj8bS0o1TNrcYtR6fWZ7Q9kjfn1LPjxe/kKDJHW+VREiY6xsjpCB/yPKpnfOp4euIJB+SWgaXs0YiDg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-3.4.2.tgz", + "integrity": "sha512-ICaSvvxY/CvWwFt0lLsoRL/DHY09akoI6x9WakQQ9g4GYHVaZumWSAdOrzM/htjGpBumpVh1C/4hk0/ghh9jXA==", "requires": { "@types/lodash": "^4.14.56", "@types/minimist": "^1.2.0", @@ -2538,6 +20450,17 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.21.tgz", "integrity": "sha512-87XkD9qDXm8fIax+5y7drx84cXsu34ZZqfB7Cial3Q/2lxSoJ/+DRaWckkCbxP41wFSIrrb939VhzaNxj4eY1w==" }, + "jsonld": { + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", + "integrity": "sha1-oC8gXVNBQU3xtthBTxuWenEgc+g=", + "requires": { + "es6-promise": "^2.0.0", + "pkginfo": "~0.4.0", + "request": "^2.61.0", + "xmldom": "0.1.19" + } + }, "n3": { "version": "0.9.1", "resolved": "https://registry.npmjs.org/n3/-/n3-0.9.1.tgz", @@ -2687,11 +20610,12 @@ "dev": true }, "dom-serializer": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", - "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.0.1.tgz", + "integrity": "sha512-1Aj1Qy3YLbdslkI75QEOfdp9TkQ3o8LRISAzxOibjBs/xWwr1WxZFOQphFkZuepHFGo+kB8e5FVJSS0faAJ4Rw==", "requires": { "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", "entities": "^2.0.0" } }, @@ -2709,11 +20633,11 @@ } }, "domutils": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.1.0.tgz", - "integrity": "sha512-CD9M0Dm1iaHfQ1R/TI+z3/JWp/pgub0j4jIQKH89ARR4ATAV2nbaOQS5XxU9maJP5jHaPdDDQSEHuE2UmpUTKg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.2.0.tgz", + "integrity": "sha512-0haAxVr1PR0SqYwCH7mxMpHZUwjih9oPPedqpR/KufsnxPyZ9dyVw1R5093qnJF3WXSbjBkdzRWLw/knJV/fAg==", "requires": { - "dom-serializer": "^0.2.1", + "dom-serializer": "^1.0.1", "domelementtype": "^2.0.1", "domhandler": "^3.0.0" } @@ -2915,9 +20839,9 @@ } }, "follow-redirects": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.12.1.tgz", - "integrity": "sha512-tmRv0AVuR7ZyouUHLeNSiO6pqulF7dYa3s19c6t+wz9LD69/uSzdMxJ2S91nTI9U3rt/IldxpzMOFejp6f0hjg==" + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", + "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" }, "foreachasync": { "version": "3.0.0", @@ -3568,17 +21492,6 @@ "minimist": "^1.2.5" } }, - "jsonld": { - "version": "0.4.12", - "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-0.4.12.tgz", - "integrity": "sha1-oC8gXVNBQU3xtthBTxuWenEgc+g=", - "requires": { - "es6-promise": "^2.0.0", - "pkginfo": "~0.4.0", - "request": "^2.61.0", - "xmldom": "0.1.19" - } - }, "jsonld-context-parser": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.0.0.tgz", @@ -3645,52 +21558,12 @@ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, - "lodash.assign": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz", - "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=" - }, - "lodash.defaults": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", - "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=" - }, - "lodash.find": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.find/-/lodash.find-4.6.0.tgz", - "integrity": "sha1-ywcE1Hq3F4n/oN6Ll92Sb7iLE7E=" - }, "lodash.flattendeep": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=", "dev": true }, - "lodash.intersection": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.intersection/-/lodash.intersection-4.4.0.tgz", - "integrity": "sha1-ChG6Yx0OlcI8fy9Mu5ppLtF45wU=" - }, - "lodash.mapvalues": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz", - "integrity": "sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw=" - }, - "lodash.omit": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.omit/-/lodash.omit-4.5.0.tgz", - "integrity": "sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA=" - }, - "lodash.union": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz", - "integrity": "sha1-SLtQiECfFvGCFmZkHETdGqrjzYg=" - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" - }, "lodash.uniqwith": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz", @@ -4313,33 +22186,31 @@ "strip-json-comments": "~2.0.1" } }, + "rdf-data-factory": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rdf-data-factory/-/rdf-data-factory-1.0.1.tgz", + "integrity": "sha512-T8EJT4FqcQHRyLnb8erdmO7QXYhfO5YyklVbbaQkvdaGwmYB/4AcYJ0co6fBobcPDnYd2fJObSKP99+y8sGKiw==", + "requires": { + "@types/rdf-js": "*" + } + }, "rdf-literal": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.1.1.tgz", - "integrity": "sha512-zYelIUgvwifeq2aFfTYlv+SoxZbSjdKw+I4ulZ5ECil8FTh2+ufHiR9P7T61KnVyo8BqBhyeHBR4UvA++PWozA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.2.0.tgz", + "integrity": "sha512-N7nyfp/xzoiUuJt0xZ80BvBGkCPwWejgVDkCxWDSuooXKSows4ToW+KouYkMHLcoFzGg1Rlw2lk6btjMJg5aSA==", "requires": { - "@rdfjs/data-model": "^1.1.1", - "@types/rdf-js": "^3.0.0" - }, - "dependencies": { - "@types/rdf-js": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", - "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", - "requires": { - "@types/node": "*" - } - } + "@types/rdf-js": "*", + "rdf-data-factory": "^1.0.1" } }, "rdf-quad": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.4.0.tgz", - "integrity": "sha512-xChDvhK2zb4/aCg8P668CWTn4TEhscefg/E1s+Qu61sZ/hKct/WQn0wuHim8H+MFrzZ7fFN7Gh7aamPgm/QSwA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.5.0.tgz", + "integrity": "sha512-LnCYx8XbRVW1wr6UiZPSy2Tv7bXAtEwuyck/68dANhFu8VMnGS+QfUNP3b9YI6p4Bfd/fyDx5E3x81IxGV6BzA==", "requires": { - "@rdfjs/data-model": "^1.1.1", - "rdf-literal": "^1.0.0", - "rdf-string": "^1.3.1" + "rdf-data-factory": "^1.0.1", + "rdf-literal": "^1.2.0", + "rdf-string": "^1.5.0" } }, "rdf-store-stream": { @@ -4362,9 +22233,17 @@ } }, "rdf-string": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.4.2.tgz", - "integrity": "sha512-74yYjS0W4N3nYDGbXBZrNsqDmhBTjqChTETO9heC2G2M3iMYaIPtEfUikNsBWUj4+4bIKyqL7vAntWBTfJpFFA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.5.0.tgz", + "integrity": "sha512-3TEJuDIKUADgZrfcZG+zAN4GfVA1Ei2sKA7Z7QVHkAE36wWoRGPJbGihPQMldgzvy9lG2nzZU+CXz+6oGSQNsQ==", + "requires": { + "rdf-data-factory": "^1.0.0" + } + }, + "rdf-string-ttl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rdf-string-ttl/-/rdf-string-ttl-1.0.1.tgz", + "integrity": "sha512-QdOztnXuQTS5HwS2YTUkY9KUdyjyMYCX4QITfAAAtJnGqQkfah1L+VdV3E+Z3NKp/CBXLqZs/oMZe5J7pUEzpw==", "requires": { "@rdfjs/data-model": "^1.1.1" } @@ -4664,21 +22543,21 @@ } }, "sparqlalgebrajs": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.3.1.tgz", - "integrity": "sha512-zJ9EEX2BtHjdiSQoWP7fKt2IqD4zi24n3CQtRGOIzh8Hyj2JFMtje68CweaIJgQLN5kNYpNx/VT2F6nxpeIRJg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-2.4.0.tgz", + "integrity": "sha512-6glKn1uWBsdPuQ4D+4r5m8mgWZoMfiNgip4uyblULTmgISqcbsQzrlrIhWQoZSX95QLLlWlYJufhelQAIRAWKg==", "requires": { - "@rdfjs/data-model": "^1.1.2", "fast-deep-equal": "^3.1.1", "minimist": "^1.2.5", - "rdf-string": "^1.3.1", - "sparqljs": "^3.0.1" + "rdf-data-factory": "^1.0.0", + "rdf-string": "^1.5.0", + "sparqljs": "^3.1.1" } }, "sparqlee": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.4.2.tgz", - "integrity": "sha512-6lE4u0i3CCLjOUA/E8SC2fV7L/e7By4QVG+mtreYGpPoh15iFZLPMeH9+54X2tA7doLr8LmV40u66BQ1rpzkKA==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.4.3.tgz", + "integrity": "sha512-HVWj816xZqUO14/kkA9I/OS+uF8zHe7MGCmoGb4gPcO2KcenF8hg4SssftcQgxVJzsI4RQV91rXhDYdBb1WF9g==", "requires": { "@rdfjs/data-model": "^1.1.0", "@types/create-hash": "^1.2.0", @@ -4702,26 +22581,27 @@ } }, "@types/uuid": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.0.0.tgz", - "integrity": "sha512-xSQfNcvOiE5f9dyd4Kzxbof1aTrLobL278pGLKOZI6esGfZ7ts9Ka16CzIN6Y8hFHE1C7jIBZokULhK1bOgjRw==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==" } } }, "sparqljs": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.0.3.tgz", - "integrity": "sha512-/hy2ihyn6YaYdLqnfdG8En6n8/NJVfRGI//AWPh6Anbfxfz89vv9ATEa8taE+SpOBuh6pSYEhIYKPkVRkXNBNg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.1.1.tgz", + "integrity": "sha512-HYSwEu++souL4YjJbRx+3dJ1aNYNuR+BbZdPmdrmD4QMSO14J63BEshpcSURcNRsuriOI+05wo2AaxVvpjhgkg==", "requires": { - "n3": "^1.5.0" + "n3": "^1.6.0" }, "dependencies": { "n3": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/n3/-/n3-1.6.1.tgz", - "integrity": "sha512-bgv23UJ1vxcFCjY1QQYsTCwUHpkiNDGXOD99PZ4wAntNeGJMAXqHpHJ8TVdKran6IZaORnZboaqZgS6UtOh2dA==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.6.3.tgz", + "integrity": "sha512-dN+8pLw2h1H1WQTW9VR3T16tHPDYdQP+YKXzbcpBCMCb9ZkksUyoVRRdtFGl3vosdET+NIB5eiIgth+4Vit6Yw==", "requires": { - "queue-microtask": "^1.1.2" + "queue-microtask": "^1.1.2", + "readable-stream": "^3.6.0" } } } @@ -4757,20 +22637,23 @@ } }, "sparqlxml-parse": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.2.2.tgz", - "integrity": "sha512-xFN+S97DRI9jrlFsOntB8rmtEAJeTUAyRCquibiLCbE+z63iw1tFdM9NhrphrPey1+EH75vh9AjycXwDD6nEIw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.3.0.tgz", + "integrity": "sha512-NeI5t7Jglue/CIl1LXAAXzK4k9Ex4ULuPpTShuEpID+edPmljJ17ITsgx1yM8exZR1a4br5UqyyiDxduQQ4wAw==", "requires": { "@rdfjs/data-model": "^1.1.1", - "@types/node": "^10.12.18", - "@types/rdf-js": "^2.0.2", + "@types/node": "^13.1.0", + "@types/rdf-js": "^3.0.0", "sax-stream": "^1.2.3" }, "dependencies": { - "@types/node": { - "version": "10.17.28", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.28.tgz", - "integrity": "sha512-dzjES1Egb4c1a89C7lKwQh8pwjYmlOAG9dW1pBgxEk57tMrLnssOfEthz8kdkNaBd7lIqQx7APm5+mZ619IiCQ==" + "@types/rdf-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-3.0.3.tgz", + "integrity": "sha512-1dvodNHh/YpLovHA/b046Nu+xERVt0KcYJFQH1A8S4ZcMj+stYtx4ypXw0X2/oatbREUo4JW+cjoBll3CVtwSQ==", + "requires": { + "@types/node": "*" + } } } }, diff --git a/package.json b/package.json index e3b4116..899a9b8 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "dependencies": { "@api-modeling/amf-client-js": "^4.1.10", "@api-modeling/api-modeling-metadata": "^0.1.3", + "@api-modeling/metadata-store": "^0.1.14", "@types/n3": "^1.4.3", "@types/uuid": "^7.0.2", "cross-fetch": "^3.0.4", diff --git a/src/main/bindings/CIMBindingsPlugin.ts b/src/main/bindings/CIMBindingsPlugin.ts index 20f11c0..3a3a924 100644 --- a/src/main/bindings/CIMBindingsPlugin.ts +++ b/src/main/bindings/CIMBindingsPlugin.ts @@ -167,7 +167,7 @@ export class CIMBindingsPlugin extends BindingsPlugin { } protected async parseGlobalFile(resource: Resource, store?: n3.Store): Promise { - return await graph.loadGraph(resource.text, store); + return await graph.loadGraph(resource.text ? resource.text : '', store); } } diff --git a/src/main/bindings/utils/N3Graph.ts b/src/main/bindings/utils/N3Graph.ts index 6c33b22..75adf28 100644 --- a/src/main/bindings/utils/N3Graph.ts +++ b/src/main/bindings/utils/N3Graph.ts @@ -47,7 +47,7 @@ export function store(): n3.Store { export function loadGraph(str: string, existingStore?: n3.Store): Promise { return new Promise((resolve, reject) => { // @ts-ignore - const store: n3.N3Store = existingStore || $rdf.graph(); + const store: n3.Store = existingStore || $rdf.graph(); const myParser = new JsonLdParser({ dataFactory: $rdf diff --git a/src/main/index.ts b/src/main/index.ts new file mode 100644 index 0000000..bb352d3 --- /dev/null +++ b/src/main/index.ts @@ -0,0 +1,450 @@ +import { ConfigurationParameter, Resource, BindingsPlugin } from './bindings/BindingsPlugin'; +import { CIMBindingsPlugin } from './bindings/CIMBindingsPlugin' +import { APIContractBindingsPlugin } from './bindings/APIContractBindingsPlugin' +import * as fs from 'fs'; +import {DialectWrapper, ModularityDialect, Module, Entity, Attribute, Association, IntegerScalar, StringScalar, DataModel, DataModelDialect, ModelBindingsDialect, BindingsModel, Binding, BindingArrayValue} from "@api-modeling/api-modeling-metadata"; +import { startup, post, store, transitiveGet, get, schPref } from '@api-modeling/metadata-store' +import {ApiParser} from "./bindings/utils/apiParser"; +import { postBinding } from '@api-modeling/metadata-store/dist/esm/postGet'; +const DataFactory = require('n3').DataFactory; +const { namedNode } = DataFactory; +var FileAPI = require('file-api') + , File = FileAPI.File + , FileList = FileAPI.FileList + , FileReader = FileAPI.FileReader + ; +type PlugInMap = { + 'cim' : CIMBindingsPlugin, + 'api' : APIContractBindingsPlugin, + 'gorp' : Error +} + +type GetCon = RecordBindingsPlugin> +let pim : GetCon = { + 'cim' : () => { + return new CIMBindingsPlugin() + }, + 'api' : () => { + return new APIContractBindingsPlugin(); + } +} + +async function loadFile(fname: string){ + +} +async function pluginExport(plugInName : string, parameters : ConfigurationParameter[], graphs: DialectWrapper[]): Promise { + const somePlugin = pim[plugInName]() + let something = await somePlugin.export(parameters,graphs) + return something +} + +async function pluginImport(plugInName : string, parameters : ConfigurationParameter[], resourceLocs: Resource[]) : Promise{ + const somePlugin = pim[plugInName](); + let allResources = resourceLocs.map(loc => { + return (async () => { + if (loc.text) return loc + if (loc.url.startsWith('file://')){ + const textData = fs.readFileSync(loc.url.substring(7)).toString(); + //console.log("here?") + loc.text = textData + return loc + } else { + return loc + } + })() + }) + let resourceList = (await Promise.all(allResources)).map(z => z) + const parsed = await somePlugin.import(parameters, resourceList ); + return parsed; +} + +function makeBaseUnit(dialoc: any, base: string){ + let filer = dialoc['@type'].filter((f : string) => f.startsWith("file:///"))[0] + //let start = base.indexOf('file:///') + let end = filer.indexOf('#',8) + let rebase = filer.substring(0,end)//base.replace(base.substring(start,end),dialoc) + //console.log("NEW BASE IS : "+JSON.stringify(JSON.parse(rebase),null,2)) + let baseUnit = `[ + { + "@id": "file://src/main/resources/test/cim/test/association.yaml", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "${rebase}" + } + ], + "http://a.ml/vocabularies/document#encodes": ${base}, + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.1.0" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": true + } + ] + } +]` +//console.log("BaseUnit is\n"+baseUnit) +return baseUnit +} + +let project = `[ + { + "@id": "http://yaddayaddadingdong.com", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "http://yaddayaddadingdong.com" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "projUUID0", + "@type": [ + "http://a.ml/vocabularies/project#Project", + "https://raw.githubusercontent.com/api-modeling/metadata/storage/model/project/schema/projectDialect.yaml#/declarations/Project", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/project#owner": [ + { + "@value": "John Smith" + } + ], + "http://a.ml/vocabularies/project#uuid": [ + { + "@value": "projUUID0" + } + ], + "http://a.ml/vocabularies/core#displayName": [ + { + "@value": "Project 1" + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.1.0" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": true + } + ] + } +]` + +async function loadCim(projId : string, parsed : DialectWrapper[]){ + const modules = parsed.filter((parsed) => parsed instanceof ModularityDialect) + const dataModels = parsed.filter((parsed) => parsed instanceof DataModelDialect) + const bindingsModels = parsed.filter((parsed) => parsed instanceof ModelBindingsDialect) + let json = await modules[0].toJsonLd() + let jsonld = JSON.parse(json.toString()) + let astore = store + let nn = namedNode + let cimModule = await post(jsonld, projId) + let bindName = ''; + let dataPromises = dataModels.map(dm => { + return (async () => { + let jsonString = await dm.toJsonLd() + let jsonld = JSON.parse(jsonString.toString()) + + let modelId = jsonld[0]['http://a.ml/vocabularies/document#encodes'][0]['@id'] + let astore = store + let nn = namedNode + let module = store.getSubjects(namedNode('http://a.ml/vocabularies/modularity#dataModels'),namedNode(modelId))[0] + await post(jsonld, module.value) + })() + }) + await Promise.all(dataPromises) + // storing bindings! + + let bindingPromises = bindingsModels.map(bm => { + return (async () => { + let jsonString = await bm.toJsonLd() + let jsonld = JSON.parse(jsonString.toString()) + bindName = await postBinding(jsonld, projId) + })() + }) + await Promise.all(bindingPromises) + return [bindName,cimModule] +} + +let newModule = +{ + "@id": "http://mulesoft.com/uuid/cim/subjectArea/MatthewsSubjectArea", + "@type": [ + "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", + "http://a.ml/vocabularies/modularity#Module", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "uuid/cim/subjectArea/MatthewsSubjectArea" + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Example Entities included: Category Theory, Microrecursive script" + } + ], + "http://a.ml/vocabularies/data#name": [ + { + "@value": "Matthews" + } + ] +} + +let newDataModel = { + "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/MatthewsEntityGroup/dataModel", + "@type": [ + "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "http://a.ml/vocabularies/data-model#DataModel", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entitygroup/MatthewsEntityGroup/dataModel" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Matthews data model" + } + ] +} + +let newEntity = +{ + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Matthew", + "@type": [ + "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Matthew" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Matthew" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Individual/attr/noMatthewReason", + "@type": [ + "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "noMatthewReason" + } + ], + "http://a.ml/vocabularies/data-model#uuid": [ + { + "@value": "cim/entity/Individual/attr/noMatthewReason" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/string", + "@type": [ + "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling-tooling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Individual/attr/exceptionsCount", + "@type": [ + "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "exceptionsCount" + } + ], + "http://a.ml/vocabularies/data-model#uuid": [ + { + "@value": "cim/entity/Individual/attr/exceptionsCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/integer", + "@type": [ + "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling-tooling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Represent the person you are, or will be, dealing with using the system" + } + ] +} + +function retrieveByType(typeName : string):any[] { + return store.getSubjects(namedNode(schPref.rdf + 'type'),namedNode(typeName)) +} + +function createBinding(source : string, regime: string){ + store.addQuad() +} + +startup().then(async () => { + // create project + let projId = await post(JSON.parse(project)) + let apiParameters = [{name: "format", value: ApiParser.RAML1}, {name: "syntax", value: ApiParser.YAML}] + + pluginImport("cim",[],[{url: "file://src/test/resources/model.jsonld"}]). + //pluginImport('api', + // apiParameters + // ,[{url: 'file://src/test/resources/library.raml'}]). + then(async (parsed) =>{ + let vals = await loadCim(projId, parsed) + let bindName = vals[0] + let cimModule = vals[1] + // at this point, it's all been stored + + // add a new subjectarea + let newModName = await post(newModule, cimModule) + // add a new datamodel + let newDMName = await post(newDataModel, newModName) + // add a new entity + let newEntityName = await post(newEntity, newDMName) + + //finding who doesn't have a binding + // get all Modules and filter to who is "boundBy" bindName + let modsToAnnotate = retrieveByType(schPref.amlm + 'Module'). + filter((m : any) => store.getObjects(m, namedNode(schPref.bind + "boundBy")). + filter((o : any) => store.countQuads(o,namedNode(schPref.rdf + 'type'),null,namedNode(bindName)) > 0).length === 0) + let dmsToAnnotate = retrieveByType(schPref.amldm + 'DataModel'). + filter((m : any) => store.getObjects(m, namedNode(schPref.bind + "boundBy")). + filter((o : any) => store.countQuads(o,namedNode(schPref.rdf + 'type'),null,namedNode(bindName)) > 0).length === 0) + + + // time to resuscitate the jsonld + let astore = store + let bindingJson = await get(bindName, false) + let basis = ((bindingJson)[0]['@graph']).filter(u => u['@id'] === bindName)[0] + let items = ((bindingJson)[0]['@graph']) + let pos = 0 + while (items[pos]['@id'] != bindName) pos++ + let root = items[pos] + items.splice(pos,1) + let im : { [index : string] : any} = {} + items.forEach(i => im[i['@id']] = i) + let newer = root['http://a.ml/vocabularies/bindings#binding'].map((i : any) => im[i['@id']]) + root['http://a.ml/vocabularies/bindings#binding'] = newer + + //items.unshift(root) + let bu = makeBaseUnit(basis, JSON.stringify([root], null, 2)) + let bmd = new ModelBindingsDialect() + await bmd.fromJsonLd(bindName, bu) + + let megaJson : any[] = await transitiveGet(cimModule) + const dataModelListList : string [][] = megaJson.map(m => m['http://a.ml/vocabularies/modularity#dataModels'] ? + m['http://a.ml/vocabularies/modularity#dataModels'].map((x : any) => x['@id']) : []) + let dataModelList : string [] = [] + dataModelListList.forEach(l => { dataModelList = dataModelList.concat(l) }) + + const moduleDialecti : DialectWrapper[] = await Promise.all(megaJson.map((dm : any) => { + return (async () => { + //let json = await transitiveGet(dm) + //console.log("Module name: "+dm['@id']) + let dmd = new ModularityDialect() + await dmd.fromJsonLd(dm['@id'], makeBaseUnit(dm, JSON.stringify([dm],null, 2))) + return dmd + })() + })) + + const dataModelDialecti = await Promise.all(dataModelList.map((dm : string) => { + return (async () => { + let json : any[] = await transitiveGet(dm) + let texted = JSON.stringify(json,null,2) + const redo = toTree(json) + //console.log("DataModel name: "+dm) + //console.log("TREE:\n"+JSON.stringify(redo,null,2)) + let dmd = new DataModelDialect() + //console.log("DM is\n"+JSON.stringify(json,null, 2)) + let baseUnit = makeBaseUnit(json[0], JSON.stringify([json[0]],null, 2)) + await dmd.fromJsonLd(dm, baseUnit) + return dmd + })() + })) + //let allDialects : DialectWrapper[] = bindingsModels.concat(moduleDialecti).concat(dataModelDialecti) + let allDialects : DialectWrapper[] = [bmd] + let finalDialects = allDialects.concat(moduleDialecti).concat(dataModelDialecti) + const generated = await pluginExport('cim', + [{name:'cimVersion', value:'0.1.0'},{name:'outputFile',value: 'cimfoobar.json'}], + finalDialects) + + console.log("done:\n"+generated[0].text) + }) +}) + +function toTree(json : any[]){ + let idMap : { [key : string]: any}= {} + json.forEach(node => idMap[node['@id']] = node) + return walk(json[0],idMap) +} + +function walk(json : any, idMap : { [key : string]: any}): object { + let keys = Object.keys(json) + if (keys.length === 1 && keys[0] === '@value') + return json + if (keys.length === 1 && keys[0] === '@id'){ + if (idMap[json['@id']]){ + return walk(idMap[json['@id']], idMap) + } else return json + } + keys.forEach(key => { + if (key === 'http://a.ml/vocabularies/data-model#entities' || + key === 'http://a.ml/vocabularies/data-model#associations' || + key === 'http://a.ml/vocabularies/data-model#attributes'){ + try { + json[key] = json[key].map((v : any) => walk(v,idMap)) + } catch (error) { + console.log("error is "+error) + } + } + }) + return json +} From 65bcf8f0a09f19f485799ca5d016ae68f2180d2e Mon Sep 17 00:00:00 2001 From: Antonio Garrote Date: Fri, 14 Aug 2020 18:39:09 -0700 Subject: [PATCH 07/12] Frst version of the full API model importer --- ...el_b47981a1b3d0baf4a69e8af57ba52837.jsonld | 954 ++++++++++++++++++ ...odel_b47981a1b3d0baf4a69e8af57ba52837.yaml | 124 +++ ...el_09596a185817637486ed648ae33b5429.jsonld | 152 +++ ...odel_09596a185817637486ed648ae33b5429.yaml | 20 + ...el_90f055bc97c7794172d78cb29dabf536.jsonld | 447 ++++++++ ...odel_90f055bc97c7794172d78cb29dabf536.yaml | 62 ++ out/orders/datamodel_bindings.jsonld | 155 +++ out/orders/datamodel_bindings.yaml | 25 + out/orders/modules.jsonld | 59 ++ out/orders/modules.yaml | 7 + src/main/ApiContractImporter.ts | 14 +- .../bindings/APIContractBindingsPlugin.ts | 30 +- src/main/bindings/api_contract/importer.ts | 361 ++++++- src/test/resources/api1.raml | 56 + src/test/resources/orders.raml | 20 + 15 files changed, 2451 insertions(+), 35 deletions(-) create mode 100644 out/orders/api_model_b47981a1b3d0baf4a69e8af57ba52837.jsonld create mode 100644 out/orders/api_model_b47981a1b3d0baf4a69e8af57ba52837.yaml create mode 100644 out/orders/data_model_09596a185817637486ed648ae33b5429.jsonld create mode 100644 out/orders/data_model_09596a185817637486ed648ae33b5429.yaml create mode 100644 out/orders/data_model_90f055bc97c7794172d78cb29dabf536.jsonld create mode 100644 out/orders/data_model_90f055bc97c7794172d78cb29dabf536.yaml create mode 100644 out/orders/datamodel_bindings.jsonld create mode 100644 out/orders/datamodel_bindings.yaml create mode 100644 out/orders/modules.jsonld create mode 100644 out/orders/modules.yaml create mode 100644 src/test/resources/api1.raml create mode 100644 src/test/resources/orders.raml diff --git a/out/orders/api_model_b47981a1b3d0baf4a69e8af57ba52837.jsonld b/out/orders/api_model_b47981a1b3d0baf4a69e8af57ba52837.jsonld new file mode 100644 index 0000000..90569f5 --- /dev/null +++ b/out/orders/api_model_b47981a1b3d0baf4a69e8af57ba52837.jsonld @@ -0,0 +1,954 @@ +[ + { + "@id": "http://mulesoft.com/modeling/instances/b47981a1b3d0baf4a69e8af57ba52837", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "http://mulesoft.com/modeling/instances/b47981a1b3d0baf4a69e8af57ba52837", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/ApiModel", + "http://a.ml/vocabularies/data-model#ApiModel", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b47981a1b3d0baf4a69e8af57ba52837" + } + ], + "http://a.ml/vocabularies/data-model#entities": [ + { + "@id": "http://mulesoft.com/modeling/instances/eb43d8f1172ff02488cb186fa6c73b87", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "eb43d8f1172ff02488cb186fa6c73b87" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Entity6" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/39d9ffd856b7b1facf93fe9b984af0a2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "39d9ffd856b7b1facf93fe9b984af0a2" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "successful" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/97abe617fcbb1ad728de0cac086fa84c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "97abe617fcbb1ad728de0cac086fa84c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "message" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e5eda0685899311fec467514bfb8a0f8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e5eda0685899311fec467514bfb8a0f8" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#entrypoint": [ + { + "@id": "http://mulesoft.com/modeling/instances/0eff0578de494d4635bb931138204790", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/Resource", + "http://a.ml/vocabularies/data-model#Resource", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0eff0578de494d4635bb931138204790" + } + ], + "http://a.ml/vocabularies/data-model#isCollection": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "test api 1" + } + ], + "http://a.ml/vocabularies/data-model#operation": [ + { + "@id": "http://mulesoft.com/modeling/instances/48f68a7fd8c4b896bb02772229a5cc74", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/Operation", + "http://a.ml/vocabularies/data-model#Operation", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "48f68a7fd8c4b896bb02772229a5cc74" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Find Resource /shoppingCarts" + } + ], + "http://a.ml/vocabularies/data-model#transition": [ + { + "@id": "http://mulesoft.com/modeling/instances/17d3ec24c252bb8de26612d78d936614", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/ResourceTransition", + "http://a.ml/vocabularies/data-model#ResourceTransition", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#transitionTarget": [ + { + "@id": "http://mulesoft.com/modeling/instances/8eae68a2-8613-42c5-9e73-971e603af2cf", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/Resource", + "http://a.ml/vocabularies/data-model#Resource", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8eae68a2-8613-42c5-9e73-971e603af2cf" + } + ], + "http://a.ml/vocabularies/data-model#isCollection": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "17d3ec24c252bb8de26612d78d936614" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#input": [ + { + "@id": "http://mulesoft.com/modeling/instances/1903b1caa643c3ffe550af88b59550da", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/OperationParameter", + "http://a.ml/vocabularies/data-model#OperationParameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#scalarRange": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "1903b1caa643c3ffe550af88b59550da" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "limit" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/aa16f7ee987997be07cf359beade8340", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/OperationParameter", + "http://a.ml/vocabularies/data-model#OperationParameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#scalarRange": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "aa16f7ee987997be07cf359beade8340" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "offset" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data-model#isMutation": [ + { + "@value": false + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#resource": [ + { + "@id": "http://mulesoft.com/modeling/instances/8eae68a2-8613-42c5-9e73-971e603af2cf", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/Resource", + "http://a.ml/vocabularies/data-model#Resource", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8eae68a2-8613-42c5-9e73-971e603af2cf" + } + ], + "http://a.ml/vocabularies/data-model#isCollection": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Resource /shoppingCarts" + } + ], + "http://a.ml/vocabularies/data-model#schema": [ + { + "@id": "http://mulesoft.com/modeling/instances/8cc413859c16ab529ba70808a07fbe12", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8cc413859c16ab529ba70808a07fbe12" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "dataModel.ShoppingCart" + } + ], + "http://a.ml/vocabularies/data-model#adapts": [ + { + "@id": "http://mulesoft.com/modeling/instances/7c3a4f55489cd476bdd39a4d7d46d12a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7c3a4f55489cd476bdd39a4d7d46d12a" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#operation": [ + { + "@id": "http://mulesoft.com/modeling/instances/f5a0e5174e852dde7decbd4a54c93d27", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/Operation", + "http://a.ml/vocabularies/data-model#Operation", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f5a0e5174e852dde7decbd4a54c93d27" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Create" + } + ], + "http://a.ml/vocabularies/data-model#input": [ + { + "@id": "http://mulesoft.com/modeling/instances/1dc13b2984d70f6704b7a35b804961d6", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/OperationParameter", + "http://a.ml/vocabularies/data-model#OperationParameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "1dc13b2984d70f6704b7a35b804961d6" + } + ], + "http://a.ml/vocabularies/data-model#objectRange": [ + { + "@id": "http://mulesoft.com/modeling/instances/7c3a4f55489cd476bdd39a4d7d46d12a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7c3a4f55489cd476bdd39a4d7d46d12a" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data-model#isMutation": [ + { + "@value": true + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/219f786982643b58563ab75cbccaf5fe", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/Operation", + "http://a.ml/vocabularies/data-model#Operation", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "219f786982643b58563ab75cbccaf5fe" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Find Resource /shoppingCarts/{id}" + } + ], + "http://a.ml/vocabularies/data-model#transition": [ + { + "@id": "http://mulesoft.com/modeling/instances/623e67d7d3a5ce2a35fc75a8fb7b9808", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/ResourceTransition", + "http://a.ml/vocabularies/data-model#ResourceTransition", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#transitionTarget": [ + { + "@id": "http://mulesoft.com/modeling/instances/b50431fe-d7ee-40fc-84df-3eec06d3d3dd", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/Resource", + "http://a.ml/vocabularies/data-model#Resource", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b50431fe-d7ee-40fc-84df-3eec06d3d3dd" + } + ], + "http://a.ml/vocabularies/data-model#isCollection": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "623e67d7d3a5ce2a35fc75a8fb7b9808" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#input": [ + { + "@id": "http://mulesoft.com/modeling/instances/3671f0c91375d83abfaf4018adb973c8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/OperationParameter", + "http://a.ml/vocabularies/data-model#OperationParameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#scalarRange": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "3671f0c91375d83abfaf4018adb973c8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ] + } + ], + "http://a.ml/vocabularies/data-model#isMutation": [ + { + "@value": false + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/b50431fe-d7ee-40fc-84df-3eec06d3d3dd", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/Resource", + "http://a.ml/vocabularies/data-model#Resource", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "b50431fe-d7ee-40fc-84df-3eec06d3d3dd" + } + ], + "http://a.ml/vocabularies/data-model#isCollection": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Resource /shoppingCarts/{id}" + } + ], + "http://a.ml/vocabularies/data-model#schema": [ + { + "@id": "http://mulesoft.com/modeling/instances/52f39a73dff6dcf68d30f4fd555d0aed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "52f39a73dff6dcf68d30f4fd555d0aed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "dataModel.ShoppingCart" + } + ], + "http://a.ml/vocabularies/data-model#adapts": [ + { + "@id": "http://mulesoft.com/modeling/instances/7c3a4f55489cd476bdd39a4d7d46d12a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7c3a4f55489cd476bdd39a4d7d46d12a" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#operation": [ + { + "@id": "http://mulesoft.com/modeling/instances/29bfa48931ff41fc9217d66fddff809a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/Operation", + "http://a.ml/vocabularies/data-model#Operation", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "29bfa48931ff41fc9217d66fddff809a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Delete" + } + ], + "http://a.ml/vocabularies/data-model#input": [], + "http://a.ml/vocabularies/data-model#isMutation": [ + { + "@value": true + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/145734e2f619cc3cc6da425f8fcbfbde", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/Operation", + "http://a.ml/vocabularies/data-model#Operation", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "145734e2f619cc3cc6da425f8fcbfbde" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Update" + } + ], + "http://a.ml/vocabularies/data-model#input": [ + { + "@id": "http://mulesoft.com/modeling/instances/45712f308856920fb7ef669e2234aac3", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/OperationParameter", + "http://a.ml/vocabularies/data-model#OperationParameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "45712f308856920fb7ef669e2234aac3" + } + ], + "http://a.ml/vocabularies/data-model#objectRange": [ + { + "@id": "http://mulesoft.com/modeling/instances/7c3a4f55489cd476bdd39a4d7d46d12a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7c3a4f55489cd476bdd39a4d7d46d12a" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data-model#isMutation": [ + { + "@value": true + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/bc80d72e1daacefafe55233187c677c4", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/Operation", + "http://a.ml/vocabularies/data-model#Operation", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "bc80d72e1daacefafe55233187c677c4" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Create pay" + } + ], + "http://a.ml/vocabularies/data-model#input": [ + { + "@id": "http://mulesoft.com/modeling/instances/6aa805fdf9ad0d1fdc112cf3d79be517", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/OperationParameter", + "http://a.ml/vocabularies/data-model#OperationParameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#scalarRange": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "6aa805fdf9ad0d1fdc112cf3d79be517" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/683a7e84aa33683f2d25aa3f807eac7b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/OperationParameter", + "http://a.ml/vocabularies/data-model#OperationParameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "683a7e84aa33683f2d25aa3f807eac7b" + } + ], + "http://a.ml/vocabularies/data-model#objectRange": [ + { + "@id": "http://mulesoft.com/modeling/instances/fb25932527487e81cb1a72fcbadbcb39", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "fb25932527487e81cb1a72fcbadbcb39" + } + ] + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data-model#output": [ + { + "@id": "http://mulesoft.com/modeling/instances/e7ddf7dee0ea54f1903ee362a5f32d12", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/apiModelDialect.yaml#/declarations/OperationParameter", + "http://a.ml/vocabularies/data-model#OperationParameter", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e7ddf7dee0ea54f1903ee362a5f32d12" + } + ], + "http://a.ml/vocabularies/data-model#objectRange": [ + { + "@id": "http://mulesoft.com/modeling/instances/eb43d8f1172ff02488cb186fa6c73b87", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "eb43d8f1172ff02488cb186fa6c73b87" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Entity6" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/39d9ffd856b7b1facf93fe9b984af0a2", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "39d9ffd856b7b1facf93fe9b984af0a2" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "successful" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/boolean", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Boolean", + "http://a.ml/vocabularies/data-model#Boolean", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/97abe617fcbb1ad728de0cac086fa84c", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "97abe617fcbb1ad728de0cac086fa84c" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "message" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/e5eda0685899311fec467514bfb8a0f8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e5eda0685899311fec467514bfb8a0f8" + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": false + } + ] + } + ], + "http://a.ml/vocabularies/data-model#isMutation": [ + { + "@value": true + } + ] + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.1.0" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": false + } + ] + } +] diff --git a/out/orders/api_model_b47981a1b3d0baf4a69e8af57ba52837.yaml b/out/orders/api_model_b47981a1b3d0baf4a69e8af57ba52837.yaml new file mode 100644 index 0000000..e88ad41 --- /dev/null +++ b/out/orders/api_model_b47981a1b3d0baf4a69e8af57ba52837.yaml @@ -0,0 +1,124 @@ +#%ApiModel 0.1 +uuid: b47981a1b3d0baf4a69e8af57ba52837 +entities: + Entity6: + uuid: eb43d8f1172ff02488cb186fa6c73b87 + attributes: + successful: + allowMultiple: false + uuid: 39d9ffd856b7b1facf93fe9b984af0a2 + required: true + range: + type: boolean + associations: + message: + allowMultiple: false + uuid: 97abe617fcbb1ad728de0cac086fa84c + required: true + target: http://mulesoft.com/modeling/instances/e5eda0685899311fec467514bfb8a0f8 +entryPoint: + uuid: 0eff0578de494d4635bb931138204790 + isCollection: false + name: test api 1 + operations: + - + uuid: 48f68a7fd8c4b896bb02772229a5cc74 + name: Find Resource /shoppingCarts + transition: + uuid: 17d3ec24c252bb8de26612d78d936614 + target: http://mulesoft.com/modeling/instances/8eae68a2-8613-42c5-9e73-971e603af2cf + inputs: + - + scalarRange: + type: integer + allowMultiple: false + uuid: 1903b1caa643c3ffe550af88b59550da + name: limit + required: true + - + scalarRange: + type: integer + allowMultiple: false + uuid: aa16f7ee987997be07cf359beade8340 + name: offset + required: true + isMutation: false +resources: + Resource /shoppingCarts: + uuid: 8eae68a2-8613-42c5-9e73-971e603af2cf + isCollection: true + schema: + uuid: 8cc413859c16ab529ba70808a07fbe12 + name: dataModel.ShoppingCart + adapts: http://mulesoft.com/modeling/instances/7c3a4f55489cd476bdd39a4d7d46d12a + operations: + - + uuid: f5a0e5174e852dde7decbd4a54c93d27 + name: Create + inputs: + - + allowMultiple: false + uuid: 1dc13b2984d70f6704b7a35b804961d6 + required: false + objectRange: http://mulesoft.com/modeling/instances/7c3a4f55489cd476bdd39a4d7d46d12a + isMutation: true + - + uuid: 219f786982643b58563ab75cbccaf5fe + name: Find Resource /shoppingCarts/{id} + transition: + uuid: 623e67d7d3a5ce2a35fc75a8fb7b9808 + target: http://mulesoft.com/modeling/instances/b50431fe-d7ee-40fc-84df-3eec06d3d3dd + inputs: + - + scalarRange: + type: string + allowMultiple: false + uuid: 3671f0c91375d83abfaf4018adb973c8 + name: id + required: true + isMutation: false + Resource /shoppingCarts/{id}: + uuid: b50431fe-d7ee-40fc-84df-3eec06d3d3dd + isCollection: false + schema: + uuid: 52f39a73dff6dcf68d30f4fd555d0aed + name: dataModel.ShoppingCart + adapts: http://mulesoft.com/modeling/instances/7c3a4f55489cd476bdd39a4d7d46d12a + operations: + - + uuid: 29bfa48931ff41fc9217d66fddff809a + name: Delete + inputs: [] + isMutation: true + - + uuid: 145734e2f619cc3cc6da425f8fcbfbde + name: Update + inputs: + - + allowMultiple: false + uuid: 45712f308856920fb7ef669e2234aac3 + required: false + objectRange: http://mulesoft.com/modeling/instances/7c3a4f55489cd476bdd39a4d7d46d12a + isMutation: true + - + uuid: bc80d72e1daacefafe55233187c677c4 + name: Create pay + inputs: + - + scalarRange: + type: string + allowMultiple: false + uuid: 6aa805fdf9ad0d1fdc112cf3d79be517 + name: id + required: true + - + allowMultiple: false + uuid: 683a7e84aa33683f2d25aa3f807eac7b + required: false + objectRange: http://mulesoft.com/modeling/instances/fb25932527487e81cb1a72fcbadbcb39 + output: + allowMultiple: false + uuid: e7ddf7dee0ea54f1903ee362a5f32d12 + required: false + objectRange: http://mulesoft.com/modeling/instances/eb43d8f1172ff02488cb186fa6c73b87 + isMutation: true diff --git a/out/orders/data_model_09596a185817637486ed648ae33b5429.jsonld b/out/orders/data_model_09596a185817637486ed648ae33b5429.jsonld new file mode 100644 index 0000000..d8a617a --- /dev/null +++ b/out/orders/data_model_09596a185817637486ed648ae33b5429.jsonld @@ -0,0 +1,152 @@ +[ + { + "@id": "http://mulesoft.com/modeling/instances/09596a185817637486ed648ae33b5429", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "http://mulesoft.com/modeling/instances/09596a185817637486ed648ae33b5429", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "http://a.ml/vocabularies/data-model#DataModel", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "09596a185817637486ed648ae33b5429" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "api1.raml" + } + ], + "http://a.ml/vocabularies/data-model#entities": [ + { + "@id": "http://mulesoft.com/modeling/instances/e5eda0685899311fec467514bfb8a0f8", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e5eda0685899311fec467514bfb8a0f8" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "PaymentMessage" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5c1a845c77fa550baf50b04ebe427ed9", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5c1a845c77fa550baf50b04ebe427ed9" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "text" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f8344758219e6d43ad79085e4a080c0d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f8344758219e6d43ad79085e4a080c0d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "code" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [] + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.1.0" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": false + } + ] + } +] diff --git a/out/orders/data_model_09596a185817637486ed648ae33b5429.yaml b/out/orders/data_model_09596a185817637486ed648ae33b5429.yaml new file mode 100644 index 0000000..f06ed8b --- /dev/null +++ b/out/orders/data_model_09596a185817637486ed648ae33b5429.yaml @@ -0,0 +1,20 @@ +#%DataModel 0.1 +uuid: 09596a185817637486ed648ae33b5429 +name: api1.raml +entities: + PaymentMessage: + uuid: e5eda0685899311fec467514bfb8a0f8 + attributes: + text: + allowMultiple: false + uuid: 5c1a845c77fa550baf50b04ebe427ed9 + required: true + range: + type: string + code: + allowMultiple: false + uuid: f8344758219e6d43ad79085e4a080c0d + required: true + range: + type: string + associations: {} diff --git a/out/orders/data_model_90f055bc97c7794172d78cb29dabf536.jsonld b/out/orders/data_model_90f055bc97c7794172d78cb29dabf536.jsonld new file mode 100644 index 0000000..5835fde --- /dev/null +++ b/out/orders/data_model_90f055bc97c7794172d78cb29dabf536.jsonld @@ -0,0 +1,447 @@ +[ + { + "@id": "http://mulesoft.com/modeling/instances/90f055bc97c7794172d78cb29dabf536", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "http://mulesoft.com/modeling/instances/90f055bc97c7794172d78cb29dabf536", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "http://a.ml/vocabularies/data-model#DataModel", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "90f055bc97c7794172d78cb29dabf536" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orders.raml" + } + ], + "http://a.ml/vocabularies/data-model#entities": [ + { + "@id": "http://mulesoft.com/modeling/instances/7c3a4f55489cd476bdd39a4d7d46d12a", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7c3a4f55489cd476bdd39a4d7d46d12a" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ShoppingCart" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/0fae68b33cfc67cb79925d89e11e619d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "0fae68b33cfc67cb79925d89e11e619d" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/5e0290fa146498e0ff414e2cc4a29934", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5e0290fa146498e0ff414e2cc4a29934" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "createdAt" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/dateTime", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/DateTime", + "http://a.ml/vocabularies/data-model#DateTime", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/8e870066cd2996a02195277f0122ab98", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8e870066cd2996a02195277f0122ab98" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "items" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/8feebf5bb006dd97ab9b0701720550eb", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8feebf5bb006dd97ab9b0701720550eb" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/7789597d292c5e586f5e2e56cd4c019b", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "7789597d292c5e586f5e2e56cd4c019b" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "subtotalPrice" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/fb25932527487e81cb1a72fcbadbcb39", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "fb25932527487e81cb1a72fcbadbcb39" + } + ] + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/fb25932527487e81cb1a72fcbadbcb39", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "fb25932527487e81cb1a72fcbadbcb39" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "MonetaryAmount" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/983ed449482b1f67723bba02c8ffacec", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "983ed449482b1f67723bba02c8ffacec" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "currency" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/f423e862f1c21a33808d858ddf24c325", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "f423e862f1c21a33808d858ddf24c325" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "amont" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/float", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Float", + "http://a.ml/vocabularies/data-model#Float", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [] + }, + { + "@id": "http://mulesoft.com/modeling/instances/8feebf5bb006dd97ab9b0701720550eb", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "8feebf5bb006dd97ab9b0701720550eb" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "CheckLineItem" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/190ad3a17b255f91e5e15d712f8ead04", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "190ad3a17b255f91e5e15d712f8ead04" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "variantId" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/111442e8152badbe98123c7ffa9ab9e7", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": false + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "111442e8152badbe98123c7ffa9ab9e7" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantity" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/float", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Float", + "http://a.ml/vocabularies/data-model#Float", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [] + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.1.0" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": false + } + ] + } +] diff --git a/out/orders/data_model_90f055bc97c7794172d78cb29dabf536.yaml b/out/orders/data_model_90f055bc97c7794172d78cb29dabf536.yaml new file mode 100644 index 0000000..e8cc31e --- /dev/null +++ b/out/orders/data_model_90f055bc97c7794172d78cb29dabf536.yaml @@ -0,0 +1,62 @@ +#%DataModel 0.1 +uuid: 90f055bc97c7794172d78cb29dabf536 +name: orders.raml +entities: + ShoppingCart: + uuid: 7c3a4f55489cd476bdd39a4d7d46d12a + attributes: + id: + allowMultiple: false + uuid: 0fae68b33cfc67cb79925d89e11e619d + required: true + range: + type: string + createdAt: + allowMultiple: false + uuid: 5e0290fa146498e0ff414e2cc4a29934 + required: true + range: + type: dateTime + associations: + items: + allowMultiple: true + uuid: 8e870066cd2996a02195277f0122ab98 + required: true + target: http://mulesoft.com/modeling/instances/8feebf5bb006dd97ab9b0701720550eb + subtotalPrice: + allowMultiple: false + uuid: 7789597d292c5e586f5e2e56cd4c019b + required: true + target: http://mulesoft.com/modeling/instances/fb25932527487e81cb1a72fcbadbcb39 + MonetaryAmount: + uuid: fb25932527487e81cb1a72fcbadbcb39 + attributes: + currency: + allowMultiple: false + uuid: 983ed449482b1f67723bba02c8ffacec + required: true + range: + type: string + amont: + allowMultiple: false + uuid: f423e862f1c21a33808d858ddf24c325 + required: true + range: + type: float + associations: {} + CheckLineItem: + uuid: 8feebf5bb006dd97ab9b0701720550eb + attributes: + variantId: + allowMultiple: false + uuid: 190ad3a17b255f91e5e15d712f8ead04 + required: true + range: + type: string + quantity: + allowMultiple: false + uuid: 111442e8152badbe98123c7ffa9ab9e7 + required: true + range: + type: float + associations: {} diff --git a/out/orders/datamodel_bindings.jsonld b/out/orders/datamodel_bindings.jsonld new file mode 100644 index 0000000..cff780c --- /dev/null +++ b/out/orders/datamodel_bindings.jsonld @@ -0,0 +1,155 @@ +[ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a2770370c7b5f3806c29edeb80b280f0_datamodel_bindings", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "http://mulesoft.com/modeling/bindings/1ae7ea79682b39859a28d705cac9849d", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/BindingsModel", + "http://a.ml/vocabularies/bindings#BindingModel", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/bindings#binding": [ + { + "@id": "http://mulesoft.com/modeling/bindings/apiContract/bindings/DocumentTypeBinding/09596a185817637486ed648ae33b5429", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "http://a.ml/vocabularies/bindings#Binding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/bindings#bindingConfiguration": [ + { + "@id": "http://mulesoft.com/modeling/bindings/e1958ae2-b86f-48fe-b80f-6b727ae2d797param", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/BindingScalarValue", + "http://a.ml/vocabularies/bindings#BindingScalarValue", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/bindings#parameterSource": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/api-contract-bindings-document-type-param" + } + ], + "http://a.ml/vocabularies/bindings#lexicalValue": [ + { + "@value": "Open API Spec / RAML API Spec" + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "e1958ae2-b86f-48fe-b80f-6b727ae2d797param" + } + ] + } + ], + "http://a.ml/vocabularies/bindings#bindingSource": [ + { + "@id": "http://mulesoft.com/modeling/instances/09596a185817637486ed648ae33b5429" + } + ], + "http://a.ml/vocabularies/bindings#bindingDeclarationSource": [ + { + "@id": "http://mulesoft.com/modeling/instances/bindings/apiContract/DocumentTypeBinding" + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "apiContract/bindings/DocumentTypeBinding/09596a185817637486ed648ae33b5429" + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/bindings/apiContract/bindings/DocumentTypeBinding/90f055bc97c7794172d78cb29dabf536", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "http://a.ml/vocabularies/bindings#Binding", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/bindings#bindingConfiguration": [ + { + "@id": "http://mulesoft.com/modeling/bindings/5da221f7-44bd-4210-8067-d0f0605bbce1param", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/BindingScalarValue", + "http://a.ml/vocabularies/bindings#BindingScalarValue", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/bindings#parameterSource": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/api-contract-bindings-document-type-param" + } + ], + "http://a.ml/vocabularies/bindings#lexicalValue": [ + { + "@value": "JSON Schema / RAML Library" + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "5da221f7-44bd-4210-8067-d0f0605bbce1param" + } + ] + } + ], + "http://a.ml/vocabularies/bindings#bindingSource": [ + { + "@id": "http://mulesoft.com/modeling/instances/90f055bc97c7794172d78cb29dabf536" + } + ], + "http://a.ml/vocabularies/bindings#bindingDeclarationSource": [ + { + "@id": "http://mulesoft.com/modeling/instances/bindings/apiContract/DocumentTypeBinding" + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "apiContract/bindings/DocumentTypeBinding/90f055bc97c7794172d78cb29dabf536" + } + ] + } + ], + "http://a.ml/vocabularies/bindings#bindingSource": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a2770370c7b5f3806c29edeb80b280f0" + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "1ae7ea79682b39859a28d705cac9849d" + } + ], + "http://a.ml/vocabularies/bindings#bindingDeclaration": [ + { + "@id": "http://mulesoft.com/modeling/instances/bindings/api_contract" + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.1.0" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": false + } + ] + } +] diff --git a/out/orders/datamodel_bindings.yaml b/out/orders/datamodel_bindings.yaml new file mode 100644 index 0000000..5674ac2 --- /dev/null +++ b/out/orders/datamodel_bindings.yaml @@ -0,0 +1,25 @@ +#%Model Bindings 0.1 +source: http://mulesoft.com/modeling/instances/uuid/a2770370c7b5f3806c29edeb80b280f0 +uuid: 1ae7ea79682b39859a28d705cac9849d +declaration: http://mulesoft.com/modeling/instances/bindings/api_contract +bindings: + - + source: http://mulesoft.com/modeling/instances/09596a185817637486ed648ae33b5429 + uuid: apiContract/bindings/DocumentTypeBinding/09596a185817637486ed648ae33b5429 + configuration: + - + uuid: e1958ae2-b86f-48fe-b80f-6b727ae2d797param + lexicalValue: Open API Spec / RAML API Spec + parameter: http://mulesoft.com/modeling/instances/uuid/api-contract-bindings-document-type-param + type: Scalar + declaration: http://mulesoft.com/modeling/instances/bindings/apiContract/DocumentTypeBinding + - + source: http://mulesoft.com/modeling/instances/90f055bc97c7794172d78cb29dabf536 + uuid: apiContract/bindings/DocumentTypeBinding/90f055bc97c7794172d78cb29dabf536 + configuration: + - + uuid: 5da221f7-44bd-4210-8067-d0f0605bbce1param + lexicalValue: JSON Schema / RAML Library + parameter: http://mulesoft.com/modeling/instances/uuid/api-contract-bindings-document-type-param + type: Scalar + declaration: http://mulesoft.com/modeling/instances/bindings/apiContract/DocumentTypeBinding diff --git a/out/orders/modules.jsonld b/out/orders/modules.jsonld new file mode 100644 index 0000000..7ecb1bc --- /dev/null +++ b/out/orders/modules.jsonld @@ -0,0 +1,59 @@ +[ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a2770370c7b5f3806c29edeb80b280f0", + "@type": [ + "http://a.ml/vocabularies/meta#DialectInstance", + "http://a.ml/vocabularies/document#Document", + "http://a.ml/vocabularies/document#Fragment", + "http://a.ml/vocabularies/document#Module", + "http://a.ml/vocabularies/document#Unit" + ], + "http://a.ml/vocabularies/meta#definedBy": [ + { + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml" + } + ], + "http://a.ml/vocabularies/document#encodes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/a2770370c7b5f3806c29edeb80b280f0", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", + "http://a.ml/vocabularies/modularity#Module", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "a2770370c7b5f3806c29edeb80b280f0" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Imported spec api1.raml" + } + ], + "http://a.ml/vocabularies/modularity#dataModels": [ + { + "@id": "http://mulesoft.com/modeling/instances/09596a185817637486ed648ae33b5429" + }, + { + "@id": "http://mulesoft.com/modeling/instances/90f055bc97c7794172d78cb29dabf536" + }, + { + "@id": "http://mulesoft.com/modeling/instances/b47981a1b3d0baf4a69e8af57ba52837" + } + ] + } + ], + "http://a.ml/vocabularies/document#version": [ + { + "@value": "2.1.0" + } + ], + "http://a.ml/vocabularies/document#root": [ + { + "@value": false + } + ] + } +] diff --git a/out/orders/modules.yaml b/out/orders/modules.yaml new file mode 100644 index 0000000..a0033bf --- /dev/null +++ b/out/orders/modules.yaml @@ -0,0 +1,7 @@ +#%ModuleTree 0.1 +uuid: a2770370c7b5f3806c29edeb80b280f0 +name: Imported spec api1.raml +dataModels: + - http://mulesoft.com/modeling/instances/09596a185817637486ed648ae33b5429 + - http://mulesoft.com/modeling/instances/90f055bc97c7794172d78cb29dabf536 + - http://mulesoft.com/modeling/instances/b47981a1b3d0baf4a69e8af57ba52837 diff --git a/src/main/ApiContractImporter.ts b/src/main/ApiContractImporter.ts index 8572700..daefd91 100644 --- a/src/main/ApiContractImporter.ts +++ b/src/main/ApiContractImporter.ts @@ -7,21 +7,21 @@ import {ApiParser} from "./bindings/utils/apiParser"; const apiContractPlugin = new APIContractBindingsPlugin(); const stripeUrl = "src/test/resources/stripe.json" -const ramlUrl = "src/test/resources/library.raml" -const url = stripeUrl; // CHANGE ME +const ramlUrl = "src/test/resources/api1.raml" +const url = ramlUrl; // CHANGE ME const text = fs.readFileSync(url).toString() const outStripe = "out/stripe/"; -const outRaml = "out/raml/" -const outBase = outStripe // CHANGE ME +const outRaml = "out/orders/" +const outBase = outRaml // CHANGE ME const stripeConfig = [{name: "format", value: ApiParser.OAS3 + ".0"}, {name: "syntax", value: ApiParser.JSON}] const stripeFile = [{url: "file://"+ stripeUrl, text: text}] const ramlConfig = [{name: "format", value: ApiParser.RAML1}, {name: "syntax", value: ApiParser.YAML}] const ramlFile = [{url: "file://"+ ramlUrl, text: text}] -const config = stripeConfig; // CHANGE ME -const file = stripeFile; // CHANGE ME +const config = ramlConfig; // CHANGE ME +const file = ramlFile; // CHANGE ME apiContractPlugin.import(config,file).then((parsed) => { const base = outBase; @@ -32,9 +32,11 @@ apiContractPlugin.import(config,file).then((parsed) => { fs.mkdirSync(locationDir, {recursive: true}); } dialectInstance.toYaml().then((data) => { + console.log("WRITING " + location) fs.writeFileSync(location + ".yaml", data); }); dialectInstance.toJsonLd().then((data) => { + console.log("WRITING " + location) fs.writeFileSync(location + ".jsonld", data); }); }); diff --git a/src/main/bindings/APIContractBindingsPlugin.ts b/src/main/bindings/APIContractBindingsPlugin.ts index c6712f5..9aa542f 100644 --- a/src/main/bindings/APIContractBindingsPlugin.ts +++ b/src/main/bindings/APIContractBindingsPlugin.ts @@ -1,5 +1,6 @@ import {BindingsPlugin, ConfigurationParameter, Resource} from "./BindingsPlugin"; import * as meta from "@api-modeling/api-modeling-metadata"; +import * as amf from '@api-modeling/amf-client-js'; import {ApiParser} from "./utils/apiParser"; import {APIContractImporter} from "./api_contract/importer"; import {applyMixins} from "./utils/mixins"; @@ -68,9 +69,23 @@ export class APIContractBindingsPlugin extends BindingsPlugin { const name = baseUnit.id.split("/").pop(); const module = new meta.Module("Imported spec " + name); module.uuid = Md5.hashStr(baseUnit.id + "_module").toString(); - const dataModels = this.parseBaseUnit(module.id(), baseUnit) + const dataModels = this.parseBaseUnitDataModel(module.id(), baseUnit) module.dataModels = dataModels.map((dm) => dm.id()); + let apiWrapper: meta.ApiModelDialect[] = [] + + if (baseUnit instanceof amf.model.document.Document) { + const entityMap = this.collectEntities(dataModels) + const apiModel = this.parseBaseUnitApiModel(module.id(), baseUnit, entityMap) + module.dataModels.push(apiModel.id()) + const apiModelDialect: meta.ApiModelDialect = new meta.ApiModelDialect(); + apiModelDialect.id = apiModel.id(); + apiModelDialect.location = "api_model_" + apiModel.uuid // @todo check the extension + await apiModelDialect.encode(apiModel) + apiWrapper.push(apiModelDialect); + } + + // bindings wrapper const dataModelBindings = new meta.BindingsModel() dataModelBindings.uuid = Md5.hashStr(module.id() + "_datamodel_bindings").toString() @@ -106,7 +121,7 @@ export class APIContractBindingsPlugin extends BindingsPlugin { }); const dataModelWrappers = await Promise.all(dataModelWrappersPromises); - const allWrappers = await Promise.all(bindingsWrapper.concat(moduleWrapper.concat(dataModelWrappers))); + const allWrappers = await Promise.all(bindingsWrapper.concat(moduleWrapper.concat(dataModelWrappers)).concat(apiWrapper)); return Promise.resolve(allWrappers); } catch (e) { console.log("ERROR:" + e.message) @@ -155,6 +170,17 @@ export class APIContractBindingsPlugin extends BindingsPlugin { return "json" } } + + private collectEntities(dataModels: meta.DataModel[]) { + const acc: {[id:string]: string} = {}; + dataModels.forEach((dm) => { + dm.entities?.forEach((e) => { + acc[e.uuid] = e.name; + }) + }); + + return acc; + } } export interface APIContractBindingsPlugin extends APIContractImporter {} applyMixins(APIContractBindingsPlugin, [APIContractImporter]); \ No newline at end of file diff --git a/src/main/bindings/api_contract/importer.ts b/src/main/bindings/api_contract/importer.ts index 8c69ff5..b894168 100644 --- a/src/main/bindings/api_contract/importer.ts +++ b/src/main/bindings/api_contract/importer.ts @@ -1,8 +1,10 @@ import * as meta from "@api-modeling/api-modeling-metadata"; +import {Scalar} from "@api-modeling/api-modeling-metadata"; import * as amf from "@api-modeling/amf-client-js"; import {Md5} from 'ts-md5/dist/md5'; import {VOCAB} from "./constants"; -import {Entity} from "@api-modeling/api-modeling-metadata"; +import assert from "assert"; + export class APIContractImporter { @@ -55,7 +57,7 @@ export class APIContractImporter { * Parses an AMF BaseUnit and generates one or more modules with associated data models for the modeling tool * @param baseUnit */ - protected parseBaseUnit(moduleUri: string, baseUnit: amf.model.document.BaseUnit, parsed: meta.DataModel[] = []): meta.DataModel[] { + protected parseBaseUnitDataModel(moduleUri: string, baseUnit: amf.model.document.BaseUnit, parsed: meta.DataModel[] = []): meta.DataModel[] { const name = baseUnit.location.split("/").reverse()[0]; if (!parsed.find((dm) => dm.uuid === baseUnit.id)) { @@ -69,12 +71,339 @@ export class APIContractImporter { dataModel['parsed'] = baseUnit; parsed.push(dataModel); baseUnit.references().map((ref) => { - this.parseBaseUnit(moduleUri, ref, parsed); + this.parseBaseUnitDataModel(moduleUri, ref, parsed); }) } return parsed; } + /** + * Parses an AMF BaseUnit and generates one or more modules with associated data models for the modeling tool + * @param moduleUri + * @param baseUnit + */ + protected parseBaseUnitApiModel(moduleUri: string, baseUnit: amf.model.document.Document, entityMap: {[id: string]: string}): meta.ApiModel { + const webapi = baseUnit.encodes; + const entrypoint = new meta.Resource(); + entrypoint.uuid = Md5.hashStr(webapi.id + "_entrypoint").toString() + + entrypoint.name = webapi.name.value(); + if (webapi.description.option) { + entrypoint.description = webapi.description.value(); + } + const endpoints: amf.model.domain.EndPoint[] = webapi.endPoints.sort((a,b) => { + if (a.path.value().indexOf(b.path.value()) === 0) { + return 1; + } else { + return -1; + } + }); + + const accEntities: meta.Entity[] = []; + const accResources: meta.Resource[] = []; + + this.parseResourceLinks(entrypoint, "", [], endpoints, accEntities, accResources, entityMap) + + + const apiModel = new meta.ApiModel(); + apiModel.uuid = Md5.hashStr(webapi.id).toString(); + apiModel.entryPoint = entrypoint; + + apiModel.resources = accResources; + apiModel.entities = accEntities; + + return apiModel; + + } + + private adaptOrCreate(schema: amf.model.domain.Shape, adaptedIdSuffix: string, accEntities: meta.Entity[],entityMap: {[id: string]: string}): meta.Entity|null { + const schemaId = Md5.hashStr(schema.id).toString(); + const adaptedName = entityMap[schemaId]; + if (adaptedName) { + const entity = new meta.Entity(adaptedName); + entity.uuid = Md5.hashStr(schema.id + adaptedIdSuffix).toString(); + const link = new meta.Entity(adaptedName); + link.uuid = schemaId; + entity.adapts = link; + return entity; + } else { + const parsed = this.parseShape(schema, accEntities) + // @ts-ignore + if (parsed != null && parsed['isLink']) { + const entity = new meta.Entity(parsed.name); + entity.uuid = Md5.hashStr(schema.id + adaptedIdSuffix).toString(); + entity.adapts = parsed; + return entity; + } else { + return parsed; + } + } + } + + private parseResource(endpoint: amf.model.domain.EndPoint, parent: string, pathParams: string[], group: amf.model.domain.EndPoint[], accEntities: meta.Entity[], accResources: meta.Resource[], entityMap: {[id: string]: string}): meta.Resource { + const resource = new meta.Resource(); + accResources.push(resource); + resource.operations = []; + + const getOperation = endpoint.operations.find((op) => op.method.value() === "get"); + let resp: amf.model.domain.Response|undefined; + if (getOperation != null) { + resp = getOperation.responses.find((r) => r.statusCode.value() === "200"); + if (resp == null) { + resp = getOperation.responses.find((r) => r.statusCode.value().startsWith("2")); + } + } + + if (getOperation != null && resp != null) { + const payload = resp.payloads.find((pl) => pl.schema != null) + if (payload != null) { + let effectiveShape = payload.schema + if (effectiveShape instanceof amf.model.domain.ArrayShape) { + effectiveShape = (effectiveShape).items; + resource.isCollection = true + } + const entity = this.adaptOrCreate(effectiveShape, endpoint.id + "get", accEntities, entityMap) + if (entity) { + resource.schema = entity + } else { + throw new Error("Cannot process resource schema for endpoint " + endpoint.id) + } + } + } + const otherOperations = endpoint.operations.filter((op) => op.method.value() !== "get"); + if (otherOperations.length > 0) { + otherOperations.forEach((op) => { + const controlOperation = this.parseMutableOperation([], op, accEntities, entityMap); + const method = op.method.value(); + let action = "Invoke" + if (method == "post") { + action = 'Create' + } else if (method === "put") { + action = 'Update' + } else if (method === "delete") { + action = "Delete" + } else if (method === "patch") { + action = 'Patch' + } else { + action = op.method.value() + } + controlOperation.name = action + + resource.operations!.push(controlOperation) + }); + } + + this.parseResourceLinks(resource, endpoint.path.value(), pathParams, group, accEntities, accResources, entityMap) + + resource.name = `Resource ${endpoint.path}` + if (endpoint.description.option) { + resource.description = endpoint.description.value() + } + return resource + } + + protected parseResourceLinks(resource: meta.Resource, path: string, pathParams: string[], endpoints: amf.model.domain.EndPoint[], accEntities: meta.Entity[], accResources: meta.Resource[], entityMap: {[id: string]: string}): meta.Resource { + if (endpoints.length > 0) { + const groups: amf.model.domain.EndPoint[][] = []; + let currentGroup: amf.model.domain.EndPoint[] = []; + endpoints.forEach((ep) => { + let current = currentGroup[0] + const nestedPath = current == null || ep.path.value().indexOf(current.path.value()) == 0; + const getOperation = ep.operations.find((op) => op.method.value() == "get") != null + + if ( nestedPath && getOperation) { // nested resource + currentGroup.push(ep) + } else if (currentGroup.length > 0) { // nested operation over a nested resource + currentGroup.push(ep) + } else { // nested operation over the top level resource + groups.push([ep]); + currentGroup = []; + } + }); + if (currentGroup.length > 0) { + groups.push(currentGroup) + } + + const operations: meta.Operation[] = []; + + groups.map((group) => { + const linkedEndpoint = group.shift()!; + const linkedEndpointOperations = (linkedEndpoint.operations || []); + const getOperation = linkedEndpointOperations.find((op) => op.method.value() === "get") + + const newPathParams: amf.model.domain.Parameter[] = linkedEndpoint.parameters.filter((p: amf.model.domain.Parameter) => { + return !pathParams.includes(p.name.value()) + }); + + + // linked resource + if (getOperation != null) { + const nestedResource = this.parseResource(linkedEndpoint, path, pathParams, group, accEntities, accResources, entityMap) + const linkOperation = this.parseGetOperation(newPathParams, getOperation, accEntities, entityMap) + linkOperation.name = `Find ${nestedResource.name}` + + // setup the output parameter to the schema of the linked resource + // const outputParameter = new meta.OperationParameter(); + // outputParameter.uuid = Md5.hashStr(getOperation.id + "output").toString(); + // outputParameter.name = nestedResource.name; + // outputParameter.objectRange = nestedResource.schema; + // linkOperation.output = outputParameter; + + // connect both resources through a transition + const transition = new meta.ResourceTransition(); + transition.uuid = Md5.hashStr(getOperation.id + "transition").toString(); + transition.target = nestedResource + linkOperation.transition = transition; + + operations.push(linkOperation) + + } else { // nested operations + assert(group.length === 0) // 0 because I have shifted the member + linkedEndpoint.operations.forEach((op)=> { + const controlOperation = this.parseMutableOperation(newPathParams, op, accEntities, entityMap); + const method = op.method.value(); + let action = "Invoke" + if (method == "post") { + action = 'Create' + } else if (method === "put") { + action = 'Update' + } else if (method === "delete") { + action = "Delete" + } else if (method === "patch") { + action = 'Patch' + } + + let pathFragment = linkedEndpoint.path.value().replace(path, "") + if (pathFragment.startsWith("/")) { + pathFragment = pathFragment.substring(1) + } + controlOperation.name = `${action} ${pathFragment}` + + operations.push(controlOperation) + }) ; + } + }); + + const oldOperations = resource.operations || []; + resource.operations = oldOperations.concat(operations); + } + + return resource; + } + + private parseGetOperation(newPathParams: amf.model.domain.Parameter[], apiOperation: amf.model.domain.Operation, acc: meta.Entity[], entityMap: {[id: string]: string}): meta.Operation { + const operation = new meta.Operation(); + operation.uuid = Md5.hashStr(apiOperation.id).toString(); + operation.isMutation = false; + + let toParseParams = newPathParams; + if (apiOperation.request != null && apiOperation.request.queryParameters != null) { + toParseParams = toParseParams.concat(apiOperation.request.queryParameters) + } + operation.inputs = toParseParams.map((p) => { + return this.parseParameter(p, acc, entityMap) + }); + + return operation; + } + + private parseMutableOperation(newPathParams: amf.model.domain.Parameter[], apiOperation: amf.model.domain.Operation, acc: meta.Entity[], entityMap: {[id: string]: string}): meta.Operation { + const operation = new meta.Operation(); + operation.uuid = Md5.hashStr(apiOperation.id).toString(); + operation.isMutation = true; + + let toParseParams = newPathParams; + if (apiOperation.request != null && apiOperation.request.queryParameters != null) { + toParseParams = toParseParams.concat(apiOperation.request.queryParameters) + } + operation.inputs = toParseParams.map((p) => { + return this.parseParameter(p, acc, entityMap) + }); + + if (apiOperation.request) { + const inputPayload = (apiOperation.request.payloads || []).find((p) => p.schema != null) + if (inputPayload != null) { + const inputPayloadParam = new meta.OperationParameter(); + inputPayloadParam.uuid = Md5.hashStr(`${apiOperation.id}inputPayloadParam`).toString() + const inputPayloadSchema = this.parseParamShape(inputPayload.schema, acc, entityMap) + if (inputPayloadSchema instanceof Scalar) { + inputPayloadParam.scalarRange = inputPayloadSchema + } else { + // if this is a reference an adapted type will be returned + // we extract it because params only accept links + if (inputPayloadSchema.adapts != null) { + inputPayloadParam.objectRange = inputPayloadSchema.adapts + } else { + acc.push(inputPayloadSchema) + inputPayloadParam.objectRange = inputPayloadSchema + } + + } + operation.inputs = (operation.inputs || []).concat([inputPayloadParam]) + } + } + + const maybeResponse = apiOperation.responses.filter((resp) => { + const statusCode = (resp.statusCode.option || "") + return statusCode === "default" || statusCode.startsWith("2") + }).find(resp => resp.payloads.find((p) => p.schema != null)) + + if (maybeResponse != null) { + const outputParam = new meta.OperationParameter(); + outputParam.uuid = Md5.hashStr(`${apiOperation.id}output`).toString() + + const payload = maybeResponse.payloads.find((p) => p.schema != null)! + const payloadSchema = this.parseParamShape(payload.schema, acc, entityMap) + if (payloadSchema instanceof Scalar) { + outputParam.scalarRange = payloadSchema + } else { + outputParam.objectRange = payloadSchema + } + + operation.output = outputParam + } + return operation; + } + + private parseParameter(p: amf.model.domain.Parameter, acc: meta.Entity[], entityMap: {[id: string]: string}): meta.OperationParameter { + const param = new meta.OperationParameter(); + param.uuid = Md5.hashStr(p.id).toString(); + param.name = p.name.value(); + if (p.description.option) { + param.description = p.description.value() + } + param.required = p.required.option || false; + + if (p.schema != null) { + const payloadSchema = this.parseParamShape(p.schema, acc, entityMap) + if (payloadSchema instanceof Scalar) { + param.scalarRange = payloadSchema + } else { + param.objectRange = payloadSchema + } + } else { + // default argument, is a string + param.scalarRange = new meta.StringScalar(); + } + + return param; + } + + private parseParamShape(schema: amf.model.domain.Shape, acc: meta.Entity[], entityMap: {[id: string]: string}): meta.Scalar | meta.Entity { + if (this.isScalarShape(schema)) { + const fakeProp = new amf.model.domain.PropertyShape().withRange(schema).withId(schema.id + "_fake_prop"); + const attr = this.parseAttribute(fakeProp); + return attr.range; + } else { + const parsed = this.adaptOrCreate(schema, this.genName("param"), acc, entityMap) + if (parsed != null) { + return parsed + } else { + throw new Error("Parsing of object entity parameter failed"); + } + } + } + /** * Parses all the shapes in an AMF BaseUnit as modeling entities * @param module @@ -136,7 +465,7 @@ export class APIContractImporter { const unionMembers = unionShape.anyOf .map((shape) => this.parseShape(shape, entities)) .filter((shape) => shape != null) - entity.disjoint = unionMembers; + entity.disjoint = unionMembers; return entity; } @@ -277,35 +606,13 @@ export class APIContractImporter { return notNil[0]! } - private isNilUnionObject(shape: amf.model.domain.UnionShape): boolean { - if (this.isNilUnion(shape)) { - const notNil = shape.anyOf.filter((s) => { - return s instanceof amf.model.domain.NilShape - }); - return this.isObjectShape(notNil[0]); - } else { - return false; - } - } - - private isNilUnionScalar(shape: amf.model.domain.UnionShape): boolean { - if (this.isNilUnion(shape)) { - const notNil = shape.anyOf.filter((s) => { - return s instanceof amf.model.domain.NilShape - }); - return this.isScalarShape(notNil[0]); - } else { - return false; - } - } - /** * Checks that a shape can be transformed into a modeling Scalar value * @param shape */ private getShapeName(shape: amf.model.domain.Shape, hint: string = "Entity"): string { const name = shape.displayName.option || shape.name.option ; - if (name != null && name !== "type") { + if (name != null && name !== "type" && name !== "schema") { return name; } else { return this.genName(hint); diff --git a/src/test/resources/api1.raml b/src/test/resources/api1.raml new file mode 100644 index 0000000..7cd81f4 --- /dev/null +++ b/src/test/resources/api1.raml @@ -0,0 +1,56 @@ +#%RAML 1.0 + +uses: + dataModel: orders.raml + +title: test api 1 +version: 1.0.0 + +types: + PaymentMessage: + properties: + text: + code: + +/shoppingCarts: + get: + queryParameters: + limit: + type: integer + offset: + type: integer + responses: + 200: + body: + application/json: dataModel.ShoppingCart[] + post: + body: + application/json: dataModel.ShoppingCart + responses: + 201: + headers: + location: + type: string + /{id}: + get: + responses: + 200: + body: + application/json: dataModel.ShoppingCart + delete: + put: + body: + application/json: dataModel.ShoppingCart + responses: + 200: + /pay: + post: + body: + application/json: dataModel.MonetaryAmount + responses: + 200: + body: + application/json: + properties: + successful: boolean + message: PaymentMessage \ No newline at end of file diff --git a/src/test/resources/orders.raml b/src/test/resources/orders.raml new file mode 100644 index 0000000..ae65541 --- /dev/null +++ b/src/test/resources/orders.raml @@ -0,0 +1,20 @@ +#%RAML 1.0 Library + +types: + + ShoppingCart: + properties: + id: string + createdAt: datetime + items: CheckLineItem[] + subtotalPrice: MonetaryAmount + + MonetaryAmount: + properties: + currency: string + amont: number + + CheckLineItem: + properties: + variantId: string + quantity: number From dcd90537f75ec0bde51ac3f47973c2ec41a93c6c Mon Sep 17 00:00:00 2001 From: Antonio Garrote Date: Mon, 24 Aug 2020 18:40:27 -0700 Subject: [PATCH 08/12] Fixing duplication @ids in CIM by generating unique entity UUIDs concatenating entity group name and entity name --- out/cim/data_models/AccountEntityGroup.jsonld | 7021 ++++++- out/cim/data_models/AccountEntityGroup.yaml | 412 +- .../ContactPointEntityGroup.jsonld | 350 +- .../data_models/ContactPointEntityGroup.yaml | 208 +- out/cim/data_models/LeadEntityGroup.jsonld | 349 +- out/cim/data_models/LeadEntityGroup.yaml | 142 +- out/cim/data_models/PartyEntityGroup.jsonld | 1801 +- out/cim/data_models/PartyEntityGroup.yaml | 434 +- .../data_models/PartyRoleEntityGroup.jsonld | 320 +- out/cim/data_models/PartyRoleEntityGroup.yaml | 118 +- out/cim/data_models/PaymentEntityGroup.jsonld | 11698 ++++++++++- out/cim/data_models/PaymentEntityGroup.yaml | 1080 +- .../PaymentMethodEntityGroup.jsonld | 1094 +- .../data_models/PaymentMethodEntityGroup.yaml | 116 +- .../ProductAttributeEntityGroup.jsonld | 590 +- .../ProductAttributeEntityGroup.yaml | 220 +- .../ProductCatalogEntityGroup.jsonld | 1158 +- .../ProductCatalogEntityGroup.yaml | 118 +- out/cim/data_models/ProductEntityGroup.jsonld | 12610 +++++++++++- out/cim/data_models/ProductEntityGroup.yaml | 610 +- .../data_models/SalesOrderEntityGroup.jsonld | 16043 ++++++++++++++-- .../data_models/SalesOrderEntityGroup.yaml | 1486 +- .../data_models/ShipmentEntityGroup.jsonld | 2731 ++- out/cim/data_models/ShipmentEntityGroup.yaml | 244 +- out/cim/modules.jsonld | 24 +- out/cim/modules.yaml | 36 +- out/cim/modules_bindings.jsonld | 52 +- out/cim/modules_bindings.yaml | 68 +- src/main/bindings/CIMBindingsPlugin.ts | 7 +- src/main/bindings/cim/exporter.ts | 1 + src/main/bindings/cim/importer.ts | 28 +- src/test/resources/model.json | 254 +- 32 files changed, 54758 insertions(+), 6665 deletions(-) diff --git a/out/cim/data_models/AccountEntityGroup.jsonld b/out/cim/data_models/AccountEntityGroup.jsonld index cd0daea..914ea7f 100644 --- a/out/cim/data_models/AccountEntityGroup.jsonld +++ b/out/cim/data_models/AccountEntityGroup.jsonld @@ -10,14 +10,14 @@ ], "http://a.ml/vocabularies/meta#definedBy": [ { - "@id": "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml" + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" } ], "http://a.ml/vocabularies/document#encodes": [ { "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/AccountEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", "http://a.ml/vocabularies/data-model#DataModel", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -34,16 +34,16 @@ ], "http://a.ml/vocabularies/data-model#entities": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account" + "@value": "cim/entity/Account/Account" } ], "http://a.ml/vocabularies/core#name": [ @@ -53,16 +53,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/generalLedgerAccount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/generalLedgerAccount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/generalLedgerAccount" + "@value": "cim/entity/Account/Account/attr/generalLedgerAccount" } ], "http://a.ml/vocabularies/core#name": [ @@ -74,7 +74,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -83,16 +83,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/autoPaymentAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/autoPaymentAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/autoPaymentAmount" + "@value": "cim/entity/Account/Account/attr/autoPaymentAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -104,7 +104,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -113,16 +113,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/autoPayEnabledFlag", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/autoPayEnabledFlag", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/autoPayEnabledFlag" + "@value": "cim/entity/Account/Account/attr/autoPayEnabledFlag" } ], "http://a.ml/vocabularies/core#name": [ @@ -134,7 +134,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -143,16 +143,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/paymentTerm", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/paymentTerm", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/paymentTerm" + "@value": "cim/entity/Account/Account/attr/paymentTerm" } ], "http://a.ml/vocabularies/core#name": [ @@ -169,7 +169,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -178,16 +178,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/billDeliveryMethod", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/billDeliveryMethod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/billDeliveryMethod" + "@value": "cim/entity/Account/Account/attr/billDeliveryMethod" } ], "http://a.ml/vocabularies/core#name": [ @@ -199,7 +199,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -208,16 +208,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/lastActivityDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/lastActivityDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/lastActivityDate" + "@value": "cim/entity/Account/Account/attr/lastActivityDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -229,7 +229,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -238,16 +238,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/balanceAmountLimit", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/balanceAmountLimit", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/balanceAmountLimit" + "@value": "cim/entity/Account/Account/attr/balanceAmountLimit" } ], "http://a.ml/vocabularies/core#name": [ @@ -259,7 +259,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -268,16 +268,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/ninetyDayBalanceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/ninetyDayBalanceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/ninetyDayBalanceAmount" + "@value": "cim/entity/Account/Account/attr/ninetyDayBalanceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -289,7 +289,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -298,16 +298,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/sixtyDayBalanceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/sixtyDayBalanceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/sixtyDayBalanceAmount" + "@value": "cim/entity/Account/Account/attr/sixtyDayBalanceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -319,7 +319,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -328,16 +328,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/thirtyDayBalanceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/thirtyDayBalanceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/thirtyDayBalanceAmount" + "@value": "cim/entity/Account/Account/attr/thirtyDayBalanceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -349,7 +349,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -358,16 +358,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/balanceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/balanceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/balanceAmount" + "@value": "cim/entity/Account/Account/attr/balanceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -379,7 +379,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -388,16 +388,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/defaultFreightTerms", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/defaultFreightTerms", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/defaultFreightTerms" + "@value": "cim/entity/Account/Account/attr/defaultFreightTerms" } ], "http://a.ml/vocabularies/core#name": [ @@ -409,7 +409,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -418,16 +418,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/sLAExpirationDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/sLAExpirationDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/sLAExpirationDate" + "@value": "cim/entity/Account/Account/attr/sLAExpirationDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -439,7 +439,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -448,16 +448,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/sLAType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/sLAType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/sLAType" + "@value": "cim/entity/Account/Account/attr/sLAType" } ], "http://a.ml/vocabularies/core#name": [ @@ -469,7 +469,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -478,16 +478,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/assignTerritoryFlag", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/assignTerritoryFlag", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/assignTerritoryFlag" + "@value": "cim/entity/Account/Account/attr/assignTerritoryFlag" } ], "http://a.ml/vocabularies/core#name": [ @@ -499,7 +499,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -508,16 +508,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/useAsServiceAccount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsServiceAccount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/useAsServiceAccount" + "@value": "cim/entity/Account/Account/attr/useAsServiceAccount" } ], "http://a.ml/vocabularies/core#name": [ @@ -534,7 +534,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -543,16 +543,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/useAsShippingAccount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsShippingAccount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/useAsShippingAccount" + "@value": "cim/entity/Account/Account/attr/useAsShippingAccount" } ], "http://a.ml/vocabularies/core#name": [ @@ -569,7 +569,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -578,16 +578,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/useAsBillingAccount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsBillingAccount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/useAsBillingAccount" + "@value": "cim/entity/Account/Account/attr/useAsBillingAccount" } ], "http://a.ml/vocabularies/core#name": [ @@ -604,7 +604,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -613,16 +613,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/useAsSalesAccount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsSalesAccount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/useAsSalesAccount" + "@value": "cim/entity/Account/Account/attr/useAsSalesAccount" } ], "http://a.ml/vocabularies/core#name": [ @@ -639,7 +639,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -648,16 +648,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/holdStatusReason", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/holdStatusReason", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/holdStatusReason" + "@value": "cim/entity/Account/Account/attr/holdStatusReason" } ], "http://a.ml/vocabularies/core#name": [ @@ -669,7 +669,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -678,16 +678,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/accountType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/accountType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/accountType" + "@value": "cim/entity/Account/Account/attr/accountType" } ], "http://a.ml/vocabularies/core#name": [ @@ -699,7 +699,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -708,16 +708,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/description" + "@value": "cim/entity/Account/Account/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -729,7 +729,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -738,16 +738,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/name" + "@value": "cim/entity/Account/Account/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -764,7 +764,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -773,16 +773,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/number", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/number", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/number" + "@value": "cim/entity/Account/Account/attr/number" } ], "http://a.ml/vocabularies/core#name": [ @@ -799,7 +799,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -808,16 +808,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/id" + "@value": "cim/entity/Account/Account/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -834,7 +834,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -845,9 +845,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/autoPaymentMethod", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/autoPaymentMethod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -859,7 +859,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/autoPaymentMethod" + "@value": "cim/entity/Account/Account/attr/autoPaymentMethod" } ], "http://a.ml/vocabularies/core#name": [ @@ -869,14 +869,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/billFrequency", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/billFrequency", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -888,7 +899,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/billFrequency" + "@value": "cim/entity/Account/Account/attr/billFrequency" } ], "http://a.ml/vocabularies/core#name": [ @@ -898,14 +909,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/BillingFrequency" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/BillingFrequency", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/BillingFrequency" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/billContactAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/billContactAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -917,7 +939,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/billContactAddress" + "@value": "cim/entity/Account/Account/attr/billContactAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -927,14 +949,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/parentAccount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/parentAccount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -946,7 +979,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/parentAccount" + "@value": "cim/entity/Account/Account/attr/parentAccount" } ], "http://a.ml/vocabularies/core#name": [ @@ -956,14 +989,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/orderDeliveryMethod", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/orderDeliveryMethod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -975,7 +1019,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/orderDeliveryMethod" + "@value": "cim/entity/Account/Account/attr/orderDeliveryMethod" } ], "http://a.ml/vocabularies/core#name": [ @@ -985,14 +1029,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/OrderDeliveryMethod" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/OrderDeliveryMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/OrderDeliveryMethod" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/shippingAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1004,7 +1059,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/shippingAddress" + "@value": "cim/entity/Account/Account/attr/shippingAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -1014,14 +1069,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/shippingEmail", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingEmail", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1033,7 +1099,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/shippingEmail" + "@value": "cim/entity/Account/Account/attr/shippingEmail" } ], "http://a.ml/vocabularies/core#name": [ @@ -1043,14 +1109,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointEmail" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/shippingPhoneid", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingPhoneid", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1062,7 +1139,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/shippingPhoneid" + "@value": "cim/entity/Account/Account/attr/shippingPhoneid" } ], "http://a.ml/vocabularies/core#name": [ @@ -1072,14 +1149,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/shippingContact", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingContact", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1091,7 +1179,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/shippingContact" + "@value": "cim/entity/Account/Account/attr/shippingContact" } ], "http://a.ml/vocabularies/core#name": [ @@ -1101,14 +1189,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AccountContact" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/faxPhone", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/faxPhone", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1120,7 +1219,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/faxPhone" + "@value": "cim/entity/Account/Account/attr/faxPhone" } ], "http://a.ml/vocabularies/core#name": [ @@ -1130,14 +1229,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/salesPhone", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/salesPhone", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1149,7 +1259,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/salesPhone" + "@value": "cim/entity/Account/Account/attr/salesPhone" } ], "http://a.ml/vocabularies/core#name": [ @@ -1159,14 +1269,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/primarySalesContactPoint", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/primarySalesContactPoint", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1178,7 +1299,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/primarySalesContactPoint" + "@value": "cim/entity/Account/Account/attr/primarySalesContactPoint" } ], "http://a.ml/vocabularies/core#name": [ @@ -1188,14 +1309,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPoint", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPoint" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/partyRole", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/partyRole", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1207,7 +1339,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/partyRole" + "@value": "cim/entity/Account/Account/attr/partyRole" } ], "http://a.ml/vocabularies/core#name": [ @@ -1217,14 +1349,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/PartyRole", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/PartyRole" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/attr/party", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/party", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1236,7 +1379,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Account/attr/party" + "@value": "cim/entity/Account/Account/attr/party" } ], "http://a.ml/vocabularies/core#name": [ @@ -1246,7 +1389,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ] } ] } @@ -1258,16 +1412,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AccountContact", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact" + "@value": "cim/entity/Account/AccountContact" } ], "http://a.ml/vocabularies/core#name": [ @@ -1277,16 +1431,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/lastActivityDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/lastActivityDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/lastActivityDate" + "@value": "cim/entity/Account/AccountContact/attr/lastActivityDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -1298,7 +1452,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1307,16 +1461,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/contactNote", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/contactNote", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/contactNote" + "@value": "cim/entity/Account/AccountContact/attr/contactNote" } ], "http://a.ml/vocabularies/core#name": [ @@ -1328,7 +1482,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1337,16 +1491,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/assistantPhone", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/assistantPhone", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/assistantPhone" + "@value": "cim/entity/Account/AccountContact/attr/assistantPhone" } ], "http://a.ml/vocabularies/core#name": [ @@ -1358,7 +1512,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1367,16 +1521,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/assistantName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/assistantName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/assistantName" + "@value": "cim/entity/Account/AccountContact/attr/assistantName" } ], "http://a.ml/vocabularies/core#name": [ @@ -1388,7 +1542,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1397,16 +1551,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/title", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/title", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/title" + "@value": "cim/entity/Account/AccountContact/attr/title" } ], "http://a.ml/vocabularies/core#name": [ @@ -1418,7 +1572,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1427,16 +1581,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/departmentName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/departmentName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/departmentName" + "@value": "cim/entity/Account/AccountContact/attr/departmentName" } ], "http://a.ml/vocabularies/core#name": [ @@ -1448,7 +1602,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1457,16 +1611,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/id" + "@value": "cim/entity/Account/AccountContact/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1483,7 +1637,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1494,9 +1648,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/indirectRelationAccountContact", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/indirectRelationAccountContact", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1508,7 +1662,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/indirectRelationAccountContact" + "@value": "cim/entity/Account/AccountContact/attr/indirectRelationAccountContact" } ], "http://a.ml/vocabularies/core#name": [ @@ -1518,14 +1672,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AccountContact" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/reportsToAccountContact", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/reportsToAccountContact", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1537,7 +1702,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/reportsToAccountContact" + "@value": "cim/entity/Account/AccountContact/attr/reportsToAccountContact" } ], "http://a.ml/vocabularies/core#name": [ @@ -1547,14 +1712,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AccountContact" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/otherContactAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/otherContactAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1566,7 +1742,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/otherContactAddress" + "@value": "cim/entity/Account/AccountContact/attr/otherContactAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -1576,14 +1752,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/mailingAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/mailingAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1595,7 +1782,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/mailingAddress" + "@value": "cim/entity/Account/AccountContact/attr/mailingAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -1605,14 +1792,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/mobilePhone", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/mobilePhone", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1624,7 +1822,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/mobilePhone" + "@value": "cim/entity/Account/AccountContact/attr/mobilePhone" } ], "http://a.ml/vocabularies/core#name": [ @@ -1634,14 +1832,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/faxPhone", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/faxPhone", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1653,7 +1862,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/faxPhone" + "@value": "cim/entity/Account/AccountContact/attr/faxPhone" } ], "http://a.ml/vocabularies/core#name": [ @@ -1663,14 +1872,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/businessPhone", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/businessPhone", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1682,7 +1902,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/businessPhone" + "@value": "cim/entity/Account/AccountContact/attr/businessPhone" } ], "http://a.ml/vocabularies/core#name": [ @@ -1692,14 +1912,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/homePhone", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/homePhone", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1711,7 +1942,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/homePhone" + "@value": "cim/entity/Account/AccountContact/attr/homePhone" } ], "http://a.ml/vocabularies/core#name": [ @@ -1721,14 +1952,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/contactEmail", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/contactEmail", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1740,7 +1982,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/contactEmail" + "@value": "cim/entity/Account/AccountContact/attr/contactEmail" } ], "http://a.ml/vocabularies/core#name": [ @@ -1750,14 +1992,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointEmail" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/individual", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/individual", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1769,7 +2022,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/individual" + "@value": "cim/entity/Account/AccountContact/attr/individual" } ], "http://a.ml/vocabularies/core#name": [ @@ -1784,14 +2037,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Individual" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Individual", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Individual" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContact/attr/account", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/account", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1803,7 +2067,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContact/attr/account" + "@value": "cim/entity/Account/AccountContact/attr/account" } ], "http://a.ml/vocabularies/core#name": [ @@ -1818,7 +2082,1382 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Account" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/generalLedgerAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/generalLedgerAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "generalLedgerAccount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/autoPaymentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/autoPaymentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "autoPaymentAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/autoPayEnabledFlag", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/autoPayEnabledFlag" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "autoPayEnabledFlag" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/paymentTerm", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/paymentTerm" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentTerm" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/billDeliveryMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/billDeliveryMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billDeliveryMethod" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/lastActivityDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/lastActivityDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "lastActivityDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/balanceAmountLimit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/balanceAmountLimit" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "balanceAmountLimit" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/ninetyDayBalanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/ninetyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ninetyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/sixtyDayBalanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/sixtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "sixtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/thirtyDayBalanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/thirtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "thirtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/balanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/balanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "balanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/defaultFreightTerms", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/defaultFreightTerms" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "defaultFreightTerms" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/sLAExpirationDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/sLAExpirationDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "sLAExpirationDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/sLAType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/sLAType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "sLAType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/assignTerritoryFlag", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/assignTerritoryFlag" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "assignTerritoryFlag" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsServiceAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsServiceAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsServiceAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsShippingAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsShippingAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsShippingAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsBillingAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsBillingAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsBillingAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsSalesAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsSalesAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsSalesAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/holdStatusReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/holdStatusReason" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "holdStatusReason" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/accountType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/accountType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "accountType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/number", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/number" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/autoPaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/autoPaymentMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "autoPaymentMethod" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/billFrequency", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/billFrequency" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billFrequency" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/BillingFrequency", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/BillingFrequency" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/billContactAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/billContactAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billContactAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/parentAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/parentAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "parentAccount" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/orderDeliveryMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/orderDeliveryMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderDeliveryMethod" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/OrderDeliveryMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/OrderDeliveryMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingEmail" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingEmail" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingPhoneid", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingPhoneid" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingPhoneid" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingContact" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingContact" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/faxPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/faxPhone" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "faxPhone" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/salesPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/salesPhone" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesPhone" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/primarySalesContactPoint", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/primarySalesContactPoint" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primarySalesContactPoint" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPoint", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPoint" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/partyRole", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/partyRole" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "partyRole" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/PartyRole", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/PartyRole" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/party" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "party" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "How the party want to interact with your enterprise e.g. have multiple billing accounts" + } + ] } ] } @@ -1830,16 +3469,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AccountContactRole", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContactRole", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContactRole" + "@value": "cim/entity/Account/AccountContactRole" } ], "http://a.ml/vocabularies/core#name": [ @@ -1849,16 +3488,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContactRole/attr/activeToDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContactRole/attr/activeToDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContactRole/attr/activeToDate" + "@value": "cim/entity/Account/AccountContactRole/attr/activeToDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -1870,7 +3509,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1879,16 +3518,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContactRole/attr/activeFromDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContactRole/attr/activeFromDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContactRole/attr/activeFromDate" + "@value": "cim/entity/Account/AccountContactRole/attr/activeFromDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -1900,7 +3539,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1909,16 +3548,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContactRole/attr/accountContactRoleType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContactRole/attr/accountContactRoleType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContactRole/attr/accountContactRoleType" + "@value": "cim/entity/Account/AccountContactRole/attr/accountContactRoleType" } ], "http://a.ml/vocabularies/core#name": [ @@ -1930,7 +3569,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1939,16 +3578,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContactRole/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContactRole/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContactRole/attr/id" + "@value": "cim/entity/Account/AccountContactRole/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1965,7 +3604,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1976,9 +3615,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountContactRole/attr/accountContact", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContactRole/attr/accountContact", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1990,7 +3629,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountContactRole/attr/accountContact" + "@value": "cim/entity/Account/AccountContactRole/attr/accountContact" } ], "http://a.ml/vocabularies/core#name": [ @@ -2000,7 +3639,2061 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AccountContact" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Account Contact" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/lastActivityDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/lastActivityDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "lastActivityDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/contactNote", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/contactNote" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "contactNote" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/assistantPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/assistantPhone" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "assistantPhone" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/assistantName", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/assistantName" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "assistantName" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/title", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/title" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "title" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/departmentName", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/departmentName" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "departmentName" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/indirectRelationAccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/indirectRelationAccountContact" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "indirectRelationAccountContact" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/reportsToAccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/reportsToAccountContact" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "reportsToAccountContact" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/otherContactAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/otherContactAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "otherContactAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/mailingAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/mailingAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mailingAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/mobilePhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/mobilePhone" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mobilePhone" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/faxPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/faxPhone" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "faxPhone" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/businessPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/businessPhone" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "businessPhone" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/homePhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/homePhone" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "homePhone" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/contactEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/contactEmail" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "contactEmail" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/individual", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/individual" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "individual" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Individual", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Individual" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountContact/attr/account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact/attr/account" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "account" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Account" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/generalLedgerAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/generalLedgerAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "generalLedgerAccount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/autoPaymentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/autoPaymentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "autoPaymentAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/autoPayEnabledFlag", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/autoPayEnabledFlag" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "autoPayEnabledFlag" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/paymentTerm", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/paymentTerm" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentTerm" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/billDeliveryMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/billDeliveryMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billDeliveryMethod" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/lastActivityDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/lastActivityDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "lastActivityDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/balanceAmountLimit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/balanceAmountLimit" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "balanceAmountLimit" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/ninetyDayBalanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/ninetyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ninetyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/sixtyDayBalanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/sixtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "sixtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/thirtyDayBalanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/thirtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "thirtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/balanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/balanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "balanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/defaultFreightTerms", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/defaultFreightTerms" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "defaultFreightTerms" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/sLAExpirationDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/sLAExpirationDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "sLAExpirationDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/sLAType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/sLAType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "sLAType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/assignTerritoryFlag", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/assignTerritoryFlag" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "assignTerritoryFlag" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsServiceAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsServiceAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsServiceAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsShippingAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsShippingAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsShippingAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsBillingAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsBillingAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsBillingAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsSalesAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsSalesAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsSalesAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/holdStatusReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/holdStatusReason" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "holdStatusReason" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/accountType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/accountType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "accountType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/number", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/number" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/autoPaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/autoPaymentMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "autoPaymentMethod" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/billFrequency", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/billFrequency" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billFrequency" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/BillingFrequency", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/BillingFrequency" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/billContactAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/billContactAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billContactAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/parentAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/parentAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "parentAccount" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/orderDeliveryMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/orderDeliveryMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderDeliveryMethod" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/OrderDeliveryMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/OrderDeliveryMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingEmail" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingEmail" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingPhoneid", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingPhoneid" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingPhoneid" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingContact" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingContact" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/faxPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/faxPhone" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "faxPhone" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/salesPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/salesPhone" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesPhone" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/primarySalesContactPoint", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/primarySalesContactPoint" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primarySalesContactPoint" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPoint", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPoint" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/partyRole", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/partyRole" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "partyRole" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/PartyRole", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/PartyRole" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/party" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "party" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "How the party want to interact with your enterprise e.g. have multiple billing accounts" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "An individual who has a role specific to an Account." + } + ] } ] } @@ -2012,16 +5705,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AccountPartner", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountPartner", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountPartner" + "@value": "cim/entity/Account/AccountPartner" } ], "http://a.ml/vocabularies/core#name": [ @@ -2031,16 +5724,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountPartner/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountPartner/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountPartner/attr/id" + "@value": "cim/entity/Account/AccountPartner/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -2057,7 +5750,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2068,9 +5761,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountPartner/attr/account", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountPartner/attr/account", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2082,7 +5775,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountPartner/attr/account" + "@value": "cim/entity/Account/AccountPartner/attr/account" } ], "http://a.ml/vocabularies/core#name": [ @@ -2097,14 +5790,1389 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Account" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/generalLedgerAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/generalLedgerAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "generalLedgerAccount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/autoPaymentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/autoPaymentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "autoPaymentAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/autoPayEnabledFlag", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/autoPayEnabledFlag" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "autoPayEnabledFlag" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/paymentTerm", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/paymentTerm" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentTerm" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/billDeliveryMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/billDeliveryMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billDeliveryMethod" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/lastActivityDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/lastActivityDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "lastActivityDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/balanceAmountLimit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/balanceAmountLimit" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "balanceAmountLimit" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/ninetyDayBalanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/ninetyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ninetyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/sixtyDayBalanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/sixtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "sixtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/thirtyDayBalanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/thirtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "thirtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/balanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/balanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "balanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/defaultFreightTerms", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/defaultFreightTerms" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "defaultFreightTerms" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/sLAExpirationDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/sLAExpirationDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "sLAExpirationDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/sLAType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/sLAType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "sLAType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/assignTerritoryFlag", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/assignTerritoryFlag" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "assignTerritoryFlag" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsServiceAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsServiceAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsServiceAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsShippingAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsShippingAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsShippingAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsBillingAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsBillingAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsBillingAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsSalesAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsSalesAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsSalesAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/holdStatusReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/holdStatusReason" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "holdStatusReason" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/accountType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/accountType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "accountType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/number", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/number" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/autoPaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/autoPaymentMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "autoPaymentMethod" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/billFrequency", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/billFrequency" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billFrequency" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/BillingFrequency", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/BillingFrequency" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/billContactAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/billContactAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billContactAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/parentAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/parentAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "parentAccount" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/orderDeliveryMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/orderDeliveryMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderDeliveryMethod" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/OrderDeliveryMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/OrderDeliveryMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingEmail" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingEmail" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingPhoneid", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingPhoneid" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingPhoneid" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingContact" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingContact" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/faxPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/faxPhone" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "faxPhone" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/salesPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/salesPhone" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesPhone" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/primarySalesContactPoint", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/primarySalesContactPoint" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primarySalesContactPoint" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPoint", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPoint" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/partyRole", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/partyRole" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "partyRole" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/PartyRole", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/PartyRole" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/party" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "party" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "How the party want to interact with your enterprise e.g. have multiple billing accounts" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AccountPartner/attr/partnerAccount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/AccountPartner/attr/partnerAccount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2116,7 +7184,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AccountPartner/attr/partnerAccount" + "@value": "cim/entity/Account/AccountPartner/attr/partnerAccount" } ], "http://a.ml/vocabularies/core#name": [ @@ -2131,7 +7199,1382 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Account" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/generalLedgerAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/generalLedgerAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "generalLedgerAccount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/autoPaymentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/autoPaymentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "autoPaymentAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/autoPayEnabledFlag", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/autoPayEnabledFlag" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "autoPayEnabledFlag" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/paymentTerm", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/paymentTerm" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentTerm" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/billDeliveryMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/billDeliveryMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billDeliveryMethod" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/lastActivityDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/lastActivityDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "lastActivityDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/balanceAmountLimit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/balanceAmountLimit" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "balanceAmountLimit" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/ninetyDayBalanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/ninetyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "ninetyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/sixtyDayBalanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/sixtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "sixtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/thirtyDayBalanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/thirtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "thirtyDayBalanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/balanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/balanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "balanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/defaultFreightTerms", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/defaultFreightTerms" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "defaultFreightTerms" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/sLAExpirationDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/sLAExpirationDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "sLAExpirationDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/sLAType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/sLAType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "sLAType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/assignTerritoryFlag", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/assignTerritoryFlag" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "assignTerritoryFlag" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsServiceAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsServiceAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsServiceAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsShippingAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsShippingAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsShippingAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsBillingAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsBillingAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsBillingAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/useAsSalesAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/useAsSalesAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useAsSalesAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/holdStatusReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/holdStatusReason" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "holdStatusReason" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/accountType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/accountType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "accountType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/number", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/number" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "number" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/autoPaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/autoPaymentMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "autoPaymentMethod" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/billFrequency", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/billFrequency" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billFrequency" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/BillingFrequency", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/BillingFrequency" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/billContactAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/billContactAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billContactAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/parentAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/parentAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "parentAccount" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/orderDeliveryMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/orderDeliveryMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderDeliveryMethod" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/OrderDeliveryMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/OrderDeliveryMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingEmail" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingEmail" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingPhoneid", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingPhoneid" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingPhoneid" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/shippingContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/shippingContact" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingContact" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/faxPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/faxPhone" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "faxPhone" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/salesPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/salesPhone" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesPhone" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/primarySalesContactPoint", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/primarySalesContactPoint" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primarySalesContactPoint" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPoint", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPoint" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/partyRole", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/partyRole" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "partyRole" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/PartyRole", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/PartyRole" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/Account/attr/party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account/attr/party" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "party" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "How the party want to interact with your enterprise e.g. have multiple billing accounts" + } + ] } ] } @@ -2143,16 +8586,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/BillingFrequency", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/BillingFrequency", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/BillingFrequency" + "@value": "cim/entity/Account/BillingFrequency" } ], "http://a.ml/vocabularies/core#name": [ @@ -2162,16 +8605,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/BillingFrequency/attr/billingFrequencyName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/BillingFrequency/attr/billingFrequencyName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/BillingFrequency/attr/billingFrequencyName" + "@value": "cim/entity/Account/BillingFrequency/attr/billingFrequencyName" } ], "http://a.ml/vocabularies/core#name": [ @@ -2188,7 +8631,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2197,16 +8640,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/BillingFrequency/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/BillingFrequency/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/BillingFrequency/attr/name" + "@value": "cim/entity/Account/BillingFrequency/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -2223,7 +8666,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2232,16 +8675,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/BillingFrequency/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Account/BillingFrequency/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/BillingFrequency/attr/id" + "@value": "cim/entity/Account/BillingFrequency/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -2258,7 +8701,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" diff --git a/out/cim/data_models/AccountEntityGroup.yaml b/out/cim/data_models/AccountEntityGroup.yaml index ee04738..36d14c4 100644 --- a/out/cim/data_models/AccountEntityGroup.yaml +++ b/out/cim/data_models/AccountEntityGroup.yaml @@ -2,318 +2,318 @@ uuid: cim/entitygroup/AccountEntityGroup name: Account entities: - Account: - uuid: cim/entity/Account + Account Contact Role: + uuid: cim/entity/Account/AccountContactRole attributes: - paymentTerm: - uuid: cim/entity/Account/attr/paymentTerm - required: true + activeToDate: + uuid: cim/entity/Account/AccountContactRole/attr/activeToDate range: type: string - thirtyDayBalanceAmount: - uuid: cim/entity/Account/attr/thirtyDayBalanceAmount + activeFromDate: + uuid: cim/entity/Account/AccountContactRole/attr/activeFromDate range: type: string - billDeliveryMethod: - uuid: cim/entity/Account/attr/billDeliveryMethod + accountContactRoleType: + uuid: cim/entity/Account/AccountContactRole/attr/accountContactRoleType range: type: string - sLAType: - uuid: cim/entity/Account/attr/sLAType + id: + uuid: cim/entity/Account/AccountContactRole/attr/id + required: true range: type: string - number: - uuid: cim/entity/Account/attr/number + associations: + accountContact: + allowMultiple: true + uuid: cim/entity/Account/AccountContactRole/attr/accountContact + target: http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact + description: What role does a contact play on an account e.g. decision maker, influencer + Account Partner: + uuid: cim/entity/Account/AccountPartner + attributes: + id: + uuid: cim/entity/Account/AccountPartner/attr/id required: true range: type: string - useAsSalesAccount: - uuid: cim/entity/Account/attr/useAsSalesAccount + associations: + account: + allowMultiple: true + uuid: cim/entity/Account/AccountPartner/attr/account + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Account/Account + partnerAccount: + allowMultiple: true + uuid: cim/entity/Account/AccountPartner/attr/partnerAccount required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Account/Account + description: State what partner (account) is related to/have access to another account + Account: + uuid: cim/entity/Account/Account + attributes: + balanceAmountLimit: + uuid: cim/entity/Account/Account/attr/balanceAmountLimit range: - type: string - autoPayEnabledFlag: - uuid: cim/entity/Account/attr/autoPayEnabledFlag + type: integer + number: + uuid: cim/entity/Account/Account/attr/number + required: true range: type: string holdStatusReason: - uuid: cim/entity/Account/attr/holdStatusReason + uuid: cim/entity/Account/Account/attr/holdStatusReason range: type: string - description: - uuid: cim/entity/Account/attr/description + sLAExpirationDate: + uuid: cim/entity/Account/Account/attr/sLAExpirationDate range: type: string - lastActivityDate: - uuid: cim/entity/Account/attr/lastActivityDate + thirtyDayBalanceAmount: + uuid: cim/entity/Account/Account/attr/thirtyDayBalanceAmount range: type: string - ninetyDayBalanceAmount: - uuid: cim/entity/Account/attr/ninetyDayBalanceAmount + useAsShippingAccount: + uuid: cim/entity/Account/Account/attr/useAsShippingAccount + required: true range: type: string - autoPaymentAmount: - uuid: cim/entity/Account/attr/autoPaymentAmount - range: - type: integer sixtyDayBalanceAmount: - uuid: cim/entity/Account/attr/sixtyDayBalanceAmount + uuid: cim/entity/Account/Account/attr/sixtyDayBalanceAmount range: type: string - balanceAmount: - uuid: cim/entity/Account/attr/balanceAmount + useAsBillingAccount: + uuid: cim/entity/Account/Account/attr/useAsBillingAccount + required: true + range: + type: string + description: + uuid: cim/entity/Account/Account/attr/description range: type: string useAsServiceAccount: - uuid: cim/entity/Account/attr/useAsServiceAccount + uuid: cim/entity/Account/Account/attr/useAsServiceAccount required: true range: type: string - useAsBillingAccount: - uuid: cim/entity/Account/attr/useAsBillingAccount + lastActivityDate: + uuid: cim/entity/Account/Account/attr/lastActivityDate + range: + type: string + paymentTerm: + uuid: cim/entity/Account/Account/attr/paymentTerm required: true range: type: string - defaultFreightTerms: - uuid: cim/entity/Account/attr/defaultFreightTerms + sLAType: + uuid: cim/entity/Account/Account/attr/sLAType + range: + type: string + autoPayEnabledFlag: + uuid: cim/entity/Account/Account/attr/autoPayEnabledFlag + range: + type: string + id: + uuid: cim/entity/Account/Account/attr/id + required: true range: type: string generalLedgerAccount: - uuid: cim/entity/Account/attr/generalLedgerAccount + uuid: cim/entity/Account/Account/attr/generalLedgerAccount range: type: string - assignTerritoryFlag: - uuid: cim/entity/Account/attr/assignTerritoryFlag + ninetyDayBalanceAmount: + uuid: cim/entity/Account/Account/attr/ninetyDayBalanceAmount range: type: string - balanceAmountLimit: - uuid: cim/entity/Account/attr/balanceAmountLimit + billDeliveryMethod: + uuid: cim/entity/Account/Account/attr/billDeliveryMethod + range: + type: string + balanceAmount: + uuid: cim/entity/Account/Account/attr/balanceAmount + range: + type: string + autoPaymentAmount: + uuid: cim/entity/Account/Account/attr/autoPaymentAmount range: type: integer - name: - uuid: cim/entity/Account/attr/name - required: true + assignTerritoryFlag: + uuid: cim/entity/Account/Account/attr/assignTerritoryFlag range: type: string - useAsShippingAccount: - uuid: cim/entity/Account/attr/useAsShippingAccount + useAsSalesAccount: + uuid: cim/entity/Account/Account/attr/useAsSalesAccount required: true range: type: string - id: - uuid: cim/entity/Account/attr/id - required: true + defaultFreightTerms: + uuid: cim/entity/Account/Account/attr/defaultFreightTerms range: type: string - accountType: - uuid: cim/entity/Account/attr/accountType + name: + uuid: cim/entity/Account/Account/attr/name + required: true range: type: string - sLAExpirationDate: - uuid: cim/entity/Account/attr/sLAExpirationDate + accountType: + uuid: cim/entity/Account/Account/attr/accountType range: type: string associations: - shippingEmail: + billContactAddress: allowMultiple: true - uuid: cim/entity/Account/attr/shippingEmail - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointEmail - billFrequency: + uuid: cim/entity/Account/Account/attr/billContactAddress + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress + faxPhone: allowMultiple: true - uuid: cim/entity/Account/attr/billFrequency - target: http://mulesoft.com/modeling/instances/cim/entity/BillingFrequency - billContactAddress: + uuid: cim/entity/Account/Account/attr/faxPhone + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone + autoPaymentMethod: allowMultiple: true - uuid: cim/entity/Account/attr/billContactAddress - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress + uuid: cim/entity/Account/Account/attr/autoPaymentMethod + target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod + salesPhone: + allowMultiple: true + uuid: cim/entity/Account/Account/attr/salesPhone + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone primarySalesContactPoint: allowMultiple: true - uuid: cim/entity/Account/attr/primarySalesContactPoint - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint + uuid: cim/entity/Account/Account/attr/primarySalesContactPoint + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPoint shippingAddress: allowMultiple: true - uuid: cim/entity/Account/attr/shippingAddress - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress - faxPhone: + uuid: cim/entity/Account/Account/attr/shippingAddress + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress + shippingPhoneid: allowMultiple: true - uuid: cim/entity/Account/attr/faxPhone - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone + uuid: cim/entity/Account/Account/attr/shippingPhoneid + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone + partyRole: + allowMultiple: true + uuid: cim/entity/Account/Account/attr/partyRole + target: http://mulesoft.com/modeling/instances/cim/entity/PartyRole/PartyRole party: allowMultiple: true - uuid: cim/entity/Account/attr/party - target: http://mulesoft.com/modeling/instances/cim/entity/Party - salesPhone: + uuid: cim/entity/Account/Account/attr/party + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Party + orderDeliveryMethod: allowMultiple: true - uuid: cim/entity/Account/attr/salesPhone - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone - autoPaymentMethod: + uuid: cim/entity/Account/Account/attr/orderDeliveryMethod + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/OrderDeliveryMethod + shippingEmail: allowMultiple: true - uuid: cim/entity/Account/attr/autoPaymentMethod - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod + uuid: cim/entity/Account/Account/attr/shippingEmail + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail parentAccount: allowMultiple: true - uuid: cim/entity/Account/attr/parentAccount - target: http://mulesoft.com/modeling/instances/cim/entity/Account - partyRole: - allowMultiple: true - uuid: cim/entity/Account/attr/partyRole - target: http://mulesoft.com/modeling/instances/cim/entity/PartyRole - orderDeliveryMethod: + uuid: cim/entity/Account/Account/attr/parentAccount + target: http://mulesoft.com/modeling/instances/cim/entity/Account/Account + billFrequency: allowMultiple: true - uuid: cim/entity/Account/attr/orderDeliveryMethod - target: http://mulesoft.com/modeling/instances/cim/entity/OrderDeliveryMethod + uuid: cim/entity/Account/Account/attr/billFrequency + target: http://mulesoft.com/modeling/instances/cim/entity/Account/BillingFrequency shippingContact: allowMultiple: true - uuid: cim/entity/Account/attr/shippingContact - target: http://mulesoft.com/modeling/instances/cim/entity/AccountContact - shippingPhoneid: - allowMultiple: true - uuid: cim/entity/Account/attr/shippingPhoneid - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone + uuid: cim/entity/Account/Account/attr/shippingContact + target: http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact description: How the party want to interact with your enterprise e.g. have multiple billing accounts - Account Contact Role: - uuid: cim/entity/AccountContactRole - attributes: - activeToDate: - uuid: cim/entity/AccountContactRole/attr/activeToDate - range: - type: string - activeFromDate: - uuid: cim/entity/AccountContactRole/attr/activeFromDate - range: - type: string - accountContactRoleType: - uuid: cim/entity/AccountContactRole/attr/accountContactRoleType - range: - type: string - id: - uuid: cim/entity/AccountContactRole/attr/id - required: true - range: - type: string - associations: - accountContact: - allowMultiple: true - uuid: cim/entity/AccountContactRole/attr/accountContact - target: http://mulesoft.com/modeling/instances/cim/entity/AccountContact - description: What role does a contact play on an account e.g. decision maker, influencer - Account Partner: - uuid: cim/entity/AccountPartner - attributes: - id: - uuid: cim/entity/AccountPartner/attr/id - required: true - range: - type: string - associations: - account: - allowMultiple: true - uuid: cim/entity/AccountPartner/attr/account - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Account - partnerAccount: - allowMultiple: true - uuid: cim/entity/AccountPartner/attr/partnerAccount - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Account - description: State what partner (account) is related to/have access to another account - Billing Frequency: - uuid: cim/entity/BillingFrequency + Account Contact: + uuid: cim/entity/Account/AccountContact attributes: - billingFrequencyName: - uuid: cim/entity/BillingFrequency/attr/billingFrequencyName - required: true - range: - type: string - name: - uuid: cim/entity/BillingFrequency/attr/name - required: true - range: - type: string id: - uuid: cim/entity/BillingFrequency/attr/id + uuid: cim/entity/Account/AccountContact/attr/id required: true range: type: string - description: Describes a period of time used for recurring bills e.g. monthly or semi-monthly - Account Contact: - uuid: cim/entity/AccountContact - attributes: contactNote: - uuid: cim/entity/AccountContact/attr/contactNote + uuid: cim/entity/Account/AccountContact/attr/contactNote range: type: string - assistantPhone: - uuid: cim/entity/AccountContact/attr/assistantPhone - range: - type: string - id: - uuid: cim/entity/AccountContact/attr/id - required: true + title: + uuid: cim/entity/Account/AccountContact/attr/title range: type: string assistantName: - uuid: cim/entity/AccountContact/attr/assistantName + uuid: cim/entity/Account/AccountContact/attr/assistantName range: type: string - departmentName: - uuid: cim/entity/AccountContact/attr/departmentName + lastActivityDate: + uuid: cim/entity/Account/AccountContact/attr/lastActivityDate range: type: string - title: - uuid: cim/entity/AccountContact/attr/title + assistantPhone: + uuid: cim/entity/Account/AccountContact/attr/assistantPhone range: type: string - lastActivityDate: - uuid: cim/entity/AccountContact/attr/lastActivityDate + departmentName: + uuid: cim/entity/Account/AccountContact/attr/departmentName range: type: string associations: - mobilePhone: - allowMultiple: true - uuid: cim/entity/AccountContact/attr/mobilePhone - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone - account: + mailingAddress: allowMultiple: true - uuid: cim/entity/AccountContact/attr/account - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Account - individual: + uuid: cim/entity/Account/AccountContact/attr/mailingAddress + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress + indirectRelationAccountContact: allowMultiple: true - uuid: cim/entity/AccountContact/attr/individual - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Individual - homePhone: + uuid: cim/entity/Account/AccountContact/attr/indirectRelationAccountContact + target: http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact + mobilePhone: allowMultiple: true - uuid: cim/entity/AccountContact/attr/homePhone - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone - contactEmail: + uuid: cim/entity/Account/AccountContact/attr/mobilePhone + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone + faxPhone: allowMultiple: true - uuid: cim/entity/AccountContact/attr/contactEmail - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointEmail + uuid: cim/entity/Account/AccountContact/attr/faxPhone + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone businessPhone: allowMultiple: true - uuid: cim/entity/AccountContact/attr/businessPhone - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone - mailingAddress: - allowMultiple: true - uuid: cim/entity/AccountContact/attr/mailingAddress - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress - faxPhone: + uuid: cim/entity/Account/AccountContact/attr/businessPhone + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone + otherContactAddress: allowMultiple: true - uuid: cim/entity/AccountContact/attr/faxPhone - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone - indirectRelationAccountContact: + uuid: cim/entity/Account/AccountContact/attr/otherContactAddress + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress + individual: allowMultiple: true - uuid: cim/entity/AccountContact/attr/indirectRelationAccountContact - target: http://mulesoft.com/modeling/instances/cim/entity/AccountContact - otherContactAddress: + uuid: cim/entity/Account/AccountContact/attr/individual + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Individual + account: allowMultiple: true - uuid: cim/entity/AccountContact/attr/otherContactAddress - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress + uuid: cim/entity/Account/AccountContact/attr/account + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Account/Account reportsToAccountContact: allowMultiple: true - uuid: cim/entity/AccountContact/attr/reportsToAccountContact - target: http://mulesoft.com/modeling/instances/cim/entity/AccountContact + uuid: cim/entity/Account/AccountContact/attr/reportsToAccountContact + target: http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact + contactEmail: + allowMultiple: true + uuid: cim/entity/Account/AccountContact/attr/contactEmail + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail + homePhone: + allowMultiple: true + uuid: cim/entity/Account/AccountContact/attr/homePhone + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone description: An individual who has a role specific to an Account. + Billing Frequency: + uuid: cim/entity/Account/BillingFrequency + attributes: + billingFrequencyName: + uuid: cim/entity/Account/BillingFrequency/attr/billingFrequencyName + required: true + range: + type: string + name: + uuid: cim/entity/Account/BillingFrequency/attr/name + required: true + range: + type: string + id: + uuid: cim/entity/Account/BillingFrequency/attr/id + required: true + range: + type: string + description: Describes a period of time used for recurring bills e.g. monthly or semi-monthly description: "Example Entities included: Account, Account Contact, Bill Frequency" diff --git a/out/cim/data_models/ContactPointEntityGroup.jsonld b/out/cim/data_models/ContactPointEntityGroup.jsonld index 3ca3221..3a5f895 100644 --- a/out/cim/data_models/ContactPointEntityGroup.jsonld +++ b/out/cim/data_models/ContactPointEntityGroup.jsonld @@ -10,14 +10,14 @@ ], "http://a.ml/vocabularies/meta#definedBy": [ { - "@id": "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml" + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" } ], "http://a.ml/vocabularies/document#encodes": [ { "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/ContactPointEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", "http://a.ml/vocabularies/data-model#DataModel", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -34,16 +34,16 @@ ], "http://a.ml/vocabularies/data-model#entities": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointAddress" + "@value": "cim/entity/ContactPoint/ContactPointAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -53,16 +53,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPointAddress/attr/forBusinessUse", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPointAddress/attr/forBusinessUse", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointAddress/attr/forBusinessUse" + "@value": "cim/entity/ContactPoint/ContactPointAddress/attr/forBusinessUse" } ], "http://a.ml/vocabularies/core#name": [ @@ -79,7 +79,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -90,9 +90,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPointAddress/attr/contactPhone", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPointAddress/attr/contactPhone", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -104,7 +104,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointAddress/attr/contactPhone" + "@value": "cim/entity/ContactPoint/ContactPointAddress/attr/contactPhone" } ], "http://a.ml/vocabularies/core#name": [ @@ -114,7 +114,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] } ] } @@ -126,16 +137,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointEmail", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointEmail" + "@value": "cim/entity/ContactPoint/ContactPointEmail" } ], "http://a.ml/vocabularies/core#name": [ @@ -145,16 +156,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPointEmail/attr/forBusinessUse", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPointEmail/attr/forBusinessUse", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointEmail/attr/forBusinessUse" + "@value": "cim/entity/ContactPoint/ContactPointEmail/attr/forBusinessUse" } ], "http://a.ml/vocabularies/core#name": [ @@ -171,7 +182,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -180,16 +191,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPointEmail/attr/emailLatestBounceReasonText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPointEmail/attr/emailLatestBounceReasonText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointEmail/attr/emailLatestBounceReasonText" + "@value": "cim/entity/ContactPoint/ContactPointEmail/attr/emailLatestBounceReasonText" } ], "http://a.ml/vocabularies/core#name": [ @@ -206,7 +217,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -222,16 +233,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointPhone" + "@value": "cim/entity/ContactPoint/ContactPointPhone" } ], "http://a.ml/vocabularies/core#name": [ @@ -241,16 +252,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPointPhone/attr/forBusinessUse", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPointPhone/attr/forBusinessUse", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointPhone/attr/forBusinessUse" + "@value": "cim/entity/ContactPoint/ContactPointPhone/attr/forBusinessUse" } ], "http://a.ml/vocabularies/core#name": [ @@ -267,7 +278,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -276,16 +287,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPointPhone/attr/isFaxCapable", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPointPhone/attr/isFaxCapable", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointPhone/attr/isFaxCapable" + "@value": "cim/entity/ContactPoint/ContactPointPhone/attr/isFaxCapable" } ], "http://a.ml/vocabularies/core#name": [ @@ -302,7 +313,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -318,16 +329,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPoint", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPoint" + "@value": "cim/entity/ContactPoint/ContactPoint" } ], "http://a.ml/vocabularies/core#name": [ @@ -337,16 +348,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/attr/forBusinessUse", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPoint/attr/forBusinessUse", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPoint/attr/forBusinessUse" + "@value": "cim/entity/ContactPoint/ContactPoint/attr/forBusinessUse" } ], "http://a.ml/vocabularies/core#name": [ @@ -363,7 +374,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -372,16 +383,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/attr/forPersonalUse", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPoint/attr/forPersonalUse", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPoint/attr/forPersonalUse" + "@value": "cim/entity/ContactPoint/ContactPoint/attr/forPersonalUse" } ], "http://a.ml/vocabularies/core#name": [ @@ -398,7 +409,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -407,16 +418,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/attr/profileOccurrenceCount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPoint/attr/profileOccurrenceCount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPoint/attr/profileOccurrenceCount" + "@value": "cim/entity/ContactPoint/ContactPoint/attr/profileOccurrenceCount" } ], "http://a.ml/vocabularies/core#name": [ @@ -428,7 +439,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -437,16 +448,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/attr/profileLastUpdatedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPoint/attr/profileLastUpdatedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPoint/attr/profileLastUpdatedDate" + "@value": "cim/entity/ContactPoint/ContactPoint/attr/profileLastUpdatedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -458,7 +469,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -467,16 +478,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/attr/profileFirstCreatedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPoint/attr/profileFirstCreatedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPoint/attr/profileFirstCreatedDate" + "@value": "cim/entity/ContactPoint/ContactPoint/attr/profileFirstCreatedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -488,7 +499,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -497,16 +508,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/attr/primaryFlag", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPoint/attr/primaryFlag", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPoint/attr/primaryFlag" + "@value": "cim/entity/ContactPoint/ContactPoint/attr/primaryFlag" } ], "http://a.ml/vocabularies/core#name": [ @@ -518,7 +529,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -527,16 +538,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/attr/bestTimeToContactEndTime", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPoint/attr/bestTimeToContactEndTime", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPoint/attr/bestTimeToContactEndTime" + "@value": "cim/entity/ContactPoint/ContactPoint/attr/bestTimeToContactEndTime" } ], "http://a.ml/vocabularies/core#name": [ @@ -548,7 +559,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -557,16 +568,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/attr/bestTimeToContactStartTime", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPoint/attr/bestTimeToContactStartTime", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPoint/attr/bestTimeToContactStartTime" + "@value": "cim/entity/ContactPoint/ContactPoint/attr/bestTimeToContactStartTime" } ], "http://a.ml/vocabularies/core#name": [ @@ -578,7 +589,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -587,16 +598,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/attr/activeToDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPoint/attr/activeToDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPoint/attr/activeToDate" + "@value": "cim/entity/ContactPoint/ContactPoint/attr/activeToDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -608,7 +619,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -617,16 +628,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/attr/activeFromDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPoint/attr/activeFromDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPoint/attr/activeFromDate" + "@value": "cim/entity/ContactPoint/ContactPoint/attr/activeFromDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -643,7 +654,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -652,16 +663,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPoint/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPoint/attr/id" + "@value": "cim/entity/ContactPoint/ContactPoint/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -678,7 +689,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -689,9 +700,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/attr/contactPointType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPoint/attr/contactPointType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -703,7 +714,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPoint/attr/contactPointType" + "@value": "cim/entity/ContactPoint/ContactPoint/attr/contactPointType" } ], "http://a.ml/vocabularies/core#name": [ @@ -718,14 +729,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointType" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointType" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/attr/partyRole", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPoint/attr/partyRole", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -737,7 +759,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPoint/attr/partyRole" + "@value": "cim/entity/ContactPoint/ContactPoint/attr/partyRole" } ], "http://a.ml/vocabularies/core#name": [ @@ -747,14 +769,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/PartyRole", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/PartyRole" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/attr/party", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPoint/attr/party", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -766,7 +799,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPoint/attr/party" + "@value": "cim/entity/ContactPoint/ContactPoint/attr/party" } ], "http://a.ml/vocabularies/core#name": [ @@ -781,7 +814,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ] } ] } @@ -793,16 +837,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyWebAddress", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/PartyWebAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyWebAddress" + "@value": "cim/entity/ContactPoint/PartyWebAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -812,16 +856,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyWebAddress/attr/forBusinessUse", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/PartyWebAddress/attr/forBusinessUse", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyWebAddress/attr/forBusinessUse" + "@value": "cim/entity/ContactPoint/PartyWebAddress/attr/forBusinessUse" } ], "http://a.ml/vocabularies/core#name": [ @@ -838,7 +882,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -847,16 +891,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyWebAddress/attr/webSiteURL", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/PartyWebAddress/attr/webSiteURL", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyWebAddress/attr/webSiteURL" + "@value": "cim/entity/ContactPoint/PartyWebAddress/attr/webSiteURL" } ], "http://a.ml/vocabularies/core#name": [ @@ -873,7 +917,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -889,16 +933,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointType", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointType" + "@value": "cim/entity/ContactPoint/ContactPointType" } ], "http://a.ml/vocabularies/core#name": [ @@ -908,16 +952,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPointType/attr/optInPriority", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPointType/attr/optInPriority", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointType/attr/optInPriority" + "@value": "cim/entity/ContactPoint/ContactPointType/attr/optInPriority" } ], "http://a.ml/vocabularies/core#name": [ @@ -934,7 +978,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -943,16 +987,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPointType/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPointType/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointType/attr/name" + "@value": "cim/entity/ContactPoint/ContactPointType/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -969,7 +1013,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -978,16 +1022,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPointType/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPointType/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointType/attr/id" + "@value": "cim/entity/ContactPoint/ContactPointType/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1004,7 +1048,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1020,16 +1064,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointSocial", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointSocial", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointSocial" + "@value": "cim/entity/ContactPoint/ContactPointSocial" } ], "http://a.ml/vocabularies/core#name": [ @@ -1039,16 +1083,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPointSocial/attr/forBusinessUse", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPointSocial/attr/forBusinessUse", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointSocial/attr/forBusinessUse" + "@value": "cim/entity/ContactPoint/ContactPointSocial/attr/forBusinessUse" } ], "http://a.ml/vocabularies/core#name": [ @@ -1065,7 +1109,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1074,16 +1118,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPointSocial/attr/socialNetworkProvider", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPointSocial/attr/socialNetworkProvider", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointSocial/attr/socialNetworkProvider" + "@value": "cim/entity/ContactPoint/ContactPointSocial/attr/socialNetworkProvider" } ], "http://a.ml/vocabularies/core#name": [ @@ -1100,7 +1144,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1116,16 +1160,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointLocation", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointLocation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointLocation" + "@value": "cim/entity/ContactPoint/ContactPointLocation" } ], "http://a.ml/vocabularies/core#name": [ @@ -1135,16 +1179,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPointLocation/attr/forBusinessUse", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPointLocation/attr/forBusinessUse", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointLocation/attr/forBusinessUse" + "@value": "cim/entity/ContactPoint/ContactPointLocation/attr/forBusinessUse" } ], "http://a.ml/vocabularies/core#name": [ @@ -1161,7 +1205,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1170,16 +1214,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPointLocation/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPointLocation/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointLocation/attr/id" + "@value": "cim/entity/ContactPoint/ContactPointLocation/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1196,7 +1240,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1212,16 +1256,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointApp", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointApp", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointApp" + "@value": "cim/entity/ContactPoint/ContactPointApp" } ], "http://a.ml/vocabularies/core#name": [ @@ -1231,16 +1275,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPointApp/attr/forBusinessUse", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPointApp/attr/forBusinessUse", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointApp/attr/forBusinessUse" + "@value": "cim/entity/ContactPoint/ContactPointApp/attr/forBusinessUse" } ], "http://a.ml/vocabularies/core#name": [ @@ -1257,7 +1301,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1266,16 +1310,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPointApp/attr/applicationLogin", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ContactPoint/ContactPointApp/attr/applicationLogin", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ContactPointApp/attr/applicationLogin" + "@value": "cim/entity/ContactPoint/ContactPointApp/attr/applicationLogin" } ], "http://a.ml/vocabularies/core#name": [ @@ -1287,7 +1331,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" diff --git a/out/cim/data_models/ContactPointEntityGroup.yaml b/out/cim/data_models/ContactPointEntityGroup.yaml index fba0a52..ae8760e 100644 --- a/out/cim/data_models/ContactPointEntityGroup.yaml +++ b/out/cim/data_models/ContactPointEntityGroup.yaml @@ -2,185 +2,185 @@ uuid: cim/entitygroup/ContactPointEntityGroup name: Contact Point entities: - Contact Point: - uuid: cim/entity/ContactPoint + Contact Point Social: + uuid: cim/entity/ContactPoint/ContactPointSocial attributes: - forPersonalUse: - uuid: cim/entity/ContactPoint/attr/forPersonalUse + forBusinessUse: + uuid: cim/entity/ContactPoint/ContactPointSocial/attr/forBusinessUse required: true range: type: string - id: - uuid: cim/entity/ContactPoint/attr/id + socialNetworkProvider: + uuid: cim/entity/ContactPoint/ContactPointSocial/attr/socialNetworkProvider required: true range: type: string - profileFirstCreatedDate: - uuid: cim/entity/ContactPoint/attr/profileFirstCreatedDate - range: - type: string - primaryFlag: - uuid: cim/entity/ContactPoint/attr/primaryFlag - range: - type: string - profileOccurrenceCount: - uuid: cim/entity/ContactPoint/attr/profileOccurrenceCount - range: - type: integer - activeToDate: - uuid: cim/entity/ContactPoint/attr/activeToDate - range: - type: string - activeFromDate: - uuid: cim/entity/ContactPoint/attr/activeFromDate + description: Social handle for a party e.g. trustednews at twitter + Contact Point Location: + uuid: cim/entity/ContactPoint/ContactPointLocation + attributes: + forBusinessUse: + uuid: cim/entity/ContactPoint/ContactPointLocation/attr/forBusinessUse required: true range: type: string - bestTimeToContactStartTime: - uuid: cim/entity/ContactPoint/attr/bestTimeToContactStartTime - range: - type: string - bestTimeToContactEndTime: - uuid: cim/entity/ContactPoint/attr/bestTimeToContactEndTime - range: - type: string - profileLastUpdatedDate: - uuid: cim/entity/ContactPoint/attr/profileLastUpdatedDate + id: + uuid: cim/entity/ContactPoint/ContactPointLocation/attr/id + required: true range: type: string + description: Physical location for a party e.g. party Northern Trail Outfitters at Standford Shopping Mall + Contact Point Address: + uuid: cim/entity/ContactPoint/ContactPointAddress + attributes: forBusinessUse: - uuid: cim/entity/ContactPoint/attr/forBusinessUse + uuid: cim/entity/ContactPoint/ContactPointAddress/attr/forBusinessUse required: true range: type: string associations: - contactPointType: - allowMultiple: true - uuid: cim/entity/ContactPoint/attr/contactPointType - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointType - partyRole: - allowMultiple: true - uuid: cim/entity/ContactPoint/attr/partyRole - target: http://mulesoft.com/modeling/instances/cim/entity/PartyRole - party: + contactPhone: allowMultiple: true - uuid: cim/entity/ContactPoint/attr/party - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Party - description: All contact points for a party e.g. phone 123-4567, email info@northerntrailoutfitters.com - Contact Point Location: - uuid: cim/entity/ContactPointLocation + uuid: cim/entity/ContactPoint/ContactPointAddress/attr/contactPhone + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone + description: Mailing address for a party e.g. 123 Main St, Big City, CA12345, USA + Contact Point App: + uuid: cim/entity/ContactPoint/ContactPointApp attributes: forBusinessUse: - uuid: cim/entity/ContactPointLocation/attr/forBusinessUse + uuid: cim/entity/ContactPoint/ContactPointApp/attr/forBusinessUse required: true range: type: string - id: - uuid: cim/entity/ContactPointLocation/attr/id - required: true + applicationLogin: + uuid: cim/entity/ContactPoint/ContactPointApp/attr/applicationLogin range: type: string - description: Physical location for a party e.g. party Northern Trail Outfitters at Standford Shopping Mall + description: Software Application for a party and optionally on a specific device e.g. John Doe have Strava App on device iPhone123 Party Web Address: - uuid: cim/entity/PartyWebAddress + uuid: cim/entity/ContactPoint/PartyWebAddress attributes: forBusinessUse: - uuid: cim/entity/PartyWebAddress/attr/forBusinessUse + uuid: cim/entity/ContactPoint/PartyWebAddress/attr/forBusinessUse required: true range: type: string webSiteURL: - uuid: cim/entity/PartyWebAddress/attr/webSiteURL + uuid: cim/entity/ContactPoint/PartyWebAddress/attr/webSiteURL required: true range: type: string description: What is the Web URL for the Party - Contact Point Email: - uuid: cim/entity/ContactPointEmail + Contact Point Type: + uuid: cim/entity/ContactPoint/ContactPointType attributes: - forBusinessUse: - uuid: cim/entity/ContactPointEmail/attr/forBusinessUse + optInPriority: + uuid: cim/entity/ContactPoint/ContactPointType/attr/optInPriority + required: true + range: + type: integer + name: + uuid: cim/entity/ContactPoint/ContactPointType/attr/name required: true range: type: string - emailLatestBounceReasonText: - uuid: cim/entity/ContactPointEmail/attr/emailLatestBounceReasonText + id: + uuid: cim/entity/ContactPoint/ContactPointType/attr/id required: true range: type: string - description: Email address for a party e.g. email info@northerntrailoutfitters.com - Contact Point Address: - uuid: cim/entity/ContactPointAddress + description: Contain the fixed list of types a contact point can be of e.g. phone, email + Contact Point: + uuid: cim/entity/ContactPoint/ContactPoint attributes: - forBusinessUse: - uuid: cim/entity/ContactPointAddress/attr/forBusinessUse + profileLastUpdatedDate: + uuid: cim/entity/ContactPoint/ContactPoint/attr/profileLastUpdatedDate + range: + type: string + activeToDate: + uuid: cim/entity/ContactPoint/ContactPoint/attr/activeToDate + range: + type: string + profileOccurrenceCount: + uuid: cim/entity/ContactPoint/ContactPoint/attr/profileOccurrenceCount + range: + type: integer + primaryFlag: + uuid: cim/entity/ContactPoint/ContactPoint/attr/primaryFlag + range: + type: string + profileFirstCreatedDate: + uuid: cim/entity/ContactPoint/ContactPoint/attr/profileFirstCreatedDate + range: + type: string + bestTimeToContactEndTime: + uuid: cim/entity/ContactPoint/ContactPoint/attr/bestTimeToContactEndTime + range: + type: string + forPersonalUse: + uuid: cim/entity/ContactPoint/ContactPoint/attr/forPersonalUse required: true range: type: string - associations: - contactPhone: - allowMultiple: true - uuid: cim/entity/ContactPointAddress/attr/contactPhone - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone - description: Mailing address for a party e.g. 123 Main St, Big City, CA12345, USA - Contact Point App: - uuid: cim/entity/ContactPointApp - attributes: forBusinessUse: - uuid: cim/entity/ContactPointApp/attr/forBusinessUse + uuid: cim/entity/ContactPoint/ContactPoint/attr/forBusinessUse required: true range: type: string - applicationLogin: - uuid: cim/entity/ContactPointApp/attr/applicationLogin + bestTimeToContactStartTime: + uuid: cim/entity/ContactPoint/ContactPoint/attr/bestTimeToContactStartTime range: type: string - description: Software Application for a party and optionally on a specific device e.g. John Doe have Strava App on device iPhone123 - Contact Point Type: - uuid: cim/entity/ContactPointType - attributes: - optInPriority: - uuid: cim/entity/ContactPointType/attr/optInPriority - required: true - range: - type: integer - name: - uuid: cim/entity/ContactPointType/attr/name + activeFromDate: + uuid: cim/entity/ContactPoint/ContactPoint/attr/activeFromDate required: true range: type: string id: - uuid: cim/entity/ContactPointType/attr/id + uuid: cim/entity/ContactPoint/ContactPoint/attr/id required: true range: type: string - description: Contain the fixed list of types a contact point can be of e.g. phone, email - Contact Point Social: - uuid: cim/entity/ContactPointSocial + associations: + contactPointType: + allowMultiple: true + uuid: cim/entity/ContactPoint/ContactPoint/attr/contactPointType + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointType + partyRole: + allowMultiple: true + uuid: cim/entity/ContactPoint/ContactPoint/attr/partyRole + target: http://mulesoft.com/modeling/instances/cim/entity/PartyRole/PartyRole + party: + allowMultiple: true + uuid: cim/entity/ContactPoint/ContactPoint/attr/party + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Party + description: All contact points for a party e.g. phone 123-4567, email info@northerntrailoutfitters.com + Contact Point Email: + uuid: cim/entity/ContactPoint/ContactPointEmail attributes: forBusinessUse: - uuid: cim/entity/ContactPointSocial/attr/forBusinessUse + uuid: cim/entity/ContactPoint/ContactPointEmail/attr/forBusinessUse required: true range: type: string - socialNetworkProvider: - uuid: cim/entity/ContactPointSocial/attr/socialNetworkProvider + emailLatestBounceReasonText: + uuid: cim/entity/ContactPoint/ContactPointEmail/attr/emailLatestBounceReasonText required: true range: type: string - description: Social handle for a party e.g. trustednews at twitter + description: Email address for a party e.g. email info@northerntrailoutfitters.com Contact Point Phone: - uuid: cim/entity/ContactPointPhone + uuid: cim/entity/ContactPoint/ContactPointPhone attributes: forBusinessUse: - uuid: cim/entity/ContactPointPhone/attr/forBusinessUse + uuid: cim/entity/ContactPoint/ContactPointPhone/attr/forBusinessUse required: true range: type: string isFaxCapable: - uuid: cim/entity/ContactPointPhone/attr/isFaxCapable + uuid: cim/entity/ContactPoint/ContactPointPhone/attr/isFaxCapable required: true range: type: string diff --git a/out/cim/data_models/LeadEntityGroup.jsonld b/out/cim/data_models/LeadEntityGroup.jsonld index 7333c25..db2eb71 100644 --- a/out/cim/data_models/LeadEntityGroup.jsonld +++ b/out/cim/data_models/LeadEntityGroup.jsonld @@ -10,14 +10,14 @@ ], "http://a.ml/vocabularies/meta#definedBy": [ { - "@id": "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml" + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" } ], "http://a.ml/vocabularies/document#encodes": [ { "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/LeadEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", "http://a.ml/vocabularies/data-model#DataModel", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -34,16 +34,16 @@ ], "http://a.ml/vocabularies/data-model#entities": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Lead", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Lead/Lead", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead" + "@value": "cim/entity/Lead/Lead" } ], "http://a.ml/vocabularies/core#name": [ @@ -53,16 +53,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/geoCodeAccuracy", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/geoCodeAccuracy", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/geoCodeAccuracy" + "@value": "cim/entity/Lead/Lead/attr/geoCodeAccuracy" } ], "http://a.ml/vocabularies/core#name": [ @@ -74,7 +74,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -83,16 +83,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/geoCodeLongitude", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/geoCodeLongitude", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/geoCodeLongitude" + "@value": "cim/entity/Lead/Lead/attr/geoCodeLongitude" } ], "http://a.ml/vocabularies/core#name": [ @@ -104,7 +104,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -113,16 +113,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/geoCodeLatitude", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/geoCodeLatitude", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/geoCodeLatitude" + "@value": "cim/entity/Lead/Lead/attr/geoCodeLatitude" } ], "http://a.ml/vocabularies/core#name": [ @@ -134,7 +134,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -143,16 +143,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/website", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/website", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/website" + "@value": "cim/entity/Lead/Lead/attr/website" } ], "http://a.ml/vocabularies/core#name": [ @@ -164,7 +164,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -173,16 +173,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/leadScore", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/leadScore", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/leadScore" + "@value": "cim/entity/Lead/Lead/attr/leadScore" } ], "http://a.ml/vocabularies/core#name": [ @@ -194,7 +194,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -203,16 +203,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/leadRating", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/leadRating", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/leadRating" + "@value": "cim/entity/Lead/Lead/attr/leadRating" } ], "http://a.ml/vocabularies/core#name": [ @@ -224,7 +224,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -233,16 +233,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/photoURL", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/photoURL", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/photoURL" + "@value": "cim/entity/Lead/Lead/attr/photoURL" } ], "http://a.ml/vocabularies/core#name": [ @@ -254,7 +254,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -263,16 +263,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/lastActivityDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/lastActivityDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/lastActivityDate" + "@value": "cim/entity/Lead/Lead/attr/lastActivityDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -284,7 +284,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -293,16 +293,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/companyName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/companyName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/companyName" + "@value": "cim/entity/Lead/Lead/attr/companyName" } ], "http://a.ml/vocabularies/core#name": [ @@ -314,7 +314,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -323,16 +323,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/annualRevenue", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/annualRevenue", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/annualRevenue" + "@value": "cim/entity/Lead/Lead/attr/annualRevenue" } ], "http://a.ml/vocabularies/core#name": [ @@ -344,7 +344,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -353,16 +353,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/countryName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/countryName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/countryName" + "@value": "cim/entity/Lead/Lead/attr/countryName" } ], "http://a.ml/vocabularies/core#name": [ @@ -374,7 +374,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -383,16 +383,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/stateProvinceName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/stateProvinceName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/stateProvinceName" + "@value": "cim/entity/Lead/Lead/attr/stateProvinceName" } ], "http://a.ml/vocabularies/core#name": [ @@ -404,7 +404,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -413,16 +413,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/streetName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/streetName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/streetName" + "@value": "cim/entity/Lead/Lead/attr/streetName" } ], "http://a.ml/vocabularies/core#name": [ @@ -434,7 +434,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -443,16 +443,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/emailBouncedReason", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/emailBouncedReason", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/emailBouncedReason" + "@value": "cim/entity/Lead/Lead/attr/emailBouncedReason" } ], "http://a.ml/vocabularies/core#name": [ @@ -464,7 +464,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -473,16 +473,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/emailBouncedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/emailBouncedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/emailBouncedDate" + "@value": "cim/entity/Lead/Lead/attr/emailBouncedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -494,7 +494,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -503,16 +503,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/convertedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/convertedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/convertedDate" + "@value": "cim/entity/Lead/Lead/attr/convertedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -524,7 +524,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -533,16 +533,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/isConverted", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/isConverted", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/isConverted" + "@value": "cim/entity/Lead/Lead/attr/isConverted" } ], "http://a.ml/vocabularies/core#name": [ @@ -554,7 +554,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -563,16 +563,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/description" + "@value": "cim/entity/Lead/Lead/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -584,7 +584,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -593,16 +593,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/leadStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/leadStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/leadStatus" + "@value": "cim/entity/Lead/Lead/attr/leadStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -614,7 +614,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -623,16 +623,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/leadSource", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/leadSource", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/leadSource" + "@value": "cim/entity/Lead/Lead/attr/leadSource" } ], "http://a.ml/vocabularies/core#name": [ @@ -649,7 +649,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -658,16 +658,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/id" + "@value": "cim/entity/Lead/Lead/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -684,7 +684,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -695,9 +695,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/partnerAccount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/partnerAccount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -709,7 +709,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/partnerAccount" + "@value": "cim/entity/Lead/Lead/attr/partnerAccount" } ], "http://a.ml/vocabularies/core#name": [ @@ -719,14 +719,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/faxContactPhone", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/faxContactPhone", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -738,7 +749,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/faxContactPhone" + "@value": "cim/entity/Lead/Lead/attr/faxContactPhone" } ], "http://a.ml/vocabularies/core#name": [ @@ -748,14 +759,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/mobileContactPhone", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/mobileContactPhone", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -767,7 +789,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/mobileContactPhone" + "@value": "cim/entity/Lead/Lead/attr/mobileContactPhone" } ], "http://a.ml/vocabularies/core#name": [ @@ -777,14 +799,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/phoneContactPoint", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/phoneContactPoint", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -796,7 +829,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/phoneContactPoint" + "@value": "cim/entity/Lead/Lead/attr/phoneContactPoint" } ], "http://a.ml/vocabularies/core#name": [ @@ -806,14 +839,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/contactPointEmail", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/contactPointEmail", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -825,7 +869,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/contactPointEmail" + "@value": "cim/entity/Lead/Lead/attr/contactPointEmail" } ], "http://a.ml/vocabularies/core#name": [ @@ -835,14 +879,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointEmail" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/contactAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/contactAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -854,7 +909,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/contactAddress" + "@value": "cim/entity/Lead/Lead/attr/contactAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -864,14 +919,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/convertedToAccountContact", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/convertedToAccountContact", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -883,7 +949,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/convertedToAccountContact" + "@value": "cim/entity/Lead/Lead/attr/convertedToAccountContact" } ], "http://a.ml/vocabularies/core#name": [ @@ -893,14 +959,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AccountContact" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/convertedToAccount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/convertedToAccount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -912,7 +989,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/convertedToAccount" + "@value": "cim/entity/Lead/Lead/attr/convertedToAccount" } ], "http://a.ml/vocabularies/core#name": [ @@ -922,14 +999,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/attr/partyRole", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Lead/Lead/attr/partyRole", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -941,7 +1029,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Lead/attr/partyRole" + "@value": "cim/entity/Lead/Lead/attr/partyRole" } ], "http://a.ml/vocabularies/core#name": [ @@ -956,7 +1044,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/PartyRole", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/PartyRole" + } + ] } ] } diff --git a/out/cim/data_models/LeadEntityGroup.yaml b/out/cim/data_models/LeadEntityGroup.yaml index 9f6a3d4..a4059c0 100644 --- a/out/cim/data_models/LeadEntityGroup.yaml +++ b/out/cim/data_models/LeadEntityGroup.yaml @@ -3,131 +3,131 @@ uuid: cim/entitygroup/LeadEntityGroup name: Lead entities: Lead: - uuid: cim/entity/Lead + uuid: cim/entity/Lead/Lead attributes: - geoCodeLatitude: - uuid: cim/entity/Lead/attr/geoCodeLatitude + leadSource: + uuid: cim/entity/Lead/Lead/attr/leadSource + required: true range: type: string - convertedDate: - uuid: cim/entity/Lead/attr/convertedDate + leadScore: + uuid: cim/entity/Lead/Lead/attr/leadScore range: - type: string - companyName: - uuid: cim/entity/Lead/attr/companyName + type: integer + website: + uuid: cim/entity/Lead/Lead/attr/website range: type: string - lastActivityDate: - uuid: cim/entity/Lead/attr/lastActivityDate + streetName: + uuid: cim/entity/Lead/Lead/attr/streetName range: type: string - geoCodeLongitude: - uuid: cim/entity/Lead/attr/geoCodeLongitude + leadRating: + uuid: cim/entity/Lead/Lead/attr/leadRating range: type: string - stateProvinceName: - uuid: cim/entity/Lead/attr/stateProvinceName + companyName: + uuid: cim/entity/Lead/Lead/attr/companyName range: type: string - streetName: - uuid: cim/entity/Lead/attr/streetName + emailBouncedDate: + uuid: cim/entity/Lead/Lead/attr/emailBouncedDate range: type: string - description: - uuid: cim/entity/Lead/attr/description + emailBouncedReason: + uuid: cim/entity/Lead/Lead/attr/emailBouncedReason range: type: string - leadSource: - uuid: cim/entity/Lead/attr/leadSource - required: true + countryName: + uuid: cim/entity/Lead/Lead/attr/countryName range: type: string - leadStatus: - uuid: cim/entity/Lead/attr/leadStatus + geoCodeLatitude: + uuid: cim/entity/Lead/Lead/attr/geoCodeLatitude range: type: string - leadRating: - uuid: cim/entity/Lead/attr/leadRating + geoCodeLongitude: + uuid: cim/entity/Lead/Lead/attr/geoCodeLongitude range: type: string - id: - uuid: cim/entity/Lead/attr/id - required: true + stateProvinceName: + uuid: cim/entity/Lead/Lead/attr/stateProvinceName range: type: string - emailBouncedReason: - uuid: cim/entity/Lead/attr/emailBouncedReason + isConverted: + uuid: cim/entity/Lead/Lead/attr/isConverted range: type: string - photoURL: - uuid: cim/entity/Lead/attr/photoURL + description: + uuid: cim/entity/Lead/Lead/attr/description range: type: string - emailBouncedDate: - uuid: cim/entity/Lead/attr/emailBouncedDate + id: + uuid: cim/entity/Lead/Lead/attr/id + required: true range: type: string - leadScore: - uuid: cim/entity/Lead/attr/leadScore + leadStatus: + uuid: cim/entity/Lead/Lead/attr/leadStatus range: - type: integer + type: string annualRevenue: - uuid: cim/entity/Lead/attr/annualRevenue + uuid: cim/entity/Lead/Lead/attr/annualRevenue range: type: integer - countryName: - uuid: cim/entity/Lead/attr/countryName + photoURL: + uuid: cim/entity/Lead/Lead/attr/photoURL range: type: string - website: - uuid: cim/entity/Lead/attr/website + lastActivityDate: + uuid: cim/entity/Lead/Lead/attr/lastActivityDate range: type: string - isConverted: - uuid: cim/entity/Lead/attr/isConverted + convertedDate: + uuid: cim/entity/Lead/Lead/attr/convertedDate range: type: string geoCodeAccuracy: - uuid: cim/entity/Lead/attr/geoCodeAccuracy + uuid: cim/entity/Lead/Lead/attr/geoCodeAccuracy range: type: string associations: - convertedToAccount: - allowMultiple: true - uuid: cim/entity/Lead/attr/convertedToAccount - target: http://mulesoft.com/modeling/instances/cim/entity/Account - convertedToAccountContact: - allowMultiple: true - uuid: cim/entity/Lead/attr/convertedToAccountContact - target: http://mulesoft.com/modeling/instances/cim/entity/AccountContact contactPointEmail: allowMultiple: true - uuid: cim/entity/Lead/attr/contactPointEmail - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointEmail - mobileContactPhone: + uuid: cim/entity/Lead/Lead/attr/contactPointEmail + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail + partnerAccount: allowMultiple: true - uuid: cim/entity/Lead/attr/mobileContactPhone - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone - faxContactPhone: + uuid: cim/entity/Lead/Lead/attr/partnerAccount + target: http://mulesoft.com/modeling/instances/cim/entity/Account/Account + mobileContactPhone: allowMultiple: true - uuid: cim/entity/Lead/attr/faxContactPhone - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone + uuid: cim/entity/Lead/Lead/attr/mobileContactPhone + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone partyRole: allowMultiple: true - uuid: cim/entity/Lead/attr/partyRole + uuid: cim/entity/Lead/Lead/attr/partyRole required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PartyRole + target: http://mulesoft.com/modeling/instances/cim/entity/PartyRole/PartyRole + faxContactPhone: + allowMultiple: true + uuid: cim/entity/Lead/Lead/attr/faxContactPhone + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone + contactAddress: + allowMultiple: true + uuid: cim/entity/Lead/Lead/attr/contactAddress + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress phoneContactPoint: allowMultiple: true - uuid: cim/entity/Lead/attr/phoneContactPoint - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone - partnerAccount: + uuid: cim/entity/Lead/Lead/attr/phoneContactPoint + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone + convertedToAccountContact: allowMultiple: true - uuid: cim/entity/Lead/attr/partnerAccount - target: http://mulesoft.com/modeling/instances/cim/entity/Account - contactAddress: + uuid: cim/entity/Lead/Lead/attr/convertedToAccountContact + target: http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact + convertedToAccount: allowMultiple: true - uuid: cim/entity/Lead/attr/contactAddress - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress + uuid: cim/entity/Lead/Lead/attr/convertedToAccount + target: http://mulesoft.com/modeling/instances/cim/entity/Account/Account description: A person or company that showed interest in the company's products description: "Example Entities included: Lead, Lead Status, Lead Source" diff --git a/out/cim/data_models/PartyEntityGroup.jsonld b/out/cim/data_models/PartyEntityGroup.jsonld index 8b053da..37054c9 100644 --- a/out/cim/data_models/PartyEntityGroup.jsonld +++ b/out/cim/data_models/PartyEntityGroup.jsonld @@ -10,14 +10,14 @@ ], "http://a.ml/vocabularies/meta#definedBy": [ { - "@id": "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml" + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" } ], "http://a.ml/vocabularies/document#encodes": [ { "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/PartyEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", "http://a.ml/vocabularies/data-model#DataModel", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -34,16 +34,16 @@ ], "http://a.ml/vocabularies/data-model#entities": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Party" + "@value": "cim/entity/Party/Party" } ], "http://a.ml/vocabularies/core#name": [ @@ -53,16 +53,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/attr/noMergeReason", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/noMergeReason", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Party/attr/noMergeReason" + "@value": "cim/entity/Party/Party/attr/noMergeReason" } ], "http://a.ml/vocabularies/core#name": [ @@ -74,7 +74,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -83,16 +83,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/attr/partyType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/partyType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Party/attr/partyType" + "@value": "cim/entity/Party/Party/attr/partyType" } ], "http://a.ml/vocabularies/core#name": [ @@ -109,7 +109,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -118,16 +118,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/attr/globalParty", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/globalParty", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Party/attr/globalParty" + "@value": "cim/entity/Party/Party/attr/globalParty" } ], "http://a.ml/vocabularies/core#name": [ @@ -139,7 +139,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -148,16 +148,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Party/attr/id" + "@value": "cim/entity/Party/Party/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -174,7 +174,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -185,9 +185,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/attr/primaryAccount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/primaryAccount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -199,7 +199,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Party/attr/primaryAccount" + "@value": "cim/entity/Party/Party/attr/primaryAccount" } ], "http://a.ml/vocabularies/core#name": [ @@ -209,7 +209,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] } ] } @@ -221,16 +232,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Individual", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Individual", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Individual" + "@value": "cim/entity/Party/Individual" } ], "http://a.ml/vocabularies/core#name": [ @@ -240,16 +251,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Individual/attr/noMergeReason", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Individual/attr/noMergeReason", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Individual/attr/noMergeReason" + "@value": "cim/entity/Party/Individual/attr/noMergeReason" } ], "http://a.ml/vocabularies/core#name": [ @@ -261,7 +272,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -270,16 +281,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Individual/attr/convictionsCount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Individual/attr/convictionsCount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Individual/attr/convictionsCount" + "@value": "cim/entity/Party/Individual/attr/convictionsCount" } ], "http://a.ml/vocabularies/core#name": [ @@ -291,7 +302,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -307,16 +318,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Household", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Household", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Household" + "@value": "cim/entity/Party/Household" } ], "http://a.ml/vocabularies/core#name": [ @@ -326,16 +337,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Household/attr/noMergeReason", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Household/attr/noMergeReason", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Household/attr/noMergeReason" + "@value": "cim/entity/Party/Household/attr/noMergeReason" } ], "http://a.ml/vocabularies/core#name": [ @@ -347,7 +358,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -356,16 +367,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Household/attr/householdDissolvedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Household/attr/householdDissolvedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Household/attr/householdDissolvedDate" + "@value": "cim/entity/Party/Household/attr/householdDissolvedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -377,7 +388,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -393,16 +404,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/InternalBusinessUnit", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/InternalBusinessUnit", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/InternalBusinessUnit" + "@value": "cim/entity/Party/InternalBusinessUnit" } ], "http://a.ml/vocabularies/core#name": [ @@ -412,16 +423,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/InternalBusinessUnit/attr/noMergeReason", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/InternalBusinessUnit/attr/noMergeReason", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/InternalBusinessUnit/attr/noMergeReason" + "@value": "cim/entity/Party/InternalBusinessUnit/attr/noMergeReason" } ], "http://a.ml/vocabularies/core#name": [ @@ -433,7 +444,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -444,9 +455,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/InternalBusinessUnit/attr/parentInternalBusinessUnit", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/InternalBusinessUnit/attr/parentInternalBusinessUnit", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -458,7 +469,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/InternalBusinessUnit/attr/parentInternalBusinessUnit" + "@value": "cim/entity/Party/InternalBusinessUnit/attr/parentInternalBusinessUnit" } ], "http://a.ml/vocabularies/core#name": [ @@ -468,7 +479,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/InternalBusinessUnit" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/InternalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/InternalBusinessUnit" + } + ] } ] } @@ -480,16 +502,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/UncategorizedParty", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/UncategorizedParty", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/UncategorizedParty" + "@value": "cim/entity/Party/UncategorizedParty" } ], "http://a.ml/vocabularies/core#name": [ @@ -499,16 +521,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/UncategorizedParty/attr/noMergeReason", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/UncategorizedParty/attr/noMergeReason", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/UncategorizedParty/attr/noMergeReason" + "@value": "cim/entity/Party/UncategorizedParty/attr/noMergeReason" } ], "http://a.ml/vocabularies/core#name": [ @@ -520,7 +542,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -529,16 +551,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/UncategorizedParty/attr/creationReason", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/UncategorizedParty/attr/creationReason", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/UncategorizedParty/attr/creationReason" + "@value": "cim/entity/Party/UncategorizedParty/attr/creationReason" } ], "http://a.ml/vocabularies/core#name": [ @@ -550,7 +572,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -566,16 +588,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyAdditionalName", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/PartyAdditionalName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyAdditionalName" + "@value": "cim/entity/Party/PartyAdditionalName" } ], "http://a.ml/vocabularies/core#name": [ @@ -585,16 +607,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyAdditionalName/attr/additionalNameType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyAdditionalName/attr/additionalNameType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyAdditionalName/attr/additionalNameType" + "@value": "cim/entity/Party/PartyAdditionalName/attr/additionalNameType" } ], "http://a.ml/vocabularies/core#name": [ @@ -611,7 +633,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -620,16 +642,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyAdditionalName/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyAdditionalName/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyAdditionalName/attr/name" + "@value": "cim/entity/Party/PartyAdditionalName/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -646,7 +668,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -655,16 +677,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyAdditionalName/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyAdditionalName/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyAdditionalName/attr/id" + "@value": "cim/entity/Party/PartyAdditionalName/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -681,7 +703,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -692,9 +714,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyAdditionalName/attr/party", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyAdditionalName/attr/party", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -706,7 +728,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyAdditionalName/attr/party" + "@value": "cim/entity/Party/PartyAdditionalName/attr/party" } ], "http://a.ml/vocabularies/core#name": [ @@ -721,7 +743,202 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Party" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/noMergeReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/noMergeReason" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "noMergeReason" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/partyType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/partyType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "partyType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/globalParty", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/globalParty" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "globalParty" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/primaryAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/primaryAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primaryAccount" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group." + } + ] } ] } @@ -733,16 +950,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PersonLanguage", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/PersonLanguage", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonLanguage" + "@value": "cim/entity/Party/PersonLanguage" } ], "http://a.ml/vocabularies/core#name": [ @@ -752,16 +969,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonLanguage/attr/writtenProficiencyLevel", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonLanguage/attr/writtenProficiencyLevel", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonLanguage/attr/writtenProficiencyLevel" + "@value": "cim/entity/Party/PersonLanguage/attr/writtenProficiencyLevel" } ], "http://a.ml/vocabularies/core#name": [ @@ -773,7 +990,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -782,16 +999,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonLanguage/attr/spokenProficiencyLevel", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonLanguage/attr/spokenProficiencyLevel", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonLanguage/attr/spokenProficiencyLevel" + "@value": "cim/entity/Party/PersonLanguage/attr/spokenProficiencyLevel" } ], "http://a.ml/vocabularies/core#name": [ @@ -803,7 +1020,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -812,16 +1029,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonLanguage/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonLanguage/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonLanguage/attr/id" + "@value": "cim/entity/Party/PersonLanguage/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -838,7 +1055,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -849,9 +1066,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonLanguage/attr/individual", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonLanguage/attr/individual", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -863,7 +1080,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonLanguage/attr/individual" + "@value": "cim/entity/Party/PersonLanguage/attr/individual" } ], "http://a.ml/vocabularies/core#name": [ @@ -878,7 +1095,90 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Individual" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Individual", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Individual" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Individual" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Individual/attr/noMergeReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Individual/attr/noMergeReason" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "noMergeReason" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Individual/attr/convictionsCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Individual/attr/convictionsCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "convictionsCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Represent the person you are, or will be, dealing with using the system" + } + ] } ] } @@ -890,16 +1190,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRelatedParty", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/PartyRelatedParty", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyRelatedParty" + "@value": "cim/entity/Party/PartyRelatedParty" } ], "http://a.ml/vocabularies/core#name": [ @@ -909,16 +1209,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRelatedParty/attr/relatedToDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyRelatedParty/attr/relatedToDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyRelatedParty/attr/relatedToDate" + "@value": "cim/entity/Party/PartyRelatedParty/attr/relatedToDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -935,7 +1235,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -944,16 +1244,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRelatedParty/attr/relatedFromDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyRelatedParty/attr/relatedFromDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyRelatedParty/attr/relatedFromDate" + "@value": "cim/entity/Party/PartyRelatedParty/attr/relatedFromDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -970,7 +1270,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -979,16 +1279,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRelatedParty/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyRelatedParty/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyRelatedParty/attr/id" + "@value": "cim/entity/Party/PartyRelatedParty/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1005,7 +1305,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1016,9 +1316,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRelatedParty/attr/partyRelationshipType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyRelatedParty/attr/partyRelationshipType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1030,7 +1330,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyRelatedParty/attr/partyRelationshipType" + "@value": "cim/entity/Party/PartyRelatedParty/attr/partyRelationshipType" } ], "http://a.ml/vocabularies/core#name": [ @@ -1045,14 +1345,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRelationshipType" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/PartyRelationshipType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/PartyRelationshipType" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRelatedParty/attr/relatedParty", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyRelatedParty/attr/relatedParty", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1064,7 +1375,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyRelatedParty/attr/relatedParty" + "@value": "cim/entity/Party/PartyRelatedParty/attr/relatedParty" } ], "http://a.ml/vocabularies/core#name": [ @@ -1079,14 +1390,209 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Party" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/noMergeReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/noMergeReason" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "noMergeReason" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/partyType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/partyType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "partyType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/globalParty", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/globalParty" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "globalParty" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/primaryAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/primaryAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primaryAccount" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group." + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRelatedParty/attr/party", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyRelatedParty/attr/party", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1098,7 +1604,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyRelatedParty/attr/party" + "@value": "cim/entity/Party/PartyRelatedParty/attr/party" } ], "http://a.ml/vocabularies/core#name": [ @@ -1113,7 +1619,202 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Party" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/noMergeReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/noMergeReason" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "noMergeReason" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/partyType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/partyType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "partyType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/globalParty", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/globalParty" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "globalParty" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/primaryAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/primaryAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primaryAccount" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group." + } + ] } ] } @@ -1125,16 +1826,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRelationshipType", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/PartyRelationshipType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyRelationshipType" + "@value": "cim/entity/Party/PartyRelationshipType" } ], "http://a.ml/vocabularies/core#name": [ @@ -1144,16 +1845,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRelationshipType/attr/isBidirectional", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyRelationshipType/attr/isBidirectional", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyRelationshipType/attr/isBidirectional" + "@value": "cim/entity/Party/PartyRelationshipType/attr/isBidirectional" } ], "http://a.ml/vocabularies/core#name": [ @@ -1170,7 +1871,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1179,16 +1880,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRelationshipType/attr/relatedPartyRole", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyRelationshipType/attr/relatedPartyRole", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyRelationshipType/attr/relatedPartyRole" + "@value": "cim/entity/Party/PartyRelationshipType/attr/relatedPartyRole" } ], "http://a.ml/vocabularies/core#name": [ @@ -1205,7 +1906,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1214,16 +1915,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRelationshipType/attr/partyRole", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyRelationshipType/attr/partyRole", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyRelationshipType/attr/partyRole" + "@value": "cim/entity/Party/PartyRelationshipType/attr/partyRole" } ], "http://a.ml/vocabularies/core#name": [ @@ -1240,7 +1941,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1249,16 +1950,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRelationshipType/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyRelationshipType/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyRelationshipType/attr/id" + "@value": "cim/entity/Party/PartyRelationshipType/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1275,7 +1976,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1291,16 +1992,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyIdentification", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/PartyIdentification", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyIdentification" + "@value": "cim/entity/Party/PartyIdentification" } ], "http://a.ml/vocabularies/core#name": [ @@ -1310,16 +2011,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyIdentification/attr/verifiedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyIdentification/attr/verifiedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyIdentification/attr/verifiedDate" + "@value": "cim/entity/Party/PartyIdentification/attr/verifiedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -1331,7 +2032,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1340,16 +2041,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyIdentification/attr/expiryDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyIdentification/attr/expiryDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyIdentification/attr/expiryDate" + "@value": "cim/entity/Party/PartyIdentification/attr/expiryDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -1361,7 +2062,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1370,16 +2071,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyIdentification/attr/issuedAtLocation", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyIdentification/attr/issuedAtLocation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyIdentification/attr/issuedAtLocation" + "@value": "cim/entity/Party/PartyIdentification/attr/issuedAtLocation" } ], "http://a.ml/vocabularies/core#name": [ @@ -1391,7 +2092,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1400,16 +2101,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyIdentification/attr/issuedByAuthority", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyIdentification/attr/issuedByAuthority", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyIdentification/attr/issuedByAuthority" + "@value": "cim/entity/Party/PartyIdentification/attr/issuedByAuthority" } ], "http://a.ml/vocabularies/core#name": [ @@ -1421,7 +2122,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1430,16 +2131,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyIdentification/attr/issuedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyIdentification/attr/issuedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyIdentification/attr/issuedDate" + "@value": "cim/entity/Party/PartyIdentification/attr/issuedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -1451,7 +2152,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1460,16 +2161,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyIdentification/attr/identificationNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyIdentification/attr/identificationNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyIdentification/attr/identificationNumber" + "@value": "cim/entity/Party/PartyIdentification/attr/identificationNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -1486,7 +2187,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1495,16 +2196,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyIdentification/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyIdentification/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyIdentification/attr/name" + "@value": "cim/entity/Party/PartyIdentification/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -1521,7 +2222,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1530,16 +2231,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyIdentification/attr/partyIdentificationType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyIdentification/attr/partyIdentificationType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyIdentification/attr/partyIdentificationType" + "@value": "cim/entity/Party/PartyIdentification/attr/partyIdentificationType" } ], "http://a.ml/vocabularies/core#name": [ @@ -1556,7 +2257,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1565,16 +2266,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyIdentification/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyIdentification/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyIdentification/attr/id" + "@value": "cim/entity/Party/PartyIdentification/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1591,7 +2292,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1602,9 +2303,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyIdentification/attr/partyRole", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyIdentification/attr/partyRole", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1616,7 +2317,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyIdentification/attr/partyRole" + "@value": "cim/entity/Party/PartyIdentification/attr/partyRole" } ], "http://a.ml/vocabularies/core#name": [ @@ -1626,14 +2327,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/PartyRole", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/PartyRole" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyIdentification/attr/party", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PartyIdentification/attr/party", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1645,7 +2357,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyIdentification/attr/party" + "@value": "cim/entity/Party/PartyIdentification/attr/party" } ], "http://a.ml/vocabularies/core#name": [ @@ -1660,7 +2372,202 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Party" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/noMergeReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/noMergeReason" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "noMergeReason" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/partyType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/partyType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "partyType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/globalParty", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/globalParty" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "globalParty" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Party/attr/primaryAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party/attr/primaryAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primaryAccount" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group." + } + ] } ] } @@ -1672,16 +2579,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PersonEmployment", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/PersonEmployment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment" + "@value": "cim/entity/Party/PersonEmployment" } ], "http://a.ml/vocabularies/core#name": [ @@ -1691,16 +2598,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/employerPostalCodeText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/employerPostalCodeText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/employerPostalCodeText" + "@value": "cim/entity/Party/PersonEmployment/attr/employerPostalCodeText" } ], "http://a.ml/vocabularies/core#name": [ @@ -1712,7 +2619,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1721,16 +2628,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/employerCityName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/employerCityName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/employerCityName" + "@value": "cim/entity/Party/PersonEmployment/attr/employerCityName" } ], "http://a.ml/vocabularies/core#name": [ @@ -1742,7 +2649,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1751,16 +2658,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/employerAddressLine4", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/employerAddressLine4", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/employerAddressLine4" + "@value": "cim/entity/Party/PersonEmployment/attr/employerAddressLine4" } ], "http://a.ml/vocabularies/core#name": [ @@ -1772,7 +2679,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1781,16 +2688,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/employerAddressLine3", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/employerAddressLine3", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/employerAddressLine3" + "@value": "cim/entity/Party/PersonEmployment/attr/employerAddressLine3" } ], "http://a.ml/vocabularies/core#name": [ @@ -1802,7 +2709,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1811,16 +2718,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/employerAddressLine2", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/employerAddressLine2", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/employerAddressLine2" + "@value": "cim/entity/Party/PersonEmployment/attr/employerAddressLine2" } ], "http://a.ml/vocabularies/core#name": [ @@ -1832,7 +2739,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1841,16 +2748,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/employerAddressLine1", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/employerAddressLine1", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/employerAddressLine1" + "@value": "cim/entity/Party/PersonEmployment/attr/employerAddressLine1" } ], "http://a.ml/vocabularies/core#name": [ @@ -1867,7 +2774,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1876,16 +2783,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/employerPhoneNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/employerPhoneNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/employerPhoneNumber" + "@value": "cim/entity/Party/PersonEmployment/attr/employerPhoneNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -1902,7 +2809,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1911,16 +2818,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/occupationText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/occupationText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/occupationText" + "@value": "cim/entity/Party/PersonEmployment/attr/occupationText" } ], "http://a.ml/vocabularies/core#name": [ @@ -1937,7 +2844,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1946,16 +2853,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/positionText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/positionText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/positionText" + "@value": "cim/entity/Party/PersonEmployment/attr/positionText" } ], "http://a.ml/vocabularies/core#name": [ @@ -1972,7 +2879,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1981,16 +2888,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/employmentStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/employmentStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/employmentStatus" + "@value": "cim/entity/Party/PersonEmployment/attr/employmentStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -2007,7 +2914,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2016,16 +2923,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/annualIncome", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/annualIncome", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/annualIncome" + "@value": "cim/entity/Party/PersonEmployment/attr/annualIncome" } ], "http://a.ml/vocabularies/core#name": [ @@ -2042,7 +2949,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2051,16 +2958,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/employerName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/employerName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/employerName" + "@value": "cim/entity/Party/PersonEmployment/attr/employerName" } ], "http://a.ml/vocabularies/core#name": [ @@ -2077,7 +2984,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2086,16 +2993,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/endDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/endDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/endDate" + "@value": "cim/entity/Party/PersonEmployment/attr/endDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -2112,7 +3019,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2121,16 +3028,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/startDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/startDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/startDate" + "@value": "cim/entity/Party/PersonEmployment/attr/startDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -2147,7 +3054,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2156,16 +3063,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/id" + "@value": "cim/entity/Party/PersonEmployment/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -2182,7 +3089,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2193,9 +3100,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/employerContactPointAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/employerContactPointAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2207,7 +3114,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/employerContactPointAddress" + "@value": "cim/entity/Party/PersonEmployment/attr/employerContactPointAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -2217,14 +3124,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEmployment/attr/individual", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEmployment/attr/individual", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2236,7 +3154,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEmployment/attr/individual" + "@value": "cim/entity/Party/PersonEmployment/attr/individual" } ], "http://a.ml/vocabularies/core#name": [ @@ -2251,7 +3169,90 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Individual" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Individual", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Individual" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Individual" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Individual/attr/noMergeReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Individual/attr/noMergeReason" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "noMergeReason" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Individual/attr/convictionsCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Individual/attr/convictionsCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "convictionsCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Represent the person you are, or will be, dealing with using the system" + } + ] } ] } @@ -2263,16 +3264,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PersonLifeEvent", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/PersonLifeEvent", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonLifeEvent" + "@value": "cim/entity/Party/PersonLifeEvent" } ], "http://a.ml/vocabularies/core#name": [ @@ -2282,16 +3283,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonLifeEvent/attr/personLifeEventDateTime", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonLifeEvent/attr/personLifeEventDateTime", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonLifeEvent/attr/personLifeEventDateTime" + "@value": "cim/entity/Party/PersonLifeEvent/attr/personLifeEventDateTime" } ], "http://a.ml/vocabularies/core#name": [ @@ -2308,7 +3309,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2317,16 +3318,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonLifeEvent/attr/personLifeEventType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonLifeEvent/attr/personLifeEventType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonLifeEvent/attr/personLifeEventType" + "@value": "cim/entity/Party/PersonLifeEvent/attr/personLifeEventType" } ], "http://a.ml/vocabularies/core#name": [ @@ -2343,7 +3344,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2352,16 +3353,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonLifeEvent/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonLifeEvent/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonLifeEvent/attr/id" + "@value": "cim/entity/Party/PersonLifeEvent/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -2378,7 +3379,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2389,9 +3390,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonLifeEvent/attr/individual", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonLifeEvent/attr/individual", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2403,7 +3404,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonLifeEvent/attr/individual" + "@value": "cim/entity/Party/PersonLifeEvent/attr/individual" } ], "http://a.ml/vocabularies/core#name": [ @@ -2418,7 +3419,90 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Individual" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Individual", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Individual" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Individual" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Individual/attr/noMergeReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Individual/attr/noMergeReason" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "noMergeReason" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Individual/attr/convictionsCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Individual/attr/convictionsCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "convictionsCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Represent the person you are, or will be, dealing with using the system" + } + ] } ] } @@ -2430,16 +3514,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PersonEducation", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/PersonEducation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEducation" + "@value": "cim/entity/Party/PersonEducation" } ], "http://a.ml/vocabularies/core#name": [ @@ -2449,16 +3533,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEducation/attr/institutionName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEducation/attr/institutionName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEducation/attr/institutionName" + "@value": "cim/entity/Party/PersonEducation/attr/institutionName" } ], "http://a.ml/vocabularies/core#name": [ @@ -2475,7 +3559,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2484,16 +3568,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEducation/attr/graduationDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEducation/attr/graduationDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEducation/attr/graduationDate" + "@value": "cim/entity/Party/PersonEducation/attr/graduationDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -2510,7 +3594,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2519,16 +3603,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEducation/attr/educationLevel", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEducation/attr/educationLevel", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEducation/attr/educationLevel" + "@value": "cim/entity/Party/PersonEducation/attr/educationLevel" } ], "http://a.ml/vocabularies/core#name": [ @@ -2545,7 +3629,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2554,16 +3638,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEducation/attr/educationName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEducation/attr/educationName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEducation/attr/educationName" + "@value": "cim/entity/Party/PersonEducation/attr/educationName" } ], "http://a.ml/vocabularies/core#name": [ @@ -2580,7 +3664,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2589,16 +3673,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEducation/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEducation/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEducation/attr/id" + "@value": "cim/entity/Party/PersonEducation/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -2615,7 +3699,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2626,9 +3710,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PersonEducation/attr/individual", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/PersonEducation/attr/individual", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2640,7 +3724,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PersonEducation/attr/individual" + "@value": "cim/entity/Party/PersonEducation/attr/individual" } ], "http://a.ml/vocabularies/core#name": [ @@ -2655,7 +3739,90 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Individual" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Individual", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Individual" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Individual" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Individual/attr/noMergeReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Individual/attr/noMergeReason" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "noMergeReason" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Party/Individual/attr/convictionsCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Individual/attr/convictionsCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "convictionsCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Represent the person you are, or will be, dealing with using the system" + } + ] } ] } diff --git a/out/cim/data_models/PartyEntityGroup.yaml b/out/cim/data_models/PartyEntityGroup.yaml index 1ec6088..bbd98ef 100644 --- a/out/cim/data_models/PartyEntityGroup.yaml +++ b/out/cim/data_models/PartyEntityGroup.yaml @@ -2,385 +2,385 @@ uuid: cim/entitygroup/PartyEntityGroup name: Party entities: - Party Related Party: - uuid: cim/entity/PartyRelatedParty + Household: + uuid: cim/entity/Party/Household attributes: - relatedToDate: - uuid: cim/entity/PartyRelatedParty/attr/relatedToDate - required: true - range: - type: string - relatedFromDate: - uuid: cim/entity/PartyRelatedParty/attr/relatedFromDate - required: true + noMergeReason: + uuid: cim/entity/Party/Household/attr/noMergeReason range: type: string - id: - uuid: cim/entity/PartyRelatedParty/attr/id - required: true + householdDissolvedDate: + uuid: cim/entity/Party/Household/attr/householdDissolvedDate range: type: string - associations: - partyRelationshipType: - allowMultiple: true - uuid: cim/entity/PartyRelatedParty/attr/partyRelationshipType - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PartyRelationshipType - relatedParty: - allowMultiple: true - uuid: cim/entity/PartyRelatedParty/attr/relatedParty - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Party - party: - allowMultiple: true - uuid: cim/entity/PartyRelatedParty/attr/party - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Party - description: Relates any two parties together e.g. Jane and John Doe part of The Doe Household - Party Identification: - uuid: cim/entity/PartyIdentification + description: A combination of people, normally recorded in the system for marketing or service purposes + Party Additional Name: + uuid: cim/entity/Party/PartyAdditionalName attributes: - expiryDate: - uuid: cim/entity/PartyIdentification/attr/expiryDate - range: - type: string - issuedByAuthority: - uuid: cim/entity/PartyIdentification/attr/issuedByAuthority - range: - type: string - verifiedDate: - uuid: cim/entity/PartyIdentification/attr/verifiedDate + additionalNameType: + uuid: cim/entity/Party/PartyAdditionalName/attr/additionalNameType + required: true range: type: string name: - uuid: cim/entity/PartyIdentification/attr/name + uuid: cim/entity/Party/PartyAdditionalName/attr/name required: true range: type: string id: - uuid: cim/entity/PartyIdentification/attr/id + uuid: cim/entity/Party/PartyAdditionalName/attr/id required: true range: type: string - partyIdentificationType: - uuid: cim/entity/PartyIdentification/attr/partyIdentificationType + associations: + party: + allowMultiple: true + uuid: cim/entity/Party/PartyAdditionalName/attr/party required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Party + description: Under what name is a person also known as( AKA), under what alternate name is a business doing business as (DBA) + Party: + uuid: cim/entity/Party/Party + attributes: + noMergeReason: + uuid: cim/entity/Party/Party/attr/noMergeReason range: type: string - identificationNumber: - uuid: cim/entity/PartyIdentification/attr/identificationNumber + partyType: + uuid: cim/entity/Party/Party/attr/partyType required: true range: type: string - issuedDate: - uuid: cim/entity/PartyIdentification/attr/issuedDate + globalParty: + uuid: cim/entity/Party/Party/attr/globalParty range: type: string - issuedAtLocation: - uuid: cim/entity/PartyIdentification/attr/issuedAtLocation + id: + uuid: cim/entity/Party/Party/attr/id + required: true range: type: string associations: - partyRole: - allowMultiple: true - uuid: cim/entity/PartyIdentification/attr/partyRole - target: http://mulesoft.com/modeling/instances/cim/entity/PartyRole - party: + primaryAccount: allowMultiple: true - uuid: cim/entity/PartyIdentification/attr/party - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Party - description: Set of ways to identify a party e.g. driving license, birth certificate - Uncategorized Party: - uuid: cim/entity/UncategorizedParty - attributes: - noMergeReason: - uuid: cim/entity/UncategorizedParty/attr/noMergeReason - range: - type: string - creationReason: - uuid: cim/entity/UncategorizedParty/attr/creationReason - range: - type: string - description: A party we may be, or will be, dealing with but we do not know who they are yet e.g. Social Handle 'TrustedNews' which we do not yet know if a person or a business but complain about our company so we want to log a case to investigate further. E.g. an ord - Party Additional Name: - uuid: cim/entity/PartyAdditionalName + uuid: cim/entity/Party/Party/attr/primaryAccount + target: http://mulesoft.com/modeling/instances/cim/entity/Account/Account + description: A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group. + Person Language: + uuid: cim/entity/Party/PersonLanguage attributes: - additionalNameType: - uuid: cim/entity/PartyAdditionalName/attr/additionalNameType - required: true + writtenProficiencyLevel: + uuid: cim/entity/Party/PersonLanguage/attr/writtenProficiencyLevel range: type: string - name: - uuid: cim/entity/PartyAdditionalName/attr/name - required: true + spokenProficiencyLevel: + uuid: cim/entity/Party/PersonLanguage/attr/spokenProficiencyLevel range: type: string id: - uuid: cim/entity/PartyAdditionalName/attr/id + uuid: cim/entity/Party/PersonLanguage/attr/id required: true range: type: string associations: - party: + individual: allowMultiple: true - uuid: cim/entity/PartyAdditionalName/attr/party + uuid: cim/entity/Party/PersonLanguage/attr/individual required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Party - description: Under what name is a person also known as( AKA), under what alternate name is a business doing business as (DBA) + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Individual + description: Languages a person can comprehend and level of comprehension Person Life Event: - uuid: cim/entity/PersonLifeEvent + uuid: cim/entity/Party/PersonLifeEvent attributes: personLifeEventDateTime: - uuid: cim/entity/PersonLifeEvent/attr/personLifeEventDateTime + uuid: cim/entity/Party/PersonLifeEvent/attr/personLifeEventDateTime required: true range: type: string personLifeEventType: - uuid: cim/entity/PersonLifeEvent/attr/personLifeEventType + uuid: cim/entity/Party/PersonLifeEvent/attr/personLifeEventType required: true range: type: string id: - uuid: cim/entity/PersonLifeEvent/attr/id + uuid: cim/entity/Party/PersonLifeEvent/attr/id required: true range: type: string associations: individual: allowMultiple: true - uuid: cim/entity/PersonLifeEvent/attr/individual + uuid: cim/entity/Party/PersonLifeEvent/attr/individual required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Individual + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Individual description: Major events a person had in their lives e.g. graudation date, marriage date - Person Employment: - uuid: cim/entity/PersonEmployment + Party Relationship Type: + uuid: cim/entity/Party/PartyRelationshipType attributes: - positionText: - uuid: cim/entity/PersonEmployment/attr/positionText - required: true - range: - type: string - employerAddressLine1: - uuid: cim/entity/PersonEmployment/attr/employerAddressLine1 + isBidirectional: + uuid: cim/entity/Party/PartyRelationshipType/attr/isBidirectional required: true range: type: string - employerName: - uuid: cim/entity/PersonEmployment/attr/employerName + relatedPartyRole: + uuid: cim/entity/Party/PartyRelationshipType/attr/relatedPartyRole required: true range: type: string - startDate: - uuid: cim/entity/PersonEmployment/attr/startDate + partyRole: + uuid: cim/entity/Party/PartyRelationshipType/attr/partyRole required: true range: type: string - annualIncome: - uuid: cim/entity/PersonEmployment/attr/annualIncome - required: true - range: - type: integer id: - uuid: cim/entity/PersonEmployment/attr/id + uuid: cim/entity/Party/PartyRelationshipType/attr/id required: true range: type: string - employerAddressLine2: - uuid: cim/entity/PersonEmployment/attr/employerAddressLine2 + description: Define name of a relationship and how to read the relationship both ways e.g. household for / household member of + Individual: + uuid: cim/entity/Party/Individual + attributes: + noMergeReason: + uuid: cim/entity/Party/Individual/attr/noMergeReason range: type: string - employerPostalCodeText: - uuid: cim/entity/PersonEmployment/attr/employerPostalCodeText + convictionsCount: + uuid: cim/entity/Party/Individual/attr/convictionsCount + range: + type: integer + description: Represent the person you are, or will be, dealing with using the system + Party Identification: + uuid: cim/entity/Party/PartyIdentification + attributes: + identificationNumber: + uuid: cim/entity/Party/PartyIdentification/attr/identificationNumber + required: true range: type: string - employerAddressLine3: - uuid: cim/entity/PersonEmployment/attr/employerAddressLine3 + issuedDate: + uuid: cim/entity/Party/PartyIdentification/attr/issuedDate range: type: string - occupationText: - uuid: cim/entity/PersonEmployment/attr/occupationText + partyIdentificationType: + uuid: cim/entity/Party/PartyIdentification/attr/partyIdentificationType required: true range: type: string - employerPhoneNumber: - uuid: cim/entity/PersonEmployment/attr/employerPhoneNumber + name: + uuid: cim/entity/Party/PartyIdentification/attr/name required: true range: type: string - employerCityName: - uuid: cim/entity/PersonEmployment/attr/employerCityName + expiryDate: + uuid: cim/entity/Party/PartyIdentification/attr/expiryDate range: type: string - endDate: - uuid: cim/entity/PersonEmployment/attr/endDate + id: + uuid: cim/entity/Party/PartyIdentification/attr/id required: true range: type: string - employmentStatus: - uuid: cim/entity/PersonEmployment/attr/employmentStatus - required: true + issuedAtLocation: + uuid: cim/entity/Party/PartyIdentification/attr/issuedAtLocation range: type: string - employerAddressLine4: - uuid: cim/entity/PersonEmployment/attr/employerAddressLine4 + issuedByAuthority: + uuid: cim/entity/Party/PartyIdentification/attr/issuedByAuthority + range: + type: string + verifiedDate: + uuid: cim/entity/Party/PartyIdentification/attr/verifiedDate range: type: string associations: - employerContactPointAddress: + partyRole: allowMultiple: true - uuid: cim/entity/PersonEmployment/attr/employerContactPointAddress - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress - individual: + uuid: cim/entity/Party/PartyIdentification/attr/partyRole + target: http://mulesoft.com/modeling/instances/cim/entity/PartyRole/PartyRole + party: allowMultiple: true - uuid: cim/entity/PersonEmployment/attr/individual + uuid: cim/entity/Party/PartyIdentification/attr/party required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Individual - description: Information about an employee + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Party + description: Set of ways to identify a party e.g. driving license, birth certificate + Uncategorized Party: + uuid: cim/entity/Party/UncategorizedParty + attributes: + noMergeReason: + uuid: cim/entity/Party/UncategorizedParty/attr/noMergeReason + range: + type: string + creationReason: + uuid: cim/entity/Party/UncategorizedParty/attr/creationReason + range: + type: string + description: A party we may be, or will be, dealing with but we do not know who they are yet e.g. Social Handle 'TrustedNews' which we do not yet know if a person or a business but complain about our company so we want to log a case to investigate further. E.g. an ord Person Education: - uuid: cim/entity/PersonEducation + uuid: cim/entity/Party/PersonEducation attributes: - graduationDate: - uuid: cim/entity/PersonEducation/attr/graduationDate + institutionName: + uuid: cim/entity/Party/PersonEducation/attr/institutionName required: true range: type: string - id: - uuid: cim/entity/PersonEducation/attr/id + educationLevel: + uuid: cim/entity/Party/PersonEducation/attr/educationLevel required: true range: type: string - educationLevel: - uuid: cim/entity/PersonEducation/attr/educationLevel + id: + uuid: cim/entity/Party/PersonEducation/attr/id required: true range: type: string educationName: - uuid: cim/entity/PersonEducation/attr/educationName + uuid: cim/entity/Party/PersonEducation/attr/educationName required: true range: type: string - institutionName: - uuid: cim/entity/PersonEducation/attr/institutionName + graduationDate: + uuid: cim/entity/Party/PersonEducation/attr/graduationDate required: true range: type: string associations: individual: allowMultiple: true - uuid: cim/entity/PersonEducation/attr/individual + uuid: cim/entity/Party/PersonEducation/attr/individual required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Individual + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Individual description: Education a person has e.g. Phd, High School - Household: - uuid: cim/entity/Household + Person Employment: + uuid: cim/entity/Party/PersonEmployment attributes: - noMergeReason: - uuid: cim/entity/Household/attr/noMergeReason + occupationText: + uuid: cim/entity/Party/PersonEmployment/attr/occupationText + required: true range: type: string - householdDissolvedDate: - uuid: cim/entity/Household/attr/householdDissolvedDate + positionText: + uuid: cim/entity/Party/PersonEmployment/attr/positionText + required: true range: type: string - description: A combination of people, normally recorded in the system for marketing or service purposes - Person Language: - uuid: cim/entity/PersonLanguage - attributes: - writtenProficiencyLevel: - uuid: cim/entity/PersonLanguage/attr/writtenProficiencyLevel + employerCityName: + uuid: cim/entity/Party/PersonEmployment/attr/employerCityName range: type: string - spokenProficiencyLevel: - uuid: cim/entity/PersonLanguage/attr/spokenProficiencyLevel + id: + uuid: cim/entity/Party/PersonEmployment/attr/id + required: true range: type: string - id: - uuid: cim/entity/PersonLanguage/attr/id + employerAddressLine1: + uuid: cim/entity/Party/PersonEmployment/attr/employerAddressLine1 required: true range: type: string - associations: - individual: - allowMultiple: true - uuid: cim/entity/PersonLanguage/attr/individual + annualIncome: + uuid: cim/entity/Party/PersonEmployment/attr/annualIncome + required: true + range: + type: integer + employerName: + uuid: cim/entity/Party/PersonEmployment/attr/employerName required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Individual - description: Languages a person can comprehend and level of comprehension - Internal Business Unit: - uuid: cim/entity/InternalBusinessUnit - attributes: - noMergeReason: - uuid: cim/entity/InternalBusinessUnit/attr/noMergeReason range: type: string - associations: - parentInternalBusinessUnit: - allowMultiple: true - uuid: cim/entity/InternalBusinessUnit/attr/parentInternalBusinessUnit - target: http://mulesoft.com/modeling/instances/cim/entity/InternalBusinessUnit - description: Defining a part of your own internal organization. May be anything from a holding company, a line of business, a country division, a department and for which you may want to track e.g. if it is a legal entity, default GL Code, profit-and-loss etc against. - Individual: - uuid: cim/entity/Individual - attributes: - noMergeReason: - uuid: cim/entity/Individual/attr/noMergeReason + employerAddressLine3: + uuid: cim/entity/Party/PersonEmployment/attr/employerAddressLine3 range: type: string - convictionsCount: - uuid: cim/entity/Individual/attr/convictionsCount + employerAddressLine4: + uuid: cim/entity/Party/PersonEmployment/attr/employerAddressLine4 range: - type: integer - description: Represent the person you are, or will be, dealing with using the system - Party: - uuid: cim/entity/Party - attributes: - noMergeReason: - uuid: cim/entity/Party/attr/noMergeReason + type: string + employerPostalCodeText: + uuid: cim/entity/Party/PersonEmployment/attr/employerPostalCodeText range: type: string - partyType: - uuid: cim/entity/Party/attr/partyType + startDate: + uuid: cim/entity/Party/PersonEmployment/attr/startDate required: true range: type: string - globalParty: - uuid: cim/entity/Party/attr/globalParty + endDate: + uuid: cim/entity/Party/PersonEmployment/attr/endDate + required: true range: type: string - id: - uuid: cim/entity/Party/attr/id + employerPhoneNumber: + uuid: cim/entity/Party/PersonEmployment/attr/employerPhoneNumber + required: true + range: + type: string + employmentStatus: + uuid: cim/entity/Party/PersonEmployment/attr/employmentStatus required: true range: type: string + employerAddressLine2: + uuid: cim/entity/Party/PersonEmployment/attr/employerAddressLine2 + range: + type: string associations: - primaryAccount: + employerContactPointAddress: allowMultiple: true - uuid: cim/entity/Party/attr/primaryAccount - target: http://mulesoft.com/modeling/instances/cim/entity/Account - description: A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group. - Party Relationship Type: - uuid: cim/entity/PartyRelationshipType + uuid: cim/entity/Party/PersonEmployment/attr/employerContactPointAddress + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress + individual: + allowMultiple: true + uuid: cim/entity/Party/PersonEmployment/attr/individual + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Individual + description: Information about an employee + Party Related Party: + uuid: cim/entity/Party/PartyRelatedParty attributes: - isBidirectional: - uuid: cim/entity/PartyRelationshipType/attr/isBidirectional + relatedToDate: + uuid: cim/entity/Party/PartyRelatedParty/attr/relatedToDate required: true range: type: string - relatedPartyRole: - uuid: cim/entity/PartyRelationshipType/attr/relatedPartyRole + relatedFromDate: + uuid: cim/entity/Party/PartyRelatedParty/attr/relatedFromDate required: true range: type: string - partyRole: - uuid: cim/entity/PartyRelationshipType/attr/partyRole + id: + uuid: cim/entity/Party/PartyRelatedParty/attr/id required: true range: type: string - id: - uuid: cim/entity/PartyRelationshipType/attr/id + associations: + partyRelationshipType: + allowMultiple: true + uuid: cim/entity/Party/PartyRelatedParty/attr/partyRelationshipType required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Party/PartyRelationshipType + relatedParty: + allowMultiple: true + uuid: cim/entity/Party/PartyRelatedParty/attr/relatedParty + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Party + party: + allowMultiple: true + uuid: cim/entity/Party/PartyRelatedParty/attr/party + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Party + description: Relates any two parties together e.g. Jane and John Doe part of The Doe Household + Internal Business Unit: + uuid: cim/entity/Party/InternalBusinessUnit + attributes: + noMergeReason: + uuid: cim/entity/Party/InternalBusinessUnit/attr/noMergeReason range: type: string - description: Define name of a relationship and how to read the relationship both ways e.g. household for / household member of + associations: + parentInternalBusinessUnit: + allowMultiple: true + uuid: cim/entity/Party/InternalBusinessUnit/attr/parentInternalBusinessUnit + target: http://mulesoft.com/modeling/instances/cim/entity/Party/InternalBusinessUnit + description: Defining a part of your own internal organization. May be anything from a holding company, a line of business, a country division, a department and for which you may want to track e.g. if it is a legal entity, default GL Code, profit-and-loss etc against. description: "Example Entities included: Organization, Individual, Affiliate Group, Uncategorized" diff --git a/out/cim/data_models/PartyRoleEntityGroup.jsonld b/out/cim/data_models/PartyRoleEntityGroup.jsonld index 00576e2..ddc635f 100644 --- a/out/cim/data_models/PartyRoleEntityGroup.jsonld +++ b/out/cim/data_models/PartyRoleEntityGroup.jsonld @@ -10,14 +10,14 @@ ], "http://a.ml/vocabularies/meta#definedBy": [ { - "@id": "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml" + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" } ], "http://a.ml/vocabularies/document#encodes": [ { "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/PartyRoleEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", "http://a.ml/vocabularies/data-model#DataModel", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -34,16 +34,16 @@ ], "http://a.ml/vocabularies/data-model#entities": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/PartyRole", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyRole" + "@value": "cim/entity/PartyRole/PartyRole" } ], "http://a.ml/vocabularies/core#name": [ @@ -53,16 +53,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/PartyRole/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyRole/attr/id" + "@value": "cim/entity/PartyRole/PartyRole/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -79,7 +79,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -90,9 +90,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/attr/party", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/PartyRole/attr/party", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -104,7 +104,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PartyRole/attr/party" + "@value": "cim/entity/PartyRole/PartyRole/attr/party" } ], "http://a.ml/vocabularies/core#name": [ @@ -119,7 +119,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ] } ] } @@ -131,16 +142,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Customer", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/Customer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Customer" + "@value": "cim/entity/PartyRole/Customer" } ], "http://a.ml/vocabularies/core#name": [ @@ -150,16 +161,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Customer/attr/customerSatisfactionScore", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/Customer/attr/customerSatisfactionScore", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Customer/attr/customerSatisfactionScore" + "@value": "cim/entity/PartyRole/Customer/attr/customerSatisfactionScore" } ], "http://a.ml/vocabularies/core#name": [ @@ -171,7 +182,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -182,9 +193,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Customer/attr/party", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/Customer/attr/party", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -196,7 +207,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Customer/attr/party" + "@value": "cim/entity/PartyRole/Customer/attr/party" } ], "http://a.ml/vocabularies/core#name": [ @@ -211,7 +222,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ] } ] } @@ -223,16 +245,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Seller", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/Seller", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Seller" + "@value": "cim/entity/PartyRole/Seller" } ], "http://a.ml/vocabularies/core#name": [ @@ -242,16 +264,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Seller/attr/newCustomerAcquisitionCount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/Seller/attr/newCustomerAcquisitionCount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Seller/attr/newCustomerAcquisitionCount" + "@value": "cim/entity/PartyRole/Seller/attr/newCustomerAcquisitionCount" } ], "http://a.ml/vocabularies/core#name": [ @@ -263,7 +285,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -274,9 +296,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Seller/attr/party", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/Seller/attr/party", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -288,7 +310,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Seller/attr/party" + "@value": "cim/entity/PartyRole/Seller/attr/party" } ], "http://a.ml/vocabularies/core#name": [ @@ -303,7 +325,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ] } ] } @@ -315,16 +348,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Supplier", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/Supplier", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Supplier" + "@value": "cim/entity/PartyRole/Supplier" } ], "http://a.ml/vocabularies/core#name": [ @@ -334,16 +367,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Supplier/attr/competitiveMarketingRank", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/Supplier/attr/competitiveMarketingRank", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Supplier/attr/competitiveMarketingRank" + "@value": "cim/entity/PartyRole/Supplier/attr/competitiveMarketingRank" } ], "http://a.ml/vocabularies/core#name": [ @@ -355,7 +388,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -366,9 +399,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Supplier/attr/party", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/Supplier/attr/party", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -380,7 +413,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Supplier/attr/party" + "@value": "cim/entity/PartyRole/Supplier/attr/party" } ], "http://a.ml/vocabularies/core#name": [ @@ -395,7 +428,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ] } ] } @@ -407,16 +451,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Competitor", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/Competitor", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Competitor" + "@value": "cim/entity/PartyRole/Competitor" } ], "http://a.ml/vocabularies/core#name": [ @@ -426,16 +470,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Competitor/attr/assetTurnoverRatio", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/Competitor/attr/assetTurnoverRatio", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Competitor/attr/assetTurnoverRatio" + "@value": "cim/entity/PartyRole/Competitor/attr/assetTurnoverRatio" } ], "http://a.ml/vocabularies/core#name": [ @@ -447,7 +491,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -458,9 +502,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Competitor/attr/party", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/Competitor/attr/party", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -472,7 +516,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Competitor/attr/party" + "@value": "cim/entity/PartyRole/Competitor/attr/party" } ], "http://a.ml/vocabularies/core#name": [ @@ -487,7 +531,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ] } ] } @@ -499,16 +554,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/CustomerStatusHistory", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/CustomerStatusHistory", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/CustomerStatusHistory" + "@value": "cim/entity/PartyRole/CustomerStatusHistory" } ], "http://a.ml/vocabularies/core#name": [ @@ -518,16 +573,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/CustomerStatusHistory/attr/endDateTIme", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/CustomerStatusHistory/attr/endDateTIme", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/CustomerStatusHistory/attr/endDateTIme" + "@value": "cim/entity/PartyRole/CustomerStatusHistory/attr/endDateTIme" } ], "http://a.ml/vocabularies/core#name": [ @@ -544,7 +599,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -553,16 +608,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/CustomerStatusHistory/attr/startDateTime", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/CustomerStatusHistory/attr/startDateTime", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/CustomerStatusHistory/attr/startDateTime" + "@value": "cim/entity/PartyRole/CustomerStatusHistory/attr/startDateTime" } ], "http://a.ml/vocabularies/core#name": [ @@ -579,7 +634,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -588,16 +643,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/CustomerStatusHistory/attr/partyRoleStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/CustomerStatusHistory/attr/partyRoleStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/CustomerStatusHistory/attr/partyRoleStatus" + "@value": "cim/entity/PartyRole/CustomerStatusHistory/attr/partyRoleStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -614,7 +669,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -623,16 +678,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/CustomerStatusHistory/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/CustomerStatusHistory/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/CustomerStatusHistory/attr/id" + "@value": "cim/entity/PartyRole/CustomerStatusHistory/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -649,7 +704,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -660,9 +715,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/CustomerStatusHistory/attr/partyRole", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/CustomerStatusHistory/attr/partyRole", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -674,7 +729,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/CustomerStatusHistory/attr/partyRole" + "@value": "cim/entity/PartyRole/CustomerStatusHistory/attr/partyRole" } ], "http://a.ml/vocabularies/core#name": [ @@ -689,7 +744,112 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/PartyRole", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/PartyRole" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Party Role" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/PartyRole/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/PartyRole/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PartyRole/PartyRole/attr/party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/PartyRole/attr/party" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "party" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/Party", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/Party" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Trading roles a party may play at the same time i.e. Customer, Supplier, Seller, Competitor, Worker" + } + ] } ] } diff --git a/out/cim/data_models/PartyRoleEntityGroup.yaml b/out/cim/data_models/PartyRoleEntityGroup.yaml index f96b7a8..323b5f4 100644 --- a/out/cim/data_models/PartyRoleEntityGroup.yaml +++ b/out/cim/data_models/PartyRoleEntityGroup.yaml @@ -2,105 +2,105 @@ uuid: cim/entitygroup/PartyRoleEntityGroup name: Party Role entities: - Seller: - uuid: cim/entity/Seller + Customer Status History: + uuid: cim/entity/PartyRole/CustomerStatusHistory attributes: - newCustomerAcquisitionCount: - uuid: cim/entity/Seller/attr/newCustomerAcquisitionCount + endDateTIme: + uuid: cim/entity/PartyRole/CustomerStatusHistory/attr/endDateTIme + required: true range: - type: integer + type: string + startDateTime: + uuid: cim/entity/PartyRole/CustomerStatusHistory/attr/startDateTime + required: true + range: + type: string + partyRoleStatus: + uuid: cim/entity/PartyRole/CustomerStatusHistory/attr/partyRoleStatus + required: true + range: + type: string + id: + uuid: cim/entity/PartyRole/CustomerStatusHistory/attr/id + required: true + range: + type: string associations: - party: + partyRole: allowMultiple: true - uuid: cim/entity/Seller/attr/party + uuid: cim/entity/PartyRole/CustomerStatusHistory/attr/partyRole required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Party - description: Information about a party playing role of seller e.g. customer satisfaction score - Customer: - uuid: cim/entity/Customer + target: http://mulesoft.com/modeling/instances/cim/entity/PartyRole/PartyRole + description: History of when customer changed frome one status to another + Party Role: + uuid: cim/entity/PartyRole/PartyRole attributes: - customerSatisfactionScore: - uuid: cim/entity/Customer/attr/customerSatisfactionScore + id: + uuid: cim/entity/PartyRole/PartyRole/attr/id + required: true range: - type: integer + type: string associations: party: allowMultiple: true - uuid: cim/entity/Customer/attr/party + uuid: cim/entity/PartyRole/PartyRole/attr/party required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Party - description: Information about a party playing role of customer e.g. life time value, life cycle status + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Party + description: Trading roles a party may play at the same time i.e. Customer, Supplier, Seller, Competitor, Worker Supplier: - uuid: cim/entity/Supplier + uuid: cim/entity/PartyRole/Supplier attributes: competitiveMarketingRank: - uuid: cim/entity/Supplier/attr/competitiveMarketingRank + uuid: cim/entity/PartyRole/Supplier/attr/competitiveMarketingRank range: type: integer associations: party: allowMultiple: true - uuid: cim/entity/Supplier/attr/party + uuid: cim/entity/PartyRole/Supplier/attr/party required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Party + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Party description: Information about a party playing role of supplier e.g. vendor ranking Competitor: - uuid: cim/entity/Competitor + uuid: cim/entity/PartyRole/Competitor attributes: assetTurnoverRatio: - uuid: cim/entity/Competitor/attr/assetTurnoverRatio + uuid: cim/entity/PartyRole/Competitor/attr/assetTurnoverRatio range: type: string associations: party: allowMultiple: true - uuid: cim/entity/Competitor/attr/party + uuid: cim/entity/PartyRole/Competitor/attr/party required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Party + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Party description: Information about a party playing role of competitor e.g. strength (in products), weaknesses (in offerings), opportunities (to overtake), threats (to our business) - Customer Status History: - uuid: cim/entity/CustomerStatusHistory + Customer: + uuid: cim/entity/PartyRole/Customer attributes: - endDateTIme: - uuid: cim/entity/CustomerStatusHistory/attr/endDateTIme - required: true - range: - type: string - startDateTime: - uuid: cim/entity/CustomerStatusHistory/attr/startDateTime - required: true - range: - type: string - partyRoleStatus: - uuid: cim/entity/CustomerStatusHistory/attr/partyRoleStatus - required: true - range: - type: string - id: - uuid: cim/entity/CustomerStatusHistory/attr/id - required: true + customerSatisfactionScore: + uuid: cim/entity/PartyRole/Customer/attr/customerSatisfactionScore range: - type: string + type: integer associations: - partyRole: + party: allowMultiple: true - uuid: cim/entity/CustomerStatusHistory/attr/partyRole + uuid: cim/entity/PartyRole/Customer/attr/party required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PartyRole - description: History of when customer changed frome one status to another - Party Role: - uuid: cim/entity/PartyRole + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Party + description: Information about a party playing role of customer e.g. life time value, life cycle status + Seller: + uuid: cim/entity/PartyRole/Seller attributes: - id: - uuid: cim/entity/PartyRole/attr/id - required: true + newCustomerAcquisitionCount: + uuid: cim/entity/PartyRole/Seller/attr/newCustomerAcquisitionCount range: - type: string + type: integer associations: party: allowMultiple: true - uuid: cim/entity/PartyRole/attr/party + uuid: cim/entity/PartyRole/Seller/attr/party required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Party - description: Trading roles a party may play at the same time i.e. Customer, Supplier, Seller, Competitor, Worker + target: http://mulesoft.com/modeling/instances/cim/entity/Party/Party + description: Information about a party playing role of seller e.g. customer satisfaction score description: "Example Entities included: Party Role, Buyer Role, Actor Role, Customer Role" diff --git a/out/cim/data_models/PaymentEntityGroup.jsonld b/out/cim/data_models/PaymentEntityGroup.jsonld index 45c05e3..968cbd2 100644 --- a/out/cim/data_models/PaymentEntityGroup.jsonld +++ b/out/cim/data_models/PaymentEntityGroup.jsonld @@ -10,14 +10,14 @@ ], "http://a.ml/vocabularies/meta#definedBy": [ { - "@id": "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml" + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" } ], "http://a.ml/vocabularies/document#encodes": [ { "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/PaymentEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", "http://a.ml/vocabularies/data-model#DataModel", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -34,16 +34,16 @@ ], "http://a.ml/vocabularies/data-model#entities": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/Payment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment" + "@value": "cim/entity/Payment/Payment" } ], "http://a.ml/vocabularies/core#name": [ @@ -53,16 +53,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/paymentType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/paymentType" + "@value": "cim/entity/Payment/Payment/attr/paymentType" } ], "http://a.ml/vocabularies/core#name": [ @@ -79,7 +79,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -88,16 +88,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/authorizationProcessingMode", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/authorizationProcessingMode", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/authorizationProcessingMode" + "@value": "cim/entity/Payment/Payment/attr/authorizationProcessingMode" } ], "http://a.ml/vocabularies/core#name": [ @@ -114,7 +114,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -123,16 +123,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/latestGatewayInternalResult", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayInternalResult", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/latestGatewayInternalResult" + "@value": "cim/entity/Payment/Payment/attr/latestGatewayInternalResult" } ], "http://a.ml/vocabularies/core#name": [ @@ -149,7 +149,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -158,16 +158,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/paymentStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/paymentStatus" + "@value": "cim/entity/Payment/Payment/attr/paymentStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -184,7 +184,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -193,16 +193,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/id" + "@value": "cim/entity/Payment/Payment/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -219,7 +219,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -228,16 +228,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/customerPhoneNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/customerPhoneNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/customerPhoneNumber" + "@value": "cim/entity/Payment/Payment/attr/customerPhoneNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -249,7 +249,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -258,16 +258,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/customerEmailAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/customerEmailAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/customerEmailAddress" + "@value": "cim/entity/Payment/Payment/attr/customerEmailAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -279,7 +279,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -288,16 +288,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/name" + "@value": "cim/entity/Payment/Payment/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -314,7 +314,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -323,16 +323,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/latestGatewayReferenceNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayReferenceNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/latestGatewayReferenceNumber" + "@value": "cim/entity/Payment/Payment/attr/latestGatewayReferenceNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -349,7 +349,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -358,16 +358,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/latestGatewayInternalReferenceNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayInternalReferenceNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/latestGatewayInternalReferenceNumber" + "@value": "cim/entity/Payment/Payment/attr/latestGatewayInternalReferenceNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -384,7 +384,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -393,16 +393,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/latestPaymentGatewayMessageText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestPaymentGatewayMessageText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/latestPaymentGatewayMessageText" + "@value": "cim/entity/Payment/Payment/attr/latestPaymentGatewayMessageText" } ], "http://a.ml/vocabularies/core#name": [ @@ -414,7 +414,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -423,16 +423,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/macAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/macAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/macAddress" + "@value": "cim/entity/Payment/Payment/attr/macAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -444,7 +444,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -453,16 +453,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/iPAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/iPAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/iPAddress" + "@value": "cim/entity/Payment/Payment/attr/iPAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -474,7 +474,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -483,16 +483,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/paymentNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/paymentNumber" + "@value": "cim/entity/Payment/Payment/attr/paymentNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -509,7 +509,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -518,16 +518,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/commentText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/commentText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/commentText" + "@value": "cim/entity/Payment/Payment/attr/commentText" } ], "http://a.ml/vocabularies/core#name": [ @@ -544,7 +544,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -553,16 +553,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/paymentAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/paymentAmount" + "@value": "cim/entity/Payment/Payment/attr/paymentAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -579,7 +579,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -588,16 +588,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/netAppliedAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/netAppliedAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/netAppliedAmount" + "@value": "cim/entity/Payment/Payment/attr/netAppliedAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -614,7 +614,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -623,16 +623,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/totalAppliedAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/totalAppliedAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/totalAppliedAmount" + "@value": "cim/entity/Payment/Payment/attr/totalAppliedAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -649,7 +649,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -658,16 +658,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/totalUnappliedAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/totalUnappliedAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/totalUnappliedAmount" + "@value": "cim/entity/Payment/Payment/attr/totalUnappliedAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -684,7 +684,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -693,16 +693,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/balanceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/balanceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/balanceAmount" + "@value": "cim/entity/Payment/Payment/attr/balanceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -719,7 +719,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -728,16 +728,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/latestGatewayDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/latestGatewayDate" + "@value": "cim/entity/Payment/Payment/attr/latestGatewayDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -754,7 +754,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -763,16 +763,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/externalCreatedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/externalCreatedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/externalCreatedDate" + "@value": "cim/entity/Payment/Payment/attr/externalCreatedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -789,7 +789,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -798,16 +798,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/paymentEffectiveDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentEffectiveDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/paymentEffectiveDate" + "@value": "cim/entity/Payment/Payment/attr/paymentEffectiveDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -824,7 +824,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -833,16 +833,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/paymentCancellationDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentCancellationDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/paymentCancellationDate" + "@value": "cim/entity/Payment/Payment/attr/paymentCancellationDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -859,7 +859,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -870,9 +870,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/salesOrderPaymentSummary", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/salesOrderPaymentSummary", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -884,7 +884,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/salesOrderPaymentSummary" + "@value": "cim/entity/Payment/Payment/attr/salesOrderPaymentSummary" } ], "http://a.ml/vocabularies/core#name": [ @@ -899,14 +899,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderPaymentSummary" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/paymentGroup", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -918,7 +929,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/paymentGroup" + "@value": "cim/entity/Payment/Payment/attr/paymentGroup" } ], "http://a.ml/vocabularies/core#name": [ @@ -933,14 +944,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGroup" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/paymentGateway", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentGateway", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -952,7 +974,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/paymentGateway" + "@value": "cim/entity/Payment/Payment/attr/paymentGateway" } ], "http://a.ml/vocabularies/core#name": [ @@ -967,14 +989,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGateway" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGateway" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/paymentTreatment", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentTreatment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -986,7 +1019,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/paymentTreatment" + "@value": "cim/entity/Payment/Payment/attr/paymentTreatment" } ], "http://a.ml/vocabularies/core#name": [ @@ -1001,14 +1034,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentTreatment" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentTreatment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentTreatment" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/internalBusinessUnit", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/internalBusinessUnit", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1020,7 +1064,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/internalBusinessUnit" + "@value": "cim/entity/Payment/Payment/attr/internalBusinessUnit" } ], "http://a.ml/vocabularies/core#name": [ @@ -1035,14 +1079,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/InternalBusinessUnit" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/InternalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/InternalBusinessUnit" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/account", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/account", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1054,7 +1109,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/account" + "@value": "cim/entity/Payment/Payment/attr/account" } ], "http://a.ml/vocabularies/core#name": [ @@ -1064,14 +1119,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/paymentMethod", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentMethod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1083,7 +1149,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/paymentMethod" + "@value": "cim/entity/Payment/Payment/attr/paymentMethod" } ], "http://a.ml/vocabularies/core#name": [ @@ -1098,14 +1164,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/attr/latestGatewayResultCode", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayResultCode", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1117,7 +1194,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Payment/attr/latestGatewayResultCode" + "@value": "cim/entity/Payment/Payment/attr/latestGatewayResultCode" } ], "http://a.ml/vocabularies/core#name": [ @@ -1132,7 +1209,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayResultCode" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode" + } + ] } ] } @@ -1144,16 +1232,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/CapturePayment", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/CapturePayment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/CapturePayment" + "@value": "cim/entity/Payment/CapturePayment" } ], "http://a.ml/vocabularies/core#name": [ @@ -1163,9 +1251,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/CapturePayment/attr/salesOrderPaymentSummary", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/CapturePayment/attr/salesOrderPaymentSummary", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1177,7 +1265,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/CapturePayment/attr/salesOrderPaymentSummary" + "@value": "cim/entity/Payment/CapturePayment/attr/salesOrderPaymentSummary" } ], "http://a.ml/vocabularies/core#name": [ @@ -1192,14 +1280,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderPaymentSummary" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/CapturePayment/attr/paymentAuthorization", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/CapturePayment/attr/paymentAuthorization", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1211,7 +1310,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/CapturePayment/attr/paymentAuthorization" + "@value": "cim/entity/Payment/CapturePayment/attr/paymentAuthorization" } ], "http://a.ml/vocabularies/core#name": [ @@ -1226,7 +1325,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentAuthorization" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAuthorization", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization" + } + ] } ] } @@ -1238,16 +1348,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/RefundPayment", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/RefundPayment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundPayment" + "@value": "cim/entity/Payment/RefundPayment" } ], "http://a.ml/vocabularies/core#name": [ @@ -1257,16 +1367,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundPayment/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundPayment/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundPayment/attr/id" + "@value": "cim/entity/Payment/RefundPayment/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1283,7 +1393,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1294,9 +1404,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundPayment/attr/salesOrderPaymentSummary", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundPayment/attr/salesOrderPaymentSummary", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1308,7 +1418,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundPayment/attr/salesOrderPaymentSummary" + "@value": "cim/entity/Payment/RefundPayment/attr/salesOrderPaymentSummary" } ], "http://a.ml/vocabularies/core#name": [ @@ -1323,7 +1433,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderPaymentSummary" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] } ] } @@ -1335,16 +1456,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentPolicy", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentPolicy", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentPolicy" + "@value": "cim/entity/Payment/PaymentPolicy" } ], "http://a.ml/vocabularies/core#name": [ @@ -1354,16 +1475,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentPolicy/attr/paymentPolicyStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentPolicy/attr/paymentPolicyStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentPolicy/attr/paymentPolicyStatus" + "@value": "cim/entity/Payment/PaymentPolicy/attr/paymentPolicyStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -1380,7 +1501,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1389,16 +1510,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentPolicy/attr/paymentPolicyTreatmentSelection", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentPolicy/attr/paymentPolicyTreatmentSelection", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentPolicy/attr/paymentPolicyTreatmentSelection" + "@value": "cim/entity/Payment/PaymentPolicy/attr/paymentPolicyTreatmentSelection" } ], "http://a.ml/vocabularies/core#name": [ @@ -1415,7 +1536,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1424,16 +1545,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentPolicy/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentPolicy/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentPolicy/attr/id" + "@value": "cim/entity/Payment/PaymentPolicy/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1450,7 +1571,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1459,16 +1580,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentPolicy/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentPolicy/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentPolicy/attr/name" + "@value": "cim/entity/Payment/PaymentPolicy/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -1485,7 +1606,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1494,16 +1615,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentPolicy/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentPolicy/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentPolicy/attr/description" + "@value": "cim/entity/Payment/PaymentPolicy/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -1520,7 +1641,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1536,16 +1657,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/RefundCreditMemoAllocation", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/RefundCreditMemoAllocation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundCreditMemoAllocation" + "@value": "cim/entity/Payment/RefundCreditMemoAllocation" } ], "http://a.ml/vocabularies/core#name": [ @@ -1555,16 +1676,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundCreditMemoAllocation/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundCreditMemoAllocation/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundCreditMemoAllocation/attr/id" + "@value": "cim/entity/Payment/RefundCreditMemoAllocation/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1581,7 +1702,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1592,9 +1713,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundCreditMemoAllocation/attr/refundPayment", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundCreditMemoAllocation/attr/refundPayment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1606,7 +1727,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundCreditMemoAllocation/attr/refundPayment" + "@value": "cim/entity/Payment/RefundCreditMemoAllocation/attr/refundPayment" } ], "http://a.ml/vocabularies/core#name": [ @@ -1621,7 +1742,112 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/RefundPayment" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/RefundPayment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/RefundPayment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Refund Payment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundPayment/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/RefundPayment/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundPayment/attr/salesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/RefundPayment/attr/salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Represents a repayment made, typically to a customer who isn’t satisfied with the goods or services purchased. Refunds are typically made after a payment has already been received from customers" + } + ] } ] } @@ -1633,16 +1859,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/RefundAllocation", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/RefundAllocation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundAllocation" + "@value": "cim/entity/Payment/RefundAllocation" } ], "http://a.ml/vocabularies/core#name": [ @@ -1652,16 +1878,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundAllocation/attr/refundAllocationType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundAllocation/attr/refundAllocationType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundAllocation/attr/refundAllocationType" + "@value": "cim/entity/Payment/RefundAllocation/attr/refundAllocationType" } ], "http://a.ml/vocabularies/core#name": [ @@ -1678,7 +1904,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1687,16 +1913,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundAllocation/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundAllocation/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundAllocation/attr/id" + "@value": "cim/entity/Payment/RefundAllocation/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1713,7 +1939,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1722,16 +1948,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundAllocation/attr/refundAllocationName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundAllocation/attr/refundAllocationName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundAllocation/attr/refundAllocationName" + "@value": "cim/entity/Payment/RefundAllocation/attr/refundAllocationName" } ], "http://a.ml/vocabularies/core#name": [ @@ -1743,7 +1969,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1752,16 +1978,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundAllocation/attr/refundBalanceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundAllocation/attr/refundBalanceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundAllocation/attr/refundBalanceAmount" + "@value": "cim/entity/Payment/RefundAllocation/attr/refundBalanceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1778,7 +2004,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1787,16 +2013,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundAllocation/attr/allocatedAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundAllocation/attr/allocatedAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundAllocation/attr/allocatedAmount" + "@value": "cim/entity/Payment/RefundAllocation/attr/allocatedAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1813,7 +2039,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1822,16 +2048,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundAllocation/attr/appliedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundAllocation/attr/appliedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundAllocation/attr/appliedDate" + "@value": "cim/entity/Payment/RefundAllocation/attr/appliedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -1848,7 +2074,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1857,16 +2083,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundAllocation/attr/effectiveDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundAllocation/attr/effectiveDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundAllocation/attr/effectiveDate" + "@value": "cim/entity/Payment/RefundAllocation/attr/effectiveDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -1883,7 +2109,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1892,16 +2118,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundAllocation/attr/unappliedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundAllocation/attr/unappliedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundAllocation/attr/unappliedDate" + "@value": "cim/entity/Payment/RefundAllocation/attr/unappliedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -1918,7 +2144,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1927,16 +2153,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundAllocation/attr/externalCreatedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundAllocation/attr/externalCreatedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundAllocation/attr/externalCreatedDate" + "@value": "cim/entity/Payment/RefundAllocation/attr/externalCreatedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -1953,7 +2179,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1962,16 +2188,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundAllocation/attr/hasBeenUnapplied", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundAllocation/attr/hasBeenUnapplied", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundAllocation/attr/hasBeenUnapplied" + "@value": "cim/entity/Payment/RefundAllocation/attr/hasBeenUnapplied" } ], "http://a.ml/vocabularies/core#name": [ @@ -1983,7 +2209,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1994,9 +2220,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundAllocation/attr/refundPayment", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundAllocation/attr/refundPayment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2008,7 +2234,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundAllocation/attr/refundPayment" + "@value": "cim/entity/Payment/RefundAllocation/attr/refundPayment" } ], "http://a.ml/vocabularies/core#name": [ @@ -2023,14 +2249,119 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/RefundPayment" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/RefundPayment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/RefundPayment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Refund Payment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundPayment/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/RefundPayment/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundPayment/attr/salesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/RefundPayment/attr/salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Represents a repayment made, typically to a customer who isn’t satisfied with the goods or services purchased. Refunds are typically made after a payment has already been received from customers" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundAllocation/attr/relatedRefundAllocation", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundAllocation/attr/relatedRefundAllocation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2042,7 +2373,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundAllocation/attr/relatedRefundAllocation" + "@value": "cim/entity/Payment/RefundAllocation/attr/relatedRefundAllocation" } ], "http://a.ml/vocabularies/core#name": [ @@ -2057,7 +2388,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/RefundAllocation" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/RefundAllocation", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/RefundAllocation" + } + ] } ] } @@ -2069,16 +2411,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGroup", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGroup" + "@value": "cim/entity/Payment/PaymentGroup" } ], "http://a.ml/vocabularies/core#name": [ @@ -2088,16 +2430,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGroup/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGroup/attr/id" + "@value": "cim/entity/Payment/PaymentGroup/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -2114,7 +2456,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2123,16 +2465,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGroup/attr/paymentGroupNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/paymentGroupNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGroup/attr/paymentGroupNumber" + "@value": "cim/entity/Payment/PaymentGroup/attr/paymentGroupNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -2149,7 +2491,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2158,16 +2500,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGroup/attr/totalPaymentAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/totalPaymentAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGroup/attr/totalPaymentAmount" + "@value": "cim/entity/Payment/PaymentGroup/attr/totalPaymentAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -2184,7 +2526,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2193,16 +2535,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGroup/attr/totalAuthorizationAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/totalAuthorizationAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGroup/attr/totalAuthorizationAmount" + "@value": "cim/entity/Payment/PaymentGroup/attr/totalAuthorizationAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -2219,7 +2561,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2228,16 +2570,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGroup/attr/totalReversalAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/totalReversalAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGroup/attr/totalReversalAmount" + "@value": "cim/entity/Payment/PaymentGroup/attr/totalReversalAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -2254,7 +2596,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2270,16 +2612,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentTreatmentMethod", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentTreatmentMethod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentTreatmentMethod" + "@value": "cim/entity/Payment/PaymentTreatmentMethod" } ], "http://a.ml/vocabularies/core#name": [ @@ -2289,16 +2631,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentTreatmentMethod/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentTreatmentMethod/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentTreatmentMethod/attr/id" + "@value": "cim/entity/Payment/PaymentTreatmentMethod/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -2315,7 +2657,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2324,16 +2666,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentTreatmentMethod/attr/paymentTreatmentMethodName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentTreatmentMethod/attr/paymentTreatmentMethodName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentTreatmentMethod/attr/paymentTreatmentMethodName" + "@value": "cim/entity/Payment/PaymentTreatmentMethod/attr/paymentTreatmentMethodName" } ], "http://a.ml/vocabularies/core#name": [ @@ -2350,7 +2692,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2359,16 +2701,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentTreatmentMethod/attr/paymentTreatmentMethodDescription", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentTreatmentMethod/attr/paymentTreatmentMethodDescription", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentTreatmentMethod/attr/paymentTreatmentMethodDescription" + "@value": "cim/entity/Payment/PaymentTreatmentMethod/attr/paymentTreatmentMethodDescription" } ], "http://a.ml/vocabularies/core#name": [ @@ -2385,7 +2727,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2394,16 +2736,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentTreatmentMethod/attr/paymentTreatmentMethodCode", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentTreatmentMethod/attr/paymentTreatmentMethodCode", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentTreatmentMethod/attr/paymentTreatmentMethodCode" + "@value": "cim/entity/Payment/PaymentTreatmentMethod/attr/paymentTreatmentMethodCode" } ], "http://a.ml/vocabularies/core#name": [ @@ -2420,7 +2762,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2436,16 +2778,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentTreatment", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentTreatment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentTreatment" + "@value": "cim/entity/Payment/PaymentTreatment" } ], "http://a.ml/vocabularies/core#name": [ @@ -2455,16 +2797,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentTreatment/attr/paymentTreatmentStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentTreatment/attr/paymentTreatmentStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentTreatment/attr/paymentTreatmentStatus" + "@value": "cim/entity/Payment/PaymentTreatment/attr/paymentTreatmentStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -2481,7 +2823,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2490,16 +2832,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentTreatment/attr/paymentApplicationLevel", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentTreatment/attr/paymentApplicationLevel", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentTreatment/attr/paymentApplicationLevel" + "@value": "cim/entity/Payment/PaymentTreatment/attr/paymentApplicationLevel" } ], "http://a.ml/vocabularies/core#name": [ @@ -2511,7 +2853,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2520,16 +2862,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentTreatment/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentTreatment/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentTreatment/attr/id" + "@value": "cim/entity/Payment/PaymentTreatment/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -2546,7 +2888,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2555,16 +2897,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentTreatment/attr/paymentTreatmentName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentTreatment/attr/paymentTreatmentName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentTreatment/attr/paymentTreatmentName" + "@value": "cim/entity/Payment/PaymentTreatment/attr/paymentTreatmentName" } ], "http://a.ml/vocabularies/core#name": [ @@ -2576,7 +2918,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2585,16 +2927,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentTreatment/attr/shouldAutoInvoice", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentTreatment/attr/shouldAutoInvoice", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentTreatment/attr/shouldAutoInvoice" + "@value": "cim/entity/Payment/PaymentTreatment/attr/shouldAutoInvoice" } ], "http://a.ml/vocabularies/core#name": [ @@ -2606,7 +2948,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2617,9 +2959,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentTreatment/attr/paymentPolicy", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentTreatment/attr/paymentPolicy", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2631,7 +2973,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentTreatment/attr/paymentPolicy" + "@value": "cim/entity/Payment/PaymentTreatment/attr/paymentPolicy" } ], "http://a.ml/vocabularies/core#name": [ @@ -2646,14 +2988,212 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentPolicy" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentPolicy", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentPolicy" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment Policy" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentPolicy/attr/paymentPolicyStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentPolicy/attr/paymentPolicyStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentPolicyStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentPolicy/attr/paymentPolicyTreatmentSelection", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentPolicy/attr/paymentPolicyTreatmentSelection" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentPolicyTreatmentSelection" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentPolicy/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentPolicy/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentPolicy/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentPolicy/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentPolicy/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentPolicy/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "This entity stores policy information for an org or an account which can be used to automate the process of payment application to invoice based on business needs." + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentTreatment/attr/paymentTreatmentMethod", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentTreatment/attr/paymentTreatmentMethod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2665,7 +3205,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentTreatment/attr/paymentTreatmentMethod" + "@value": "cim/entity/Payment/PaymentTreatment/attr/paymentTreatmentMethod" } ], "http://a.ml/vocabularies/core#name": [ @@ -2680,7 +3220,170 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentTreatmentMethod" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentTreatmentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentTreatmentMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment Treatment Method" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentTreatmentMethod/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentTreatmentMethod/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentTreatmentMethod/attr/paymentTreatmentMethodName", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentTreatmentMethod/attr/paymentTreatmentMethodName" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentTreatmentMethodName" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentTreatmentMethod/attr/paymentTreatmentMethodDescription", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentTreatmentMethod/attr/paymentTreatmentMethodDescription" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentTreatmentMethodDescription" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentTreatmentMethod/attr/paymentTreatmentMethodCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentTreatmentMethod/attr/paymentTreatmentMethodCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentTreatmentMethodCode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Represents a specific algorithm or method to apply. For example - pay for taxes first, pay for charges first, pay for oldest due invoice first etc. It can also point to a rule based on which application can be done. Treatment has a method." + } + ] } ] } @@ -2692,16 +3395,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentAuthorization", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAuthorization", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization" + "@value": "cim/entity/Payment/PaymentAuthorization" } ], "http://a.ml/vocabularies/core#name": [ @@ -2711,16 +3414,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/paymentAuthorizationStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/paymentAuthorizationStatus" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -2737,7 +3440,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2746,16 +3449,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/paymentAuthorizationProcessingMode", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationProcessingMode", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/paymentAuthorizationProcessingMode" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationProcessingMode" } ], "http://a.ml/vocabularies/core#name": [ @@ -2772,7 +3475,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2781,16 +3484,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/id" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -2807,7 +3510,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2816,16 +3519,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/paymentAuthorizationNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/paymentAuthorizationNumber" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -2842,7 +3545,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2851,16 +3554,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/paymentAuthorizationCommentText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationCommentText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/paymentAuthorizationCommentText" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationCommentText" } ], "http://a.ml/vocabularies/core#name": [ @@ -2872,7 +3575,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2881,16 +3584,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/gatewayAuthorizationCode", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/gatewayAuthorizationCode", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/gatewayAuthorizationCode" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/gatewayAuthorizationCode" } ], "http://a.ml/vocabularies/core#name": [ @@ -2907,7 +3610,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2916,16 +3619,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/iPAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/iPAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/iPAddress" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/iPAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -2937,7 +3640,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2946,16 +3649,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/macAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/macAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/macAddress" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/macAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -2967,7 +3670,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2976,16 +3679,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/paymentGatewayReferenceNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayReferenceNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/paymentGatewayReferenceNumber" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayReferenceNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -3002,7 +3705,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3011,16 +3714,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/paymentGatewayInternalReferenceNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayInternalReferenceNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/paymentGatewayInternalReferenceNumber" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayInternalReferenceNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -3037,7 +3740,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3046,16 +3749,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/gatewayReferenceDetailsText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/gatewayReferenceDetailsText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/gatewayReferenceDetailsText" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/gatewayReferenceDetailsText" } ], "http://a.ml/vocabularies/core#name": [ @@ -3072,7 +3775,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3081,16 +3784,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/gatewayResultCodeDescription", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/gatewayResultCodeDescription", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/gatewayResultCodeDescription" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/gatewayResultCodeDescription" } ], "http://a.ml/vocabularies/core#name": [ @@ -3102,7 +3805,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3111,16 +3814,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/availableBalanceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/availableBalanceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/availableBalanceAmount" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/availableBalanceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -3137,7 +3840,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3146,16 +3849,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/authorizationAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/authorizationAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/authorizationAmount" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/authorizationAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -3172,7 +3875,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3181,16 +3884,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/totalPaymentCaptureAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/totalPaymentCaptureAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/totalPaymentCaptureAmount" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/totalPaymentCaptureAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -3207,7 +3910,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3216,16 +3919,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/totalAuthorizationReversalAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/totalAuthorizationReversalAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/totalAuthorizationReversalAmount" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/totalAuthorizationReversalAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -3242,7 +3945,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3251,16 +3954,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/paymentGatewayDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/paymentGatewayDate" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -3277,7 +3980,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3286,16 +3989,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/requestDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/requestDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/requestDate" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/requestDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -3312,7 +4015,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3321,16 +4024,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/expirationDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/expirationDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/expirationDate" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/expirationDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -3347,7 +4050,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3356,16 +4059,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/externalCreatedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/externalCreatedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/externalCreatedDate" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/externalCreatedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -3382,7 +4085,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3393,9 +4096,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/paymentGroup", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3407,7 +4110,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/paymentGroup" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGroup" } ], "http://a.ml/vocabularies/core#name": [ @@ -3422,14 +4125,212 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGroup" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment Group" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/paymentGroupNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup/attr/paymentGroupNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGroupNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/totalPaymentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup/attr/totalPaymentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalPaymentAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/totalAuthorizationAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup/attr/totalAuthorizationAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAuthorizationAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/totalReversalAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup/attr/totalReversalAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalReversalAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Payment Group provides a way to associate payments and payment gateway events, where the payment is not associated with a Sales Order." + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/salesOrderPaymentSummary", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/salesOrderPaymentSummary", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3441,7 +4342,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/salesOrderPaymentSummary" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/salesOrderPaymentSummary" } ], "http://a.ml/vocabularies/core#name": [ @@ -3456,14 +4357,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderPaymentSummary" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/paymentGateway", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGateway", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3475,7 +4387,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/paymentGateway" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGateway" } ], "http://a.ml/vocabularies/core#name": [ @@ -3490,14 +4402,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGateway" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGateway" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/paymentMethodID", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentMethodID", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3509,7 +4432,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/paymentMethodID" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentMethodID" } ], "http://a.ml/vocabularies/core#name": [ @@ -3524,14 +4447,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorization/attr/paymentGatewayResult", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayResult", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3543,7 +4477,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorization/attr/paymentGatewayResult" + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayResult" } ], "http://a.ml/vocabularies/core#name": [ @@ -3558,7 +4492,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayResultCode" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode" + } + ] } ] } @@ -3570,16 +4515,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayAuthReversalLog", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayAuthReversalLog", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayAuthReversalLog" + "@value": "cim/entity/Payment/PaymentGatewayAuthReversalLog" } ], "http://a.ml/vocabularies/core#name": [ @@ -3589,9 +4534,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayAuthReversalLog/attr/paymentGatewayResult", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayAuthReversalLog/attr/paymentGatewayResult", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3603,7 +4548,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayAuthReversalLog/attr/paymentGatewayResult" + "@value": "cim/entity/Payment/PaymentGatewayAuthReversalLog/attr/paymentGatewayResult" } ], "http://a.ml/vocabularies/core#name": [ @@ -3618,14 +4563,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayResultCode" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayAuthReversalLog/attr/paymentAuthorizationReversal", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayAuthReversalLog/attr/paymentAuthorizationReversal", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3637,7 +4593,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayAuthReversalLog/attr/paymentAuthorizationReversal" + "@value": "cim/entity/Payment/PaymentGatewayAuthReversalLog/attr/paymentAuthorizationReversal" } ], "http://a.ml/vocabularies/core#name": [ @@ -3647,7 +4603,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentAuthorizationReversal" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAuthorizationReversal", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorizationReversal" + } + ] } ] } @@ -3659,16 +4626,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayInteractionLog", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayInteractionLog", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionLog" + "@value": "cim/entity/Payment/PaymentGatewayInteractionLog" } ], "http://a.ml/vocabularies/core#name": [ @@ -3678,16 +4645,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayInteractionLog/attr/internalResultCode", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayInteractionLog/attr/internalResultCode", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionLog/attr/internalResultCode" + "@value": "cim/entity/Payment/PaymentGatewayInteractionLog/attr/internalResultCode" } ], "http://a.ml/vocabularies/core#name": [ @@ -3704,7 +4671,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3713,16 +4680,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionStatus" + "@value": "cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -3739,7 +4706,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3748,16 +4715,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayInteractionLog/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayInteractionLog/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionLog/attr/id" + "@value": "cim/entity/Payment/PaymentGatewayInteractionLog/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -3774,7 +4741,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3783,16 +4750,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionLogName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionLogName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionLogName" + "@value": "cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionLogName" } ], "http://a.ml/vocabularies/core#name": [ @@ -3809,7 +4776,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3818,16 +4785,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayAuthorizationCode", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayAuthorizationCode", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayAuthorizationCode" + "@value": "cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayAuthorizationCode" } ], "http://a.ml/vocabularies/core#name": [ @@ -3844,7 +4811,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3853,16 +4820,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayAVSCode", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayAVSCode", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayAVSCode" + "@value": "cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayAVSCode" } ], "http://a.ml/vocabularies/core#name": [ @@ -3879,7 +4846,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3888,16 +4855,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayMessageText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayMessageText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayMessageText" + "@value": "cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayMessageText" } ], "http://a.ml/vocabularies/core#name": [ @@ -3909,7 +4876,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3918,16 +4885,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayReferenceNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayReferenceNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayReferenceNumber" + "@value": "cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayReferenceNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -3944,7 +4911,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3953,16 +4920,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayInteractionLog/attr/internalReferenceNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayInteractionLog/attr/internalReferenceNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionLog/attr/internalReferenceNumber" + "@value": "cim/entity/Payment/PaymentGatewayInteractionLog/attr/internalReferenceNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -3979,7 +4946,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3988,16 +4955,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayDate" + "@value": "cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -4014,7 +4981,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4025,9 +4992,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayResult", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayResult", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4039,7 +5006,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayResult" + "@value": "cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayResult" } ], "http://a.ml/vocabularies/core#name": [ @@ -4054,14 +5021,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayResultCode" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4073,7 +5051,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionType" + "@value": "cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionType" } ], "http://a.ml/vocabularies/core#name": [ @@ -4088,7 +5066,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayInteractionType" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayInteractionType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayInteractionType" + } + ] } ] } @@ -4100,16 +5089,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayPaymentLog", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayPaymentLog", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayPaymentLog" + "@value": "cim/entity/Payment/PaymentGatewayPaymentLog" } ], "http://a.ml/vocabularies/core#name": [ @@ -4119,9 +5108,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayPaymentLog/attr/paymentGatewayResult", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayPaymentLog/attr/paymentGatewayResult", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4133,7 +5122,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayPaymentLog/attr/paymentGatewayResult" + "@value": "cim/entity/Payment/PaymentGatewayPaymentLog/attr/paymentGatewayResult" } ], "http://a.ml/vocabularies/core#name": [ @@ -4148,14 +5137,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayResultCode" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayPaymentLog/attr/payment", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayPaymentLog/attr/payment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4167,7 +5167,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayPaymentLog/attr/payment" + "@value": "cim/entity/Payment/PaymentGatewayPaymentLog/attr/payment" } ], "http://a.ml/vocabularies/core#name": [ @@ -4182,7 +5182,1202 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/Payment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/authorizationProcessingMode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/authorizationProcessingMode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "authorizationProcessingMode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayInternalResult", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayInternalResult" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayInternalResult" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/customerPhoneNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/customerPhoneNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "customerPhoneNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/customerEmailAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/customerEmailAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "customerEmailAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayReferenceNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayReferenceNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayReferenceNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayInternalReferenceNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayInternalReferenceNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayInternalReferenceNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestPaymentGatewayMessageText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestPaymentGatewayMessageText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestPaymentGatewayMessageText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/macAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/macAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "macAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/iPAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/iPAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "iPAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/commentText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/commentText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "commentText" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/netAppliedAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/netAppliedAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "netAppliedAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/totalAppliedAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/totalAppliedAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAppliedAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/totalUnappliedAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/totalUnappliedAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalUnappliedAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/balanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/balanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "balanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/externalCreatedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/externalCreatedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalCreatedDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentEffectiveDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentEffectiveDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentEffectiveDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentCancellationDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentCancellationDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentCancellationDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/salesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGroup" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentGateway" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGateway" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGateway" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentTreatment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentTreatment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentTreatment" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentTreatment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentTreatment" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/internalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/InternalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/InternalBusinessUnit" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/account" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "account" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentMethod" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayResultCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayResultCode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "An amount of currency paid." + } + ] } ] } @@ -4194,16 +6389,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayAuthorizationLog", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayAuthorizationLog", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayAuthorizationLog" + "@value": "cim/entity/Payment/PaymentGatewayAuthorizationLog" } ], "http://a.ml/vocabularies/core#name": [ @@ -4213,9 +6408,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayAuthorizationLog/attr/paymentGatewayResult", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayAuthorizationLog/attr/paymentGatewayResult", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4227,7 +6422,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayAuthorizationLog/attr/paymentGatewayResult" + "@value": "cim/entity/Payment/PaymentGatewayAuthorizationLog/attr/paymentGatewayResult" } ], "http://a.ml/vocabularies/core#name": [ @@ -4242,14 +6437,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayResultCode" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayAuthorizationLog/attr/paymentAuthorization", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayAuthorizationLog/attr/paymentAuthorization", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4261,7 +6467,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayAuthorizationLog/attr/paymentAuthorization" + "@value": "cim/entity/Payment/PaymentGatewayAuthorizationLog/attr/paymentAuthorization" } ], "http://a.ml/vocabularies/core#name": [ @@ -4276,7 +6482,1124 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentAuthorization" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAuthorization", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment Authorization" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAuthorizationStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationProcessingMode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationProcessingMode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAuthorizationProcessingMode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAuthorizationNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationCommentText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationCommentText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAuthorizationCommentText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/gatewayAuthorizationCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/gatewayAuthorizationCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "gatewayAuthorizationCode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/iPAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/iPAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "iPAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/macAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/macAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "macAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayReferenceNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayReferenceNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGatewayReferenceNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayInternalReferenceNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayInternalReferenceNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGatewayInternalReferenceNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/gatewayReferenceDetailsText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/gatewayReferenceDetailsText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "gatewayReferenceDetailsText" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/gatewayResultCodeDescription", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/gatewayResultCodeDescription" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "gatewayResultCodeDescription" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/availableBalanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/availableBalanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "availableBalanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/authorizationAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/authorizationAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "authorizationAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/totalPaymentCaptureAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/totalPaymentCaptureAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalPaymentCaptureAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/totalAuthorizationReversalAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/totalAuthorizationReversalAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAuthorizationReversalAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGatewayDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/requestDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/requestDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requestDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/expirationDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/expirationDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "expirationDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/externalCreatedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/externalCreatedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalCreatedDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGroup" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment Group" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/paymentGroupNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup/attr/paymentGroupNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGroupNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/totalPaymentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup/attr/totalPaymentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalPaymentAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/totalAuthorizationAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup/attr/totalAuthorizationAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAuthorizationAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/totalReversalAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup/attr/totalReversalAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalReversalAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Payment Group provides a way to associate payments and payment gateway events, where the payment is not associated with a Sales Order." + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/salesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGateway" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGateway" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGateway" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentMethodID", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentMethodID" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentMethodID" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayResult", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayResult" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGatewayResult" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "An approval from the issuer of a payment instrument (usually a card), that the customer has sufficient funds to cover the cost of the transaction." + } + ] } ] } @@ -4288,16 +7611,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayInteractionType", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayInteractionType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionType" + "@value": "cim/entity/Payment/PaymentGatewayInteractionType" } ], "http://a.ml/vocabularies/core#name": [ @@ -4307,16 +7630,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayInteractionType/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayInteractionType/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionType/attr/id" + "@value": "cim/entity/Payment/PaymentGatewayInteractionType/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -4333,7 +7656,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4342,16 +7665,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayInteractionType/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayInteractionType/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionType/attr/name" + "@value": "cim/entity/Payment/PaymentGatewayInteractionType/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -4368,7 +7691,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4377,16 +7700,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayInteractionType/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayInteractionType/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayInteractionType/attr/description" + "@value": "cim/entity/Payment/PaymentGatewayInteractionType/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -4403,7 +7726,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4419,16 +7742,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGateway", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGateway", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGateway" + "@value": "cim/entity/Payment/PaymentGateway" } ], "http://a.ml/vocabularies/core#name": [ @@ -4438,16 +7761,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGateway/attr/paymentGatewayStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGateway/attr/paymentGatewayStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGateway/attr/paymentGatewayStatus" + "@value": "cim/entity/Payment/PaymentGateway/attr/paymentGatewayStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -4464,7 +7787,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4473,16 +7796,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGateway/attr/systemCredential", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGateway/attr/systemCredential", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGateway/attr/systemCredential" + "@value": "cim/entity/Payment/PaymentGateway/attr/systemCredential" } ], "http://a.ml/vocabularies/core#name": [ @@ -4494,7 +7817,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4503,16 +7826,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGateway/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGateway/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGateway/attr/id" + "@value": "cim/entity/Payment/PaymentGateway/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -4529,7 +7852,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4538,16 +7861,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGateway/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGateway/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGateway/attr/name" + "@value": "cim/entity/Payment/PaymentGateway/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -4564,7 +7887,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4573,16 +7896,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGateway/attr/paymentGatewayCommentText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGateway/attr/paymentGatewayCommentText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGateway/attr/paymentGatewayCommentText" + "@value": "cim/entity/Payment/PaymentGateway/attr/paymentGatewayCommentText" } ], "http://a.ml/vocabularies/core#name": [ @@ -4594,7 +7917,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4605,9 +7928,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGateway/attr/paymentGatewayProvider", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGateway/attr/paymentGatewayProvider", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4619,7 +7942,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGateway/attr/paymentGatewayProvider" + "@value": "cim/entity/Payment/PaymentGateway/attr/paymentGatewayProvider" } ], "http://a.ml/vocabularies/core#name": [ @@ -4634,7 +7957,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayProvider" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayProvider", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayProvider" + } + ] } ] } @@ -4646,16 +7980,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayProvider", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayProvider", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayProvider" + "@value": "cim/entity/Payment/PaymentGatewayProvider" } ], "http://a.ml/vocabularies/core#name": [ @@ -4665,16 +7999,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayProvider/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayProvider/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayProvider/attr/id" + "@value": "cim/entity/Payment/PaymentGatewayProvider/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -4691,7 +8025,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4700,16 +8034,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayProvider/attr/paymentGatewayProviderName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayProvider/attr/paymentGatewayProviderName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayProvider/attr/paymentGatewayProviderName" + "@value": "cim/entity/Payment/PaymentGatewayProvider/attr/paymentGatewayProviderName" } ], "http://a.ml/vocabularies/core#name": [ @@ -4726,7 +8060,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4735,16 +8069,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayProvider/attr/apexAdapterClassName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayProvider/attr/apexAdapterClassName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayProvider/attr/apexAdapterClassName" + "@value": "cim/entity/Payment/PaymentGatewayProvider/attr/apexAdapterClassName" } ], "http://a.ml/vocabularies/core#name": [ @@ -4761,7 +8095,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4770,16 +8104,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayProvider/attr/paymentGatewayProviderCommentText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayProvider/attr/paymentGatewayProviderCommentText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayProvider/attr/paymentGatewayProviderCommentText" + "@value": "cim/entity/Payment/PaymentGatewayProvider/attr/paymentGatewayProviderCommentText" } ], "http://a.ml/vocabularies/core#name": [ @@ -4791,7 +8125,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4800,16 +8134,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayProvider/attr/developerName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayProvider/attr/developerName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayProvider/attr/developerName" + "@value": "cim/entity/Payment/PaymentGatewayProvider/attr/developerName" } ], "http://a.ml/vocabularies/core#name": [ @@ -4826,7 +8160,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4835,16 +8169,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayProvider/attr/namespacePrefixText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayProvider/attr/namespacePrefixText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayProvider/attr/namespacePrefixText" + "@value": "cim/entity/Payment/PaymentGatewayProvider/attr/namespacePrefixText" } ], "http://a.ml/vocabularies/core#name": [ @@ -4861,7 +8195,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4877,16 +8211,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayResultCode", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayResultCode" + "@value": "cim/entity/Payment/PaymentGatewayResultCode" } ], "http://a.ml/vocabularies/core#name": [ @@ -4896,16 +8230,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayResultCode/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayResultCode/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayResultCode/attr/id" + "@value": "cim/entity/Payment/PaymentGatewayResultCode/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -4922,7 +8256,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4931,16 +8265,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayResultCode/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayResultCode/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayResultCode/attr/name" + "@value": "cim/entity/Payment/PaymentGatewayResultCode/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -4957,7 +8291,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4966,16 +8300,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentGatewayResultCode/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayResultCode/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentGatewayResultCode/attr/description" + "@value": "cim/entity/Payment/PaymentGatewayResultCode/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -4992,7 +8326,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5008,16 +8342,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentApplication", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentApplication", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentApplication" + "@value": "cim/entity/Payment/PaymentApplication" } ], "http://a.ml/vocabularies/core#name": [ @@ -5027,16 +8361,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentApplication/attr/paymentApplicationType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentApplication/attr/paymentApplicationType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentApplication/attr/paymentApplicationType" + "@value": "cim/entity/Payment/PaymentApplication/attr/paymentApplicationType" } ], "http://a.ml/vocabularies/core#name": [ @@ -5053,7 +8387,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5062,16 +8396,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentApplication/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentApplication/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentApplication/attr/id" + "@value": "cim/entity/Payment/PaymentApplication/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -5088,7 +8422,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5097,16 +8431,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentApplication/attr/commentText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentApplication/attr/commentText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentApplication/attr/commentText" + "@value": "cim/entity/Payment/PaymentApplication/attr/commentText" } ], "http://a.ml/vocabularies/core#name": [ @@ -5118,7 +8452,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5127,16 +8461,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentApplication/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentApplication/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentApplication/attr/name" + "@value": "cim/entity/Payment/PaymentApplication/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -5153,7 +8487,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5162,16 +8496,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentApplication/attr/appliedAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentApplication/attr/appliedAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentApplication/attr/appliedAmount" + "@value": "cim/entity/Payment/PaymentApplication/attr/appliedAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -5188,7 +8522,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5197,16 +8531,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentApplication/attr/paymentBalanceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentApplication/attr/paymentBalanceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentApplication/attr/paymentBalanceAmount" + "@value": "cim/entity/Payment/PaymentApplication/attr/paymentBalanceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -5223,7 +8557,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5232,16 +8566,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentApplication/attr/appliedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentApplication/attr/appliedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentApplication/attr/appliedDate" + "@value": "cim/entity/Payment/PaymentApplication/attr/appliedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -5258,7 +8592,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5267,16 +8601,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentApplication/attr/effectiveDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentApplication/attr/effectiveDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentApplication/attr/effectiveDate" + "@value": "cim/entity/Payment/PaymentApplication/attr/effectiveDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -5293,7 +8627,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5302,16 +8636,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentApplication/attr/unappliedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentApplication/attr/unappliedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentApplication/attr/unappliedDate" + "@value": "cim/entity/Payment/PaymentApplication/attr/unappliedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -5328,7 +8662,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5337,16 +8671,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentApplication/attr/externalCreatedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentApplication/attr/externalCreatedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentApplication/attr/externalCreatedDate" + "@value": "cim/entity/Payment/PaymentApplication/attr/externalCreatedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -5363,7 +8697,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5372,16 +8706,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentApplication/attr/hasBeenUnapplied", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentApplication/attr/hasBeenUnapplied", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentApplication/attr/hasBeenUnapplied" + "@value": "cim/entity/Payment/PaymentApplication/attr/hasBeenUnapplied" } ], "http://a.ml/vocabularies/core#name": [ @@ -5393,7 +8727,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5404,9 +8738,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentApplication/attr/payment", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentApplication/attr/payment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5418,7 +8752,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentApplication/attr/payment" + "@value": "cim/entity/Payment/PaymentApplication/attr/payment" } ], "http://a.ml/vocabularies/core#name": [ @@ -5433,7 +8767,1202 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/Payment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/authorizationProcessingMode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/authorizationProcessingMode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "authorizationProcessingMode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayInternalResult", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayInternalResult" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayInternalResult" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/customerPhoneNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/customerPhoneNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "customerPhoneNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/customerEmailAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/customerEmailAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "customerEmailAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayReferenceNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayReferenceNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayReferenceNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayInternalReferenceNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayInternalReferenceNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayInternalReferenceNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestPaymentGatewayMessageText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestPaymentGatewayMessageText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestPaymentGatewayMessageText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/macAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/macAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "macAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/iPAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/iPAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "iPAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/commentText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/commentText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "commentText" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/netAppliedAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/netAppliedAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "netAppliedAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/totalAppliedAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/totalAppliedAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAppliedAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/totalUnappliedAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/totalUnappliedAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalUnappliedAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/balanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/balanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "balanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/externalCreatedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/externalCreatedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalCreatedDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentEffectiveDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentEffectiveDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentEffectiveDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentCancellationDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentCancellationDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentCancellationDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/salesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGroup" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentGateway" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGateway" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGateway" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentTreatment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentTreatment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentTreatment" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentTreatment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentTreatment" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/internalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/InternalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/InternalBusinessUnit" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/account" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "account" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentMethod" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayResultCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayResultCode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "An amount of currency paid." + } + ] } ] } @@ -5445,16 +9974,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentInvoiceApplication", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentInvoiceApplication", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentInvoiceApplication" + "@value": "cim/entity/Payment/PaymentInvoiceApplication" } ], "http://a.ml/vocabularies/core#name": [ @@ -5464,16 +9993,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentInvoiceApplication/attr/paymentInvoiceApplicationType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentInvoiceApplication/attr/paymentInvoiceApplicationType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentInvoiceApplication/attr/paymentInvoiceApplicationType" + "@value": "cim/entity/Payment/PaymentInvoiceApplication/attr/paymentInvoiceApplicationType" } ], "http://a.ml/vocabularies/core#name": [ @@ -5485,7 +10014,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5496,9 +10025,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentInvoiceApplication/attr/payment", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentInvoiceApplication/attr/payment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5510,7 +10039,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentInvoiceApplication/attr/payment" + "@value": "cim/entity/Payment/PaymentInvoiceApplication/attr/payment" } ], "http://a.ml/vocabularies/core#name": [ @@ -5525,7 +10054,1202 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/Payment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/authorizationProcessingMode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/authorizationProcessingMode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "authorizationProcessingMode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayInternalResult", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayInternalResult" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayInternalResult" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/customerPhoneNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/customerPhoneNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "customerPhoneNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/customerEmailAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/customerEmailAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "customerEmailAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayReferenceNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayReferenceNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayReferenceNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayInternalReferenceNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayInternalReferenceNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayInternalReferenceNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestPaymentGatewayMessageText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestPaymentGatewayMessageText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestPaymentGatewayMessageText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/macAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/macAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "macAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/iPAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/iPAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "iPAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/commentText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/commentText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "commentText" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/netAppliedAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/netAppliedAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "netAppliedAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/totalAppliedAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/totalAppliedAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAppliedAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/totalUnappliedAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/totalUnappliedAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalUnappliedAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/balanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/balanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "balanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/externalCreatedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/externalCreatedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalCreatedDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentEffectiveDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentEffectiveDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentEffectiveDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentCancellationDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentCancellationDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentCancellationDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/salesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGroup" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentGateway" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGateway" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGateway" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentTreatment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentTreatment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentTreatment" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentTreatment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentTreatment" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/internalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/InternalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/InternalBusinessUnit" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/account" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "account" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentMethod" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayResultCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayResultCode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "An amount of currency paid." + } + ] } ] } @@ -5537,16 +11261,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentAllocation", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAllocation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAllocation" + "@value": "cim/entity/Payment/PaymentAllocation" } ], "http://a.ml/vocabularies/core#name": [ @@ -5556,16 +11280,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAllocation/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAllocation/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAllocation/attr/id" + "@value": "cim/entity/Payment/PaymentAllocation/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -5582,7 +11306,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5591,16 +11315,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAllocation/attr/paymentAllocationName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAllocation/attr/paymentAllocationName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAllocation/attr/paymentAllocationName" + "@value": "cim/entity/Payment/PaymentAllocation/attr/paymentAllocationName" } ], "http://a.ml/vocabularies/core#name": [ @@ -5612,7 +11336,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5621,16 +11345,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAllocation/attr/externalCreatedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAllocation/attr/externalCreatedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAllocation/attr/externalCreatedDate" + "@value": "cim/entity/Payment/PaymentAllocation/attr/externalCreatedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -5647,7 +11371,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5658,9 +11382,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAllocation/attr/relatedPaymentAllocation", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAllocation/attr/relatedPaymentAllocation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5672,7 +11396,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAllocation/attr/relatedPaymentAllocation" + "@value": "cim/entity/Payment/PaymentAllocation/attr/relatedPaymentAllocation" } ], "http://a.ml/vocabularies/core#name": [ @@ -5687,7 +11411,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentAllocation" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAllocation", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAllocation" + } + ] } ] } @@ -5699,16 +11434,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentCreditMemoApplication", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentCreditMemoApplication", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentCreditMemoApplication" + "@value": "cim/entity/Payment/PaymentCreditMemoApplication" } ], "http://a.ml/vocabularies/core#name": [ @@ -5718,16 +11453,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentCreditMemoApplication/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentCreditMemoApplication/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentCreditMemoApplication/attr/id" + "@value": "cim/entity/Payment/PaymentCreditMemoApplication/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -5744,7 +11479,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5755,9 +11490,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentCreditMemoApplication/attr/payment", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentCreditMemoApplication/attr/payment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5769,7 +11504,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentCreditMemoApplication/attr/payment" + "@value": "cim/entity/Payment/PaymentCreditMemoApplication/attr/payment" } ], "http://a.ml/vocabularies/core#name": [ @@ -5784,7 +11519,1202 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/Payment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/authorizationProcessingMode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/authorizationProcessingMode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "authorizationProcessingMode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayInternalResult", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayInternalResult" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayInternalResult" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/customerPhoneNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/customerPhoneNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "customerPhoneNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/customerEmailAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/customerEmailAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "customerEmailAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayReferenceNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayReferenceNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayReferenceNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayInternalReferenceNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayInternalReferenceNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayInternalReferenceNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestPaymentGatewayMessageText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestPaymentGatewayMessageText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestPaymentGatewayMessageText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/macAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/macAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "macAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/iPAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/iPAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "iPAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/commentText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/commentText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "commentText" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/netAppliedAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/netAppliedAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "netAppliedAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/totalAppliedAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/totalAppliedAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAppliedAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/totalUnappliedAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/totalUnappliedAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalUnappliedAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/balanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/balanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "balanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/externalCreatedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/externalCreatedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalCreatedDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentEffectiveDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentEffectiveDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentEffectiveDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentCancellationDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentCancellationDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentCancellationDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/salesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGroup" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentGateway" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGateway" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGateway" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentTreatment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentTreatment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentTreatment" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentTreatment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentTreatment" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/internalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/InternalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/InternalBusinessUnit" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/account" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "account" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentMethod" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayResultCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayResultCode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "An amount of currency paid." + } + ] } ] } @@ -5796,16 +12726,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentCreditMemoAllocation", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentCreditMemoAllocation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentCreditMemoAllocation" + "@value": "cim/entity/Payment/PaymentCreditMemoAllocation" } ], "http://a.ml/vocabularies/core#name": [ @@ -5815,16 +12745,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentCreditMemoAllocation/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentCreditMemoAllocation/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentCreditMemoAllocation/attr/id" + "@value": "cim/entity/Payment/PaymentCreditMemoAllocation/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -5841,7 +12771,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5852,9 +12782,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentCreditMemoAllocation/attr/relatedPaymentAllocation", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentCreditMemoAllocation/attr/relatedPaymentAllocation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5866,7 +12796,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentCreditMemoAllocation/attr/relatedPaymentAllocation" + "@value": "cim/entity/Payment/PaymentCreditMemoAllocation/attr/relatedPaymentAllocation" } ], "http://a.ml/vocabularies/core#name": [ @@ -5881,7 +12811,177 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentAllocation" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAllocation", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAllocation" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment Allocation" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAllocation/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAllocation/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAllocation/attr/paymentAllocationName", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAllocation/attr/paymentAllocationName" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAllocationName" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAllocation/attr/externalCreatedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAllocation/attr/externalCreatedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalCreatedDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAllocation/attr/relatedPaymentAllocation", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAllocation/attr/relatedPaymentAllocation" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "relatedPaymentAllocation" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAllocation", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAllocation" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A Payment Application may be further broken down, to allocate payment funds to one or more line items within an Invoice or Credit Memo" + } + ] } ] } @@ -5893,16 +12993,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentInvoiceAllocation", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentInvoiceAllocation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentInvoiceAllocation" + "@value": "cim/entity/Payment/PaymentInvoiceAllocation" } ], "http://a.ml/vocabularies/core#name": [ @@ -5912,9 +13012,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentInvoiceAllocation/attr/relatedPaymentAllocation", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentInvoiceAllocation/attr/relatedPaymentAllocation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5926,7 +13026,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentInvoiceAllocation/attr/relatedPaymentAllocation" + "@value": "cim/entity/Payment/PaymentInvoiceAllocation/attr/relatedPaymentAllocation" } ], "http://a.ml/vocabularies/core#name": [ @@ -5941,14 +13041,184 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentAllocation" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAllocation", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAllocation" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment Allocation" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAllocation/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAllocation/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAllocation/attr/paymentAllocationName", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAllocation/attr/paymentAllocationName" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAllocationName" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAllocation/attr/externalCreatedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAllocation/attr/externalCreatedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalCreatedDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAllocation/attr/relatedPaymentAllocation", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAllocation/attr/relatedPaymentAllocation" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "relatedPaymentAllocation" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAllocation", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAllocation" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A Payment Application may be further broken down, to allocate payment funds to one or more line items within an Invoice or Credit Memo" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentInvoiceAllocation/attr/paymentInvoiceApplication", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentInvoiceAllocation/attr/paymentInvoiceApplication", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5960,7 +13230,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentInvoiceAllocation/attr/paymentInvoiceApplication" + "@value": "cim/entity/Payment/PaymentInvoiceAllocation/attr/paymentInvoiceApplication" } ], "http://a.ml/vocabularies/core#name": [ @@ -5970,7 +13240,1291 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentInvoiceApplication" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentInvoiceApplication", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentInvoiceApplication" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment Invoice Application" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentInvoiceApplication/attr/paymentInvoiceApplicationType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentInvoiceApplication/attr/paymentInvoiceApplicationType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentInvoiceApplicationType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentInvoiceApplication/attr/payment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentInvoiceApplication/attr/payment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "payment" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/Payment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/authorizationProcessingMode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/authorizationProcessingMode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "authorizationProcessingMode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayInternalResult", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayInternalResult" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayInternalResult" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/customerPhoneNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/customerPhoneNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "customerPhoneNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/customerEmailAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/customerEmailAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "customerEmailAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayReferenceNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayReferenceNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayReferenceNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayInternalReferenceNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayInternalReferenceNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayInternalReferenceNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestPaymentGatewayMessageText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestPaymentGatewayMessageText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestPaymentGatewayMessageText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/macAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/macAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "macAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/iPAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/iPAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "iPAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/commentText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/commentText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "commentText" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/netAppliedAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/netAppliedAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "netAppliedAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/totalAppliedAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/totalAppliedAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAppliedAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/totalUnappliedAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/totalUnappliedAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalUnappliedAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/balanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/balanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "balanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/externalCreatedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/externalCreatedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalCreatedDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentEffectiveDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentEffectiveDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentEffectiveDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentCancellationDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentCancellationDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentCancellationDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/salesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGroup" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentGateway" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGateway" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGateway" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentTreatment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentTreatment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentTreatment" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentTreatment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentTreatment" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/internalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/InternalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/InternalBusinessUnit" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/account" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "account" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/paymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/paymentMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentMethod" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/Payment/attr/latestGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/Payment/attr/latestGatewayResultCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "latestGatewayResultCode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "An amount of currency paid." + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Facilitates applying/unapplying payment balance to an Invoice." + } + ] } ] } @@ -5982,16 +14536,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/RefundPaymentAllocation", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/RefundPaymentAllocation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundPaymentAllocation" + "@value": "cim/entity/Payment/RefundPaymentAllocation" } ], "http://a.ml/vocabularies/core#name": [ @@ -6001,9 +14555,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundPaymentAllocation/attr/refundPayment", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundPaymentAllocation/attr/refundPayment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6015,7 +14569,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundPaymentAllocation/attr/refundPayment" + "@value": "cim/entity/Payment/RefundPaymentAllocation/attr/refundPayment" } ], "http://a.ml/vocabularies/core#name": [ @@ -6030,14 +14584,119 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/RefundPayment" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/RefundPayment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/RefundPayment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Refund Payment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundPayment/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/RefundPayment/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundPayment/attr/salesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/RefundPayment/attr/salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Represents a repayment made, typically to a customer who isn’t satisfied with the goods or services purchased. Refunds are typically made after a payment has already been received from customers" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RefundPaymentAllocation/attr/capturePayment", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/RefundPaymentAllocation/attr/capturePayment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6049,7 +14708,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RefundPaymentAllocation/attr/capturePayment" + "@value": "cim/entity/Payment/RefundPaymentAllocation/attr/capturePayment" } ], "http://a.ml/vocabularies/core#name": [ @@ -6064,7 +14723,120 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/CapturePayment" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/CapturePayment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/CapturePayment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Capture Payment" + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/CapturePayment/attr/salesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/CapturePayment/attr/salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/CapturePayment/attr/paymentAuthorization", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/CapturePayment/attr/paymentAuthorization" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAuthorization" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAuthorization", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "The transfer of money from the customer's account to the merchant's account." + } + ] } ] } @@ -6076,16 +14848,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentAuthorizationReversal", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAuthorizationReversal", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal" } ], "http://a.ml/vocabularies/core#name": [ @@ -6095,16 +14867,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalStatus" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -6121,7 +14893,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6130,16 +14902,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/paymentAuthorizationProcessingMode", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentAuthorizationProcessingMode", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/paymentAuthorizationProcessingMode" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentAuthorizationProcessingMode" } ], "http://a.ml/vocabularies/core#name": [ @@ -6156,7 +14928,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6165,16 +14937,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/id" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -6191,7 +14963,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6200,16 +14972,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/customerAuthorizationReversalPhone", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/customerAuthorizationReversalPhone", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/customerAuthorizationReversalPhone" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/customerAuthorizationReversalPhone" } ], "http://a.ml/vocabularies/core#name": [ @@ -6221,7 +14993,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6230,16 +15002,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/customerAuthorizationReversalEmail", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/customerAuthorizationReversalEmail", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/customerAuthorizationReversalEmail" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/customerAuthorizationReversalEmail" } ], "http://a.ml/vocabularies/core#name": [ @@ -6251,7 +15023,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6260,16 +15032,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalName" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalName" } ], "http://a.ml/vocabularies/core#name": [ @@ -6281,7 +15053,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6290,16 +15062,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalCommentText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalCommentText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalCommentText" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalCommentText" } ], "http://a.ml/vocabularies/core#name": [ @@ -6311,7 +15083,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6320,16 +15092,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/iPAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/iPAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/iPAddress" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/iPAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -6341,7 +15113,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6350,16 +15122,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/macAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/macAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/macAddress" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/macAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -6371,7 +15143,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6380,16 +15152,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/paymentGatewayInternalReferenceNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentGatewayInternalReferenceNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/paymentGatewayInternalReferenceNumber" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentGatewayInternalReferenceNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -6406,7 +15178,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6415,16 +15187,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/paymentGatewayReferenceNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentGatewayReferenceNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/paymentGatewayReferenceNumber" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentGatewayReferenceNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -6441,7 +15213,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6450,16 +15222,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/authorizationReversalAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/authorizationReversalAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/authorizationReversalAmount" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/authorizationReversalAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -6476,7 +15248,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6485,16 +15257,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/requestDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/requestDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/requestDate" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/requestDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -6511,7 +15283,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6520,16 +15292,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/paymentGatewayDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentGatewayDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/paymentGatewayDate" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentGatewayDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -6546,7 +15318,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6555,16 +15327,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/externalCreatedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/externalCreatedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/externalCreatedDate" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/externalCreatedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -6581,7 +15353,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6592,9 +15364,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/paymentAuthorization", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentAuthorization", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6606,7 +15378,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/paymentAuthorization" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentAuthorization" } ], "http://a.ml/vocabularies/core#name": [ @@ -6621,14 +15393,1131 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentAuthorization" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAuthorization", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment Authorization" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAuthorizationStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationProcessingMode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationProcessingMode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAuthorizationProcessingMode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAuthorizationNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationCommentText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationCommentText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAuthorizationCommentText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/gatewayAuthorizationCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/gatewayAuthorizationCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "gatewayAuthorizationCode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/iPAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/iPAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "iPAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/macAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/macAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "macAddress" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayReferenceNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayReferenceNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGatewayReferenceNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayInternalReferenceNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayInternalReferenceNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGatewayInternalReferenceNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/gatewayReferenceDetailsText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/gatewayReferenceDetailsText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "gatewayReferenceDetailsText" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/gatewayResultCodeDescription", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/gatewayResultCodeDescription" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "gatewayResultCodeDescription" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/availableBalanceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/availableBalanceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "availableBalanceAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/authorizationAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/authorizationAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "authorizationAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/totalPaymentCaptureAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/totalPaymentCaptureAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalPaymentCaptureAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/totalAuthorizationReversalAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/totalAuthorizationReversalAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAuthorizationReversalAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGatewayDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/requestDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/requestDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requestDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/expirationDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/expirationDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "expirationDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/externalCreatedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/externalCreatedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalCreatedDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGroup" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment Group" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/paymentGroupNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup/attr/paymentGroupNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGroupNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/totalPaymentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup/attr/totalPaymentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalPaymentAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/totalAuthorizationAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup/attr/totalAuthorizationAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAuthorizationAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGroup/attr/totalReversalAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGroup/attr/totalReversalAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalReversalAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Payment Group provides a way to associate payments and payment gateway events, where the payment is not associated with a Sales Order." + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/salesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGateway" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGateway" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGateway", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGateway" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentMethodID", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentMethodID" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentMethodID" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayResult", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayResult" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentGatewayResult" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "An approval from the issuer of a payment instrument (usually a card), that the customer has sufficient funds to cover the cost of the transaction." + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/capturePayment", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/capturePayment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6640,7 +16529,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/capturePayment" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/capturePayment" } ], "http://a.ml/vocabularies/core#name": [ @@ -6650,14 +16539,127 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/CapturePayment" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/CapturePayment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/CapturePayment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Capture Payment" + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/CapturePayment/attr/salesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/CapturePayment/attr/salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderPaymentSummary" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/CapturePayment/attr/paymentAuthorization", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/CapturePayment/attr/paymentAuthorization" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentAuthorization" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAuthorization", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentAuthorization" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "The transfer of money from the customer's account to the merchant's account." + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentAuthorizationReversal/attr/paymentGatewayResult", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentGatewayResult", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6669,7 +16671,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentAuthorizationReversal/attr/paymentGatewayResult" + "@value": "cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentGatewayResult" } ], "http://a.ml/vocabularies/core#name": [ @@ -6684,7 +16686,135 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayResultCode" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment Gateway Result Code" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayResultCode/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayResultCode/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Payment/PaymentGatewayResultCode/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Payment/PaymentGatewayResultCode/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "The response from the Payment Gateway." + } + ] } ] } diff --git a/out/cim/data_models/PaymentEntityGroup.yaml b/out/cim/data_models/PaymentEntityGroup.yaml index 89acce1..8e7e77f 100644 --- a/out/cim/data_models/PaymentEntityGroup.yaml +++ b/out/cim/data_models/PaymentEntityGroup.yaml @@ -2,970 +2,970 @@ uuid: cim/entitygroup/PaymentEntityGroup name: Payment entities: - Payment Gateway Authorization Reversal Log: - uuid: cim/entity/PaymentGatewayAuthReversalLog + Payment Gateway Payment Log: + uuid: cim/entity/Payment/PaymentGatewayPaymentLog associations: paymentGatewayResult: allowMultiple: true - uuid: cim/entity/PaymentGatewayAuthReversalLog/attr/paymentGatewayResult + uuid: cim/entity/Payment/PaymentGatewayPaymentLog/attr/paymentGatewayResult required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayResultCode - paymentAuthorizationReversal: + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode + payment: allowMultiple: true - uuid: cim/entity/PaymentGatewayAuthReversalLog/attr/paymentAuthorizationReversal - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentAuthorizationReversal - description: A log record of all requests made to financial institutions, made via the payment gateway, to cancel payment authorizations. - Payment Credit Memo Application: - uuid: cim/entity/PaymentCreditMemoApplication - attributes: - id: - uuid: cim/entity/PaymentCreditMemoApplication/attr/id + uuid: cim/entity/Payment/PaymentGatewayPaymentLog/attr/payment required: true - range: - type: string + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/Payment + description: A log record of all messages originating with financial institutions that previously provided payment authorizations, that payments have been deducted from customers' accounts. + Payment Gateway Authorization Log: + uuid: cim/entity/Payment/PaymentGatewayAuthorizationLog associations: - payment: + paymentGatewayResult: allowMultiple: true - uuid: cim/entity/PaymentCreditMemoApplication/attr/payment + uuid: cim/entity/Payment/PaymentGatewayAuthorizationLog/attr/paymentGatewayResult required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Payment - description: Facilitates applying/unapplying payment balance to a credit memo. - Refund Allocation: - uuid: cim/entity/RefundAllocation - attributes: - effectiveDate: - uuid: cim/entity/RefundAllocation/attr/effectiveDate + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode + paymentAuthorization: + allowMultiple: true + uuid: cim/entity/Payment/PaymentGatewayAuthorizationLog/attr/paymentAuthorization required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAuthorization + description: A log record of all requests made to financial institutions, made via the payment gateway, to authorize payments. + Payment Treatment: + uuid: cim/entity/Payment/PaymentTreatment + attributes: + paymentApplicationLevel: + uuid: cim/entity/Payment/PaymentTreatment/attr/paymentApplicationLevel range: type: string - unappliedDate: - uuid: cim/entity/RefundAllocation/attr/unappliedDate + paymentTreatmentStatus: + uuid: cim/entity/Payment/PaymentTreatment/attr/paymentTreatmentStatus required: true range: type: string - externalCreatedDate: - uuid: cim/entity/RefundAllocation/attr/externalCreatedDate + id: + uuid: cim/entity/Payment/PaymentTreatment/attr/id required: true range: type: string - refundBalanceAmount: - uuid: cim/entity/RefundAllocation/attr/refundBalanceAmount - required: true + shouldAutoInvoice: + uuid: cim/entity/Payment/PaymentTreatment/attr/shouldAutoInvoice range: type: string - hasBeenUnapplied: - uuid: cim/entity/RefundAllocation/attr/hasBeenUnapplied + paymentTreatmentName: + uuid: cim/entity/Payment/PaymentTreatment/attr/paymentTreatmentName range: type: string - appliedDate: - uuid: cim/entity/RefundAllocation/attr/appliedDate + associations: + paymentPolicy: + allowMultiple: true + uuid: cim/entity/Payment/PaymentTreatment/attr/paymentPolicy required: true - range: - type: string - refundAllocationType: - uuid: cim/entity/RefundAllocation/attr/refundAllocationType + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentPolicy + paymentTreatmentMethod: + allowMultiple: true + uuid: cim/entity/Payment/PaymentTreatment/attr/paymentTreatmentMethod required: true - range: - type: string - refundAllocationName: - uuid: cim/entity/RefundAllocation/attr/refundAllocationName - range: - type: string + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentTreatmentMethod + description: This entity has the information which controls the way in which payment can be applied based on a legal entity or workflow. A policy has multiple treatments associated. + Refund Credit Memo Allocation: + uuid: cim/entity/Payment/RefundCreditMemoAllocation + attributes: id: - uuid: cim/entity/RefundAllocation/attr/id - required: true - range: - type: string - allocatedAmount: - uuid: cim/entity/RefundAllocation/attr/allocatedAmount + uuid: cim/entity/Payment/RefundCreditMemoAllocation/attr/id required: true range: type: string associations: refundPayment: allowMultiple: true - uuid: cim/entity/RefundAllocation/attr/refundPayment + uuid: cim/entity/Payment/RefundCreditMemoAllocation/attr/refundPayment required: true - target: http://mulesoft.com/modeling/instances/cim/entity/RefundPayment - relatedRefundAllocation: - allowMultiple: true - uuid: cim/entity/RefundAllocation/attr/relatedRefundAllocation - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/RefundAllocation - description: Facilitates applying/unapplying a capture payment, or a credit memo to a Refund Payment. - Payment Invoice Application: - uuid: cim/entity/PaymentInvoiceApplication + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/RefundPayment + description: Facilitates applying/unapplying refund balance to a credit memo. + Payment Allocation: + uuid: cim/entity/Payment/PaymentAllocation attributes: - paymentInvoiceApplicationType: - uuid: cim/entity/PaymentInvoiceApplication/attr/paymentInvoiceApplicationType + id: + uuid: cim/entity/Payment/PaymentAllocation/attr/id + required: true + range: + type: string + paymentAllocationName: + uuid: cim/entity/Payment/PaymentAllocation/attr/paymentAllocationName + range: + type: string + externalCreatedDate: + uuid: cim/entity/Payment/PaymentAllocation/attr/externalCreatedDate + required: true range: type: string associations: - payment: + relatedPaymentAllocation: allowMultiple: true - uuid: cim/entity/PaymentInvoiceApplication/attr/payment + uuid: cim/entity/Payment/PaymentAllocation/attr/relatedPaymentAllocation required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Payment - description: Facilitates applying/unapplying payment balance to an Invoice. - Payment Gateway Provider: - uuid: cim/entity/PaymentGatewayProvider + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAllocation + description: A Payment Application may be further broken down, to allocate payment funds to one or more line items within an Invoice or Credit Memo + Payment Application: + uuid: cim/entity/Payment/PaymentApplication attributes: - namespacePrefixText: - uuid: cim/entity/PaymentGatewayProvider/attr/namespacePrefixText + name: + uuid: cim/entity/Payment/PaymentApplication/attr/name required: true range: type: string - id: - uuid: cim/entity/PaymentGatewayProvider/attr/id + appliedAmount: + uuid: cim/entity/Payment/PaymentApplication/attr/appliedAmount required: true range: type: string - apexAdapterClassName: - uuid: cim/entity/PaymentGatewayProvider/attr/apexAdapterClassName - required: true + commentText: + uuid: cim/entity/Payment/PaymentApplication/attr/commentText range: type: string - paymentGatewayProviderCommentText: - uuid: cim/entity/PaymentGatewayProvider/attr/paymentGatewayProviderCommentText + unappliedDate: + uuid: cim/entity/Payment/PaymentApplication/attr/unappliedDate + required: true range: type: string - paymentGatewayProviderName: - uuid: cim/entity/PaymentGatewayProvider/attr/paymentGatewayProviderName + paymentBalanceAmount: + uuid: cim/entity/Payment/PaymentApplication/attr/paymentBalanceAmount required: true range: type: string - developerName: - uuid: cim/entity/PaymentGatewayProvider/attr/developerName + appliedDate: + uuid: cim/entity/Payment/PaymentApplication/attr/appliedDate required: true range: type: string - description: Stores class details needed for maintaining Apex adapter. - Refund Credit Memo Allocation: - uuid: cim/entity/RefundCreditMemoAllocation - attributes: id: - uuid: cim/entity/RefundCreditMemoAllocation/attr/id + uuid: cim/entity/Payment/PaymentApplication/attr/id required: true range: type: string - associations: - refundPayment: - allowMultiple: true - uuid: cim/entity/RefundCreditMemoAllocation/attr/refundPayment - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/RefundPayment - description: Facilitates applying/unapplying refund balance to a credit memo. - Refund Payment Allocation: - uuid: cim/entity/RefundPaymentAllocation - associations: - refundPayment: - allowMultiple: true - uuid: cim/entity/RefundPaymentAllocation/attr/refundPayment - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/RefundPayment - capturePayment: - allowMultiple: true - uuid: cim/entity/RefundPaymentAllocation/attr/capturePayment + paymentApplicationType: + uuid: cim/entity/Payment/PaymentApplication/attr/paymentApplicationType required: true - target: http://mulesoft.com/modeling/instances/cim/entity/CapturePayment - description: Facilitates applying/unapplying refund balance to a payment. - Payment Invoice Allocation: - uuid: cim/entity/PaymentInvoiceAllocation - associations: - relatedPaymentAllocation: - allowMultiple: true - uuid: cim/entity/PaymentInvoiceAllocation/attr/relatedPaymentAllocation + range: + type: string + effectiveDate: + uuid: cim/entity/Payment/PaymentApplication/attr/effectiveDate required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentAllocation - paymentInvoiceApplication: - allowMultiple: true - uuid: cim/entity/PaymentInvoiceAllocation/attr/paymentInvoiceApplication - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentInvoiceApplication - description: Facilitates applying a Payment Application to the line items of an Invoice. - Payment Credit Memo Allocation: - uuid: cim/entity/PaymentCreditMemoAllocation - attributes: - id: - uuid: cim/entity/PaymentCreditMemoAllocation/attr/id + range: + type: string + hasBeenUnapplied: + uuid: cim/entity/Payment/PaymentApplication/attr/hasBeenUnapplied + range: + type: string + externalCreatedDate: + uuid: cim/entity/Payment/PaymentApplication/attr/externalCreatedDate required: true range: type: string associations: - relatedPaymentAllocation: + payment: allowMultiple: true - uuid: cim/entity/PaymentCreditMemoAllocation/attr/relatedPaymentAllocation + uuid: cim/entity/Payment/PaymentApplication/attr/payment required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentAllocation - description: Facilitates applying a Payment Application to the line items of a Credit Memo. - Payment Treatment: - uuid: cim/entity/PaymentTreatment + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/Payment + description: The designation of part or all of a Payment to satisfy a claim on the payment funds. + Payment Authorization: + uuid: cim/entity/Payment/PaymentAuthorization attributes: - paymentApplicationLevel: - uuid: cim/entity/PaymentTreatment/attr/paymentApplicationLevel + paymentAuthorizationProcessingMode: + uuid: cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationProcessingMode + required: true range: type: string - id: - uuid: cim/entity/PaymentTreatment/attr/id + expirationDate: + uuid: cim/entity/Payment/PaymentAuthorization/attr/expirationDate required: true range: type: string - paymentTreatmentName: - uuid: cim/entity/PaymentTreatment/attr/paymentTreatmentName + gatewayReferenceDetailsText: + uuid: cim/entity/Payment/PaymentAuthorization/attr/gatewayReferenceDetailsText + required: true range: type: string - paymentTreatmentStatus: - uuid: cim/entity/PaymentTreatment/attr/paymentTreatmentStatus + totalAuthorizationReversalAmount: + uuid: cim/entity/Payment/PaymentAuthorization/attr/totalAuthorizationReversalAmount required: true range: type: string - shouldAutoInvoice: - uuid: cim/entity/PaymentTreatment/attr/shouldAutoInvoice + gatewayResultCodeDescription: + uuid: cim/entity/Payment/PaymentAuthorization/attr/gatewayResultCodeDescription range: type: string - associations: - paymentPolicy: - allowMultiple: true - uuid: cim/entity/PaymentTreatment/attr/paymentPolicy - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentPolicy - paymentTreatmentMethod: - allowMultiple: true - uuid: cim/entity/PaymentTreatment/attr/paymentTreatmentMethod - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentTreatmentMethod - description: This entity has the information which controls the way in which payment can be applied based on a legal entity or workflow. A policy has multiple treatments associated. - Payment Gateway Result Code: - uuid: cim/entity/PaymentGatewayResultCode - attributes: - id: - uuid: cim/entity/PaymentGatewayResultCode/attr/id + paymentGatewayDate: + uuid: cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayDate required: true range: type: string - name: - uuid: cim/entity/PaymentGatewayResultCode/attr/name - required: true + macAddress: + uuid: cim/entity/Payment/PaymentAuthorization/attr/macAddress range: type: string - description: - uuid: cim/entity/PaymentGatewayResultCode/attr/description + gatewayAuthorizationCode: + uuid: cim/entity/Payment/PaymentAuthorization/attr/gatewayAuthorizationCode required: true range: type: string - description: The response from the Payment Gateway. - Payment Application: - uuid: cim/entity/PaymentApplication - attributes: - externalCreatedDate: - uuid: cim/entity/PaymentApplication/attr/externalCreatedDate + authorizationAmount: + uuid: cim/entity/Payment/PaymentAuthorization/attr/authorizationAmount required: true range: type: string - paymentBalanceAmount: - uuid: cim/entity/PaymentApplication/attr/paymentBalanceAmount + requestDate: + uuid: cim/entity/Payment/PaymentAuthorization/attr/requestDate required: true range: type: string - appliedAmount: - uuid: cim/entity/PaymentApplication/attr/appliedAmount + paymentGatewayReferenceNumber: + uuid: cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayReferenceNumber required: true range: type: string - unappliedDate: - uuid: cim/entity/PaymentApplication/attr/unappliedDate + paymentAuthorizationStatus: + uuid: cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationStatus required: true range: type: string - paymentApplicationType: - uuid: cim/entity/PaymentApplication/attr/paymentApplicationType + paymentAuthorizationNumber: + uuid: cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationNumber required: true range: type: string - appliedDate: - uuid: cim/entity/PaymentApplication/attr/appliedDate + paymentGatewayInternalReferenceNumber: + uuid: cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayInternalReferenceNumber required: true range: type: string - effectiveDate: - uuid: cim/entity/PaymentApplication/attr/effectiveDate - required: true + iPAddress: + uuid: cim/entity/Payment/PaymentAuthorization/attr/iPAddress range: type: string id: - uuid: cim/entity/PaymentApplication/attr/id + uuid: cim/entity/Payment/PaymentAuthorization/attr/id required: true range: type: string - name: - uuid: cim/entity/PaymentApplication/attr/name + externalCreatedDate: + uuid: cim/entity/Payment/PaymentAuthorization/attr/externalCreatedDate required: true range: type: string - commentText: - uuid: cim/entity/PaymentApplication/attr/commentText + totalPaymentCaptureAmount: + uuid: cim/entity/Payment/PaymentAuthorization/attr/totalPaymentCaptureAmount + required: true range: type: string - hasBeenUnapplied: - uuid: cim/entity/PaymentApplication/attr/hasBeenUnapplied + availableBalanceAmount: + uuid: cim/entity/Payment/PaymentAuthorization/attr/availableBalanceAmount + required: true + range: + type: string + paymentAuthorizationCommentText: + uuid: cim/entity/Payment/PaymentAuthorization/attr/paymentAuthorizationCommentText range: type: string associations: - payment: + paymentGateway: allowMultiple: true - uuid: cim/entity/PaymentApplication/attr/payment + uuid: cim/entity/Payment/PaymentAuthorization/attr/paymentGateway required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Payment - description: The designation of part or all of a Payment to satisfy a claim on the payment funds. - Payment Gateway Authorization Log: - uuid: cim/entity/PaymentGatewayAuthorizationLog - associations: + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGateway paymentGatewayResult: allowMultiple: true - uuid: cim/entity/PaymentGatewayAuthorizationLog/attr/paymentGatewayResult + uuid: cim/entity/Payment/PaymentAuthorization/attr/paymentGatewayResult required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayResultCode - paymentAuthorization: + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode + paymentMethodID: allowMultiple: true - uuid: cim/entity/PaymentGatewayAuthorizationLog/attr/paymentAuthorization + uuid: cim/entity/Payment/PaymentAuthorization/attr/paymentMethodID required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentAuthorization - description: A log record of all requests made to financial institutions, made via the payment gateway, to authorize payments. + target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod + paymentGroup: + allowMultiple: true + uuid: cim/entity/Payment/PaymentAuthorization/attr/paymentGroup + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGroup + salesOrderPaymentSummary: + allowMultiple: true + uuid: cim/entity/Payment/PaymentAuthorization/attr/salesOrderPaymentSummary + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary + description: An approval from the issuer of a payment instrument (usually a card), that the customer has sufficient funds to cover the cost of the transaction. Capture Payment: - uuid: cim/entity/CapturePayment + uuid: cim/entity/Payment/CapturePayment associations: salesOrderPaymentSummary: allowMultiple: true - uuid: cim/entity/CapturePayment/attr/salesOrderPaymentSummary + uuid: cim/entity/Payment/CapturePayment/attr/salesOrderPaymentSummary required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderPaymentSummary + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary paymentAuthorization: allowMultiple: true - uuid: cim/entity/CapturePayment/attr/paymentAuthorization + uuid: cim/entity/Payment/CapturePayment/attr/paymentAuthorization required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentAuthorization + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAuthorization description: The transfer of money from the customer's account to the merchant's account. - Payment Gateway: - uuid: cim/entity/PaymentGateway + Refund Payment: + uuid: cim/entity/Payment/RefundPayment attributes: - systemCredential: - uuid: cim/entity/PaymentGateway/attr/systemCredential - range: - type: string - paymentGatewayCommentText: - uuid: cim/entity/PaymentGateway/attr/paymentGatewayCommentText - range: - type: string id: - uuid: cim/entity/PaymentGateway/attr/id - required: true - range: - type: string - name: - uuid: cim/entity/PaymentGateway/attr/name - required: true - range: - type: string - paymentGatewayStatus: - uuid: cim/entity/PaymentGateway/attr/paymentGatewayStatus + uuid: cim/entity/Payment/RefundPayment/attr/id required: true range: type: string associations: - paymentGatewayProvider: + salesOrderPaymentSummary: allowMultiple: true - uuid: cim/entity/PaymentGateway/attr/paymentGatewayProvider + uuid: cim/entity/Payment/RefundPayment/attr/salesOrderPaymentSummary required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayProvider - description: Holds the payment gateway merchant details which are used to interact external payment systems. - Payment Authorization: - uuid: cim/entity/PaymentAuthorization + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary + description: Represents a repayment made, typically to a customer who isn’t satisfied with the goods or services purchased. Refunds are typically made after a payment has already been received from customers + Payment Authorization Reversal: + uuid: cim/entity/Payment/PaymentAuthorizationReversal attributes: paymentGatewayInternalReferenceNumber: - uuid: cim/entity/PaymentAuthorization/attr/paymentGatewayInternalReferenceNumber + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentGatewayInternalReferenceNumber required: true range: type: string - id: - uuid: cim/entity/PaymentAuthorization/attr/id - required: true + paymentAuthorizationReversalName: + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalName range: type: string - availableBalanceAmount: - uuid: cim/entity/PaymentAuthorization/attr/availableBalanceAmount + paymentAuthorizationProcessingMode: + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentAuthorizationProcessingMode required: true range: type: string - totalAuthorizationReversalAmount: - uuid: cim/entity/PaymentAuthorization/attr/totalAuthorizationReversalAmount - required: true + customerAuthorizationReversalEmail: + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/customerAuthorizationReversalEmail range: type: string - authorizationAmount: - uuid: cim/entity/PaymentAuthorization/attr/authorizationAmount + authorizationReversalAmount: + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/authorizationReversalAmount required: true range: type: string - gatewayAuthorizationCode: - uuid: cim/entity/PaymentAuthorization/attr/gatewayAuthorizationCode + externalCreatedDate: + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/externalCreatedDate required: true range: type: string - totalPaymentCaptureAmount: - uuid: cim/entity/PaymentAuthorization/attr/totalPaymentCaptureAmount + paymentGatewayDate: + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentGatewayDate required: true range: type: string - expirationDate: - uuid: cim/entity/PaymentAuthorization/attr/expirationDate + requestDate: + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/requestDate required: true range: type: string - paymentAuthorizationCommentText: - uuid: cim/entity/PaymentAuthorization/attr/paymentAuthorizationCommentText - range: - type: string - paymentAuthorizationProcessingMode: - uuid: cim/entity/PaymentAuthorization/attr/paymentAuthorizationProcessingMode - required: true + customerAuthorizationReversalPhone: + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/customerAuthorizationReversalPhone range: type: string - iPAddress: - uuid: cim/entity/PaymentAuthorization/attr/iPAddress + paymentAuthorizationReversalCommentText: + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalCommentText range: type: string paymentGatewayReferenceNumber: - uuid: cim/entity/PaymentAuthorization/attr/paymentGatewayReferenceNumber + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentGatewayReferenceNumber required: true range: type: string - paymentAuthorizationNumber: - uuid: cim/entity/PaymentAuthorization/attr/paymentAuthorizationNumber - required: true - range: - type: string - paymentGatewayDate: - uuid: cim/entity/PaymentAuthorization/attr/paymentGatewayDate - required: true - range: - type: string - requestDate: - uuid: cim/entity/PaymentAuthorization/attr/requestDate + paymentAuthorizationReversalStatus: + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalStatus required: true range: type: string - gatewayReferenceDetailsText: - uuid: cim/entity/PaymentAuthorization/attr/gatewayReferenceDetailsText - required: true + macAddress: + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/macAddress range: type: string - paymentAuthorizationStatus: - uuid: cim/entity/PaymentAuthorization/attr/paymentAuthorizationStatus + id: + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/id required: true range: type: string - gatewayResultCodeDescription: - uuid: cim/entity/PaymentAuthorization/attr/gatewayResultCodeDescription - range: - type: string - macAddress: - uuid: cim/entity/PaymentAuthorization/attr/macAddress - range: - type: string - externalCreatedDate: - uuid: cim/entity/PaymentAuthorization/attr/externalCreatedDate - required: true + iPAddress: + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/iPAddress range: type: string associations: - paymentGateway: + paymentAuthorization: allowMultiple: true - uuid: cim/entity/PaymentAuthorization/attr/paymentGateway + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentAuthorization required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentGateway - paymentGroup: + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAuthorization + capturePayment: allowMultiple: true - uuid: cim/entity/PaymentAuthorization/attr/paymentGroup - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentGroup + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/capturePayment + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/CapturePayment paymentGatewayResult: allowMultiple: true - uuid: cim/entity/PaymentAuthorization/attr/paymentGatewayResult + uuid: cim/entity/Payment/PaymentAuthorizationReversal/attr/paymentGatewayResult required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayResultCode - salesOrderPaymentSummary: + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode + description: An authorization reversal is a message that alerts the issuer that part or all of a sale has been cancelled and the authorization hold should be rescinded. + Refund Payment Allocation: + uuid: cim/entity/Payment/RefundPaymentAllocation + associations: + refundPayment: allowMultiple: true - uuid: cim/entity/PaymentAuthorization/attr/salesOrderPaymentSummary + uuid: cim/entity/Payment/RefundPaymentAllocation/attr/refundPayment required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderPaymentSummary - paymentMethodID: + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/RefundPayment + capturePayment: allowMultiple: true - uuid: cim/entity/PaymentAuthorization/attr/paymentMethodID + uuid: cim/entity/Payment/RefundPaymentAllocation/attr/capturePayment required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod - description: An approval from the issuer of a payment instrument (usually a card), that the customer has sufficient funds to cover the cost of the transaction. - Payment Treatment Method: - uuid: cim/entity/PaymentTreatmentMethod + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/CapturePayment + description: Facilitates applying/unapplying refund balance to a payment. + Payment Gateway Result Code: + uuid: cim/entity/Payment/PaymentGatewayResultCode attributes: id: - uuid: cim/entity/PaymentTreatmentMethod/attr/id - required: true - range: - type: string - paymentTreatmentMethodName: - uuid: cim/entity/PaymentTreatmentMethod/attr/paymentTreatmentMethodName - required: true - range: - type: string - paymentTreatmentMethodDescription: - uuid: cim/entity/PaymentTreatmentMethod/attr/paymentTreatmentMethodDescription + uuid: cim/entity/Payment/PaymentGatewayResultCode/attr/id required: true range: type: string - paymentTreatmentMethodCode: - uuid: cim/entity/PaymentTreatmentMethod/attr/paymentTreatmentMethodCode - required: true - range: - type: string - description: Represents a specific algorithm or method to apply. For example - pay for taxes first, pay for charges first, pay for oldest due invoice first etc. It can also point to a rule based on which application can be done. Treatment has a method. - Payment Policy: - uuid: cim/entity/PaymentPolicy - attributes: - paymentPolicyTreatmentSelection: - uuid: cim/entity/PaymentPolicy/attr/paymentPolicyTreatmentSelection + name: + uuid: cim/entity/Payment/PaymentGatewayResultCode/attr/name required: true range: type: string description: - uuid: cim/entity/PaymentPolicy/attr/description - required: true - range: - type: string - paymentPolicyStatus: - uuid: cim/entity/PaymentPolicy/attr/paymentPolicyStatus - required: true - range: - type: string - name: - uuid: cim/entity/PaymentPolicy/attr/name + uuid: cim/entity/Payment/PaymentGatewayResultCode/attr/description required: true range: type: string + description: The response from the Payment Gateway. + Payment Credit Memo Allocation: + uuid: cim/entity/Payment/PaymentCreditMemoAllocation + attributes: id: - uuid: cim/entity/PaymentPolicy/attr/id + uuid: cim/entity/Payment/PaymentCreditMemoAllocation/attr/id required: true range: type: string - description: This entity stores policy information for an org or an account which can be used to automate the process of payment application to invoice based on business needs. - Payment Gateway Payment Log: - uuid: cim/entity/PaymentGatewayPaymentLog associations: - paymentGatewayResult: - allowMultiple: true - uuid: cim/entity/PaymentGatewayPaymentLog/attr/paymentGatewayResult - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayResultCode - payment: + relatedPaymentAllocation: allowMultiple: true - uuid: cim/entity/PaymentGatewayPaymentLog/attr/payment + uuid: cim/entity/Payment/PaymentCreditMemoAllocation/attr/relatedPaymentAllocation required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Payment - description: A log record of all messages originating with financial institutions that previously provided payment authorizations, that payments have been deducted from customers' accounts. + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAllocation + description: Facilitates applying a Payment Application to the line items of a Credit Memo. Payment Gateway Interaction Type: - uuid: cim/entity/PaymentGatewayInteractionType + uuid: cim/entity/Payment/PaymentGatewayInteractionType attributes: id: - uuid: cim/entity/PaymentGatewayInteractionType/attr/id + uuid: cim/entity/Payment/PaymentGatewayInteractionType/attr/id required: true range: type: string name: - uuid: cim/entity/PaymentGatewayInteractionType/attr/name + uuid: cim/entity/Payment/PaymentGatewayInteractionType/attr/name required: true range: type: string description: - uuid: cim/entity/PaymentGatewayInteractionType/attr/description + uuid: cim/entity/Payment/PaymentGatewayInteractionType/attr/description required: true range: type: string description: Reasons for accessing the Payment Gateway, including authorization, Sale and Void. - Payment Authorization Reversal: - uuid: cim/entity/PaymentAuthorizationReversal + Payment Invoice Allocation: + uuid: cim/entity/Payment/PaymentInvoiceAllocation + associations: + relatedPaymentAllocation: + allowMultiple: true + uuid: cim/entity/Payment/PaymentInvoiceAllocation/attr/relatedPaymentAllocation + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAllocation + paymentInvoiceApplication: + allowMultiple: true + uuid: cim/entity/Payment/PaymentInvoiceAllocation/attr/paymentInvoiceApplication + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentInvoiceApplication + description: Facilitates applying a Payment Application to the line items of an Invoice. + Payment Gateway Provider: + uuid: cim/entity/Payment/PaymentGatewayProvider attributes: - paymentAuthorizationReversalName: - uuid: cim/entity/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalName + paymentGatewayProviderCommentText: + uuid: cim/entity/Payment/PaymentGatewayProvider/attr/paymentGatewayProviderCommentText range: type: string - authorizationReversalAmount: - uuid: cim/entity/PaymentAuthorizationReversal/attr/authorizationReversalAmount + namespacePrefixText: + uuid: cim/entity/Payment/PaymentGatewayProvider/attr/namespacePrefixText required: true range: type: string - paymentAuthorizationReversalStatus: - uuid: cim/entity/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalStatus + apexAdapterClassName: + uuid: cim/entity/Payment/PaymentGatewayProvider/attr/apexAdapterClassName required: true range: type: string - requestDate: - uuid: cim/entity/PaymentAuthorizationReversal/attr/requestDate + id: + uuid: cim/entity/Payment/PaymentGatewayProvider/attr/id required: true range: type: string - externalCreatedDate: - uuid: cim/entity/PaymentAuthorizationReversal/attr/externalCreatedDate + developerName: + uuid: cim/entity/Payment/PaymentGatewayProvider/attr/developerName required: true range: type: string - paymentAuthorizationReversalCommentText: - uuid: cim/entity/PaymentAuthorizationReversal/attr/paymentAuthorizationReversalCommentText + paymentGatewayProviderName: + uuid: cim/entity/Payment/PaymentGatewayProvider/attr/paymentGatewayProviderName + required: true range: type: string - paymentGatewayDate: - uuid: cim/entity/PaymentAuthorizationReversal/attr/paymentGatewayDate + description: Stores class details needed for maintaining Apex adapter. + Refund Allocation: + uuid: cim/entity/Payment/RefundAllocation + attributes: + effectiveDate: + uuid: cim/entity/Payment/RefundAllocation/attr/effectiveDate required: true range: type: string - paymentAuthorizationProcessingMode: - uuid: cim/entity/PaymentAuthorizationReversal/attr/paymentAuthorizationProcessingMode + unappliedDate: + uuid: cim/entity/Payment/RefundAllocation/attr/unappliedDate required: true range: type: string - paymentGatewayReferenceNumber: - uuid: cim/entity/PaymentAuthorizationReversal/attr/paymentGatewayReferenceNumber + id: + uuid: cim/entity/Payment/RefundAllocation/attr/id required: true range: type: string - id: - uuid: cim/entity/PaymentAuthorizationReversal/attr/id + refundAllocationName: + uuid: cim/entity/Payment/RefundAllocation/attr/refundAllocationName + range: + type: string + allocatedAmount: + uuid: cim/entity/Payment/RefundAllocation/attr/allocatedAmount required: true range: type: string - paymentGatewayInternalReferenceNumber: - uuid: cim/entity/PaymentAuthorizationReversal/attr/paymentGatewayInternalReferenceNumber + appliedDate: + uuid: cim/entity/Payment/RefundAllocation/attr/appliedDate required: true range: type: string - iPAddress: - uuid: cim/entity/PaymentAuthorizationReversal/attr/iPAddress + refundAllocationType: + uuid: cim/entity/Payment/RefundAllocation/attr/refundAllocationType + required: true range: type: string - customerAuthorizationReversalEmail: - uuid: cim/entity/PaymentAuthorizationReversal/attr/customerAuthorizationReversalEmail + refundBalanceAmount: + uuid: cim/entity/Payment/RefundAllocation/attr/refundBalanceAmount + required: true range: type: string - customerAuthorizationReversalPhone: - uuid: cim/entity/PaymentAuthorizationReversal/attr/customerAuthorizationReversalPhone + externalCreatedDate: + uuid: cim/entity/Payment/RefundAllocation/attr/externalCreatedDate + required: true range: type: string - macAddress: - uuid: cim/entity/PaymentAuthorizationReversal/attr/macAddress + hasBeenUnapplied: + uuid: cim/entity/Payment/RefundAllocation/attr/hasBeenUnapplied range: type: string associations: - paymentAuthorization: + refundPayment: allowMultiple: true - uuid: cim/entity/PaymentAuthorizationReversal/attr/paymentAuthorization + uuid: cim/entity/Payment/RefundAllocation/attr/refundPayment required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentAuthorization - capturePayment: + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/RefundPayment + relatedRefundAllocation: allowMultiple: true - uuid: cim/entity/PaymentAuthorizationReversal/attr/capturePayment - target: http://mulesoft.com/modeling/instances/cim/entity/CapturePayment + uuid: cim/entity/Payment/RefundAllocation/attr/relatedRefundAllocation + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/RefundAllocation + description: Facilitates applying/unapplying a capture payment, or a credit memo to a Refund Payment. + Payment Gateway Authorization Reversal Log: + uuid: cim/entity/Payment/PaymentGatewayAuthReversalLog + associations: paymentGatewayResult: allowMultiple: true - uuid: cim/entity/PaymentAuthorizationReversal/attr/paymentGatewayResult + uuid: cim/entity/Payment/PaymentGatewayAuthReversalLog/attr/paymentGatewayResult required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayResultCode - description: An authorization reversal is a message that alerts the issuer that part or all of a sale has been cancelled and the authorization hold should be rescinded. - Payment Allocation: - uuid: cim/entity/PaymentAllocation + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode + paymentAuthorizationReversal: + allowMultiple: true + uuid: cim/entity/Payment/PaymentGatewayAuthReversalLog/attr/paymentAuthorizationReversal + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentAuthorizationReversal + description: A log record of all requests made to financial institutions, made via the payment gateway, to cancel payment authorizations. + Payment: + uuid: cim/entity/Payment/Payment attributes: - id: - uuid: cim/entity/PaymentAllocation/attr/id + netAppliedAmount: + uuid: cim/entity/Payment/Payment/attr/netAppliedAmount required: true range: type: string - paymentAllocationName: - uuid: cim/entity/PaymentAllocation/attr/paymentAllocationName + authorizationProcessingMode: + uuid: cim/entity/Payment/Payment/attr/authorizationProcessingMode + required: true range: type: string - externalCreatedDate: - uuid: cim/entity/PaymentAllocation/attr/externalCreatedDate + latestGatewayReferenceNumber: + uuid: cim/entity/Payment/Payment/attr/latestGatewayReferenceNumber required: true range: type: string - associations: - relatedPaymentAllocation: - allowMultiple: true - uuid: cim/entity/PaymentAllocation/attr/relatedPaymentAllocation - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentAllocation - description: A Payment Application may be further broken down, to allocate payment funds to one or more line items within an Invoice or Credit Memo - Payment: - uuid: cim/entity/Payment - attributes: - paymentNumber: - uuid: cim/entity/Payment/attr/paymentNumber + paymentCancellationDate: + uuid: cim/entity/Payment/Payment/attr/paymentCancellationDate required: true range: type: string - commentText: - uuid: cim/entity/Payment/attr/commentText + latestGatewayDate: + uuid: cim/entity/Payment/Payment/attr/latestGatewayDate required: true range: type: string name: - uuid: cim/entity/Payment/attr/name + uuid: cim/entity/Payment/Payment/attr/name required: true range: type: string - latestGatewayInternalReferenceNumber: - uuid: cim/entity/Payment/attr/latestGatewayInternalReferenceNumber + latestPaymentGatewayMessageText: + uuid: cim/entity/Payment/Payment/attr/latestPaymentGatewayMessageText + range: + type: string + commentText: + uuid: cim/entity/Payment/Payment/attr/commentText required: true range: type: string customerPhoneNumber: - uuid: cim/entity/Payment/attr/customerPhoneNumber + uuid: cim/entity/Payment/Payment/attr/customerPhoneNumber range: type: string - authorizationProcessingMode: - uuid: cim/entity/Payment/attr/authorizationProcessingMode + latestGatewayInternalResult: + uuid: cim/entity/Payment/Payment/attr/latestGatewayInternalResult required: true range: type: string - macAddress: - uuid: cim/entity/Payment/attr/macAddress - range: - type: string totalUnappliedAmount: - uuid: cim/entity/Payment/attr/totalUnappliedAmount + uuid: cim/entity/Payment/Payment/attr/totalUnappliedAmount required: true range: type: string - netAppliedAmount: - uuid: cim/entity/Payment/attr/netAppliedAmount + paymentNumber: + uuid: cim/entity/Payment/Payment/attr/paymentNumber required: true range: type: string - paymentStatus: - uuid: cim/entity/Payment/attr/paymentStatus - required: true + iPAddress: + uuid: cim/entity/Payment/Payment/attr/iPAddress range: type: string paymentEffectiveDate: - uuid: cim/entity/Payment/attr/paymentEffectiveDate - required: true - range: - type: string - id: - uuid: cim/entity/Payment/attr/id + uuid: cim/entity/Payment/Payment/attr/paymentEffectiveDate required: true range: type: string - paymentAmount: - uuid: cim/entity/Payment/attr/paymentAmount + externalCreatedDate: + uuid: cim/entity/Payment/Payment/attr/externalCreatedDate required: true range: type: string - customerEmailAddress: - uuid: cim/entity/Payment/attr/customerEmailAddress - range: - type: string - latestGatewayDate: - uuid: cim/entity/Payment/attr/latestGatewayDate + totalAppliedAmount: + uuid: cim/entity/Payment/Payment/attr/totalAppliedAmount required: true range: type: string - paymentType: - uuid: cim/entity/Payment/attr/paymentType + balanceAmount: + uuid: cim/entity/Payment/Payment/attr/balanceAmount required: true range: type: string - iPAddress: - uuid: cim/entity/Payment/attr/iPAddress - range: - type: string - externalCreatedDate: - uuid: cim/entity/Payment/attr/externalCreatedDate + paymentStatus: + uuid: cim/entity/Payment/Payment/attr/paymentStatus required: true range: type: string - balanceAmount: - uuid: cim/entity/Payment/attr/balanceAmount + paymentAmount: + uuid: cim/entity/Payment/Payment/attr/paymentAmount required: true range: type: string - latestGatewayInternalResult: - uuid: cim/entity/Payment/attr/latestGatewayInternalResult + latestGatewayInternalReferenceNumber: + uuid: cim/entity/Payment/Payment/attr/latestGatewayInternalReferenceNumber required: true range: type: string - totalAppliedAmount: - uuid: cim/entity/Payment/attr/totalAppliedAmount + paymentType: + uuid: cim/entity/Payment/Payment/attr/paymentType required: true range: type: string - paymentCancellationDate: - uuid: cim/entity/Payment/attr/paymentCancellationDate - required: true + customerEmailAddress: + uuid: cim/entity/Payment/Payment/attr/customerEmailAddress range: type: string - latestGatewayReferenceNumber: - uuid: cim/entity/Payment/attr/latestGatewayReferenceNumber + id: + uuid: cim/entity/Payment/Payment/attr/id required: true range: type: string - latestPaymentGatewayMessageText: - uuid: cim/entity/Payment/attr/latestPaymentGatewayMessageText + macAddress: + uuid: cim/entity/Payment/Payment/attr/macAddress range: type: string associations: - paymentGroup: - allowMultiple: true - uuid: cim/entity/Payment/attr/paymentGroup - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentGroup paymentGateway: allowMultiple: true - uuid: cim/entity/Payment/attr/paymentGateway + uuid: cim/entity/Payment/Payment/attr/paymentGateway required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentGateway - account: - allowMultiple: true - uuid: cim/entity/Payment/attr/account - target: http://mulesoft.com/modeling/instances/cim/entity/Account - paymentMethod: + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGateway + paymentGroup: allowMultiple: true - uuid: cim/entity/Payment/attr/paymentMethod + uuid: cim/entity/Payment/Payment/attr/paymentGroup required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGroup salesOrderPaymentSummary: allowMultiple: true - uuid: cim/entity/Payment/attr/salesOrderPaymentSummary + uuid: cim/entity/Payment/Payment/attr/salesOrderPaymentSummary required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderPaymentSummary + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary + latestGatewayResultCode: + allowMultiple: true + uuid: cim/entity/Payment/Payment/attr/latestGatewayResultCode + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode + account: + allowMultiple: true + uuid: cim/entity/Payment/Payment/attr/account + target: http://mulesoft.com/modeling/instances/cim/entity/Account/Account internalBusinessUnit: allowMultiple: true - uuid: cim/entity/Payment/attr/internalBusinessUnit + uuid: cim/entity/Payment/Payment/attr/internalBusinessUnit required: true - target: http://mulesoft.com/modeling/instances/cim/entity/InternalBusinessUnit - paymentTreatment: + target: http://mulesoft.com/modeling/instances/cim/entity/Party/InternalBusinessUnit + paymentMethod: allowMultiple: true - uuid: cim/entity/Payment/attr/paymentTreatment + uuid: cim/entity/Payment/Payment/attr/paymentMethod required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentTreatment - latestGatewayResultCode: + target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod + paymentTreatment: allowMultiple: true - uuid: cim/entity/Payment/attr/latestGatewayResultCode + uuid: cim/entity/Payment/Payment/attr/paymentTreatment required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayResultCode + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentTreatment description: An amount of currency paid. - Payment Gateway Interaction Log: - uuid: cim/entity/PaymentGatewayInteractionLog + Payment Policy: + uuid: cim/entity/Payment/PaymentPolicy attributes: - paymentGatewayReferenceNumber: - uuid: cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayReferenceNumber + paymentPolicyStatus: + uuid: cim/entity/Payment/PaymentPolicy/attr/paymentPolicyStatus required: true range: type: string - internalReferenceNumber: - uuid: cim/entity/PaymentGatewayInteractionLog/attr/internalReferenceNumber + id: + uuid: cim/entity/Payment/PaymentPolicy/attr/id required: true range: type: string - internalResultCode: - uuid: cim/entity/PaymentGatewayInteractionLog/attr/internalResultCode + description: + uuid: cim/entity/Payment/PaymentPolicy/attr/description required: true range: type: string - paymentGatewayInteractionStatus: - uuid: cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionStatus + paymentPolicyTreatmentSelection: + uuid: cim/entity/Payment/PaymentPolicy/attr/paymentPolicyTreatmentSelection required: true range: type: string - paymentGatewayAVSCode: - uuid: cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayAVSCode + name: + uuid: cim/entity/Payment/PaymentPolicy/attr/name + required: true + range: + type: string + description: This entity stores policy information for an org or an account which can be used to automate the process of payment application to invoice based on business needs. + Payment Credit Memo Application: + uuid: cim/entity/Payment/PaymentCreditMemoApplication + attributes: + id: + uuid: cim/entity/Payment/PaymentCreditMemoApplication/attr/id + required: true + range: + type: string + associations: + payment: + allowMultiple: true + uuid: cim/entity/Payment/PaymentCreditMemoApplication/attr/payment + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/Payment + description: Facilitates applying/unapplying payment balance to a credit memo. + Payment Treatment Method: + uuid: cim/entity/Payment/PaymentTreatmentMethod + attributes: + id: + uuid: cim/entity/Payment/PaymentTreatmentMethod/attr/id + required: true + range: + type: string + paymentTreatmentMethodName: + uuid: cim/entity/Payment/PaymentTreatmentMethod/attr/paymentTreatmentMethodName + required: true + range: + type: string + paymentTreatmentMethodDescription: + uuid: cim/entity/Payment/PaymentTreatmentMethod/attr/paymentTreatmentMethodDescription + required: true + range: + type: string + paymentTreatmentMethodCode: + uuid: cim/entity/Payment/PaymentTreatmentMethod/attr/paymentTreatmentMethodCode + required: true + range: + type: string + description: Represents a specific algorithm or method to apply. For example - pay for taxes first, pay for charges first, pay for oldest due invoice first etc. It can also point to a rule based on which application can be done. Treatment has a method. + Payment Group: + uuid: cim/entity/Payment/PaymentGroup + attributes: + totalReversalAmount: + uuid: cim/entity/Payment/PaymentGroup/attr/totalReversalAmount required: true range: type: string id: - uuid: cim/entity/PaymentGatewayInteractionLog/attr/id + uuid: cim/entity/Payment/PaymentGroup/attr/id + required: true + range: + type: string + paymentGroupNumber: + uuid: cim/entity/Payment/PaymentGroup/attr/paymentGroupNumber + required: true + range: + type: string + totalAuthorizationAmount: + uuid: cim/entity/Payment/PaymentGroup/attr/totalAuthorizationAmount + required: true + range: + type: string + totalPaymentAmount: + uuid: cim/entity/Payment/PaymentGroup/attr/totalPaymentAmount required: true range: type: string + description: Payment Group provides a way to associate payments and payment gateway events, where the payment is not associated with a Sales Order. + Payment Gateway Interaction Log: + uuid: cim/entity/Payment/PaymentGatewayInteractionLog + attributes: paymentGatewayDate: - uuid: cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayDate + uuid: cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayDate required: true range: type: string - paymentGatewayAuthorizationCode: - uuid: cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayAuthorizationCode + paymentGatewayReferenceNumber: + uuid: cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayReferenceNumber + required: true + range: + type: string + paymentGatewayInteractionStatus: + uuid: cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionStatus required: true range: type: string paymentGatewayMessageText: - uuid: cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayMessageText + uuid: cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayMessageText + range: + type: string + paymentGatewayAVSCode: + uuid: cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayAVSCode + required: true range: type: string paymentGatewayInteractionLogName: - uuid: cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionLogName + uuid: cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionLogName + required: true + range: + type: string + id: + uuid: cim/entity/Payment/PaymentGatewayInteractionLog/attr/id + required: true + range: + type: string + internalReferenceNumber: + uuid: cim/entity/Payment/PaymentGatewayInteractionLog/attr/internalReferenceNumber + required: true + range: + type: string + internalResultCode: + uuid: cim/entity/Payment/PaymentGatewayInteractionLog/attr/internalResultCode + required: true + range: + type: string + paymentGatewayAuthorizationCode: + uuid: cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayAuthorizationCode required: true range: type: string associations: paymentGatewayResult: allowMultiple: true - uuid: cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayResult + uuid: cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayResult required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayResultCode + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayResultCode paymentGatewayInteractionType: allowMultiple: true - uuid: cim/entity/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionType + uuid: cim/entity/Payment/PaymentGatewayInteractionLog/attr/paymentGatewayInteractionType required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentGatewayInteractionType + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayInteractionType description: A log record of all messages exchanged with merchants made via the payment gateway, for authorizations and payments. - Payment Group: - uuid: cim/entity/PaymentGroup + Payment Gateway: + uuid: cim/entity/Payment/PaymentGateway attributes: - totalReversalAmount: - uuid: cim/entity/PaymentGroup/attr/totalReversalAmount + name: + uuid: cim/entity/Payment/PaymentGateway/attr/name required: true range: type: string - totalAuthorizationAmount: - uuid: cim/entity/PaymentGroup/attr/totalAuthorizationAmount - required: true + systemCredential: + uuid: cim/entity/Payment/PaymentGateway/attr/systemCredential range: type: string - totalPaymentAmount: - uuid: cim/entity/PaymentGroup/attr/totalPaymentAmount + id: + uuid: cim/entity/Payment/PaymentGateway/attr/id required: true range: type: string - paymentGroupNumber: - uuid: cim/entity/PaymentGroup/attr/paymentGroupNumber - required: true + paymentGatewayCommentText: + uuid: cim/entity/Payment/PaymentGateway/attr/paymentGatewayCommentText range: type: string - id: - uuid: cim/entity/PaymentGroup/attr/id + paymentGatewayStatus: + uuid: cim/entity/Payment/PaymentGateway/attr/paymentGatewayStatus required: true range: type: string - description: Payment Group provides a way to associate payments and payment gateway events, where the payment is not associated with a Sales Order. - Refund Payment: - uuid: cim/entity/RefundPayment - attributes: - id: - uuid: cim/entity/RefundPayment/attr/id + associations: + paymentGatewayProvider: + allowMultiple: true + uuid: cim/entity/Payment/PaymentGateway/attr/paymentGatewayProvider required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/PaymentGatewayProvider + description: Holds the payment gateway merchant details which are used to interact external payment systems. + Payment Invoice Application: + uuid: cim/entity/Payment/PaymentInvoiceApplication + attributes: + paymentInvoiceApplicationType: + uuid: cim/entity/Payment/PaymentInvoiceApplication/attr/paymentInvoiceApplicationType range: type: string associations: - salesOrderPaymentSummary: + payment: allowMultiple: true - uuid: cim/entity/RefundPayment/attr/salesOrderPaymentSummary + uuid: cim/entity/Payment/PaymentInvoiceApplication/attr/payment required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderPaymentSummary - description: Represents a repayment made, typically to a customer who isn’t satisfied with the goods or services purchased. Refunds are typically made after a payment has already been received from customers + target: http://mulesoft.com/modeling/instances/cim/entity/Payment/Payment + description: Facilitates applying/unapplying payment balance to an Invoice. description: "Example Entities included: Payment, Payment Group, Payment Authorization, Payment Gateway" diff --git a/out/cim/data_models/PaymentMethodEntityGroup.jsonld b/out/cim/data_models/PaymentMethodEntityGroup.jsonld index d78c048..293c166 100644 --- a/out/cim/data_models/PaymentMethodEntityGroup.jsonld +++ b/out/cim/data_models/PaymentMethodEntityGroup.jsonld @@ -10,14 +10,14 @@ ], "http://a.ml/vocabularies/meta#definedBy": [ { - "@id": "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml" + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" } ], "http://a.ml/vocabularies/document#encodes": [ { "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/PaymentMethodEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", "http://a.ml/vocabularies/data-model#DataModel", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -34,16 +34,16 @@ ], "http://a.ml/vocabularies/data-model#entities": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentMethod" + "@value": "cim/entity/PaymentMethod/PaymentMethod" } ], "http://a.ml/vocabularies/core#name": [ @@ -53,16 +53,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/attr/paymentMethodStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethod/attr/paymentMethodStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentMethod/attr/paymentMethodStatus" + "@value": "cim/entity/PaymentMethod/PaymentMethod/attr/paymentMethodStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -79,7 +79,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -88,16 +88,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethod/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentMethod/attr/id" + "@value": "cim/entity/PaymentMethod/PaymentMethod/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -114,7 +114,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -125,9 +125,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/attr/paymentMethodType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethod/attr/paymentMethodType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -139,7 +139,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentMethod/attr/paymentMethodType" + "@value": "cim/entity/PaymentMethod/PaymentMethod/attr/paymentMethodType" } ], "http://a.ml/vocabularies/core#name": [ @@ -154,7 +154,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethodType" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethodType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType" + } + ] } ] } @@ -166,16 +177,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethodType", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethodType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentMethodType" + "@value": "cim/entity/PaymentMethod/PaymentMethodType" } ], "http://a.ml/vocabularies/core#name": [ @@ -185,16 +196,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethodType/attr/maxTransactionAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/maxTransactionAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentMethodType/attr/maxTransactionAmount" + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/maxTransactionAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -206,7 +217,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -215,16 +226,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethodType/attr/maxPerPeriodAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentMethodType/attr/maxPerPeriodAmount" + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -236,7 +247,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -245,16 +256,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethodType/attr/useMinimumAgeYear", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/useMinimumAgeYear", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentMethodType/attr/useMinimumAgeYear" + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/useMinimumAgeYear" } ], "http://a.ml/vocabularies/core#name": [ @@ -266,7 +277,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -275,16 +286,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethodType/attr/maxPerPeriodTransactionCount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodTransactionCount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentMethodType/attr/maxPerPeriodTransactionCount" + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodTransactionCount" } ], "http://a.ml/vocabularies/core#name": [ @@ -296,7 +307,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -305,16 +316,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethodType/attr/typeRequiredIdentification", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/typeRequiredIdentification", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentMethodType/attr/typeRequiredIdentification" + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/typeRequiredIdentification" } ], "http://a.ml/vocabularies/core#name": [ @@ -326,7 +337,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -335,16 +346,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethodType/attr/mediaType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/mediaType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentMethodType/attr/mediaType" + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/mediaType" } ], "http://a.ml/vocabularies/core#name": [ @@ -356,7 +367,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -365,16 +376,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethodType/attr/typeDescription", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/typeDescription", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentMethodType/attr/typeDescription" + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/typeDescription" } ], "http://a.ml/vocabularies/core#name": [ @@ -386,7 +397,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -395,16 +406,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethodType/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentMethodType/attr/name" + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -416,7 +427,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -425,16 +436,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethodType/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentMethodType/attr/id" + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -451,7 +462,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -467,16 +478,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentCard", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentCard", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentCard" + "@value": "cim/entity/PaymentMethod/PaymentCard" } ], "http://a.ml/vocabularies/core#name": [ @@ -486,16 +497,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentCard/attr/expirationMonth", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentCard/attr/expirationMonth", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentCard/attr/expirationMonth" + "@value": "cim/entity/PaymentMethod/PaymentCard/attr/expirationMonth" } ], "http://a.ml/vocabularies/core#name": [ @@ -512,7 +523,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -523,9 +534,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentCard/attr/paymentMethodType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentCard/attr/paymentMethodType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -537,7 +548,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PaymentCard/attr/paymentMethodType" + "@value": "cim/entity/PaymentMethod/PaymentCard/attr/paymentMethodType" } ], "http://a.ml/vocabularies/core#name": [ @@ -552,7 +563,305 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethodType" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethodType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment Method Type" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/maxTransactionAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/maxTransactionAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maxTransactionAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maxPerPeriodAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/useMinimumAgeYear", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/useMinimumAgeYear" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useMinimumAgeYear" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodTransactionCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodTransactionCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maxPerPeriodTransactionCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/typeRequiredIdentification", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/typeRequiredIdentification" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "typeRequiredIdentification" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/mediaType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/mediaType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mediaType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/typeDescription", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/typeDescription" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "typeDescription" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "The category of payment method, such as payment card, check or digital wallet." + } + ] } ] } @@ -564,16 +873,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Coupon", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/Coupon", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Coupon" + "@value": "cim/entity/PaymentMethod/Coupon" } ], "http://a.ml/vocabularies/core#name": [ @@ -583,16 +892,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Coupon/attr/discountAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/Coupon/attr/discountAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Coupon/attr/discountAmount" + "@value": "cim/entity/PaymentMethod/Coupon/attr/discountAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -604,7 +913,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -615,9 +924,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Coupon/attr/paymentMethodType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/Coupon/attr/paymentMethodType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -629,7 +938,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Coupon/attr/paymentMethodType" + "@value": "cim/entity/PaymentMethod/Coupon/attr/paymentMethodType" } ], "http://a.ml/vocabularies/core#name": [ @@ -644,7 +953,305 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethodType" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethodType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment Method Type" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/maxTransactionAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/maxTransactionAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maxTransactionAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maxPerPeriodAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/useMinimumAgeYear", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/useMinimumAgeYear" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useMinimumAgeYear" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodTransactionCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodTransactionCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maxPerPeriodTransactionCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/typeRequiredIdentification", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/typeRequiredIdentification" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "typeRequiredIdentification" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/mediaType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/mediaType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mediaType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/typeDescription", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/typeDescription" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "typeDescription" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "The category of payment method, such as payment card, check or digital wallet." + } + ] } ] } @@ -656,16 +1263,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/CreditTender", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/CreditTender", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/CreditTender" + "@value": "cim/entity/PaymentMethod/CreditTender" } ], "http://a.ml/vocabularies/core#name": [ @@ -675,9 +1282,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/CreditTender/attr/paymentMethodType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/CreditTender/attr/paymentMethodType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -689,7 +1296,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/CreditTender/attr/paymentMethodType" + "@value": "cim/entity/PaymentMethod/CreditTender/attr/paymentMethodType" } ], "http://a.ml/vocabularies/core#name": [ @@ -704,14 +1311,312 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethodType" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethodType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Payment Method Type" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/maxTransactionAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/maxTransactionAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maxTransactionAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maxPerPeriodAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/useMinimumAgeYear", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/useMinimumAgeYear" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "useMinimumAgeYear" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodTransactionCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodTransactionCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maxPerPeriodTransactionCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/typeRequiredIdentification", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/typeRequiredIdentification" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "typeRequiredIdentification" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/mediaType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/mediaType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mediaType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/typeDescription", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/typeDescription" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "typeDescription" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/PaymentMethodType/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethodType/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "The category of payment method, such as payment card, check or digital wallet." + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/CreditTender/attr/account", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PaymentMethod/CreditTender/attr/account", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -723,7 +1628,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/CreditTender/attr/account" + "@value": "cim/entity/PaymentMethod/CreditTender/attr/account" } ], "http://a.ml/vocabularies/core#name": [ @@ -733,7 +1638,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] } ] } diff --git a/out/cim/data_models/PaymentMethodEntityGroup.yaml b/out/cim/data_models/PaymentMethodEntityGroup.yaml index 75e1b0a..b855d09 100644 --- a/out/cim/data_models/PaymentMethodEntityGroup.yaml +++ b/out/cim/data_models/PaymentMethodEntityGroup.yaml @@ -2,107 +2,107 @@ uuid: cim/entitygroup/PaymentMethodEntityGroup name: Payment Method entities: - Credit Tender: - uuid: cim/entity/CreditTender + Payment Method: + uuid: cim/entity/PaymentMethod/PaymentMethod + attributes: + paymentMethodStatus: + uuid: cim/entity/PaymentMethod/PaymentMethod/attr/paymentMethodStatus + required: true + range: + type: string + id: + uuid: cim/entity/PaymentMethod/PaymentMethod/attr/id + required: true + range: + type: string associations: paymentMethodType: allowMultiple: true - uuid: cim/entity/CreditTender/attr/paymentMethodType + uuid: cim/entity/PaymentMethod/PaymentMethod/attr/paymentMethodType required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethodType - account: - allowMultiple: true - uuid: cim/entity/CreditTender/attr/account - target: http://mulesoft.com/modeling/instances/cim/entity/Account - description: Payment to the seller that results in an agreement to pay at a later date, usually via a credit account. - Coupon: - uuid: cim/entity/Coupon - attributes: - discountAmount: - uuid: cim/entity/Coupon/attr/discountAmount - range: - type: string + target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethodType + description: A means by which a buyer compensates a seller for a purchased good or service. + Credit Tender: + uuid: cim/entity/PaymentMethod/CreditTender associations: paymentMethodType: allowMultiple: true - uuid: cim/entity/Coupon/attr/paymentMethodType + uuid: cim/entity/PaymentMethod/CreditTender/attr/paymentMethodType required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethodType - description: Payment in the form of a voucher entitling the holder to a discount for a particular product. - Payment Method: - uuid: cim/entity/PaymentMethod + target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethodType + account: + allowMultiple: true + uuid: cim/entity/PaymentMethod/CreditTender/attr/account + target: http://mulesoft.com/modeling/instances/cim/entity/Account/Account + description: Payment to the seller that results in an agreement to pay at a later date, usually via a credit account. + Payment Card: + uuid: cim/entity/PaymentMethod/PaymentCard attributes: - paymentMethodStatus: - uuid: cim/entity/PaymentMethod/attr/paymentMethodStatus - required: true - range: - type: string - id: - uuid: cim/entity/PaymentMethod/attr/id + expirationMonth: + uuid: cim/entity/PaymentMethod/PaymentCard/attr/expirationMonth required: true range: type: string associations: paymentMethodType: allowMultiple: true - uuid: cim/entity/PaymentMethod/attr/paymentMethodType + uuid: cim/entity/PaymentMethod/PaymentCard/attr/paymentMethodType required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethodType - description: A means by which a buyer compensates a seller for a purchased good or service. + target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethodType + description: A payment system issued by a financial institution to a customer that allows its owner (the cardholder) to access funds in designated bank accounts Payment Method Type: - uuid: cim/entity/PaymentMethodType + uuid: cim/entity/PaymentMethod/PaymentMethodType attributes: - maxPerPeriodTransactionCount: - uuid: cim/entity/PaymentMethodType/attr/maxPerPeriodTransactionCount + useMinimumAgeYear: + uuid: cim/entity/PaymentMethod/PaymentMethodType/attr/useMinimumAgeYear range: type: integer - mediaType: - uuid: cim/entity/PaymentMethodType/attr/mediaType + name: + uuid: cim/entity/PaymentMethod/PaymentMethodType/attr/name + range: + type: string + typeDescription: + uuid: cim/entity/PaymentMethod/PaymentMethodType/attr/typeDescription range: type: string typeRequiredIdentification: - uuid: cim/entity/PaymentMethodType/attr/typeRequiredIdentification + uuid: cim/entity/PaymentMethod/PaymentMethodType/attr/typeRequiredIdentification range: type: string id: - uuid: cim/entity/PaymentMethodType/attr/id + uuid: cim/entity/PaymentMethod/PaymentMethodType/attr/id required: true range: type: string - name: - uuid: cim/entity/PaymentMethodType/attr/name + maxPerPeriodAmount: + uuid: cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodAmount range: type: string - useMinimumAgeYear: - uuid: cim/entity/PaymentMethodType/attr/useMinimumAgeYear - range: - type: integer maxTransactionAmount: - uuid: cim/entity/PaymentMethodType/attr/maxTransactionAmount + uuid: cim/entity/PaymentMethod/PaymentMethodType/attr/maxTransactionAmount range: type: string - typeDescription: - uuid: cim/entity/PaymentMethodType/attr/typeDescription + mediaType: + uuid: cim/entity/PaymentMethod/PaymentMethodType/attr/mediaType range: type: string - maxPerPeriodAmount: - uuid: cim/entity/PaymentMethodType/attr/maxPerPeriodAmount + maxPerPeriodTransactionCount: + uuid: cim/entity/PaymentMethod/PaymentMethodType/attr/maxPerPeriodTransactionCount range: - type: string + type: integer description: The category of payment method, such as payment card, check or digital wallet. - Payment Card: - uuid: cim/entity/PaymentCard + Coupon: + uuid: cim/entity/PaymentMethod/Coupon attributes: - expirationMonth: - uuid: cim/entity/PaymentCard/attr/expirationMonth - required: true + discountAmount: + uuid: cim/entity/PaymentMethod/Coupon/attr/discountAmount range: type: string associations: paymentMethodType: allowMultiple: true - uuid: cim/entity/PaymentCard/attr/paymentMethodType + uuid: cim/entity/PaymentMethod/Coupon/attr/paymentMethodType required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethodType - description: A payment system issued by a financial institution to a customer that allows its owner (the cardholder) to access funds in designated bank accounts + target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethodType + description: Payment in the form of a voucher entitling the holder to a discount for a particular product. description: "Example Entities included: Payment Method Type, Payment Card Tender, Digital Wallet Tender" diff --git a/out/cim/data_models/ProductAttributeEntityGroup.jsonld b/out/cim/data_models/ProductAttributeEntityGroup.jsonld index db57caf..749d454 100644 --- a/out/cim/data_models/ProductAttributeEntityGroup.jsonld +++ b/out/cim/data_models/ProductAttributeEntityGroup.jsonld @@ -10,14 +10,14 @@ ], "http://a.ml/vocabularies/meta#definedBy": [ { - "@id": "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml" + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" } ], "http://a.ml/vocabularies/document#encodes": [ { "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/ProductAttributeEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", "http://a.ml/vocabularies/data-model#DataModel", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -34,16 +34,16 @@ ], "http://a.ml/vocabularies/data-model#entities": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductValidityTimePeriodUOM", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductValidityTimePeriodUOM" + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM" } ], "http://a.ml/vocabularies/core#name": [ @@ -53,16 +53,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductValidityTimePeriodUOM/attr/pluralName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM/attr/pluralName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductValidityTimePeriodUOM/attr/pluralName" + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM/attr/pluralName" } ], "http://a.ml/vocabularies/core#name": [ @@ -79,7 +79,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -88,16 +88,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductValidityTimePeriodUOM/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductValidityTimePeriodUOM/attr/name" + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -114,7 +114,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -123,16 +123,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductValidityTimePeriodUOM/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductValidityTimePeriodUOM/attr/id" + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -149,7 +149,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -165,16 +165,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCollateral", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductCollateral", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCollateral" + "@value": "cim/entity/ProductAttribute/ProductCollateral" } ], "http://a.ml/vocabularies/core#name": [ @@ -184,16 +184,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCollateral/attr/uRL", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/ProductCollateral/attr/uRL", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCollateral/attr/uRL" + "@value": "cim/entity/ProductAttribute/ProductCollateral/attr/uRL" } ], "http://a.ml/vocabularies/core#name": [ @@ -210,7 +210,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -219,16 +219,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCollateral/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/ProductCollateral/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCollateral/attr/id" + "@value": "cim/entity/ProductAttribute/ProductCollateral/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -245,7 +245,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -256,9 +256,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCollateral/attr/product", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/ProductCollateral/attr/product", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -270,7 +270,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCollateral/attr/product" + "@value": "cim/entity/ProductAttribute/ProductCollateral/attr/product" } ], "http://a.ml/vocabularies/core#name": [ @@ -285,7 +285,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] } ] } @@ -297,16 +308,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AttributeSetTranslation", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/AttributeSetTranslation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AttributeSetTranslation" + "@value": "cim/entity/ProductAttribute/AttributeSetTranslation" } ], "http://a.ml/vocabularies/core#name": [ @@ -316,16 +327,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AttributeSetTranslation/attr/translatedName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/AttributeSetTranslation/attr/translatedName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AttributeSetTranslation/attr/translatedName" + "@value": "cim/entity/ProductAttribute/AttributeSetTranslation/attr/translatedName" } ], "http://a.ml/vocabularies/core#name": [ @@ -342,7 +353,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -351,16 +362,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AttributeSetTranslation/attr/attributeSet", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/AttributeSetTranslation/attr/attributeSet", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AttributeSetTranslation/attr/attributeSet" + "@value": "cim/entity/ProductAttribute/AttributeSetTranslation/attr/attributeSet" } ], "http://a.ml/vocabularies/core#name": [ @@ -377,7 +388,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -386,16 +397,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AttributeSetTranslation/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/AttributeSetTranslation/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AttributeSetTranslation/attr/id" + "@value": "cim/entity/ProductAttribute/AttributeSetTranslation/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -412,7 +423,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -428,16 +439,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AttributeTranslation", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/AttributeTranslation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AttributeTranslation" + "@value": "cim/entity/ProductAttribute/AttributeTranslation" } ], "http://a.ml/vocabularies/core#name": [ @@ -447,16 +458,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AttributeTranslation/attr/translatedName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/AttributeTranslation/attr/translatedName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AttributeTranslation/attr/translatedName" + "@value": "cim/entity/ProductAttribute/AttributeTranslation/attr/translatedName" } ], "http://a.ml/vocabularies/core#name": [ @@ -473,7 +484,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -482,16 +493,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AttributeTranslation/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/AttributeTranslation/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AttributeTranslation/attr/id" + "@value": "cim/entity/ProductAttribute/AttributeTranslation/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -508,7 +519,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -524,16 +535,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AttributeValue", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/AttributeValue", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AttributeValue" + "@value": "cim/entity/ProductAttribute/AttributeValue" } ], "http://a.ml/vocabularies/core#name": [ @@ -543,16 +554,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AttributeValue/attr/attributeValue", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/AttributeValue/attr/attributeValue", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AttributeValue/attr/attributeValue" + "@value": "cim/entity/ProductAttribute/AttributeValue/attr/attributeValue" } ], "http://a.ml/vocabularies/core#name": [ @@ -569,7 +580,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -578,16 +589,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AttributeValue/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/AttributeValue/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AttributeValue/attr/id" + "@value": "cim/entity/ProductAttribute/AttributeValue/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -604,7 +615,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -620,16 +631,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AttributeValueTranslation", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/AttributeValueTranslation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AttributeValueTranslation" + "@value": "cim/entity/ProductAttribute/AttributeValueTranslation" } ], "http://a.ml/vocabularies/core#name": [ @@ -639,16 +650,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AttributeValueTranslation/attr/translatedAttributeValue", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/AttributeValueTranslation/attr/translatedAttributeValue", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AttributeValueTranslation/attr/translatedAttributeValue" + "@value": "cim/entity/ProductAttribute/AttributeValueTranslation/attr/translatedAttributeValue" } ], "http://a.ml/vocabularies/core#name": [ @@ -665,7 +676,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -674,16 +685,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AttributeValueTranslation/attr/translatedAttributeValueDescription", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/AttributeValueTranslation/attr/translatedAttributeValueDescription", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AttributeValueTranslation/attr/translatedAttributeValueDescription" + "@value": "cim/entity/ProductAttribute/AttributeValueTranslation/attr/translatedAttributeValueDescription" } ], "http://a.ml/vocabularies/core#name": [ @@ -695,7 +706,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -704,16 +715,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AttributeValueTranslation/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/AttributeValueTranslation/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AttributeValueTranslation/attr/id" + "@value": "cim/entity/ProductAttribute/AttributeValueTranslation/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -730,7 +741,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -741,9 +752,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/AttributeValueTranslation/attr/attributeValue", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/AttributeValueTranslation/attr/attributeValue", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -755,7 +766,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/AttributeValueTranslation/attr/attributeValue" + "@value": "cim/entity/ProductAttribute/AttributeValueTranslation/attr/attributeValue" } ], "http://a.ml/vocabularies/core#name": [ @@ -770,7 +781,100 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AttributeValue" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/AttributeValue", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/AttributeValue" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Attribute Value" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/AttributeValue/attr/attributeValue", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/AttributeValue/attr/attributeValue" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "attributeValue" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/AttributeValue/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/AttributeValue/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A predefine set of values for a product attribute e.g. shoe lace length 10, 12, 14 centimeter" + } + ] } ] } @@ -782,16 +886,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttributeValue", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductAttributeValue", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductAttributeValue" + "@value": "cim/entity/ProductAttribute/ProductAttributeValue" } ], "http://a.ml/vocabularies/core#name": [ @@ -801,16 +905,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttributeValue/attr/customAttributeValue", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/ProductAttributeValue/attr/customAttributeValue", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductAttributeValue/attr/customAttributeValue" + "@value": "cim/entity/ProductAttribute/ProductAttributeValue/attr/customAttributeValue" } ], "http://a.ml/vocabularies/core#name": [ @@ -822,7 +926,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -831,16 +935,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttributeValue/attr/attributeSet", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/ProductAttributeValue/attr/attributeSet", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductAttributeValue/attr/attributeSet" + "@value": "cim/entity/ProductAttribute/ProductAttributeValue/attr/attributeSet" } ], "http://a.ml/vocabularies/core#name": [ @@ -857,7 +961,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -866,16 +970,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttributeValue/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/ProductAttributeValue/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductAttributeValue/attr/name" + "@value": "cim/entity/ProductAttribute/ProductAttributeValue/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -892,7 +996,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -901,16 +1005,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttributeValue/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/ProductAttributeValue/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductAttributeValue/attr/id" + "@value": "cim/entity/ProductAttribute/ProductAttributeValue/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -927,7 +1031,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -938,9 +1042,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttributeValue/attr/attributeValue", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/ProductAttributeValue/attr/attributeValue", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -952,7 +1056,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductAttributeValue/attr/attributeValue" + "@value": "cim/entity/ProductAttribute/ProductAttributeValue/attr/attributeValue" } ], "http://a.ml/vocabularies/core#name": [ @@ -962,14 +1066,107 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AttributeValue" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/AttributeValue", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/AttributeValue" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Attribute Value" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/AttributeValue/attr/attributeValue", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/AttributeValue/attr/attributeValue" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "attributeValue" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/AttributeValue/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/AttributeValue/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A predefine set of values for a product attribute e.g. shoe lace length 10, 12, 14 centimeter" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttributeValue/attr/product", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/ProductAttributeValue/attr/product", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -981,7 +1178,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductAttributeValue/attr/product" + "@value": "cim/entity/ProductAttribute/ProductAttributeValue/attr/product" } ], "http://a.ml/vocabularies/core#name": [ @@ -996,7 +1193,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] } ] } @@ -1008,16 +1216,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttributeSet", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductAttributeSet", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductAttributeSet" + "@value": "cim/entity/ProductAttribute/ProductAttributeSet" } ], "http://a.ml/vocabularies/core#name": [ @@ -1027,16 +1235,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttributeSet/attr/attributeSet", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/ProductAttributeSet/attr/attributeSet", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductAttributeSet/attr/attributeSet" + "@value": "cim/entity/ProductAttribute/ProductAttributeSet/attr/attributeSet" } ], "http://a.ml/vocabularies/core#name": [ @@ -1053,7 +1261,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1062,16 +1270,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttributeSet/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/ProductAttributeSet/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductAttributeSet/attr/id" + "@value": "cim/entity/ProductAttribute/ProductAttributeSet/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1088,7 +1296,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1099,9 +1307,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttributeSet/attr/product", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/ProductAttributeSet/attr/product", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1113,7 +1321,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductAttributeSet/attr/product" + "@value": "cim/entity/ProductAttribute/ProductAttributeSet/attr/product" } ], "http://a.ml/vocabularies/core#name": [ @@ -1128,7 +1336,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] } ] } @@ -1140,16 +1359,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PriceBookEntry", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/PriceBookEntry", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PriceBookEntry" + "@value": "cim/entity/ProductAttribute/PriceBookEntry" } ], "http://a.ml/vocabularies/core#name": [ @@ -1159,16 +1378,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PriceBookEntry/attr/maxRequiredOrderValue", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/PriceBookEntry/attr/maxRequiredOrderValue", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PriceBookEntry/attr/maxRequiredOrderValue" + "@value": "cim/entity/ProductAttribute/PriceBookEntry/attr/maxRequiredOrderValue" } ], "http://a.ml/vocabularies/core#name": [ @@ -1180,7 +1399,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1189,16 +1408,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PriceBookEntry/attr/minRequiredOrderValue", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/PriceBookEntry/attr/minRequiredOrderValue", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PriceBookEntry/attr/minRequiredOrderValue" + "@value": "cim/entity/ProductAttribute/PriceBookEntry/attr/minRequiredOrderValue" } ], "http://a.ml/vocabularies/core#name": [ @@ -1210,7 +1429,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1219,16 +1438,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PriceBookEntry/attr/servicePeriodCount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/PriceBookEntry/attr/servicePeriodCount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PriceBookEntry/attr/servicePeriodCount" + "@value": "cim/entity/ProductAttribute/PriceBookEntry/attr/servicePeriodCount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1240,7 +1459,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1249,16 +1468,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PriceBookEntry/attr/minRequiredQuantity", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/PriceBookEntry/attr/minRequiredQuantity", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PriceBookEntry/attr/minRequiredQuantity" + "@value": "cim/entity/ProductAttribute/PriceBookEntry/attr/minRequiredQuantity" } ], "http://a.ml/vocabularies/core#name": [ @@ -1270,7 +1489,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1279,16 +1498,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PriceBookEntry/attr/useStandardPrice", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/PriceBookEntry/attr/useStandardPrice", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PriceBookEntry/attr/useStandardPrice" + "@value": "cim/entity/ProductAttribute/PriceBookEntry/attr/useStandardPrice" } ], "http://a.ml/vocabularies/core#name": [ @@ -1300,7 +1519,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1309,16 +1528,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PriceBookEntry/attr/isActive", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/PriceBookEntry/attr/isActive", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PriceBookEntry/attr/isActive" + "@value": "cim/entity/ProductAttribute/PriceBookEntry/attr/isActive" } ], "http://a.ml/vocabularies/core#name": [ @@ -1330,7 +1549,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1339,16 +1558,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PriceBookEntry/attr/unitListPrice", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/PriceBookEntry/attr/unitListPrice", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PriceBookEntry/attr/unitListPrice" + "@value": "cim/entity/ProductAttribute/PriceBookEntry/attr/unitListPrice" } ], "http://a.ml/vocabularies/core#name": [ @@ -1360,7 +1579,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1369,16 +1588,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PriceBookEntry/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/PriceBookEntry/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PriceBookEntry/attr/id" + "@value": "cim/entity/ProductAttribute/PriceBookEntry/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1395,7 +1614,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1406,9 +1625,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PriceBookEntry/attr/product", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/PriceBookEntry/attr/product", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1420,7 +1639,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PriceBookEntry/attr/product" + "@value": "cim/entity/ProductAttribute/PriceBookEntry/attr/product" } ], "http://a.ml/vocabularies/core#name": [ @@ -1430,7 +1649,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] } ] } @@ -1442,16 +1672,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/DeviceUserSession", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/DeviceUserSession", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/DeviceUserSession" + "@value": "cim/entity/ProductAttribute/DeviceUserSession" } ], "http://a.ml/vocabularies/core#name": [ @@ -1461,16 +1691,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/DeviceUserSession/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/DeviceUserSession/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/DeviceUserSession/attr/name" + "@value": "cim/entity/ProductAttribute/DeviceUserSession/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -1487,7 +1717,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1496,16 +1726,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/DeviceUserSession/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductAttribute/DeviceUserSession/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/DeviceUserSession/attr/id" + "@value": "cim/entity/ProductAttribute/DeviceUserSession/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1522,7 +1752,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" diff --git a/out/cim/data_models/ProductAttributeEntityGroup.yaml b/out/cim/data_models/ProductAttributeEntityGroup.yaml index 8261252..637d7ab 100644 --- a/out/cim/data_models/ProductAttributeEntityGroup.yaml +++ b/out/cim/data_models/ProductAttributeEntityGroup.yaml @@ -2,223 +2,223 @@ uuid: cim/entitygroup/ProductAttributeEntityGroup name: Product Attribute entities: - Product Validity Time Period UOM: - uuid: cim/entity/ProductValidityTimePeriodUOM + Attribute Value Translation: + uuid: cim/entity/ProductAttribute/AttributeValueTranslation attributes: - pluralName: - uuid: cim/entity/ProductValidityTimePeriodUOM/attr/pluralName + translatedAttributeValue: + uuid: cim/entity/ProductAttribute/AttributeValueTranslation/attr/translatedAttributeValue required: true range: type: string - name: - uuid: cim/entity/ProductValidityTimePeriodUOM/attr/name - required: true + translatedAttributeValueDescription: + uuid: cim/entity/ProductAttribute/AttributeValueTranslation/attr/translatedAttributeValueDescription range: type: string id: - uuid: cim/entity/ProductValidityTimePeriodUOM/attr/id + uuid: cim/entity/ProductAttribute/AttributeValueTranslation/attr/id required: true range: type: string - description: Standard units of measure for time, for example minute, second, hour and day + associations: + attributeValue: + allowMultiple: true + uuid: cim/entity/ProductAttribute/AttributeValueTranslation/attr/attributeValue + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/AttributeValue + description: Translated attributes for an attribute value Product Attribute Value: - uuid: cim/entity/ProductAttributeValue + uuid: cim/entity/ProductAttribute/ProductAttributeValue attributes: customAttributeValue: - uuid: cim/entity/ProductAttributeValue/attr/customAttributeValue + uuid: cim/entity/ProductAttribute/ProductAttributeValue/attr/customAttributeValue range: type: string attributeSet: - uuid: cim/entity/ProductAttributeValue/attr/attributeSet + uuid: cim/entity/ProductAttribute/ProductAttributeValue/attr/attributeSet required: true range: type: string name: - uuid: cim/entity/ProductAttributeValue/attr/name + uuid: cim/entity/ProductAttribute/ProductAttributeValue/attr/name required: true range: type: string id: - uuid: cim/entity/ProductAttributeValue/attr/id + uuid: cim/entity/ProductAttribute/ProductAttributeValue/attr/id required: true range: type: string associations: attributeValue: allowMultiple: true - uuid: cim/entity/ProductAttributeValue/attr/attributeValue - target: http://mulesoft.com/modeling/instances/cim/entity/AttributeValue + uuid: cim/entity/ProductAttribute/ProductAttributeValue/attr/attributeValue + target: http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/AttributeValue product: allowMultiple: true - uuid: cim/entity/ProductAttributeValue/attr/product + uuid: cim/entity/ProductAttribute/ProductAttributeValue/attr/product required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Product + target: http://mulesoft.com/modeling/instances/cim/entity/Product/Product description: Assignment of an attribute value to a product e.g. shoe lace - Attribute Value Translation: - uuid: cim/entity/AttributeValueTranslation + Device User Session: + uuid: cim/entity/ProductAttribute/DeviceUserSession attributes: - translatedAttributeValue: - uuid: cim/entity/AttributeValueTranslation/attr/translatedAttributeValue + name: + uuid: cim/entity/ProductAttribute/DeviceUserSession/attr/name required: true range: type: string - translatedAttributeValueDescription: - uuid: cim/entity/AttributeValueTranslation/attr/translatedAttributeValueDescription - range: - type: string id: - uuid: cim/entity/AttributeValueTranslation/attr/id + uuid: cim/entity/ProductAttribute/DeviceUserSession/attr/id required: true range: type: string - associations: - attributeValue: - allowMultiple: true - uuid: cim/entity/AttributeValueTranslation/attr/attributeValue - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/AttributeValue - description: Translated attributes for an attribute value - Device User Session: - uuid: cim/entity/DeviceUserSession + description: A time-bound period when a person used a website or other service, also known as a Visit + Product Validity Time Period UOM: + uuid: cim/entity/ProductAttribute/ProductValidityTimePeriodUOM attributes: - name: - uuid: cim/entity/DeviceUserSession/attr/name + pluralName: + uuid: cim/entity/ProductAttribute/ProductValidityTimePeriodUOM/attr/pluralName required: true range: type: string - id: - uuid: cim/entity/DeviceUserSession/attr/id + name: + uuid: cim/entity/ProductAttribute/ProductValidityTimePeriodUOM/attr/name required: true range: type: string - description: A time-bound period when a person used a website or other service, also known as a Visit - Attribute Set Translation: - uuid: cim/entity/AttributeSetTranslation - attributes: - translatedName: - uuid: cim/entity/AttributeSetTranslation/attr/translatedName + id: + uuid: cim/entity/ProductAttribute/ProductValidityTimePeriodUOM/attr/id required: true range: type: string - attributeSet: - uuid: cim/entity/AttributeSetTranslation/attr/attributeSet + description: Standard units of measure for time, for example minute, second, hour and day + Product Collateral: + uuid: cim/entity/ProductAttribute/ProductCollateral + attributes: + uRL: + uuid: cim/entity/ProductAttribute/ProductCollateral/attr/uRL required: true range: type: string id: - uuid: cim/entity/AttributeSetTranslation/attr/id + uuid: cim/entity/ProductAttribute/ProductCollateral/attr/id required: true range: type: string - description: Translated attributes for an attribute set + associations: + product: + allowMultiple: true + uuid: cim/entity/ProductAttribute/ProductCollateral/attr/product + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Product/Product + description: Collateral for a product e.g. link to brochure one Attribute Translation: - uuid: cim/entity/AttributeTranslation + uuid: cim/entity/ProductAttribute/AttributeTranslation attributes: translatedName: - uuid: cim/entity/AttributeTranslation/attr/translatedName + uuid: cim/entity/ProductAttribute/AttributeTranslation/attr/translatedName required: true range: type: string id: - uuid: cim/entity/AttributeTranslation/attr/id + uuid: cim/entity/ProductAttribute/AttributeTranslation/attr/id required: true range: type: string description: Translated attributes for an attribute - Attribute Value: - uuid: cim/entity/AttributeValue + Attribute Set Translation: + uuid: cim/entity/ProductAttribute/AttributeSetTranslation attributes: - attributeValue: - uuid: cim/entity/AttributeValue/attr/attributeValue + translatedName: + uuid: cim/entity/ProductAttribute/AttributeSetTranslation/attr/translatedName required: true range: type: string - id: - uuid: cim/entity/AttributeValue/attr/id + attributeSet: + uuid: cim/entity/ProductAttribute/AttributeSetTranslation/attr/attributeSet required: true range: type: string - description: A predefine set of values for a product attribute e.g. shoe lace length 10, 12, 14 centimeter - Price Book Entry: - uuid: cim/entity/PriceBookEntry - attributes: - maxRequiredOrderValue: - uuid: cim/entity/PriceBookEntry/attr/maxRequiredOrderValue - range: - type: integer - unitListPrice: - uuid: cim/entity/PriceBookEntry/attr/unitListPrice - range: - type: string - minRequiredQuantity: - uuid: cim/entity/PriceBookEntry/attr/minRequiredQuantity - range: - type: integer id: - uuid: cim/entity/PriceBookEntry/attr/id + uuid: cim/entity/ProductAttribute/AttributeSetTranslation/attr/id required: true range: type: string - minRequiredOrderValue: - uuid: cim/entity/PriceBookEntry/attr/minRequiredOrderValue - range: - type: integer - isActive: - uuid: cim/entity/PriceBookEntry/attr/isActive + description: Translated attributes for an attribute set + Attribute Value: + uuid: cim/entity/ProductAttribute/AttributeValue + attributes: + attributeValue: + uuid: cim/entity/ProductAttribute/AttributeValue/attr/attributeValue + required: true range: type: string - useStandardPrice: - uuid: cim/entity/PriceBookEntry/attr/useStandardPrice + id: + uuid: cim/entity/ProductAttribute/AttributeValue/attr/id + required: true range: type: string - servicePeriodCount: - uuid: cim/entity/PriceBookEntry/attr/servicePeriodCount - range: - type: integer - associations: - product: - allowMultiple: true - uuid: cim/entity/PriceBookEntry/attr/product - target: http://mulesoft.com/modeling/instances/cim/entity/Product - description: A list of products and their prices. + description: A predefine set of values for a product attribute e.g. shoe lace length 10, 12, 14 centimeter Product Attribute Set: - uuid: cim/entity/ProductAttributeSet + uuid: cim/entity/ProductAttribute/ProductAttributeSet attributes: attributeSet: - uuid: cim/entity/ProductAttributeSet/attr/attributeSet + uuid: cim/entity/ProductAttribute/ProductAttributeSet/attr/attributeSet required: true range: type: string id: - uuid: cim/entity/ProductAttributeSet/attr/id + uuid: cim/entity/ProductAttribute/ProductAttributeSet/attr/id required: true range: type: string associations: product: allowMultiple: true - uuid: cim/entity/ProductAttributeSet/attr/product + uuid: cim/entity/ProductAttribute/ProductAttributeSet/attr/product required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Product + target: http://mulesoft.com/modeling/instances/cim/entity/Product/Product description: A set of attributes e.g. shoe attributes that are assigned to a particular instance of Product - Product Collateral: - uuid: cim/entity/ProductCollateral + Price Book Entry: + uuid: cim/entity/ProductAttribute/PriceBookEntry attributes: - uRL: - uuid: cim/entity/ProductCollateral/attr/uRL + id: + uuid: cim/entity/ProductAttribute/PriceBookEntry/attr/id required: true range: type: string - id: - uuid: cim/entity/ProductCollateral/attr/id - required: true + minRequiredOrderValue: + uuid: cim/entity/ProductAttribute/PriceBookEntry/attr/minRequiredOrderValue + range: + type: integer + unitListPrice: + uuid: cim/entity/ProductAttribute/PriceBookEntry/attr/unitListPrice + range: + type: string + maxRequiredOrderValue: + uuid: cim/entity/ProductAttribute/PriceBookEntry/attr/maxRequiredOrderValue + range: + type: integer + minRequiredQuantity: + uuid: cim/entity/ProductAttribute/PriceBookEntry/attr/minRequiredQuantity + range: + type: integer + servicePeriodCount: + uuid: cim/entity/ProductAttribute/PriceBookEntry/attr/servicePeriodCount + range: + type: integer + useStandardPrice: + uuid: cim/entity/ProductAttribute/PriceBookEntry/attr/useStandardPrice + range: + type: string + isActive: + uuid: cim/entity/ProductAttribute/PriceBookEntry/attr/isActive range: type: string associations: product: allowMultiple: true - uuid: cim/entity/ProductCollateral/attr/product - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Product - description: Collateral for a product e.g. link to brochure one + uuid: cim/entity/ProductAttribute/PriceBookEntry/attr/product + target: http://mulesoft.com/modeling/instances/cim/entity/Product/Product + description: A list of products and their prices. description: "Example Entities included: Attribute Set, Attribute Set Attribute" diff --git a/out/cim/data_models/ProductCatalogEntityGroup.jsonld b/out/cim/data_models/ProductCatalogEntityGroup.jsonld index 7407dcf..689f3d7 100644 --- a/out/cim/data_models/ProductCatalogEntityGroup.jsonld +++ b/out/cim/data_models/ProductCatalogEntityGroup.jsonld @@ -10,14 +10,14 @@ ], "http://a.ml/vocabularies/meta#definedBy": [ { - "@id": "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml" + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" } ], "http://a.ml/vocabularies/document#encodes": [ { "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/ProductCatalogEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", "http://a.ml/vocabularies/data-model#DataModel", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -34,16 +34,16 @@ ], "http://a.ml/vocabularies/data-model#entities": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCategory", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategory" + "@value": "cim/entity/ProductCatalog/ProductCategory" } ], "http://a.ml/vocabularies/core#name": [ @@ -53,16 +53,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategory/attr/activeToDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/activeToDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategory/attr/activeToDate" + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/activeToDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -74,7 +74,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -83,16 +83,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategory/attr/activeFromDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/activeFromDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategory/attr/activeFromDate" + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/activeFromDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -109,7 +109,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -118,16 +118,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategory/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategory/attr/name" + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -144,7 +144,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -153,16 +153,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategory/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategory/attr/id" + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -179,7 +179,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -190,9 +190,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategory/attr/parentCategory", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/parentCategory", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -204,7 +204,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategory/attr/parentCategory" + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/parentCategory" } ], "http://a.ml/vocabularies/core#name": [ @@ -214,14 +214,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCategory" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategory/attr/productCatalog", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/productCatalog", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -233,7 +244,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategory/attr/productCatalog" + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/productCatalog" } ], "http://a.ml/vocabularies/core#name": [ @@ -248,7 +259,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCatalog", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCatalog" + } + ] } ] } @@ -260,16 +282,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCatalog", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCatalog" + "@value": "cim/entity/ProductCatalog/ProductCatalog" } ], "http://a.ml/vocabularies/core#name": [ @@ -279,16 +301,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/attr/activeToDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCatalog/attr/activeToDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCatalog/attr/activeToDate" + "@value": "cim/entity/ProductCatalog/ProductCatalog/attr/activeToDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -300,7 +322,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -309,16 +331,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/attr/activeFromDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCatalog/attr/activeFromDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCatalog/attr/activeFromDate" + "@value": "cim/entity/ProductCatalog/ProductCatalog/attr/activeFromDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -335,7 +357,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -344,16 +366,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCatalog/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCatalog/attr/name" + "@value": "cim/entity/ProductCatalog/ProductCatalog/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -370,7 +392,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -379,16 +401,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCatalog/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCatalog/attr/id" + "@value": "cim/entity/ProductCatalog/ProductCatalog/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -405,7 +427,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -421,16 +443,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalogTranslation", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCatalogTranslation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCatalogTranslation" + "@value": "cim/entity/ProductCatalog/ProductCatalogTranslation" } ], "http://a.ml/vocabularies/core#name": [ @@ -440,16 +462,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalogTranslation/attr/translatedName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCatalogTranslation/attr/translatedName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCatalogTranslation/attr/translatedName" + "@value": "cim/entity/ProductCatalog/ProductCatalogTranslation/attr/translatedName" } ], "http://a.ml/vocabularies/core#name": [ @@ -466,7 +488,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -475,16 +497,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalogTranslation/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCatalogTranslation/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCatalogTranslation/attr/id" + "@value": "cim/entity/ProductCatalog/ProductCatalogTranslation/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -501,7 +523,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -512,9 +534,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalogTranslation/attr/productCatalog", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCatalogTranslation/attr/productCatalog", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -526,7 +548,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCatalogTranslation/attr/productCatalog" + "@value": "cim/entity/ProductCatalog/ProductCatalogTranslation/attr/productCatalog" } ], "http://a.ml/vocabularies/core#name": [ @@ -541,7 +563,165 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCatalog", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCatalog" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Product Catalog" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCatalog/attr/activeToDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCatalog/attr/activeToDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "activeToDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCatalog/attr/activeFromDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCatalog/attr/activeFromDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "activeFromDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCatalog/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCatalog/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCatalog/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCatalog/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A catalog used for a certain business process e.g. inventory, merchandizing" + } + ] } ] } @@ -553,16 +733,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCategoryTranslation", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategoryTranslation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategoryTranslation" + "@value": "cim/entity/ProductCatalog/ProductCategoryTranslation" } ], "http://a.ml/vocabularies/core#name": [ @@ -572,16 +752,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategoryTranslation/attr/translatedName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategoryTranslation/attr/translatedName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategoryTranslation/attr/translatedName" + "@value": "cim/entity/ProductCatalog/ProductCategoryTranslation/attr/translatedName" } ], "http://a.ml/vocabularies/core#name": [ @@ -598,7 +778,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -607,16 +787,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategoryTranslation/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategoryTranslation/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategoryTranslation/attr/id" + "@value": "cim/entity/ProductCatalog/ProductCategoryTranslation/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -633,7 +813,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -644,9 +824,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategoryTranslation/attr/productCategory", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategoryTranslation/attr/productCategory", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -658,7 +838,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategoryTranslation/attr/productCategory" + "@value": "cim/entity/ProductCatalog/ProductCategoryTranslation/attr/productCategory" } ], "http://a.ml/vocabularies/core#name": [ @@ -673,7 +853,252 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCategory" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Product Category" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/activeToDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/activeToDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "activeToDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/activeFromDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/activeFromDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "activeFromDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/parentCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/parentCategory" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "parentCategory" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/productCatalog", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/productCatalog" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "productCatalog" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCatalog", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCatalog" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A product may consist of many categories e.g. shoes, tshirts" + } + ] } ] } @@ -685,16 +1110,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCategoryProduct", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategoryProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategoryProduct" + "@value": "cim/entity/ProductCatalog/ProductCategoryProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -704,16 +1129,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategoryProduct/attr/activeToDateTime", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategoryProduct/attr/activeToDateTime", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategoryProduct/attr/activeToDateTime" + "@value": "cim/entity/ProductCatalog/ProductCategoryProduct/attr/activeToDateTime" } ], "http://a.ml/vocabularies/core#name": [ @@ -725,7 +1150,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -734,16 +1159,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategoryProduct/attr/activeFromDateTime", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategoryProduct/attr/activeFromDateTime", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategoryProduct/attr/activeFromDateTime" + "@value": "cim/entity/ProductCatalog/ProductCategoryProduct/attr/activeFromDateTime" } ], "http://a.ml/vocabularies/core#name": [ @@ -760,7 +1185,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -769,16 +1194,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategoryProduct/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategoryProduct/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategoryProduct/attr/id" + "@value": "cim/entity/ProductCatalog/ProductCategoryProduct/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -795,7 +1220,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -806,9 +1231,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategoryProduct/attr/product", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategoryProduct/attr/product", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -820,7 +1245,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategoryProduct/attr/product" + "@value": "cim/entity/ProductCatalog/ProductCategoryProduct/attr/product" } ], "http://a.ml/vocabularies/core#name": [ @@ -835,14 +1260,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategoryProduct/attr/productCategory", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategoryProduct/attr/productCategory", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -854,7 +1290,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategoryProduct/attr/productCategory" + "@value": "cim/entity/ProductCatalog/ProductCategoryProduct/attr/productCategory" } ], "http://a.ml/vocabularies/core#name": [ @@ -869,7 +1305,252 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCategory" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Product Category" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/activeToDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/activeToDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "activeToDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/activeFromDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/activeFromDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "activeFromDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/parentCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/parentCategory" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "parentCategory" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/productCatalog", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/productCatalog" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "productCatalog" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCatalog", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCatalog" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A product may consist of many categories e.g. shoes, tshirts" + } + ] } ] } @@ -881,16 +1562,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCategoryAttributeSet", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategoryAttributeSet", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategoryAttributeSet" + "@value": "cim/entity/ProductCatalog/ProductCategoryAttributeSet" } ], "http://a.ml/vocabularies/core#name": [ @@ -900,16 +1581,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategoryAttributeSet/attr/attributeSet", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategoryAttributeSet/attr/attributeSet", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategoryAttributeSet/attr/attributeSet" + "@value": "cim/entity/ProductCatalog/ProductCategoryAttributeSet/attr/attributeSet" } ], "http://a.ml/vocabularies/core#name": [ @@ -926,7 +1607,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -935,16 +1616,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategoryAttributeSet/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategoryAttributeSet/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategoryAttributeSet/attr/id" + "@value": "cim/entity/ProductCatalog/ProductCategoryAttributeSet/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -961,7 +1642,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -972,9 +1653,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCategoryAttributeSet/attr/productCategory", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategoryAttributeSet/attr/productCategory", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -986,7 +1667,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductCategoryAttributeSet/attr/productCategory" + "@value": "cim/entity/ProductCatalog/ProductCategoryAttributeSet/attr/productCategory" } ], "http://a.ml/vocabularies/core#name": [ @@ -1001,7 +1682,252 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCategory" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Product Category" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/activeToDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/activeToDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "activeToDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/activeFromDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/activeFromDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "activeFromDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/parentCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/parentCategory" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "parentCategory" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductCatalog/ProductCategory/attr/productCatalog", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory/attr/productCatalog" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "productCatalog" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCatalog", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCatalog" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A product may consist of many categories e.g. shoes, tshirts" + } + ] } ] } diff --git a/out/cim/data_models/ProductCatalogEntityGroup.yaml b/out/cim/data_models/ProductCatalogEntityGroup.yaml index ad64e46..52cc293 100644 --- a/out/cim/data_models/ProductCatalogEntityGroup.yaml +++ b/out/cim/data_models/ProductCatalogEntityGroup.yaml @@ -3,148 +3,148 @@ uuid: cim/entitygroup/ProductCatalogEntityGroup name: Product Catalog entities: Product Category Product: - uuid: cim/entity/ProductCategoryProduct + uuid: cim/entity/ProductCatalog/ProductCategoryProduct attributes: activeToDateTime: - uuid: cim/entity/ProductCategoryProduct/attr/activeToDateTime + uuid: cim/entity/ProductCatalog/ProductCategoryProduct/attr/activeToDateTime range: type: string activeFromDateTime: - uuid: cim/entity/ProductCategoryProduct/attr/activeFromDateTime + uuid: cim/entity/ProductCatalog/ProductCategoryProduct/attr/activeFromDateTime required: true range: type: string id: - uuid: cim/entity/ProductCategoryProduct/attr/id + uuid: cim/entity/ProductCatalog/ProductCategoryProduct/attr/id required: true range: type: string associations: product: allowMultiple: true - uuid: cim/entity/ProductCategoryProduct/attr/product + uuid: cim/entity/ProductCatalog/ProductCategoryProduct/attr/product required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Product + target: http://mulesoft.com/modeling/instances/cim/entity/Product/Product productCategory: allowMultiple: true - uuid: cim/entity/ProductCategoryProduct/attr/productCategory + uuid: cim/entity/ProductCatalog/ProductCategoryProduct/attr/productCategory required: true - target: http://mulesoft.com/modeling/instances/cim/entity/ProductCategory + target: http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory description: Assignment of product to categories e.g. the Nikedas shoe assigned to shoe and running categories + Product Category Translation: + uuid: cim/entity/ProductCatalog/ProductCategoryTranslation + attributes: + translatedName: + uuid: cim/entity/ProductCatalog/ProductCategoryTranslation/attr/translatedName + required: true + range: + type: string + id: + uuid: cim/entity/ProductCatalog/ProductCategoryTranslation/attr/id + required: true + range: + type: string + associations: + productCategory: + allowMultiple: true + uuid: cim/entity/ProductCatalog/ProductCategoryTranslation/attr/productCategory + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory + description: Translated attributes for a product category Product Category: - uuid: cim/entity/ProductCategory + uuid: cim/entity/ProductCatalog/ProductCategory attributes: activeToDate: - uuid: cim/entity/ProductCategory/attr/activeToDate + uuid: cim/entity/ProductCatalog/ProductCategory/attr/activeToDate range: type: string activeFromDate: - uuid: cim/entity/ProductCategory/attr/activeFromDate + uuid: cim/entity/ProductCatalog/ProductCategory/attr/activeFromDate required: true range: type: string name: - uuid: cim/entity/ProductCategory/attr/name + uuid: cim/entity/ProductCatalog/ProductCategory/attr/name required: true range: type: string id: - uuid: cim/entity/ProductCategory/attr/id + uuid: cim/entity/ProductCatalog/ProductCategory/attr/id required: true range: type: string associations: parentCategory: allowMultiple: true - uuid: cim/entity/ProductCategory/attr/parentCategory - target: http://mulesoft.com/modeling/instances/cim/entity/ProductCategory + uuid: cim/entity/ProductCatalog/ProductCategory/attr/parentCategory + target: http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory productCatalog: allowMultiple: true - uuid: cim/entity/ProductCategory/attr/productCatalog + uuid: cim/entity/ProductCatalog/ProductCategory/attr/productCatalog required: true - target: http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog + target: http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCatalog description: A product may consist of many categories e.g. shoes, tshirts - Product Catalog Translation: - uuid: cim/entity/ProductCatalogTranslation + Product Category Attribute Set: + uuid: cim/entity/ProductCatalog/ProductCategoryAttributeSet attributes: - translatedName: - uuid: cim/entity/ProductCatalogTranslation/attr/translatedName + attributeSet: + uuid: cim/entity/ProductCatalog/ProductCategoryAttributeSet/attr/attributeSet required: true range: type: string id: - uuid: cim/entity/ProductCatalogTranslation/attr/id + uuid: cim/entity/ProductCatalog/ProductCategoryAttributeSet/attr/id required: true range: type: string associations: - productCatalog: + productCategory: allowMultiple: true - uuid: cim/entity/ProductCatalogTranslation/attr/productCatalog + uuid: cim/entity/ProductCatalog/ProductCategoryAttributeSet/attr/productCategory required: true - target: http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog - description: Translated attributes for a product catalog + target: http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory + description: Assignment of an Attribute Set to a Product Category e.g. the Shoe attribute set assigned to the Shoes category Product Catalog: - uuid: cim/entity/ProductCatalog + uuid: cim/entity/ProductCatalog/ProductCatalog attributes: activeToDate: - uuid: cim/entity/ProductCatalog/attr/activeToDate + uuid: cim/entity/ProductCatalog/ProductCatalog/attr/activeToDate range: type: string activeFromDate: - uuid: cim/entity/ProductCatalog/attr/activeFromDate + uuid: cim/entity/ProductCatalog/ProductCatalog/attr/activeFromDate required: true range: type: string name: - uuid: cim/entity/ProductCatalog/attr/name + uuid: cim/entity/ProductCatalog/ProductCatalog/attr/name required: true range: type: string id: - uuid: cim/entity/ProductCatalog/attr/id + uuid: cim/entity/ProductCatalog/ProductCatalog/attr/id required: true range: type: string description: A catalog used for a certain business process e.g. inventory, merchandizing - Product Category Translation: - uuid: cim/entity/ProductCategoryTranslation + Product Catalog Translation: + uuid: cim/entity/ProductCatalog/ProductCatalogTranslation attributes: translatedName: - uuid: cim/entity/ProductCategoryTranslation/attr/translatedName - required: true - range: - type: string - id: - uuid: cim/entity/ProductCategoryTranslation/attr/id - required: true - range: - type: string - associations: - productCategory: - allowMultiple: true - uuid: cim/entity/ProductCategoryTranslation/attr/productCategory - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/ProductCategory - description: Translated attributes for a product category - Product Category Attribute Set: - uuid: cim/entity/ProductCategoryAttributeSet - attributes: - attributeSet: - uuid: cim/entity/ProductCategoryAttributeSet/attr/attributeSet + uuid: cim/entity/ProductCatalog/ProductCatalogTranslation/attr/translatedName required: true range: type: string id: - uuid: cim/entity/ProductCategoryAttributeSet/attr/id + uuid: cim/entity/ProductCatalog/ProductCatalogTranslation/attr/id required: true range: type: string associations: - productCategory: + productCatalog: allowMultiple: true - uuid: cim/entity/ProductCategoryAttributeSet/attr/productCategory + uuid: cim/entity/ProductCatalog/ProductCatalogTranslation/attr/productCatalog required: true - target: http://mulesoft.com/modeling/instances/cim/entity/ProductCategory - description: Assignment of an Attribute Set to a Product Category e.g. the Shoe attribute set assigned to the Shoes category + target: http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCatalog + description: Translated attributes for a product catalog description: "Example Entities included: Product Catalog, Product Catalog Category, Product Catalog Assignment" diff --git a/out/cim/data_models/ProductEntityGroup.jsonld b/out/cim/data_models/ProductEntityGroup.jsonld index 6cde7a1..bb38d74 100644 --- a/out/cim/data_models/ProductEntityGroup.jsonld +++ b/out/cim/data_models/ProductEntityGroup.jsonld @@ -10,14 +10,14 @@ ], "http://a.ml/vocabularies/meta#definedBy": [ { - "@id": "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml" + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" } ], "http://a.ml/vocabularies/document#encodes": [ { "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/ProductEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", "http://a.ml/vocabularies/data-model#DataModel", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -34,16 +34,16 @@ ], "http://a.ml/vocabularies/data-model#entities": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product" + "@value": "cim/entity/Product/Product" } ], "http://a.ml/vocabularies/core#name": [ @@ -53,16 +53,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/type", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/type", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/type" + "@value": "cim/entity/Product/Product/attr/type" } ], "http://a.ml/vocabularies/core#name": [ @@ -74,7 +74,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -83,16 +83,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/brandGrade", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/brandGrade", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/brandGrade" + "@value": "cim/entity/Product/Product/attr/brandGrade" } ], "http://a.ml/vocabularies/core#name": [ @@ -104,7 +104,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -113,16 +113,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/name" + "@value": "cim/entity/Product/Product/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -139,7 +139,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -148,16 +148,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/description" + "@value": "cim/entity/Product/Product/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -174,7 +174,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -183,16 +183,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/longDescription", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/longDescription", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/longDescription" + "@value": "cim/entity/Product/Product/attr/longDescription" } ], "http://a.ml/vocabularies/core#name": [ @@ -209,7 +209,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -218,16 +218,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/displayUrl", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/displayUrl", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/displayUrl" + "@value": "cim/entity/Product/Product/attr/displayUrl" } ], "http://a.ml/vocabularies/core#name": [ @@ -239,7 +239,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -248,16 +248,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isDynamicBundle", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isDynamicBundle", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isDynamicBundle" + "@value": "cim/entity/Product/Product/attr/isDynamicBundle" } ], "http://a.ml/vocabularies/core#name": [ @@ -274,7 +274,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -283,16 +283,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/revenueInstallmentCount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueInstallmentCount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/revenueInstallmentCount" + "@value": "cim/entity/Product/Product/attr/revenueInstallmentCount" } ], "http://a.ml/vocabularies/core#name": [ @@ -304,7 +304,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -313,16 +313,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/revenueInstallmentPeriod", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueInstallmentPeriod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/revenueInstallmentPeriod" + "@value": "cim/entity/Product/Product/attr/revenueInstallmentPeriod" } ], "http://a.ml/vocabularies/core#name": [ @@ -334,7 +334,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -343,16 +343,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/revenueScheduleType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueScheduleType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/revenueScheduleType" + "@value": "cim/entity/Product/Product/attr/revenueScheduleType" } ], "http://a.ml/vocabularies/core#name": [ @@ -364,7 +364,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -373,16 +373,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/canUseRevenueSchedule", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/canUseRevenueSchedule", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/canUseRevenueSchedule" + "@value": "cim/entity/Product/Product/attr/canUseRevenueSchedule" } ], "http://a.ml/vocabularies/core#name": [ @@ -399,7 +399,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -408,16 +408,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/quantityInstallmentCount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityInstallmentCount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/quantityInstallmentCount" + "@value": "cim/entity/Product/Product/attr/quantityInstallmentCount" } ], "http://a.ml/vocabularies/core#name": [ @@ -429,7 +429,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -438,16 +438,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/quantityInstallmentPeriod", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityInstallmentPeriod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/quantityInstallmentPeriod" + "@value": "cim/entity/Product/Product/attr/quantityInstallmentPeriod" } ], "http://a.ml/vocabularies/core#name": [ @@ -459,7 +459,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -468,16 +468,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/quantityScheduleType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityScheduleType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/quantityScheduleType" + "@value": "cim/entity/Product/Product/attr/quantityScheduleType" } ], "http://a.ml/vocabularies/core#name": [ @@ -489,7 +489,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -498,16 +498,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/canUseQuantitySchedule", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/canUseQuantitySchedule", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/canUseQuantitySchedule" + "@value": "cim/entity/Product/Product/attr/canUseQuantitySchedule" } ], "http://a.ml/vocabularies/core#name": [ @@ -524,7 +524,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -533,16 +533,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/disposalType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/disposalType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/disposalType" + "@value": "cim/entity/Product/Product/attr/disposalType" } ], "http://a.ml/vocabularies/core#name": [ @@ -554,7 +554,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -563,16 +563,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/allowPartialRefund", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/allowPartialRefund", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/allowPartialRefund" + "@value": "cim/entity/Product/Product/attr/allowPartialRefund" } ], "http://a.ml/vocabularies/core#name": [ @@ -584,7 +584,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -593,16 +593,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/allowCustomerReturn", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/allowCustomerReturn", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/allowCustomerReturn" + "@value": "cim/entity/Product/Product/attr/allowCustomerReturn" } ], "http://a.ml/vocabularies/core#name": [ @@ -614,7 +614,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -623,16 +623,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/validForPeriodCount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validForPeriodCount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/validForPeriodCount" + "@value": "cim/entity/Product/Product/attr/validForPeriodCount" } ], "http://a.ml/vocabularies/core#name": [ @@ -644,7 +644,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -653,16 +653,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/validToDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validToDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/validToDate" + "@value": "cim/entity/Product/Product/attr/validToDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -674,7 +674,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -683,16 +683,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/validFromDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validFromDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/validFromDate" + "@value": "cim/entity/Product/Product/attr/validFromDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -704,7 +704,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -713,16 +713,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/standardWarrantyLengthMonth", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/standardWarrantyLengthMonth", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/standardWarrantyLengthMonth" + "@value": "cim/entity/Product/Product/attr/standardWarrantyLengthMonth" } ], "http://a.ml/vocabularies/core#name": [ @@ -734,7 +734,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -743,16 +743,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isAutoProvisionable", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isAutoProvisionable", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isAutoProvisionable" + "@value": "cim/entity/Product/Product/attr/isAutoProvisionable" } ], "http://a.ml/vocabularies/core#name": [ @@ -769,7 +769,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -778,16 +778,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isInstallable", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isInstallable", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isInstallable" + "@value": "cim/entity/Product/Product/attr/isInstallable" } ], "http://a.ml/vocabularies/core#name": [ @@ -804,7 +804,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -813,16 +813,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isQualityVerificationRequired", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isQualityVerificationRequired", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isQualityVerificationRequired" + "@value": "cim/entity/Product/Product/attr/isQualityVerificationRequired" } ], "http://a.ml/vocabularies/core#name": [ @@ -839,7 +839,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -848,16 +848,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isQuantityEntryRequired", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isQuantityEntryRequired", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isQuantityEntryRequired" + "@value": "cim/entity/Product/Product/attr/isQuantityEntryRequired" } ], "http://a.ml/vocabularies/core#name": [ @@ -874,7 +874,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -883,16 +883,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isWeightEntryRequired", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isWeightEntryRequired", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isWeightEntryRequired" + "@value": "cim/entity/Product/Product/attr/isWeightEntryRequired" } ], "http://a.ml/vocabularies/core#name": [ @@ -909,7 +909,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -918,16 +918,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isManualPriceEntryRequired", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isManualPriceEntryRequired", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isManualPriceEntryRequired" + "@value": "cim/entity/Product/Product/attr/isManualPriceEntryRequired" } ], "http://a.ml/vocabularies/core#name": [ @@ -944,7 +944,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -953,16 +953,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/rewardProgramPointsCount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/rewardProgramPointsCount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/rewardProgramPointsCount" + "@value": "cim/entity/Product/Product/attr/rewardProgramPointsCount" } ], "http://a.ml/vocabularies/core#name": [ @@ -974,7 +974,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -983,16 +983,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isFoodstampPaymentAllowed", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isFoodstampPaymentAllowed", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isFoodstampPaymentAllowed" + "@value": "cim/entity/Product/Product/attr/isFoodstampPaymentAllowed" } ], "http://a.ml/vocabularies/core#name": [ @@ -1009,7 +1009,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1018,16 +1018,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isPartnerDiscountAllowed", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isPartnerDiscountAllowed", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isPartnerDiscountAllowed" + "@value": "cim/entity/Product/Product/attr/isPartnerDiscountAllowed" } ], "http://a.ml/vocabularies/core#name": [ @@ -1044,7 +1044,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1053,16 +1053,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isWorkerDiscountAllowed", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isWorkerDiscountAllowed", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isWorkerDiscountAllowed" + "@value": "cim/entity/Product/Product/attr/isWorkerDiscountAllowed" } ], "http://a.ml/vocabularies/core#name": [ @@ -1079,7 +1079,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1088,16 +1088,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isCustomerDiscountAllowed", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isCustomerDiscountAllowed", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isCustomerDiscountAllowed" + "@value": "cim/entity/Product/Product/attr/isCustomerDiscountAllowed" } ], "http://a.ml/vocabularies/core#name": [ @@ -1114,7 +1114,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1123,16 +1123,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isMultipleCouponsAllowed", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isMultipleCouponsAllowed", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isMultipleCouponsAllowed" + "@value": "cim/entity/Product/Product/attr/isMultipleCouponsAllowed" } ], "http://a.ml/vocabularies/core#name": [ @@ -1149,7 +1149,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1158,16 +1158,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isCouponRedemptionAllowed", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isCouponRedemptionAllowed", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isCouponRedemptionAllowed" + "@value": "cim/entity/Product/Product/attr/isCouponRedemptionAllowed" } ], "http://a.ml/vocabularies/core#name": [ @@ -1184,7 +1184,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1193,16 +1193,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/requiredDepositPercentage", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiredDepositPercentage", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/requiredDepositPercentage" + "@value": "cim/entity/Product/Product/attr/requiredDepositPercentage" } ], "http://a.ml/vocabularies/core#name": [ @@ -1214,7 +1214,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1223,16 +1223,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/requiredDepositAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiredDepositAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/requiredDepositAmount" + "@value": "cim/entity/Product/Product/attr/requiredDepositAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1244,7 +1244,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1253,16 +1253,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isRainCheckAllowed", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isRainCheckAllowed", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isRainCheckAllowed" + "@value": "cim/entity/Product/Product/attr/isRainCheckAllowed" } ], "http://a.ml/vocabularies/core#name": [ @@ -1279,7 +1279,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1288,16 +1288,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/maximumOrderQuantityCount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/maximumOrderQuantityCount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/maximumOrderQuantityCount" + "@value": "cim/entity/Product/Product/attr/maximumOrderQuantityCount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1309,7 +1309,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1318,16 +1318,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/minimumOrderQuantityCount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumOrderQuantityCount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/minimumOrderQuantityCount" + "@value": "cim/entity/Product/Product/attr/minimumOrderQuantityCount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1339,7 +1339,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1348,16 +1348,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/requiresInvididualUnitPricing", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiresInvididualUnitPricing", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/requiresInvididualUnitPricing" + "@value": "cim/entity/Product/Product/attr/requiresInvididualUnitPricing" } ], "http://a.ml/vocabularies/core#name": [ @@ -1374,7 +1374,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1383,16 +1383,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/priceChargeType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/priceChargeType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/priceChargeType" + "@value": "cim/entity/Product/Product/attr/priceChargeType" } ], "http://a.ml/vocabularies/core#name": [ @@ -1409,7 +1409,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1418,16 +1418,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/minimumAdvertisementAmountStartDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumAdvertisementAmountStartDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/minimumAdvertisementAmountStartDate" + "@value": "cim/entity/Product/Product/attr/minimumAdvertisementAmountStartDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -1439,7 +1439,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1448,16 +1448,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/minimumAdvertisementAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumAdvertisementAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/minimumAdvertisementAmount" + "@value": "cim/entity/Product/Product/attr/minimumAdvertisementAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1469,7 +1469,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1478,16 +1478,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/mSRPAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/mSRPAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/mSRPAmount" + "@value": "cim/entity/Product/Product/attr/mSRPAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1499,7 +1499,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1508,16 +1508,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isBackOrdered", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isBackOrdered", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isBackOrdered" + "@value": "cim/entity/Product/Product/attr/isBackOrdered" } ], "http://a.ml/vocabularies/core#name": [ @@ -1534,7 +1534,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1543,16 +1543,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isReturnable", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isReturnable", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isReturnable" + "@value": "cim/entity/Product/Product/attr/isReturnable" } ], "http://a.ml/vocabularies/core#name": [ @@ -1569,7 +1569,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1578,16 +1578,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isSellableWithoutPrice", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellableWithoutPrice", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isSellableWithoutPrice" + "@value": "cim/entity/Product/Product/attr/isSellableWithoutPrice" } ], "http://a.ml/vocabularies/core#name": [ @@ -1604,7 +1604,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1613,16 +1613,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isSellableIndependently", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellableIndependently", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isSellableIndependently" + "@value": "cim/entity/Product/Product/attr/isSellableIndependently" } ], "http://a.ml/vocabularies/core#name": [ @@ -1639,7 +1639,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1648,16 +1648,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isSellable", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellable", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isSellable" + "@value": "cim/entity/Product/Product/attr/isSellable" } ], "http://a.ml/vocabularies/core#name": [ @@ -1669,7 +1669,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1678,16 +1678,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isPreOrderable", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isPreOrderable", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isPreOrderable" + "@value": "cim/entity/Product/Product/attr/isPreOrderable" } ], "http://a.ml/vocabularies/core#name": [ @@ -1704,7 +1704,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1713,16 +1713,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/productStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/productStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/productStatus" + "@value": "cim/entity/Product/Product/attr/productStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -1739,7 +1739,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1748,16 +1748,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isIntellectualPropertyProtected", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isIntellectualPropertyProtected", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isIntellectualPropertyProtected" + "@value": "cim/entity/Product/Product/attr/isIntellectualPropertyProtected" } ], "http://a.ml/vocabularies/core#name": [ @@ -1769,7 +1769,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1778,16 +1778,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/externalSourceRecord", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/externalSourceRecord", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/externalSourceRecord" + "@value": "cim/entity/Product/Product/attr/externalSourceRecord" } ], "http://a.ml/vocabularies/core#name": [ @@ -1799,7 +1799,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1808,16 +1808,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/lotIdentifier", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/lotIdentifier", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/lotIdentifier" + "@value": "cim/entity/Product/Product/attr/lotIdentifier" } ], "http://a.ml/vocabularies/core#name": [ @@ -1829,7 +1829,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1838,16 +1838,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/stockLedgerValuationAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/stockLedgerValuationAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/stockLedgerValuationAmount" + "@value": "cim/entity/Product/Product/attr/stockLedgerValuationAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1859,7 +1859,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1868,16 +1868,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/glAccountCode", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/glAccountCode", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/glAccountCode" + "@value": "cim/entity/Product/Product/attr/glAccountCode" } ], "http://a.ml/vocabularies/core#name": [ @@ -1889,7 +1889,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1898,16 +1898,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/isSerialized", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSerialized", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/isSerialized" + "@value": "cim/entity/Product/Product/attr/isSerialized" } ], "http://a.ml/vocabularies/core#name": [ @@ -1924,7 +1924,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1933,16 +1933,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/versionNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/versionNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/versionNumber" + "@value": "cim/entity/Product/Product/attr/versionNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -1954,7 +1954,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1963,16 +1963,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/modelNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/modelNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/modelNumber" + "@value": "cim/entity/Product/Product/attr/modelNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -1984,7 +1984,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1993,16 +1993,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/modelYear", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/modelYear", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/modelYear" + "@value": "cim/entity/Product/Product/attr/modelYear" } ], "http://a.ml/vocabularies/core#name": [ @@ -2014,7 +2014,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2023,16 +2023,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/manufacturerName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/manufacturerName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/manufacturerName" + "@value": "cim/entity/Product/Product/attr/manufacturerName" } ], "http://a.ml/vocabularies/core#name": [ @@ -2044,7 +2044,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2053,16 +2053,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/productSKU", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/productSKU", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/productSKU" + "@value": "cim/entity/Product/Product/attr/productSKU" } ], "http://a.ml/vocabularies/core#name": [ @@ -2079,7 +2079,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2088,16 +2088,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/id" + "@value": "cim/entity/Product/Product/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -2114,7 +2114,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2125,9 +2125,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/validForPeriodUOM", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validForPeriodUOM", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2139,7 +2139,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/validForPeriodUOM" + "@value": "cim/entity/Product/Product/attr/validForPeriodUOM" } ], "http://a.ml/vocabularies/core#name": [ @@ -2149,14 +2149,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductValidityTimePeriodUOM" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/primarySalesChannel", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/primarySalesChannel", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2168,7 +2179,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/primarySalesChannel" + "@value": "cim/entity/Product/Product/attr/primarySalesChannel" } ], "http://a.ml/vocabularies/core#name": [ @@ -2178,14 +2189,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesChannel" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/primaryProductCategory", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/primaryProductCategory", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2197,7 +2219,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/primaryProductCategory" + "@value": "cim/entity/Product/Product/attr/primaryProductCategory" } ], "http://a.ml/vocabularies/core#name": [ @@ -2207,14 +2229,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCategory" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/brand", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/brand", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2226,7 +2259,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/brand" + "@value": "cim/entity/Product/Product/attr/brand" } ], "http://a.ml/vocabularies/core#name": [ @@ -2236,14 +2269,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Brand" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Brand", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Brand" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/attr/masterProduct", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/masterProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2255,7 +2299,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Product/attr/masterProduct" + "@value": "cim/entity/Product/Product/attr/masterProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -2265,7 +2309,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] } ] } @@ -2277,16 +2332,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/GoodsProduct", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/GoodsProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/GoodsProduct" + "@value": "cim/entity/Product/GoodsProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -2296,16 +2351,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/GoodsProduct/attr/type", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/GoodsProduct/attr/type", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/GoodsProduct/attr/type" + "@value": "cim/entity/Product/GoodsProduct/attr/type" } ], "http://a.ml/vocabularies/core#name": [ @@ -2317,7 +2372,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2326,16 +2381,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/GoodsProduct/attr/requiresUnitPriceLabel", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/GoodsProduct/attr/requiresUnitPriceLabel", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/GoodsProduct/attr/requiresUnitPriceLabel" + "@value": "cim/entity/Product/GoodsProduct/attr/requiresUnitPriceLabel" } ], "http://a.ml/vocabularies/core#name": [ @@ -2352,7 +2407,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2368,16 +2423,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ServiceProduct", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/ServiceProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ServiceProduct" + "@value": "cim/entity/Product/ServiceProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -2387,16 +2442,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ServiceProduct/attr/type", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ServiceProduct/attr/type", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ServiceProduct/attr/type" + "@value": "cim/entity/Product/ServiceProduct/attr/type" } ], "http://a.ml/vocabularies/core#name": [ @@ -2408,7 +2463,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2417,16 +2472,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ServiceProduct/attr/evergreenContractEstimatedChargeAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ServiceProduct/attr/evergreenContractEstimatedChargeAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ServiceProduct/attr/evergreenContractEstimatedChargeAmount" + "@value": "cim/entity/Product/ServiceProduct/attr/evergreenContractEstimatedChargeAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -2438,7 +2493,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2454,16 +2509,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/BundleProduct", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/BundleProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/BundleProduct" + "@value": "cim/entity/Product/BundleProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -2473,16 +2528,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/BundleProduct/attr/type", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/BundleProduct/attr/type", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/BundleProduct/attr/type" + "@value": "cim/entity/Product/BundleProduct/attr/type" } ], "http://a.ml/vocabularies/core#name": [ @@ -2494,7 +2549,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2503,16 +2558,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/BundleProduct/attr/weightUOM", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/BundleProduct/attr/weightUOM", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/BundleProduct/attr/weightUOM" + "@value": "cim/entity/Product/BundleProduct/attr/weightUOM" } ], "http://a.ml/vocabularies/core#name": [ @@ -2524,7 +2579,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2540,16 +2595,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductTranslation", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/ProductTranslation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductTranslation" + "@value": "cim/entity/Product/ProductTranslation" } ], "http://a.ml/vocabularies/core#name": [ @@ -2559,16 +2614,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductTranslation/attr/longDescription", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductTranslation/attr/longDescription", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductTranslation/attr/longDescription" + "@value": "cim/entity/Product/ProductTranslation/attr/longDescription" } ], "http://a.ml/vocabularies/core#name": [ @@ -2580,7 +2635,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2589,16 +2644,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductTranslation/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductTranslation/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductTranslation/attr/description" + "@value": "cim/entity/Product/ProductTranslation/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -2610,7 +2665,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2619,16 +2674,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductTranslation/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductTranslation/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductTranslation/attr/name" + "@value": "cim/entity/Product/ProductTranslation/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -2645,7 +2700,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2654,16 +2709,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductTranslation/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductTranslation/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductTranslation/attr/id" + "@value": "cim/entity/Product/ProductTranslation/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -2680,7 +2735,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2691,9 +2746,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductTranslation/attr/product", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductTranslation/attr/product", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2705,7 +2760,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductTranslation/attr/product" + "@value": "cim/entity/Product/ProductTranslation/attr/product" } ], "http://a.ml/vocabularies/core#name": [ @@ -2720,7 +2775,2302 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Product" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/type", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/type" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "type" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/brandGrade", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/brandGrade" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "brandGrade" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/longDescription", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/longDescription" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "longDescription" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/displayUrl", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/displayUrl" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayUrl" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isDynamicBundle", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isDynamicBundle" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isDynamicBundle" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueInstallmentCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/revenueInstallmentCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "revenueInstallmentCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueInstallmentPeriod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/revenueInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "revenueInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueScheduleType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/revenueScheduleType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "revenueScheduleType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/canUseRevenueSchedule", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/canUseRevenueSchedule" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "canUseRevenueSchedule" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityInstallmentCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/quantityInstallmentCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityInstallmentCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityInstallmentPeriod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/quantityInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityScheduleType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/quantityScheduleType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityScheduleType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/canUseQuantitySchedule", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/canUseQuantitySchedule" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "canUseQuantitySchedule" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/disposalType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/disposalType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "disposalType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/allowPartialRefund", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/allowPartialRefund" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowPartialRefund" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/allowCustomerReturn", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/allowCustomerReturn" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowCustomerReturn" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validForPeriodCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validForPeriodCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validForPeriodCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validToDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validToDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validToDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validFromDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validFromDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validFromDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/standardWarrantyLengthMonth", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/standardWarrantyLengthMonth" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "standardWarrantyLengthMonth" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isAutoProvisionable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isAutoProvisionable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isAutoProvisionable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isInstallable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isInstallable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isInstallable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isQualityVerificationRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isQualityVerificationRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isQualityVerificationRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isQuantityEntryRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isQuantityEntryRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isQuantityEntryRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isWeightEntryRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isWeightEntryRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isWeightEntryRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isManualPriceEntryRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isManualPriceEntryRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isManualPriceEntryRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/rewardProgramPointsCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/rewardProgramPointsCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "rewardProgramPointsCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isFoodstampPaymentAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isFoodstampPaymentAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isFoodstampPaymentAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isPartnerDiscountAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isPartnerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isPartnerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isWorkerDiscountAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isWorkerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isWorkerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isCustomerDiscountAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isCustomerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isCustomerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isMultipleCouponsAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isMultipleCouponsAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isMultipleCouponsAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isCouponRedemptionAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isCouponRedemptionAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isCouponRedemptionAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiredDepositPercentage", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/requiredDepositPercentage" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requiredDepositPercentage" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiredDepositAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/requiredDepositAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requiredDepositAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isRainCheckAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isRainCheckAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isRainCheckAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/maximumOrderQuantityCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/maximumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maximumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumOrderQuantityCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/minimumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minimumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiresInvididualUnitPricing", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/requiresInvididualUnitPricing" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requiresInvididualUnitPricing" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/priceChargeType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/priceChargeType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "priceChargeType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumAdvertisementAmountStartDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/minimumAdvertisementAmountStartDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minimumAdvertisementAmountStartDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumAdvertisementAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/minimumAdvertisementAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minimumAdvertisementAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/mSRPAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/mSRPAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mSRPAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isBackOrdered", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isBackOrdered" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isBackOrdered" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isReturnable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isReturnable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isReturnable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellableWithoutPrice", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSellableWithoutPrice" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSellableWithoutPrice" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellableIndependently", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSellableIndependently" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSellableIndependently" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSellable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSellable" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isPreOrderable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isPreOrderable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isPreOrderable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/productStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/productStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "productStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isIntellectualPropertyProtected", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isIntellectualPropertyProtected" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isIntellectualPropertyProtected" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/externalSourceRecord", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/externalSourceRecord" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalSourceRecord" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/lotIdentifier", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/lotIdentifier" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "lotIdentifier" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/stockLedgerValuationAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/stockLedgerValuationAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "stockLedgerValuationAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/glAccountCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/glAccountCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "glAccountCode" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSerialized", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSerialized" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSerialized" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/versionNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/versionNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "versionNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/modelNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/modelNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "modelNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/modelYear", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/modelYear" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "modelYear" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/manufacturerName", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/manufacturerName" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "manufacturerName" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/productSKU", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/productSKU" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "productSKU" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validForPeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validForPeriodUOM" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validForPeriodUOM" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/primarySalesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/primarySalesChannel" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primarySalesChannel" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/primaryProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/primaryProductCategory" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primaryProductCategory" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/brand", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/brand" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "brand" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Brand", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Brand" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/masterProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/masterProduct" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "masterProduct" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "What is intended to be sold e.g. goods, services, bundles, made to order products." + } + ] } ] } @@ -2732,16 +5082,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductRelatedProduct", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/ProductRelatedProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelatedProduct" + "@value": "cim/entity/Product/ProductRelatedProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -2751,16 +5101,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelatedProduct/attr/isDefaultOption", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductRelatedProduct/attr/isDefaultOption", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelatedProduct/attr/isDefaultOption" + "@value": "cim/entity/Product/ProductRelatedProduct/attr/isDefaultOption" } ], "http://a.ml/vocabularies/core#name": [ @@ -2777,7 +5127,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2786,16 +5136,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelatedProduct/attr/toDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductRelatedProduct/attr/toDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelatedProduct/attr/toDate" + "@value": "cim/entity/Product/ProductRelatedProduct/attr/toDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -2807,7 +5157,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2816,16 +5166,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelatedProduct/attr/fromDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductRelatedProduct/attr/fromDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelatedProduct/attr/fromDate" + "@value": "cim/entity/Product/ProductRelatedProduct/attr/fromDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -2842,7 +5192,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2851,16 +5201,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelatedProduct/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductRelatedProduct/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelatedProduct/attr/name" + "@value": "cim/entity/Product/ProductRelatedProduct/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -2877,7 +5227,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2886,16 +5236,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelatedProduct/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductRelatedProduct/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelatedProduct/attr/id" + "@value": "cim/entity/Product/ProductRelatedProduct/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -2912,7 +5262,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2923,9 +5273,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelatedProduct/attr/parentProduct", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductRelatedProduct/attr/parentProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2937,7 +5287,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelatedProduct/attr/parentProduct" + "@value": "cim/entity/Product/ProductRelatedProduct/attr/parentProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -2952,14 +5302,2309 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Product" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/type", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/type" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "type" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/brandGrade", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/brandGrade" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "brandGrade" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/longDescription", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/longDescription" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "longDescription" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/displayUrl", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/displayUrl" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayUrl" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isDynamicBundle", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isDynamicBundle" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isDynamicBundle" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueInstallmentCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/revenueInstallmentCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "revenueInstallmentCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueInstallmentPeriod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/revenueInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "revenueInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueScheduleType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/revenueScheduleType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "revenueScheduleType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/canUseRevenueSchedule", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/canUseRevenueSchedule" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "canUseRevenueSchedule" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityInstallmentCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/quantityInstallmentCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityInstallmentCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityInstallmentPeriod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/quantityInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityScheduleType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/quantityScheduleType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityScheduleType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/canUseQuantitySchedule", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/canUseQuantitySchedule" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "canUseQuantitySchedule" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/disposalType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/disposalType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "disposalType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/allowPartialRefund", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/allowPartialRefund" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowPartialRefund" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/allowCustomerReturn", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/allowCustomerReturn" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowCustomerReturn" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validForPeriodCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validForPeriodCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validForPeriodCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validToDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validToDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validToDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validFromDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validFromDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validFromDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/standardWarrantyLengthMonth", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/standardWarrantyLengthMonth" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "standardWarrantyLengthMonth" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isAutoProvisionable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isAutoProvisionable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isAutoProvisionable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isInstallable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isInstallable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isInstallable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isQualityVerificationRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isQualityVerificationRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isQualityVerificationRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isQuantityEntryRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isQuantityEntryRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isQuantityEntryRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isWeightEntryRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isWeightEntryRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isWeightEntryRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isManualPriceEntryRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isManualPriceEntryRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isManualPriceEntryRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/rewardProgramPointsCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/rewardProgramPointsCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "rewardProgramPointsCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isFoodstampPaymentAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isFoodstampPaymentAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isFoodstampPaymentAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isPartnerDiscountAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isPartnerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isPartnerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isWorkerDiscountAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isWorkerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isWorkerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isCustomerDiscountAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isCustomerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isCustomerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isMultipleCouponsAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isMultipleCouponsAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isMultipleCouponsAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isCouponRedemptionAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isCouponRedemptionAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isCouponRedemptionAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiredDepositPercentage", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/requiredDepositPercentage" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requiredDepositPercentage" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiredDepositAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/requiredDepositAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requiredDepositAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isRainCheckAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isRainCheckAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isRainCheckAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/maximumOrderQuantityCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/maximumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maximumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumOrderQuantityCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/minimumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minimumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiresInvididualUnitPricing", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/requiresInvididualUnitPricing" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requiresInvididualUnitPricing" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/priceChargeType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/priceChargeType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "priceChargeType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumAdvertisementAmountStartDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/minimumAdvertisementAmountStartDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minimumAdvertisementAmountStartDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumAdvertisementAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/minimumAdvertisementAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minimumAdvertisementAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/mSRPAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/mSRPAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mSRPAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isBackOrdered", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isBackOrdered" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isBackOrdered" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isReturnable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isReturnable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isReturnable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellableWithoutPrice", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSellableWithoutPrice" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSellableWithoutPrice" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellableIndependently", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSellableIndependently" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSellableIndependently" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSellable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSellable" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isPreOrderable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isPreOrderable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isPreOrderable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/productStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/productStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "productStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isIntellectualPropertyProtected", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isIntellectualPropertyProtected" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isIntellectualPropertyProtected" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/externalSourceRecord", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/externalSourceRecord" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalSourceRecord" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/lotIdentifier", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/lotIdentifier" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "lotIdentifier" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/stockLedgerValuationAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/stockLedgerValuationAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "stockLedgerValuationAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/glAccountCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/glAccountCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "glAccountCode" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSerialized", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSerialized" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSerialized" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/versionNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/versionNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "versionNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/modelNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/modelNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "modelNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/modelYear", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/modelYear" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "modelYear" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/manufacturerName", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/manufacturerName" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "manufacturerName" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/productSKU", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/productSKU" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "productSKU" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validForPeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validForPeriodUOM" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validForPeriodUOM" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/primarySalesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/primarySalesChannel" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primarySalesChannel" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/primaryProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/primaryProductCategory" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primaryProductCategory" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/brand", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/brand" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "brand" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Brand", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Brand" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/masterProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/masterProduct" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "masterProduct" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "What is intended to be sold e.g. goods, services, bundles, made to order products." + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelatedProduct/attr/productRelationshipType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductRelatedProduct/attr/productRelationshipType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2971,7 +7616,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelatedProduct/attr/productRelationshipType" + "@value": "cim/entity/Product/ProductRelatedProduct/attr/productRelationshipType" } ], "http://a.ml/vocabularies/core#name": [ @@ -2986,14 +7631,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductRelationshipType" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/ProductRelationshipType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/ProductRelationshipType" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelatedProduct/attr/childProduct", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductRelatedProduct/attr/childProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3005,7 +7661,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelatedProduct/attr/childProduct" + "@value": "cim/entity/Product/ProductRelatedProduct/attr/childProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -3020,14 +7676,2309 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Product" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/type", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/type" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "type" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/brandGrade", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/brandGrade" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "brandGrade" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/longDescription", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/longDescription" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "longDescription" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/displayUrl", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/displayUrl" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayUrl" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isDynamicBundle", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isDynamicBundle" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isDynamicBundle" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueInstallmentCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/revenueInstallmentCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "revenueInstallmentCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueInstallmentPeriod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/revenueInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "revenueInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueScheduleType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/revenueScheduleType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "revenueScheduleType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/canUseRevenueSchedule", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/canUseRevenueSchedule" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "canUseRevenueSchedule" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityInstallmentCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/quantityInstallmentCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityInstallmentCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityInstallmentPeriod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/quantityInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityScheduleType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/quantityScheduleType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityScheduleType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/canUseQuantitySchedule", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/canUseQuantitySchedule" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "canUseQuantitySchedule" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/disposalType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/disposalType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "disposalType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/allowPartialRefund", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/allowPartialRefund" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowPartialRefund" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/allowCustomerReturn", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/allowCustomerReturn" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowCustomerReturn" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validForPeriodCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validForPeriodCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validForPeriodCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validToDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validToDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validToDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validFromDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validFromDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validFromDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/standardWarrantyLengthMonth", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/standardWarrantyLengthMonth" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "standardWarrantyLengthMonth" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isAutoProvisionable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isAutoProvisionable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isAutoProvisionable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isInstallable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isInstallable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isInstallable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isQualityVerificationRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isQualityVerificationRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isQualityVerificationRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isQuantityEntryRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isQuantityEntryRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isQuantityEntryRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isWeightEntryRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isWeightEntryRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isWeightEntryRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isManualPriceEntryRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isManualPriceEntryRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isManualPriceEntryRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/rewardProgramPointsCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/rewardProgramPointsCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "rewardProgramPointsCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isFoodstampPaymentAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isFoodstampPaymentAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isFoodstampPaymentAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isPartnerDiscountAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isPartnerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isPartnerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isWorkerDiscountAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isWorkerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isWorkerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isCustomerDiscountAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isCustomerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isCustomerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isMultipleCouponsAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isMultipleCouponsAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isMultipleCouponsAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isCouponRedemptionAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isCouponRedemptionAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isCouponRedemptionAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiredDepositPercentage", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/requiredDepositPercentage" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requiredDepositPercentage" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiredDepositAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/requiredDepositAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requiredDepositAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isRainCheckAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isRainCheckAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isRainCheckAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/maximumOrderQuantityCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/maximumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maximumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumOrderQuantityCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/minimumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minimumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiresInvididualUnitPricing", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/requiresInvididualUnitPricing" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requiresInvididualUnitPricing" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/priceChargeType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/priceChargeType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "priceChargeType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumAdvertisementAmountStartDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/minimumAdvertisementAmountStartDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minimumAdvertisementAmountStartDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumAdvertisementAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/minimumAdvertisementAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minimumAdvertisementAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/mSRPAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/mSRPAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mSRPAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isBackOrdered", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isBackOrdered" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isBackOrdered" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isReturnable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isReturnable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isReturnable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellableWithoutPrice", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSellableWithoutPrice" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSellableWithoutPrice" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellableIndependently", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSellableIndependently" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSellableIndependently" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSellable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSellable" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isPreOrderable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isPreOrderable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isPreOrderable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/productStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/productStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "productStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isIntellectualPropertyProtected", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isIntellectualPropertyProtected" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isIntellectualPropertyProtected" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/externalSourceRecord", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/externalSourceRecord" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalSourceRecord" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/lotIdentifier", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/lotIdentifier" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "lotIdentifier" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/stockLedgerValuationAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/stockLedgerValuationAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "stockLedgerValuationAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/glAccountCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/glAccountCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "glAccountCode" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSerialized", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSerialized" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSerialized" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/versionNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/versionNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "versionNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/modelNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/modelNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "modelNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/modelYear", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/modelYear" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "modelYear" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/manufacturerName", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/manufacturerName" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "manufacturerName" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/productSKU", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/productSKU" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "productSKU" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validForPeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validForPeriodUOM" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validForPeriodUOM" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/primarySalesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/primarySalesChannel" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primarySalesChannel" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/primaryProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/primaryProductCategory" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primaryProductCategory" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/brand", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/brand" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "brand" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Brand", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Brand" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/masterProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/masterProduct" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "masterProduct" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "What is intended to be sold e.g. goods, services, bundles, made to order products." + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelatedProduct/attr/salesOrderProduct1", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductRelatedProduct/attr/salesOrderProduct1", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3039,7 +9990,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelatedProduct/attr/salesOrderProduct1" + "@value": "cim/entity/Product/ProductRelatedProduct/attr/salesOrderProduct1" } ], "http://a.ml/vocabularies/core#name": [ @@ -3054,14 +10005,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProduct" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelatedProduct/attr/salesOrderProduct2", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductRelatedProduct/attr/salesOrderProduct2", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3073,7 +10035,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelatedProduct/attr/salesOrderProduct2" + "@value": "cim/entity/Product/ProductRelatedProduct/attr/salesOrderProduct2" } ], "http://a.ml/vocabularies/core#name": [ @@ -3088,7 +10050,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProduct" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct" + } + ] } ] } @@ -3100,16 +10073,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductRelationshipType", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/ProductRelationshipType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelationshipType" + "@value": "cim/entity/Product/ProductRelationshipType" } ], "http://a.ml/vocabularies/core#name": [ @@ -3119,16 +10092,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelationshipType/attr/childProductRole", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductRelationshipType/attr/childProductRole", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelationshipType/attr/childProductRole" + "@value": "cim/entity/Product/ProductRelationshipType/attr/childProductRole" } ], "http://a.ml/vocabularies/core#name": [ @@ -3145,7 +10118,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3154,16 +10127,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelationshipType/attr/parentProductRole", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductRelationshipType/attr/parentProductRole", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelationshipType/attr/parentProductRole" + "@value": "cim/entity/Product/ProductRelationshipType/attr/parentProductRole" } ], "http://a.ml/vocabularies/core#name": [ @@ -3180,7 +10153,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3189,16 +10162,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelationshipType/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductRelationshipType/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelationshipType/attr/id" + "@value": "cim/entity/Product/ProductRelationshipType/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -3215,7 +10188,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3231,16 +10204,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductImage", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/ProductImage", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductImage" + "@value": "cim/entity/Product/ProductImage" } ], "http://a.ml/vocabularies/core#name": [ @@ -3250,16 +10223,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductImage/attr/imageViewType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductImage/attr/imageViewType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductImage/attr/imageViewType" + "@value": "cim/entity/Product/ProductImage/attr/imageViewType" } ], "http://a.ml/vocabularies/core#name": [ @@ -3271,7 +10244,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3280,16 +10253,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductImage/attr/isDefaultImage", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductImage/attr/isDefaultImage", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductImage/attr/isDefaultImage" + "@value": "cim/entity/Product/ProductImage/attr/isDefaultImage" } ], "http://a.ml/vocabularies/core#name": [ @@ -3306,7 +10279,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3315,16 +10288,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductImage/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductImage/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductImage/attr/id" + "@value": "cim/entity/Product/ProductImage/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -3341,7 +10314,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3352,9 +10325,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductImage/attr/product", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductImage/attr/product", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3366,7 +10339,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductImage/attr/product" + "@value": "cim/entity/Product/ProductImage/attr/product" } ], "http://a.ml/vocabularies/core#name": [ @@ -3381,7 +10354,2302 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Product" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/type", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/type" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "type" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/brandGrade", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/brandGrade" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "brandGrade" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/longDescription", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/longDescription" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "longDescription" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/displayUrl", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/displayUrl" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayUrl" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isDynamicBundle", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isDynamicBundle" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isDynamicBundle" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueInstallmentCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/revenueInstallmentCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "revenueInstallmentCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueInstallmentPeriod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/revenueInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "revenueInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueScheduleType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/revenueScheduleType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "revenueScheduleType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/canUseRevenueSchedule", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/canUseRevenueSchedule" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "canUseRevenueSchedule" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityInstallmentCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/quantityInstallmentCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityInstallmentCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityInstallmentPeriod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/quantityInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityScheduleType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/quantityScheduleType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityScheduleType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/canUseQuantitySchedule", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/canUseQuantitySchedule" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "canUseQuantitySchedule" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/disposalType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/disposalType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "disposalType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/allowPartialRefund", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/allowPartialRefund" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowPartialRefund" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/allowCustomerReturn", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/allowCustomerReturn" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowCustomerReturn" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validForPeriodCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validForPeriodCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validForPeriodCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validToDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validToDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validToDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validFromDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validFromDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validFromDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/standardWarrantyLengthMonth", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/standardWarrantyLengthMonth" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "standardWarrantyLengthMonth" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isAutoProvisionable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isAutoProvisionable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isAutoProvisionable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isInstallable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isInstallable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isInstallable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isQualityVerificationRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isQualityVerificationRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isQualityVerificationRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isQuantityEntryRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isQuantityEntryRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isQuantityEntryRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isWeightEntryRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isWeightEntryRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isWeightEntryRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isManualPriceEntryRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isManualPriceEntryRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isManualPriceEntryRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/rewardProgramPointsCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/rewardProgramPointsCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "rewardProgramPointsCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isFoodstampPaymentAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isFoodstampPaymentAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isFoodstampPaymentAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isPartnerDiscountAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isPartnerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isPartnerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isWorkerDiscountAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isWorkerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isWorkerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isCustomerDiscountAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isCustomerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isCustomerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isMultipleCouponsAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isMultipleCouponsAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isMultipleCouponsAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isCouponRedemptionAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isCouponRedemptionAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isCouponRedemptionAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiredDepositPercentage", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/requiredDepositPercentage" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requiredDepositPercentage" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiredDepositAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/requiredDepositAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requiredDepositAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isRainCheckAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isRainCheckAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isRainCheckAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/maximumOrderQuantityCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/maximumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maximumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumOrderQuantityCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/minimumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minimumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiresInvididualUnitPricing", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/requiresInvididualUnitPricing" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requiresInvididualUnitPricing" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/priceChargeType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/priceChargeType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "priceChargeType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumAdvertisementAmountStartDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/minimumAdvertisementAmountStartDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minimumAdvertisementAmountStartDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumAdvertisementAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/minimumAdvertisementAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minimumAdvertisementAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/mSRPAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/mSRPAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mSRPAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isBackOrdered", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isBackOrdered" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isBackOrdered" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isReturnable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isReturnable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isReturnable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellableWithoutPrice", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSellableWithoutPrice" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSellableWithoutPrice" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellableIndependently", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSellableIndependently" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSellableIndependently" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSellable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSellable" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isPreOrderable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isPreOrderable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isPreOrderable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/productStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/productStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "productStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isIntellectualPropertyProtected", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isIntellectualPropertyProtected" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isIntellectualPropertyProtected" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/externalSourceRecord", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/externalSourceRecord" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalSourceRecord" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/lotIdentifier", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/lotIdentifier" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "lotIdentifier" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/stockLedgerValuationAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/stockLedgerValuationAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "stockLedgerValuationAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/glAccountCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/glAccountCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "glAccountCode" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSerialized", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSerialized" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSerialized" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/versionNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/versionNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "versionNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/modelNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/modelNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "modelNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/modelYear", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/modelYear" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "modelYear" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/manufacturerName", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/manufacturerName" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "manufacturerName" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/productSKU", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/productSKU" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "productSKU" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validForPeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validForPeriodUOM" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validForPeriodUOM" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/primarySalesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/primarySalesChannel" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primarySalesChannel" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/primaryProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/primaryProductCategory" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primaryProductCategory" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/brand", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/brand" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "brand" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Brand", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Brand" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/masterProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/masterProduct" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "masterProduct" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "What is intended to be sold e.g. goods, services, bundles, made to order products." + } + ] } ] } @@ -3393,16 +12661,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductImageTranslation", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/ProductImageTranslation", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductImageTranslation" + "@value": "cim/entity/Product/ProductImageTranslation" } ], "http://a.ml/vocabularies/core#name": [ @@ -3412,16 +12680,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductImageTranslation/attr/translatedName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductImageTranslation/attr/translatedName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductImageTranslation/attr/translatedName" + "@value": "cim/entity/Product/ProductImageTranslation/attr/translatedName" } ], "http://a.ml/vocabularies/core#name": [ @@ -3438,7 +12706,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3447,16 +12715,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductImageTranslation/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductImageTranslation/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductImageTranslation/attr/id" + "@value": "cim/entity/Product/ProductImageTranslation/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -3473,7 +12741,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3484,9 +12752,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductImageTranslation/attr/productImage", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductImageTranslation/attr/productImage", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3498,7 +12766,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductImageTranslation/attr/productImage" + "@value": "cim/entity/Product/ProductImageTranslation/attr/productImage" } ], "http://a.ml/vocabularies/core#name": [ @@ -3513,7 +12781,2461 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductImage" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/ProductImage", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/ProductImage" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Product Image" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductImage/attr/imageViewType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/ProductImage/attr/imageViewType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "imageViewType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductImage/attr/isDefaultImage", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/ProductImage/attr/isDefaultImage" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isDefaultImage" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductImage/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/ProductImage/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/ProductImage/attr/product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/ProductImage/attr/product" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "product" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Product" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/type", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/type" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "type" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/brandGrade", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/brandGrade" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "brandGrade" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/longDescription", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/longDescription" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "longDescription" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/displayUrl", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/displayUrl" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "displayUrl" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isDynamicBundle", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isDynamicBundle" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isDynamicBundle" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueInstallmentCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/revenueInstallmentCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "revenueInstallmentCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueInstallmentPeriod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/revenueInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "revenueInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/revenueScheduleType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/revenueScheduleType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "revenueScheduleType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/canUseRevenueSchedule", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/canUseRevenueSchedule" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "canUseRevenueSchedule" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityInstallmentCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/quantityInstallmentCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityInstallmentCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityInstallmentPeriod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/quantityInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityInstallmentPeriod" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/quantityScheduleType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/quantityScheduleType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityScheduleType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/canUseQuantitySchedule", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/canUseQuantitySchedule" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "canUseQuantitySchedule" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/disposalType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/disposalType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "disposalType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/allowPartialRefund", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/allowPartialRefund" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowPartialRefund" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/allowCustomerReturn", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/allowCustomerReturn" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allowCustomerReturn" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validForPeriodCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validForPeriodCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validForPeriodCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validToDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validToDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validToDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validFromDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validFromDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validFromDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/standardWarrantyLengthMonth", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/standardWarrantyLengthMonth" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "standardWarrantyLengthMonth" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isAutoProvisionable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isAutoProvisionable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isAutoProvisionable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isInstallable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isInstallable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isInstallable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isQualityVerificationRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isQualityVerificationRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isQualityVerificationRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isQuantityEntryRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isQuantityEntryRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isQuantityEntryRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isWeightEntryRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isWeightEntryRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isWeightEntryRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isManualPriceEntryRequired", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isManualPriceEntryRequired" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isManualPriceEntryRequired" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/rewardProgramPointsCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/rewardProgramPointsCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "rewardProgramPointsCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isFoodstampPaymentAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isFoodstampPaymentAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isFoodstampPaymentAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isPartnerDiscountAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isPartnerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isPartnerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isWorkerDiscountAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isWorkerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isWorkerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isCustomerDiscountAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isCustomerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isCustomerDiscountAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isMultipleCouponsAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isMultipleCouponsAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isMultipleCouponsAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isCouponRedemptionAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isCouponRedemptionAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isCouponRedemptionAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiredDepositPercentage", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/requiredDepositPercentage" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requiredDepositPercentage" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiredDepositAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/requiredDepositAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requiredDepositAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isRainCheckAllowed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isRainCheckAllowed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isRainCheckAllowed" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/maximumOrderQuantityCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/maximumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "maximumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumOrderQuantityCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/minimumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minimumOrderQuantityCount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/requiresInvididualUnitPricing", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/requiresInvididualUnitPricing" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requiresInvididualUnitPricing" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/priceChargeType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/priceChargeType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "priceChargeType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumAdvertisementAmountStartDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/minimumAdvertisementAmountStartDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minimumAdvertisementAmountStartDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/minimumAdvertisementAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/minimumAdvertisementAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "minimumAdvertisementAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/mSRPAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/mSRPAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "mSRPAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isBackOrdered", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isBackOrdered" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isBackOrdered" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isReturnable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isReturnable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isReturnable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellableWithoutPrice", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSellableWithoutPrice" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSellableWithoutPrice" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellableIndependently", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSellableIndependently" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSellableIndependently" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSellable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSellable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSellable" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isPreOrderable", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isPreOrderable" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isPreOrderable" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/productStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/productStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "productStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isIntellectualPropertyProtected", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isIntellectualPropertyProtected" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isIntellectualPropertyProtected" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/externalSourceRecord", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/externalSourceRecord" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalSourceRecord" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/lotIdentifier", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/lotIdentifier" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "lotIdentifier" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/stockLedgerValuationAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/stockLedgerValuationAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "stockLedgerValuationAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/glAccountCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/glAccountCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "glAccountCode" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/isSerialized", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/isSerialized" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSerialized" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/versionNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/versionNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "versionNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/modelNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/modelNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "modelNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/modelYear", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/modelYear" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "modelYear" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/manufacturerName", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/manufacturerName" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "manufacturerName" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/productSKU", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/productSKU" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "productSKU" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/validForPeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/validForPeriodUOM" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "validForPeriodUOM" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/primarySalesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/primarySalesChannel" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primarySalesChannel" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/primaryProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/primaryProductCategory" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "primaryProductCategory" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductCatalog/ProductCategory" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/brand", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/brand" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "brand" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Brand", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Brand" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Product/attr/masterProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product/attr/masterProduct" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "masterProduct" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "What is intended to be sold e.g. goods, services, bundles, made to order products." + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Images of a product" + } + ] } ] } @@ -3525,16 +15247,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Brand", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Brand", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Brand" + "@value": "cim/entity/Product/Brand" } ], "http://a.ml/vocabularies/core#name": [ @@ -3544,16 +15266,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Brand/attr/brandGrade", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Brand/attr/brandGrade", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Brand/attr/brandGrade" + "@value": "cim/entity/Product/Brand/attr/brandGrade" } ], "http://a.ml/vocabularies/core#name": [ @@ -3570,7 +15292,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3579,16 +15301,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Brand/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Brand/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Brand/attr/name" + "@value": "cim/entity/Product/Brand/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -3605,7 +15327,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3614,16 +15336,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Brand/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Product/Brand/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Brand/attr/id" + "@value": "cim/entity/Product/Brand/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -3640,7 +15362,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" diff --git a/out/cim/data_models/ProductEntityGroup.yaml b/out/cim/data_models/ProductEntityGroup.yaml index 7f02bdd..3bebf6e 100644 --- a/out/cim/data_models/ProductEntityGroup.yaml +++ b/out/cim/data_models/ProductEntityGroup.yaml @@ -2,516 +2,516 @@ uuid: cim/entitygroup/ProductEntityGroup name: Product entities: - Bundle Product: - uuid: cim/entity/BundleProduct + Service Product: + uuid: cim/entity/Product/ServiceProduct attributes: type: - uuid: cim/entity/BundleProduct/attr/type + uuid: cim/entity/Product/ServiceProduct/attr/type range: type: string - weightUOM: - uuid: cim/entity/BundleProduct/attr/weightUOM + evergreenContractEstimatedChargeAmount: + uuid: cim/entity/Product/ServiceProduct/attr/evergreenContractEstimatedChargeAmount range: type: string - description: Product groups e.g. mobile phone package include phone, call plan and charger - Product: - uuid: cim/entity/Product + description: Products that are intangible e.g. labor, software subscription + Product Related Product: + uuid: cim/entity/Product/ProductRelatedProduct attributes: - versionNumber: - uuid: cim/entity/Product/attr/versionNumber + isDefaultOption: + uuid: cim/entity/Product/ProductRelatedProduct/attr/isDefaultOption + required: true range: type: string - allowPartialRefund: - uuid: cim/entity/Product/attr/allowPartialRefund + fromDate: + uuid: cim/entity/Product/ProductRelatedProduct/attr/fromDate + required: true range: type: string - minimumAdvertisementAmount: - uuid: cim/entity/Product/attr/minimumAdvertisementAmount + toDate: + uuid: cim/entity/Product/ProductRelatedProduct/attr/toDate range: type: string - quantityInstallmentCount: - uuid: cim/entity/Product/attr/quantityInstallmentCount + name: + uuid: cim/entity/Product/ProductRelatedProduct/attr/name + required: true range: - type: integer - displayUrl: - uuid: cim/entity/Product/attr/displayUrl + type: string + id: + uuid: cim/entity/Product/ProductRelatedProduct/attr/id + required: true range: type: string - mSRPAmount: - uuid: cim/entity/Product/attr/mSRPAmount + associations: + salesOrderProduct1: + allowMultiple: true + uuid: cim/entity/Product/ProductRelatedProduct/attr/salesOrderProduct1 + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct + parentProduct: + allowMultiple: true + uuid: cim/entity/Product/ProductRelatedProduct/attr/parentProduct + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Product/Product + childProduct: + allowMultiple: true + uuid: cim/entity/Product/ProductRelatedProduct/attr/childProduct + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Product/Product + productRelationshipType: + allowMultiple: true + uuid: cim/entity/Product/ProductRelatedProduct/attr/productRelationshipType + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/ProductRelationshipType + salesOrderProduct2: + allowMultiple: true + uuid: cim/entity/Product/ProductRelatedProduct/attr/salesOrderProduct2 + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct + description: A grouping of products such as a product bundle + Product Relationship Type: + uuid: cim/entity/Product/ProductRelationshipType + attributes: + childProductRole: + uuid: cim/entity/Product/ProductRelationshipType/attr/childProductRole + required: true range: type: string - glAccountCode: - uuid: cim/entity/Product/attr/glAccountCode + parentProductRole: + uuid: cim/entity/Product/ProductRelationshipType/attr/parentProductRole + required: true range: type: string - type: - uuid: cim/entity/Product/attr/type + id: + uuid: cim/entity/Product/ProductRelationshipType/attr/id + required: true range: type: string - modelNumber: - uuid: cim/entity/Product/attr/modelNumber + description: What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of + Goods Product: + uuid: cim/entity/Product/GoodsProduct + attributes: + type: + uuid: cim/entity/Product/GoodsProduct/attr/type range: type: string - isPreOrderable: - uuid: cim/entity/Product/attr/isPreOrderable + requiresUnitPriceLabel: + uuid: cim/entity/Product/GoodsProduct/attr/requiresUnitPriceLabel required: true range: type: string - productSKU: - uuid: cim/entity/Product/attr/productSKU - required: true + description: Products you can touch e.g. cart of milk, pallet of coffee, mobile phone x model 1 + Product Translation: + uuid: cim/entity/Product/ProductTranslation + attributes: + longDescription: + uuid: cim/entity/Product/ProductTranslation/attr/longDescription range: type: string - isSellableIndependently: - uuid: cim/entity/Product/attr/isSellableIndependently - required: true + description: + uuid: cim/entity/Product/ProductTranslation/attr/description range: type: string - minimumOrderQuantityCount: - uuid: cim/entity/Product/attr/minimumOrderQuantityCount + name: + uuid: cim/entity/Product/ProductTranslation/attr/name + required: true range: - type: integer - revenueScheduleType: - uuid: cim/entity/Product/attr/revenueScheduleType + type: string + id: + uuid: cim/entity/Product/ProductTranslation/attr/id + required: true range: type: string - description: - uuid: cim/entity/Product/attr/description + associations: + product: + allowMultiple: true + uuid: cim/entity/Product/ProductTranslation/attr/product + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Product/Product + description: Translated attributes for a product + Brand: + uuid: cim/entity/Product/Brand + attributes: + brandGrade: + uuid: cim/entity/Product/Brand/attr/brandGrade required: true range: type: string - isFoodstampPaymentAllowed: - uuid: cim/entity/Product/attr/isFoodstampPaymentAllowed + name: + uuid: cim/entity/Product/Brand/attr/name required: true range: type: string - validFromDate: - uuid: cim/entity/Product/attr/validFromDate + id: + uuid: cim/entity/Product/Brand/attr/id + required: true range: type: string - allowCustomerReturn: - uuid: cim/entity/Product/attr/allowCustomerReturn + description: What is the brand of the product e.g. Snike shoes + Product Image: + uuid: cim/entity/Product/ProductImage + attributes: + imageViewType: + uuid: cim/entity/Product/ProductImage/attr/imageViewType range: type: string - longDescription: - uuid: cim/entity/Product/attr/longDescription + isDefaultImage: + uuid: cim/entity/Product/ProductImage/attr/isDefaultImage required: true range: type: string - canUseQuantitySchedule: - uuid: cim/entity/Product/attr/canUseQuantitySchedule + id: + uuid: cim/entity/Product/ProductImage/attr/id required: true range: type: string - isQualityVerificationRequired: - uuid: cim/entity/Product/attr/isQualityVerificationRequired + associations: + product: + allowMultiple: true + uuid: cim/entity/Product/ProductImage/attr/product required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Product/Product + description: Images of a product + Bundle Product: + uuid: cim/entity/Product/BundleProduct + attributes: + type: + uuid: cim/entity/Product/BundleProduct/attr/type range: type: string - quantityInstallmentPeriod: - uuid: cim/entity/Product/attr/quantityInstallmentPeriod + weightUOM: + uuid: cim/entity/Product/BundleProduct/attr/weightUOM range: type: string - canUseRevenueSchedule: - uuid: cim/entity/Product/attr/canUseRevenueSchedule + description: Product groups e.g. mobile phone package include phone, call plan and charger + Product Image Translation: + uuid: cim/entity/Product/ProductImageTranslation + attributes: + translatedName: + uuid: cim/entity/Product/ProductImageTranslation/attr/translatedName required: true range: type: string - isManualPriceEntryRequired: - uuid: cim/entity/Product/attr/isManualPriceEntryRequired + id: + uuid: cim/entity/Product/ProductImageTranslation/attr/id required: true range: type: string - isBackOrdered: - uuid: cim/entity/Product/attr/isBackOrdered + associations: + productImage: + allowMultiple: true + uuid: cim/entity/Product/ProductImageTranslation/attr/productImage + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Product/ProductImage + description: Translated attributes for a product image + Product: + uuid: cim/entity/Product/Product + attributes: + isSellableIndependently: + uuid: cim/entity/Product/Product/attr/isSellableIndependently required: true range: type: string + validToDate: + uuid: cim/entity/Product/Product/attr/validToDate + range: + type: string modelYear: - uuid: cim/entity/Product/attr/modelYear + uuid: cim/entity/Product/Product/attr/modelYear range: type: integer - isSellable: - uuid: cim/entity/Product/attr/isSellable + isSellableWithoutPrice: + uuid: cim/entity/Product/Product/attr/isSellableWithoutPrice + required: true range: type: string - quantityScheduleType: - uuid: cim/entity/Product/attr/quantityScheduleType + versionNumber: + uuid: cim/entity/Product/Product/attr/versionNumber range: type: string - minimumAdvertisementAmountStartDate: - uuid: cim/entity/Product/attr/minimumAdvertisementAmountStartDate + stockLedgerValuationAmount: + uuid: cim/entity/Product/Product/attr/stockLedgerValuationAmount range: - type: string - isWeightEntryRequired: - uuid: cim/entity/Product/attr/isWeightEntryRequired + type: integer + rewardProgramPointsCount: + uuid: cim/entity/Product/Product/attr/rewardProgramPointsCount + range: + type: integer + standardWarrantyLengthMonth: + uuid: cim/entity/Product/Product/attr/standardWarrantyLengthMonth + range: + type: integer + isFoodstampPaymentAllowed: + uuid: cim/entity/Product/Product/attr/isFoodstampPaymentAllowed required: true range: type: string - isCouponRedemptionAllowed: - uuid: cim/entity/Product/attr/isCouponRedemptionAllowed - required: true + modelNumber: + uuid: cim/entity/Product/Product/attr/modelNumber range: type: string - isAutoProvisionable: - uuid: cim/entity/Product/attr/isAutoProvisionable - required: true + type: + uuid: cim/entity/Product/Product/attr/type range: type: string - externalSourceRecord: - uuid: cim/entity/Product/attr/externalSourceRecord + allowPartialRefund: + uuid: cim/entity/Product/Product/attr/allowPartialRefund range: type: string - isReturnable: - uuid: cim/entity/Product/attr/isReturnable + isSerialized: + uuid: cim/entity/Product/Product/attr/isSerialized required: true range: type: string - requiredDepositAmount: - uuid: cim/entity/Product/attr/requiredDepositAmount + glAccountCode: + uuid: cim/entity/Product/Product/attr/glAccountCode range: type: string - isWorkerDiscountAllowed: - uuid: cim/entity/Product/attr/isWorkerDiscountAllowed + isReturnable: + uuid: cim/entity/Product/Product/attr/isReturnable required: true range: type: string - id: - uuid: cim/entity/Product/attr/id + productStatus: + uuid: cim/entity/Product/Product/attr/productStatus required: true range: type: string - requiredDepositPercentage: - uuid: cim/entity/Product/attr/requiredDepositPercentage + externalSourceRecord: + uuid: cim/entity/Product/Product/attr/externalSourceRecord range: type: string - standardWarrantyLengthMonth: - uuid: cim/entity/Product/attr/standardWarrantyLengthMonth - range: - type: integer - revenueInstallmentCount: - uuid: cim/entity/Product/attr/revenueInstallmentCount - range: - type: integer - isPartnerDiscountAllowed: - uuid: cim/entity/Product/attr/isPartnerDiscountAllowed + canUseQuantitySchedule: + uuid: cim/entity/Product/Product/attr/canUseQuantitySchedule required: true range: type: string - productStatus: - uuid: cim/entity/Product/attr/productStatus + isCouponRedemptionAllowed: + uuid: cim/entity/Product/Product/attr/isCouponRedemptionAllowed required: true range: type: string - requiresInvididualUnitPricing: - uuid: cim/entity/Product/attr/requiresInvididualUnitPricing - required: true + minimumOrderQuantityCount: + uuid: cim/entity/Product/Product/attr/minimumOrderQuantityCount range: - type: string - priceChargeType: - uuid: cim/entity/Product/attr/priceChargeType + type: integer + isCustomerDiscountAllowed: + uuid: cim/entity/Product/Product/attr/isCustomerDiscountAllowed required: true range: type: string - isQuantityEntryRequired: - uuid: cim/entity/Product/attr/isQuantityEntryRequired + canUseRevenueSchedule: + uuid: cim/entity/Product/Product/attr/canUseRevenueSchedule required: true range: type: string - isDynamicBundle: - uuid: cim/entity/Product/attr/isDynamicBundle + isManualPriceEntryRequired: + uuid: cim/entity/Product/Product/attr/isManualPriceEntryRequired required: true range: type: string - isInstallable: - uuid: cim/entity/Product/attr/isInstallable + productSKU: + uuid: cim/entity/Product/Product/attr/productSKU required: true range: type: string - validForPeriodCount: - uuid: cim/entity/Product/attr/validForPeriodCount + quantityInstallmentCount: + uuid: cim/entity/Product/Product/attr/quantityInstallmentCount range: type: integer - revenueInstallmentPeriod: - uuid: cim/entity/Product/attr/revenueInstallmentPeriod - range: - type: string - name: - uuid: cim/entity/Product/attr/name - required: true + allowCustomerReturn: + uuid: cim/entity/Product/Product/attr/allowCustomerReturn range: type: string - isMultipleCouponsAllowed: - uuid: cim/entity/Product/attr/isMultipleCouponsAllowed + isPartnerDiscountAllowed: + uuid: cim/entity/Product/Product/attr/isPartnerDiscountAllowed required: true range: type: string - isIntellectualPropertyProtected: - uuid: cim/entity/Product/attr/isIntellectualPropertyProtected + disposalType: + uuid: cim/entity/Product/Product/attr/disposalType range: type: string - isCustomerDiscountAllowed: - uuid: cim/entity/Product/attr/isCustomerDiscountAllowed + isWeightEntryRequired: + uuid: cim/entity/Product/Product/attr/isWeightEntryRequired required: true range: type: string - disposalType: - uuid: cim/entity/Product/attr/disposalType - range: - type: string - brandGrade: - uuid: cim/entity/Product/attr/brandGrade + lotIdentifier: + uuid: cim/entity/Product/Product/attr/lotIdentifier range: type: string - stockLedgerValuationAmount: - uuid: cim/entity/Product/attr/stockLedgerValuationAmount - range: - type: integer - lotIdentifier: - uuid: cim/entity/Product/attr/lotIdentifier + minimumAdvertisementAmount: + uuid: cim/entity/Product/Product/attr/minimumAdvertisementAmount range: type: string - isSerialized: - uuid: cim/entity/Product/attr/isSerialized + isQualityVerificationRequired: + uuid: cim/entity/Product/Product/attr/isQualityVerificationRequired required: true range: type: string - manufacturerName: - uuid: cim/entity/Product/attr/manufacturerName + minimumAdvertisementAmountStartDate: + uuid: cim/entity/Product/Product/attr/minimumAdvertisementAmountStartDate range: type: string - isRainCheckAllowed: - uuid: cim/entity/Product/attr/isRainCheckAllowed + isBackOrdered: + uuid: cim/entity/Product/Product/attr/isBackOrdered required: true range: type: string - validToDate: - uuid: cim/entity/Product/attr/validToDate - range: - type: string - rewardProgramPointsCount: - uuid: cim/entity/Product/attr/rewardProgramPointsCount + revenueInstallmentCount: + uuid: cim/entity/Product/Product/attr/revenueInstallmentCount range: type: integer maximumOrderQuantityCount: - uuid: cim/entity/Product/attr/maximumOrderQuantityCount + uuid: cim/entity/Product/Product/attr/maximumOrderQuantityCount range: type: integer - isSellableWithoutPrice: - uuid: cim/entity/Product/attr/isSellableWithoutPrice - required: true + displayUrl: + uuid: cim/entity/Product/Product/attr/displayUrl range: type: string - associations: - validForPeriodUOM: - allowMultiple: true - uuid: cim/entity/Product/attr/validForPeriodUOM - target: http://mulesoft.com/modeling/instances/cim/entity/ProductValidityTimePeriodUOM - primarySalesChannel: - allowMultiple: true - uuid: cim/entity/Product/attr/primarySalesChannel - target: http://mulesoft.com/modeling/instances/cim/entity/SalesChannel - primaryProductCategory: - allowMultiple: true - uuid: cim/entity/Product/attr/primaryProductCategory - target: http://mulesoft.com/modeling/instances/cim/entity/ProductCategory - masterProduct: - allowMultiple: true - uuid: cim/entity/Product/attr/masterProduct - target: http://mulesoft.com/modeling/instances/cim/entity/Product - brand: - allowMultiple: true - uuid: cim/entity/Product/attr/brand - target: http://mulesoft.com/modeling/instances/cim/entity/Brand - description: What is intended to be sold e.g. goods, services, bundles, made to order products. - Product Translation: - uuid: cim/entity/ProductTranslation - attributes: - longDescription: - uuid: cim/entity/ProductTranslation/attr/longDescription + validForPeriodCount: + uuid: cim/entity/Product/Product/attr/validForPeriodCount range: - type: string + type: integer description: - uuid: cim/entity/ProductTranslation/attr/description + uuid: cim/entity/Product/Product/attr/description + required: true range: type: string - name: - uuid: cim/entity/ProductTranslation/attr/name - required: true + validFromDate: + uuid: cim/entity/Product/Product/attr/validFromDate range: type: string - id: - uuid: cim/entity/ProductTranslation/attr/id - required: true + isSellable: + uuid: cim/entity/Product/Product/attr/isSellable range: type: string - associations: - product: - allowMultiple: true - uuid: cim/entity/ProductTranslation/attr/product - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Product - description: Translated attributes for a product - Goods Product: - uuid: cim/entity/GoodsProduct - attributes: - type: - uuid: cim/entity/GoodsProduct/attr/type + manufacturerName: + uuid: cim/entity/Product/Product/attr/manufacturerName range: type: string - requiresUnitPriceLabel: - uuid: cim/entity/GoodsProduct/attr/requiresUnitPriceLabel + name: + uuid: cim/entity/Product/Product/attr/name required: true range: type: string - description: Products you can touch e.g. cart of milk, pallet of coffee, mobile phone x model 1 - Product Image Translation: - uuid: cim/entity/ProductImageTranslation - attributes: - translatedName: - uuid: cim/entity/ProductImageTranslation/attr/translatedName - required: true + revenueInstallmentPeriod: + uuid: cim/entity/Product/Product/attr/revenueInstallmentPeriod range: type: string - id: - uuid: cim/entity/ProductImageTranslation/attr/id + isDynamicBundle: + uuid: cim/entity/Product/Product/attr/isDynamicBundle required: true range: type: string - associations: - productImage: - allowMultiple: true - uuid: cim/entity/ProductImageTranslation/attr/productImage + isAutoProvisionable: + uuid: cim/entity/Product/Product/attr/isAutoProvisionable required: true - target: http://mulesoft.com/modeling/instances/cim/entity/ProductImage - description: Translated attributes for a product image - Product Image: - uuid: cim/entity/ProductImage - attributes: - imageViewType: - uuid: cim/entity/ProductImage/attr/imageViewType range: type: string - isDefaultImage: - uuid: cim/entity/ProductImage/attr/isDefaultImage - required: true + mSRPAmount: + uuid: cim/entity/Product/Product/attr/mSRPAmount range: type: string id: - uuid: cim/entity/ProductImage/attr/id + uuid: cim/entity/Product/Product/attr/id required: true range: type: string - associations: - product: - allowMultiple: true - uuid: cim/entity/ProductImage/attr/product + longDescription: + uuid: cim/entity/Product/Product/attr/longDescription required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Product - description: Images of a product - Product Related Product: - uuid: cim/entity/ProductRelatedProduct - attributes: - toDate: - uuid: cim/entity/ProductRelatedProduct/attr/toDate range: type: string - id: - uuid: cim/entity/ProductRelatedProduct/attr/id - required: true + quantityScheduleType: + uuid: cim/entity/Product/Product/attr/quantityScheduleType range: type: string - fromDate: - uuid: cim/entity/ProductRelatedProduct/attr/fromDate + isRainCheckAllowed: + uuid: cim/entity/Product/Product/attr/isRainCheckAllowed required: true range: type: string - name: - uuid: cim/entity/ProductRelatedProduct/attr/name - required: true + revenueScheduleType: + uuid: cim/entity/Product/Product/attr/revenueScheduleType range: type: string - isDefaultOption: - uuid: cim/entity/ProductRelatedProduct/attr/isDefaultOption + requiresInvididualUnitPricing: + uuid: cim/entity/Product/Product/attr/requiresInvididualUnitPricing required: true range: type: string - associations: - salesOrderProduct2: - allowMultiple: true - uuid: cim/entity/ProductRelatedProduct/attr/salesOrderProduct2 - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProduct - salesOrderProduct1: - allowMultiple: true - uuid: cim/entity/ProductRelatedProduct/attr/salesOrderProduct1 - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProduct - parentProduct: - allowMultiple: true - uuid: cim/entity/ProductRelatedProduct/attr/parentProduct - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Product - childProduct: - allowMultiple: true - uuid: cim/entity/ProductRelatedProduct/attr/childProduct - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Product - productRelationshipType: - allowMultiple: true - uuid: cim/entity/ProductRelatedProduct/attr/productRelationshipType - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/ProductRelationshipType - description: A grouping of products such as a product bundle - Service Product: - uuid: cim/entity/ServiceProduct - attributes: - type: - uuid: cim/entity/ServiceProduct/attr/type + requiredDepositPercentage: + uuid: cim/entity/Product/Product/attr/requiredDepositPercentage range: type: string - evergreenContractEstimatedChargeAmount: - uuid: cim/entity/ServiceProduct/attr/evergreenContractEstimatedChargeAmount + isIntellectualPropertyProtected: + uuid: cim/entity/Product/Product/attr/isIntellectualPropertyProtected range: type: string - description: Products that are intangible e.g. labor, software subscription - Product Relationship Type: - uuid: cim/entity/ProductRelationshipType - attributes: - childProductRole: - uuid: cim/entity/ProductRelationshipType/attr/childProductRole + isInstallable: + uuid: cim/entity/Product/Product/attr/isInstallable required: true range: type: string - parentProductRole: - uuid: cim/entity/ProductRelationshipType/attr/parentProductRole + quantityInstallmentPeriod: + uuid: cim/entity/Product/Product/attr/quantityInstallmentPeriod + range: + type: string + isWorkerDiscountAllowed: + uuid: cim/entity/Product/Product/attr/isWorkerDiscountAllowed required: true range: type: string - id: - uuid: cim/entity/ProductRelationshipType/attr/id + isMultipleCouponsAllowed: + uuid: cim/entity/Product/Product/attr/isMultipleCouponsAllowed required: true range: type: string - description: What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of - Brand: - uuid: cim/entity/Brand - attributes: + requiredDepositAmount: + uuid: cim/entity/Product/Product/attr/requiredDepositAmount + range: + type: string brandGrade: - uuid: cim/entity/Brand/attr/brandGrade + uuid: cim/entity/Product/Product/attr/brandGrade + range: + type: string + isQuantityEntryRequired: + uuid: cim/entity/Product/Product/attr/isQuantityEntryRequired required: true range: type: string - name: - uuid: cim/entity/Brand/attr/name + priceChargeType: + uuid: cim/entity/Product/Product/attr/priceChargeType required: true range: type: string - id: - uuid: cim/entity/Brand/attr/id + isPreOrderable: + uuid: cim/entity/Product/Product/attr/isPreOrderable required: true range: type: string - description: What is the brand of the product e.g. Snike shoes + associations: + brand: + allowMultiple: true + uuid: cim/entity/Product/Product/attr/brand + target: http://mulesoft.com/modeling/instances/cim/entity/Product/Brand + primarySalesChannel: + allowMultiple: true + uuid: cim/entity/Product/Product/attr/primarySalesChannel + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannel + masterProduct: + allowMultiple: true + uuid: cim/entity/Product/Product/attr/masterProduct + target: http://mulesoft.com/modeling/instances/cim/entity/Product/Product + primaryProductCategory: + allowMultiple: true + uuid: cim/entity/Product/Product/attr/primaryProductCategory + target: http://mulesoft.com/modeling/instances/cim/entity/ProductCatalog/ProductCategory + validForPeriodUOM: + allowMultiple: true + uuid: cim/entity/Product/Product/attr/validForPeriodUOM + target: http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM + description: What is intended to be sold e.g. goods, services, bundles, made to order products. description: "Example Entities included: Product Type, Product Item, Product Attribute, Product Relation" diff --git a/out/cim/data_models/SalesOrderEntityGroup.jsonld b/out/cim/data_models/SalesOrderEntityGroup.jsonld index 97b061b..e155dde 100644 --- a/out/cim/data_models/SalesOrderEntityGroup.jsonld +++ b/out/cim/data_models/SalesOrderEntityGroup.jsonld @@ -10,14 +10,14 @@ ], "http://a.ml/vocabularies/meta#definedBy": [ { - "@id": "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml" + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" } ], "http://a.ml/vocabularies/document#encodes": [ { "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/SalesOrderEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", "http://a.ml/vocabularies/data-model#DataModel", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -34,16 +34,16 @@ ], "http://a.ml/vocabularies/data-model#entities": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/OrderDeliveryMethod", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/OrderDeliveryMethod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/OrderDeliveryMethod" + "@value": "cim/entity/SalesOrder/OrderDeliveryMethod" } ], "http://a.ml/vocabularies/core#name": [ @@ -53,16 +53,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/OrderDeliveryMethod/attr/externalRecord", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/OrderDeliveryMethod/attr/externalRecord", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/OrderDeliveryMethod/attr/externalRecord" + "@value": "cim/entity/SalesOrder/OrderDeliveryMethod/attr/externalRecord" } ], "http://a.ml/vocabularies/core#name": [ @@ -79,7 +79,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -88,16 +88,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/OrderDeliveryMethod/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/OrderDeliveryMethod/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/OrderDeliveryMethod/attr/name" + "@value": "cim/entity/SalesOrder/OrderDeliveryMethod/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -114,7 +114,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -123,16 +123,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/OrderDeliveryMethod/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/OrderDeliveryMethod/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/OrderDeliveryMethod/attr/id" + "@value": "cim/entity/SalesOrder/OrderDeliveryMethod/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -149,7 +149,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -160,9 +160,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/OrderDeliveryMethod/attr/product", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/OrderDeliveryMethod/attr/product", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -174,7 +174,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/OrderDeliveryMethod/attr/product" + "@value": "cim/entity/SalesOrder/OrderDeliveryMethod/attr/product" } ], "http://a.ml/vocabularies/core#name": [ @@ -189,7 +189,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] } ] } @@ -201,16 +212,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderPaymentSummary", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPaymentSummary", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPaymentSummary" + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary" } ], "http://a.ml/vocabularies/core#name": [ @@ -220,16 +231,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderPaymentSummary/attr/unappliedAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/unappliedAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPaymentSummary/attr/unappliedAmount" + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/unappliedAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -241,7 +252,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -250,16 +261,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderPaymentSummary/attr/paymentAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/paymentAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPaymentSummary/attr/paymentAmount" + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/paymentAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -271,7 +282,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -280,16 +291,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderPaymentSummary/attr/capturedAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/capturedAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPaymentSummary/attr/capturedAmount" + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/capturedAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -301,7 +312,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -310,16 +321,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderPaymentSummary/attr/availableToApplyBalanceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/availableToApplyBalanceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPaymentSummary/attr/availableToApplyBalanceAmount" + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/availableToApplyBalanceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -331,7 +342,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -340,16 +351,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderPaymentSummary/attr/authorizationReversalAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/authorizationReversalAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPaymentSummary/attr/authorizationReversalAmount" + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/authorizationReversalAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -361,7 +372,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -370,16 +381,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderPaymentSummary/attr/authorizationAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/authorizationAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPaymentSummary/attr/authorizationAmount" + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/authorizationAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -391,7 +402,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -400,16 +411,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderPaymentSummary/attr/appliedAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/appliedAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPaymentSummary/attr/appliedAmount" + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/appliedAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -421,7 +432,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -430,16 +441,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderPaymentSummary/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPaymentSummary/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -456,7 +467,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -465,16 +476,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderPaymentSummary/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPaymentSummary/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -491,7 +502,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -502,9 +513,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderPaymentSummary/attr/salesOrder", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/salesOrder", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -516,7 +527,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPaymentSummary/attr/salesOrder" + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/salesOrder" } ], "http://a.ml/vocabularies/core#name": [ @@ -531,14 +542,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderPaymentSummary/attr/paymentMethod", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/paymentMethod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -550,7 +572,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPaymentSummary/attr/paymentMethod" + "@value": "cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/paymentMethod" } ], "http://a.ml/vocabularies/core#name": [ @@ -565,7 +587,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] } ] } @@ -577,16 +610,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductRelationshipType", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/ProductRelationshipType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelationshipType" + "@value": "cim/entity/SalesOrder/ProductRelationshipType" } ], "http://a.ml/vocabularies/core#name": [ @@ -596,16 +629,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelationshipType/attr/childProductRole", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/ProductRelationshipType/attr/childProductRole", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelationshipType/attr/childProductRole" + "@value": "cim/entity/SalesOrder/ProductRelationshipType/attr/childProductRole" } ], "http://a.ml/vocabularies/core#name": [ @@ -622,7 +655,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -631,16 +664,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelationshipType/attr/parentProductRole", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/ProductRelationshipType/attr/parentProductRole", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelationshipType/attr/parentProductRole" + "@value": "cim/entity/SalesOrder/ProductRelationshipType/attr/parentProductRole" } ], "http://a.ml/vocabularies/core#name": [ @@ -657,7 +690,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -666,16 +699,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ProductRelationshipType/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/ProductRelationshipType/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ProductRelationshipType/attr/id" + "@value": "cim/entity/SalesOrder/ProductRelationshipType/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -692,7 +725,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -708,16 +741,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesChannel", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannel", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesChannel" + "@value": "cim/entity/SalesOrder/SalesChannel" } ], "http://a.ml/vocabularies/core#name": [ @@ -727,16 +760,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesChannel/attr/externalRecord", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/externalRecord", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesChannel/attr/externalRecord" + "@value": "cim/entity/SalesOrder/SalesChannel/attr/externalRecord" } ], "http://a.ml/vocabularies/core#name": [ @@ -753,7 +786,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -762,16 +795,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesChannel/attr/salesChannelNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/salesChannelNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesChannel/attr/salesChannelNumber" + "@value": "cim/entity/SalesOrder/SalesChannel/attr/salesChannelNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -788,7 +821,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -797,16 +830,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesChannel/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesChannel/attr/description" + "@value": "cim/entity/SalesOrder/SalesChannel/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -823,7 +856,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -832,16 +865,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesChannel/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesChannel/attr/name" + "@value": "cim/entity/SalesOrder/SalesChannel/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -858,7 +891,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -867,16 +900,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesChannel/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesChannel/attr/id" + "@value": "cim/entity/SalesOrder/SalesChannel/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -893,7 +926,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -904,9 +937,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesChannel/attr/salesChannelType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/salesChannelType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -918,7 +951,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesChannel/attr/salesChannelType" + "@value": "cim/entity/SalesOrder/SalesChannel/attr/salesChannelType" } ], "http://a.ml/vocabularies/core#name": [ @@ -933,7 +966,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesChannelType" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannelType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannelType" + } + ] } ] } @@ -945,16 +989,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProduct", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct" + "@value": "cim/entity/SalesOrder/SalesOrderProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -964,16 +1008,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/shippingTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/shippingTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/shippingTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/shippingTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -985,7 +1029,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -994,16 +1038,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/shippingCostAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/shippingCostAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/shippingCostAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/shippingCostAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1015,7 +1059,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1024,16 +1068,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/handlingCostAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/handlingCostAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/handlingCostAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/handlingCostAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1045,7 +1089,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1054,16 +1098,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/discountAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/discountAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/discountAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/discountAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1075,7 +1119,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1084,16 +1128,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/discountPercent", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/discountPercent", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/discountPercent" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/discountPercent" } ], "http://a.ml/vocabularies/core#name": [ @@ -1105,7 +1149,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1114,16 +1158,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/unitTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/unitTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/unitTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/unitTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1135,7 +1179,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1144,16 +1188,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/cancelledQuantity", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/cancelledQuantity", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/cancelledQuantity" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/cancelledQuantity" } ], "http://a.ml/vocabularies/core#name": [ @@ -1165,7 +1209,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1174,16 +1218,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/allocationPartitionName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/allocationPartitionName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/allocationPartitionName" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/allocationPartitionName" } ], "http://a.ml/vocabularies/core#name": [ @@ -1195,7 +1239,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1204,16 +1248,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/allocationGroupName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/allocationGroupName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/allocationGroupName" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/allocationGroupName" } ], "http://a.ml/vocabularies/core#name": [ @@ -1225,7 +1269,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1234,16 +1278,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/endDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/endDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/endDate" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/endDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -1255,7 +1299,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1264,16 +1308,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/unitPriceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/unitPriceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/unitPriceAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/unitPriceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1285,7 +1329,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1294,16 +1338,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/totalUnitPriceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalUnitPriceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/totalUnitPriceAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalUnitPriceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1315,7 +1359,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1324,16 +1368,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/totalTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/totalTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1345,7 +1389,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1354,16 +1398,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/totalRecurringPriceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalRecurringPriceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/totalRecurringPriceAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalRecurringPriceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1375,7 +1419,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1384,16 +1428,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/totalProductTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalProductTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/totalProductTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalProductTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1405,7 +1449,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1414,16 +1458,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/totalPriceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalPriceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/totalPriceAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalPriceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1440,7 +1484,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1449,16 +1493,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/totalManualAdjustmentAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalManualAdjustmentAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/totalManualAdjustmentAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalManualAdjustmentAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1470,7 +1514,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1479,16 +1523,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/totalListPriceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalListPriceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/totalListPriceAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalListPriceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1500,7 +1544,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1509,16 +1553,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/totalLineAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalLineAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/totalLineAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalLineAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1530,7 +1574,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1539,16 +1583,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/totalLineAdjustmentAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalLineAdjustmentAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/totalLineAdjustmentAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalLineAdjustmentAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1560,7 +1604,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1569,16 +1613,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/totalDistributedTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/totalDistributedTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1590,7 +1634,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1599,16 +1643,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/totalDistributedAdjustmentTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedAdjustmentTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/totalDistributedAdjustmentTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedAdjustmentTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1620,7 +1664,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1629,16 +1673,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/totalDistributedAdjustmentAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedAdjustmentAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/totalDistributedAdjustmentAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedAdjustmentAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1650,7 +1694,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1659,16 +1703,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/totalAdjustmentTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalAdjustmentTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/totalAdjustmentTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalAdjustmentTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1680,7 +1724,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1689,16 +1733,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/totalAdjustmentAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalAdjustmentAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/totalAdjustmentAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalAdjustmentAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1710,7 +1754,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1719,16 +1763,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/salesOrderProductAdjustedTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductAdjustedTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/salesOrderProductAdjustedTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductAdjustedTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1740,7 +1784,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1749,16 +1793,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/recurringPriceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/recurringPriceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/recurringPriceAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/recurringPriceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1770,7 +1814,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1779,16 +1823,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/orderManualAdjustmentSubTotalAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/orderManualAdjustmentSubTotalAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/orderManualAdjustmentSubTotalAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/orderManualAdjustmentSubTotalAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1800,7 +1844,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1809,16 +1853,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/orderAdjustmentSubTotalAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/orderAdjustmentSubTotalAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/orderAdjustmentSubTotalAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/orderAdjustmentSubTotalAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1830,7 +1874,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1839,16 +1883,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/listPriceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/listPriceAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1860,7 +1904,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1869,16 +1913,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/lineAdjustmentSubTotalAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/lineAdjustmentSubTotalAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/lineAdjustmentSubTotalAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/lineAdjustmentSubTotalAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1890,7 +1934,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1899,16 +1943,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/deliveryTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/deliveryTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/deliveryTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/deliveryTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1920,7 +1964,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1929,16 +1973,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/adjustedDeliveryTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/adjustedDeliveryTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/adjustedDeliveryTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/adjustedDeliveryTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1950,7 +1994,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1959,16 +2003,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/segmentIndex", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/segmentIndex", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/segmentIndex" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/segmentIndex" } ], "http://a.ml/vocabularies/core#name": [ @@ -1980,7 +2024,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1989,16 +2033,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/fulfilledQuantity", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/fulfilledQuantity", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/fulfilledQuantity" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/fulfilledQuantity" } ], "http://a.ml/vocabularies/core#name": [ @@ -2010,7 +2054,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2019,16 +2063,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/subscriptionTermQuantity", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionTermQuantity", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/subscriptionTermQuantity" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionTermQuantity" } ], "http://a.ml/vocabularies/core#name": [ @@ -2040,7 +2084,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2049,16 +2093,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/subscriptionRenewalMonthQuantity", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionRenewalMonthQuantity", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/subscriptionRenewalMonthQuantity" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionRenewalMonthQuantity" } ], "http://a.ml/vocabularies/core#name": [ @@ -2070,7 +2114,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2079,16 +2123,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/segmentIndexNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/segmentIndexNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/segmentIndexNumber" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/segmentIndexNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -2100,7 +2144,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2109,16 +2153,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/orderedQuantity", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/orderedQuantity", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/orderedQuantity" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/orderedQuantity" } ], "http://a.ml/vocabularies/core#name": [ @@ -2135,7 +2179,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2144,16 +2188,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/availableQuantity", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/availableQuantity", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/availableQuantity" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/availableQuantity" } ], "http://a.ml/vocabularies/core#name": [ @@ -2165,7 +2209,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2174,16 +2218,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/allocatedQuantity", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/allocatedQuantity", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/allocatedQuantity" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/allocatedQuantity" } ], "http://a.ml/vocabularies/core#name": [ @@ -2195,7 +2239,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2204,16 +2248,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/giftRecipientTelephoneNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/giftRecipientTelephoneNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/giftRecipientTelephoneNumber" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/giftRecipientTelephoneNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -2225,7 +2269,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2234,16 +2278,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/giftOrderMessageText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/giftOrderMessageText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/giftOrderMessageText" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/giftOrderMessageText" } ], "http://a.ml/vocabularies/core#name": [ @@ -2255,7 +2299,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2264,16 +2308,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/commentText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/commentText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/commentText" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/commentText" } ], "http://a.ml/vocabularies/core#name": [ @@ -2285,7 +2329,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2294,16 +2338,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/isGift", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/isGift", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/isGift" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/isGift" } ], "http://a.ml/vocabularies/core#name": [ @@ -2315,7 +2359,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2324,16 +2368,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/isBundleRoot", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/isBundleRoot", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/isBundleRoot" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/isBundleRoot" } ], "http://a.ml/vocabularies/core#name": [ @@ -2345,7 +2389,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2354,16 +2398,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/isBonusProduct", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/isBonusProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/isBonusProduct" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/isBonusProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -2375,7 +2419,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2384,16 +2428,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/isAutomaticallyRenewed", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/isAutomaticallyRenewed", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/isAutomaticallyRenewed" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/isAutomaticallyRenewed" } ], "http://a.ml/vocabularies/core#name": [ @@ -2405,7 +2449,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2414,16 +2458,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/requestedStartDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/requestedStartDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/requestedStartDate" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/requestedStartDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -2435,7 +2479,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2444,16 +2488,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/requestedEndDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/requestedEndDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/requestedEndDate" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/requestedEndDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -2465,7 +2509,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2474,16 +2518,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/provisioningDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/provisioningDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/provisioningDate" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/provisioningDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -2495,7 +2539,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2504,16 +2548,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/promisedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/promisedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/promisedDate" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/promisedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -2525,7 +2569,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2534,16 +2578,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/quantityOrderedUOM", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/quantityOrderedUOM", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/quantityOrderedUOM" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/quantityOrderedUOM" } ], "http://a.ml/vocabularies/core#name": [ @@ -2560,7 +2604,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2569,16 +2613,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/listPriceQuantityUOM", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceQuantityUOM", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/listPriceQuantityUOM" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceQuantityUOM" } ], "http://a.ml/vocabularies/core#name": [ @@ -2595,7 +2639,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2604,16 +2648,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/orderProductNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/orderProductNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/orderProductNumber" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/orderProductNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -2630,7 +2674,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2639,16 +2683,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/description" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -2665,7 +2709,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2674,16 +2718,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -2700,7 +2744,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2711,9 +2755,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/shippingPhone", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/shippingPhone", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2725,7 +2769,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/shippingPhone" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/shippingPhone" } ], "http://a.ml/vocabularies/core#name": [ @@ -2735,14 +2779,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/shippingEmail", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/shippingEmail", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2754,7 +2809,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/shippingEmail" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/shippingEmail" } ], "http://a.ml/vocabularies/core#name": [ @@ -2764,14 +2819,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointEmail" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/shippingAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/shippingAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2783,7 +2849,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/shippingAddress" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/shippingAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -2793,14 +2859,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/listPriceTermUOM", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceTermUOM", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2812,7 +2889,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/listPriceTermUOM" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceTermUOM" } ], "http://a.ml/vocabularies/core#name": [ @@ -2822,14 +2899,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductValidityTimePeriodUOM" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/subscriptionTermUnit", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionTermUnit", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2841,7 +2929,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/subscriptionTermUnit" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionTermUnit" } ], "http://a.ml/vocabularies/core#name": [ @@ -2851,14 +2939,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductValidityTimePeriodUOM" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/priceBookEntry", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/priceBookEntry", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2870,7 +2969,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/priceBookEntry" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/priceBookEntry" } ], "http://a.ml/vocabularies/core#name": [ @@ -2885,14 +2984,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PriceBookEntry" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/PriceBookEntry", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/PriceBookEntry" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/sellerAccount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/sellerAccount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2904,7 +3014,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/sellerAccount" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/sellerAccount" } ], "http://a.ml/vocabularies/core#name": [ @@ -2914,14 +3024,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/salesOrderProductStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2933,7 +3054,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/salesOrderProductStatus" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -2948,14 +3069,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProductStatus" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProductStatus" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/salesOrderProductReason", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductReason", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2967,7 +3099,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/salesOrderProductReason" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductReason" } ], "http://a.ml/vocabularies/core#name": [ @@ -2977,14 +3109,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProductReason" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProductReason" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/salesOrderDeliveryGroup", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderDeliveryGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -2996,7 +3139,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/salesOrderDeliveryGroup" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderDeliveryGroup" } ], "http://a.ml/vocabularies/core#name": [ @@ -3006,14 +3149,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderDeliveryGroup" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/product", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/product", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3025,7 +3179,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/product" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/product" } ], "http://a.ml/vocabularies/core#name": [ @@ -3040,14 +3194,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/salesOrder", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrder", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3059,7 +3224,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/salesOrder" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrder" } ], "http://a.ml/vocabularies/core#name": [ @@ -3074,14 +3239,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProduct/attr/originalOrderProduct", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/originalOrderProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3093,7 +3269,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProduct/attr/originalOrderProduct" + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/originalOrderProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -3103,7 +3279,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProduct" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct" + } + ] } ] } @@ -3115,16 +3302,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesChannelType", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannelType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesChannelType" + "@value": "cim/entity/SalesOrder/SalesChannelType" } ], "http://a.ml/vocabularies/core#name": [ @@ -3134,16 +3321,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesChannelType/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannelType/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesChannelType/attr/name" + "@value": "cim/entity/SalesOrder/SalesChannelType/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -3160,7 +3347,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3169,16 +3356,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesChannelType/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannelType/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesChannelType/attr/id" + "@value": "cim/entity/SalesOrder/SalesChannelType/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -3195,7 +3382,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3211,16 +3398,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder" + "@value": "cim/entity/SalesOrder/SalesOrder" } ], "http://a.ml/vocabularies/core#name": [ @@ -3230,16 +3417,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/developerStatusCode", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/developerStatusCode", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/developerStatusCode" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/developerStatusCode" } ], "http://a.ml/vocabularies/core#name": [ @@ -3256,7 +3443,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3265,16 +3452,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/orderDiscount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderDiscount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/orderDiscount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderDiscount" } ], "http://a.ml/vocabularies/core#name": [ @@ -3286,7 +3473,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3295,16 +3482,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/orderInsuranceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderInsuranceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/orderInsuranceAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderInsuranceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -3316,7 +3503,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3325,16 +3512,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/taxRate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/taxRate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/taxRate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/taxRate" } ], "http://a.ml/vocabularies/core#name": [ @@ -3346,7 +3533,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3355,16 +3542,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/iSOCulture", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/iSOCulture", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/iSOCulture" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/iSOCulture" } ], "http://a.ml/vocabularies/core#name": [ @@ -3376,7 +3563,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3385,16 +3572,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/cancelDateType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/cancelDateType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/cancelDateType" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/cancelDateType" } ], "http://a.ml/vocabularies/core#name": [ @@ -3406,7 +3593,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3415,16 +3602,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/isReductionOrder", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isReductionOrder", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/isReductionOrder" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isReductionOrder" } ], "http://a.ml/vocabularies/core#name": [ @@ -3436,7 +3623,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3445,16 +3632,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/isGiftOrder", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isGiftOrder", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/isGiftOrder" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isGiftOrder" } ], "http://a.ml/vocabularies/core#name": [ @@ -3466,7 +3653,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3475,16 +3662,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/promiseFulfillmentDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/promiseFulfillmentDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/promiseFulfillmentDate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/promiseFulfillmentDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -3496,7 +3683,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3505,16 +3692,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/paidDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/paidDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/paidDate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/paidDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -3526,7 +3713,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3535,16 +3722,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/packedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/packedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/packedDate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/packedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -3556,7 +3743,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3565,16 +3752,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/fulfilledDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/fulfilledDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/fulfilledDate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/fulfilledDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -3586,7 +3773,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3595,16 +3782,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/customerAuthorizedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/customerAuthorizedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/customerAuthorizedDate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/customerAuthorizedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -3616,7 +3803,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3625,16 +3812,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/companyAuthorizedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/companyAuthorizedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/companyAuthorizedDate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/companyAuthorizedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -3646,7 +3833,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3655,16 +3842,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/checkoutDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/checkoutDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/checkoutDate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/checkoutDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -3676,7 +3863,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3685,16 +3872,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/cancelDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/cancelDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/cancelDate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/cancelDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -3706,7 +3893,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3715,16 +3902,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/activatedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/activatedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/activatedDate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/activatedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -3736,7 +3923,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3745,16 +3932,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/grandTotalAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/grandTotalAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/grandTotalAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/grandTotalAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -3766,7 +3953,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3775,16 +3962,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/adjustedTotalProductAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/adjustedTotalProductAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/adjustedTotalProductAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/adjustedTotalProductAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -3796,7 +3983,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3805,16 +3992,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/adjustedProductTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/adjustedProductTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/adjustedProductTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/adjustedProductTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -3826,7 +4013,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3835,16 +4022,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/totalTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/totalTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -3856,7 +4043,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3865,16 +4052,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/totalProductTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalProductTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/totalProductTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalProductTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -3886,7 +4073,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3895,16 +4082,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/totalProductAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalProductAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/totalProductAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalProductAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -3916,7 +4103,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3925,16 +4112,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/totalPendingBillingAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalPendingBillingAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/totalPendingBillingAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalPendingBillingAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -3946,7 +4133,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3955,16 +4142,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/totalDeliveryTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/totalDeliveryTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -3976,7 +4163,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -3985,16 +4172,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/totalDeliveryFeeAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryFeeAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/totalDeliveryFeeAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryFeeAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -4006,7 +4193,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4015,16 +4202,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/totalDeliveryAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/totalDeliveryAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -4036,7 +4223,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4045,16 +4232,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/totalCancelledBillingAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalCancelledBillingAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/totalCancelledBillingAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalCancelledBillingAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -4066,7 +4253,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4075,16 +4262,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/totalBookingAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalBookingAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/totalBookingAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalBookingAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -4096,7 +4283,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4105,16 +4292,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/totalAdjustmentTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/totalAdjustmentTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -4126,7 +4313,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4135,16 +4322,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/totalAdjustmentAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/totalAdjustmentAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -4156,7 +4343,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4165,16 +4352,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/totalAdjustedDeliveryTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalAdjustedDeliveryTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/totalAdjustedDeliveryTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalAdjustedDeliveryTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -4186,7 +4373,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4195,16 +4382,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/renewalUpliftRate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/renewalUpliftRate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/renewalUpliftRate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/renewalUpliftRate" } ], "http://a.ml/vocabularies/core#name": [ @@ -4216,7 +4403,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4225,16 +4412,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/billingDayOfTheMonth", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billingDayOfTheMonth", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/billingDayOfTheMonth" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billingDayOfTheMonth" } ], "http://a.ml/vocabularies/core#name": [ @@ -4246,7 +4433,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4255,16 +4442,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/purchaseOrderNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/purchaseOrderNumber" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -4276,7 +4463,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4285,16 +4472,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/priceCalculationStatusMessageText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/priceCalculationStatusMessageText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/priceCalculationStatusMessageText" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/priceCalculationStatusMessageText" } ], "http://a.ml/vocabularies/core#name": [ @@ -4306,7 +4493,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4315,16 +4502,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/confirmationRecipientEmailText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/confirmationRecipientEmailText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/confirmationRecipientEmailText" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/confirmationRecipientEmailText" } ], "http://a.ml/vocabularies/core#name": [ @@ -4341,7 +4528,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4350,16 +4537,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/isTaxExempt", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isTaxExempt", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/isTaxExempt" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isTaxExempt" } ], "http://a.ml/vocabularies/core#name": [ @@ -4371,7 +4558,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4380,16 +4567,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/isSuspended", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isSuspended", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/isSuspended" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isSuspended" } ], "http://a.ml/vocabularies/core#name": [ @@ -4401,7 +4588,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4410,16 +4597,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/isHistoricalOnly", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isHistoricalOnly", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/isHistoricalOnly" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isHistoricalOnly" } ], "http://a.ml/vocabularies/core#name": [ @@ -4431,7 +4618,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4440,16 +4627,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/isContracted", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isContracted", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/isContracted" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isContracted" } ], "http://a.ml/vocabularies/core#name": [ @@ -4461,7 +4648,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4470,16 +4657,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/isClosed", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isClosed", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/isClosed" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isClosed" } ], "http://a.ml/vocabularies/core#name": [ @@ -4491,7 +4678,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4500,16 +4687,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/isAnonymous", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isAnonymous", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/isAnonymous" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isAnonymous" } ], "http://a.ml/vocabularies/core#name": [ @@ -4521,7 +4708,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4530,16 +4717,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/isAlerted", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isAlerted", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/isAlerted" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isAlerted" } ], "http://a.ml/vocabularies/core#name": [ @@ -4551,7 +4738,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4560,16 +4747,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/canBillNow", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/canBillNow", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/canBillNow" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/canBillNow" } ], "http://a.ml/vocabularies/core#name": [ @@ -4581,7 +4768,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4590,16 +4777,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/requestedStartDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/requestedStartDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/requestedStartDate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/requestedStartDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -4616,7 +4803,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4625,16 +4812,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/purchaseOrderDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/purchaseOrderDate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -4646,7 +4833,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4655,16 +4842,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/promiseDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/promiseDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/promiseDate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/promiseDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -4676,7 +4863,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4685,16 +4872,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/orderStartDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderStartDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/orderStartDate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderStartDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -4706,7 +4893,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4715,16 +4902,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/orderEndDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderEndDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/orderEndDate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderEndDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -4736,7 +4923,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4745,16 +4932,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/filedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/filedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/filedDate" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/filedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -4766,7 +4953,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4775,16 +4962,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/salesOrderSystemStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderSystemStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/salesOrderSystemStatus" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderSystemStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -4796,7 +4983,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4805,16 +4992,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/orderNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/orderNumber" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -4831,7 +5018,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4840,16 +5027,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/description" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -4866,7 +5053,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4875,16 +5062,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -4901,7 +5088,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4910,16 +5097,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -4936,7 +5123,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4947,9 +5134,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/paymentMethod", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/paymentMethod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4961,7 +5148,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/paymentMethod" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/paymentMethod" } ], "http://a.ml/vocabularies/core#name": [ @@ -4976,14 +5163,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/userDeviceSession", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/userDeviceSession", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -4995,7 +5193,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/userDeviceSession" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/userDeviceSession" } ], "http://a.ml/vocabularies/core#name": [ @@ -5005,14 +5203,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/DeviceUserSession" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/DeviceUserSession", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/DeviceUserSession" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/soldToCustomer", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/soldToCustomer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5024,7 +5233,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/soldToCustomer" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/soldToCustomer" } ], "http://a.ml/vocabularies/core#name": [ @@ -5034,14 +5243,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Customer" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/Customer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/Customer" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/shipToEmail", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/shipToEmail", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5053,7 +5273,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/shipToEmail" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/shipToEmail" } ], "http://a.ml/vocabularies/core#name": [ @@ -5063,14 +5283,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointEmail" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/shipToContact", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/shipToContact", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5082,7 +5313,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/shipToContact" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/shipToContact" } ], "http://a.ml/vocabularies/core#name": [ @@ -5092,14 +5323,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AccountContact" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/shipToAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/shipToAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5111,7 +5353,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/shipToAddress" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/shipToAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -5121,14 +5363,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/seller", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/seller", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5140,7 +5393,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/seller" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/seller" } ], "http://a.ml/vocabularies/core#name": [ @@ -5150,14 +5403,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Seller" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/Seller", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/Seller" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/salesOrderType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5169,7 +5433,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/salesOrderType" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderType" } ], "http://a.ml/vocabularies/core#name": [ @@ -5184,14 +5448,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderType" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderType" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/salesOrderStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5203,7 +5478,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/salesOrderStatus" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -5218,14 +5493,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderStatus" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderStatus" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/salesOrderConfirmationStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderConfirmationStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5237,7 +5523,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/salesOrderConfirmationStatus" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderConfirmationStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -5252,14 +5538,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderConfirmationStatus" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderConfirmationStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderConfirmationStatus" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/salesChannel", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesChannel", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5271,7 +5568,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/salesChannel" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesChannel" } ], "http://a.ml/vocabularies/core#name": [ @@ -5286,14 +5583,259 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesChannel" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Sales Channel" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/externalRecord", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/externalRecord" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalRecord" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/salesChannelNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/salesChannelNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesChannelNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/salesChannelType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/salesChannelType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesChannelType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannelType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannelType" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Which channel is used to sell goods e.g. Web Store, Retail Store, Street Faire" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/renewalTerm", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/renewalTerm", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5305,7 +5847,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/renewalTerm" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/renewalTerm" } ], "http://a.ml/vocabularies/core#name": [ @@ -5315,14 +5857,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/RenewalTerm" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/RenewalTerm", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/RenewalTerm" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/originalOrder", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/originalOrder", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5334,7 +5887,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/originalOrder" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/originalOrder" } ], "http://a.ml/vocabularies/core#name": [ @@ -5344,14 +5897,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/internalBusinessUnit", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/internalBusinessUnit", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5363,7 +5927,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/internalBusinessUnit" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/internalBusinessUnit" } ], "http://a.ml/vocabularies/core#name": [ @@ -5373,14 +5937,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/InternalBusinessUnit" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/InternalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/InternalBusinessUnit" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/billToPhoneNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToPhoneNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5392,7 +5967,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/billToPhoneNumber" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToPhoneNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -5402,14 +5977,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/billToEmail", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToEmail", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5421,7 +6007,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/billToEmail" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToEmail" } ], "http://a.ml/vocabularies/core#name": [ @@ -5431,14 +6017,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointEmail" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/billToContact", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToContact", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5450,7 +6047,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/billToContact" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToContact" } ], "http://a.ml/vocabularies/core#name": [ @@ -5465,14 +6062,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AccountContact" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/billToAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5484,7 +6092,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/billToAddress" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -5499,14 +6107,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/attr/billToAccount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToAccount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5518,7 +6137,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrder/attr/billToAccount" + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToAccount" } ], "http://a.ml/vocabularies/core#name": [ @@ -5533,7 +6152,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] } ] } @@ -5545,16 +6175,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderStatus", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderStatus" + "@value": "cim/entity/SalesOrder/SalesOrderStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -5564,16 +6194,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderStatus/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderStatus/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderStatus/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrderStatus/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -5590,7 +6220,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5599,16 +6229,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderStatus/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderStatus/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderStatus/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderStatus/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -5625,7 +6255,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5641,16 +6271,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderSegment", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderSegment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderSegment" + "@value": "cim/entity/SalesOrder/SalesOrderSegment" } ], "http://a.ml/vocabularies/core#name": [ @@ -5660,16 +6290,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderSegment/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderSegment/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderSegment/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrderSegment/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -5686,7 +6316,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5695,16 +6325,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderSegment/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderSegment/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderSegment/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderSegment/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -5721,7 +6351,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5737,16 +6367,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderConfirmationStatus", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderConfirmationStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderConfirmationStatus" + "@value": "cim/entity/SalesOrder/SalesOrderConfirmationStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -5756,16 +6386,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderConfirmationStatus/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderConfirmationStatus/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderConfirmationStatus/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrderConfirmationStatus/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -5782,7 +6412,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5791,16 +6421,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderConfirmationStatus/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderConfirmationStatus/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderConfirmationStatus/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderConfirmationStatus/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -5817,7 +6447,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5833,16 +6463,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderType", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderType" + "@value": "cim/entity/SalesOrder/SalesOrderType" } ], "http://a.ml/vocabularies/core#name": [ @@ -5852,16 +6482,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderType/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderType/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderType/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrderType/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -5878,7 +6508,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5887,16 +6517,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderType/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderType/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderType/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderType/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -5913,7 +6543,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5929,16 +6559,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/RenewalTerm", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/RenewalTerm", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RenewalTerm" + "@value": "cim/entity/SalesOrder/RenewalTerm" } ], "http://a.ml/vocabularies/core#name": [ @@ -5948,16 +6578,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RenewalTerm/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/RenewalTerm/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RenewalTerm/attr/name" + "@value": "cim/entity/SalesOrder/RenewalTerm/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -5974,7 +6604,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -5983,16 +6613,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/RenewalTerm/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/RenewalTerm/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/RenewalTerm/attr/id" + "@value": "cim/entity/SalesOrder/RenewalTerm/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -6009,7 +6639,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6025,16 +6655,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProductStatus", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductStatus" + "@value": "cim/entity/SalesOrder/SalesOrderProductStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -6044,16 +6674,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductStatus/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductStatus/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductStatus/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrderProductStatus/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -6070,7 +6700,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6079,16 +6709,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductStatus/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductStatus/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductStatus/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderProductStatus/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -6105,7 +6735,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6121,16 +6751,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProductReasonCategory", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductReasonCategory", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductReasonCategory" + "@value": "cim/entity/SalesOrder/SalesOrderProductReasonCategory" } ], "http://a.ml/vocabularies/core#name": [ @@ -6140,16 +6770,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductReasonCategory/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductReasonCategory/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductReasonCategory/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrderProductReasonCategory/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -6166,7 +6796,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6175,16 +6805,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductReasonCategory/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductReasonCategory/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductReasonCategory/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderProductReasonCategory/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -6201,7 +6831,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6217,16 +6847,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProductReason", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductReason", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductReason" + "@value": "cim/entity/SalesOrder/SalesOrderProductReason" } ], "http://a.ml/vocabularies/core#name": [ @@ -6236,16 +6866,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductReason/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductReason/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductReason/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrderProductReason/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -6262,7 +6892,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6271,16 +6901,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductReason/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductReason/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductReason/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderProductReason/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -6297,7 +6927,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6308,9 +6938,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductReason/attr/salesOrderProductReasonCategory", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductReason/attr/salesOrderProductReasonCategory", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6322,7 +6952,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductReason/attr/salesOrderProductReasonCategory" + "@value": "cim/entity/SalesOrder/SalesOrderProductReason/attr/salesOrderProductReasonCategory" } ], "http://a.ml/vocabularies/core#name": [ @@ -6337,7 +6967,100 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProductReasonCategory" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductReasonCategory", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProductReasonCategory" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Sales Order Product Reason Category" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductReasonCategory/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProductReasonCategory/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductReasonCategory/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProductReasonCategory/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Groupings of Sales Order Product Reasons, such as product related or service related" + } + ] } ] } @@ -6349,16 +7072,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderPriceAdjustment", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPriceAdjustment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPriceAdjustment" + "@value": "cim/entity/SalesOrder/SalesOrderPriceAdjustment" } ], "http://a.ml/vocabularies/core#name": [ @@ -6368,16 +7091,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderPriceAdjustment/attr/totalAdjustmentTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderPriceAdjustment/attr/totalAdjustmentTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPriceAdjustment/attr/totalAdjustmentTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderPriceAdjustment/attr/totalAdjustmentTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -6389,7 +7112,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6405,16 +7128,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PriceAdjustmentGroup", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/PriceAdjustmentGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PriceAdjustmentGroup" + "@value": "cim/entity/SalesOrder/PriceAdjustmentGroup" } ], "http://a.ml/vocabularies/core#name": [ @@ -6429,16 +7152,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderPriceAdjustmentType", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderPriceAdjustmentType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPriceAdjustmentType" + "@value": "cim/entity/SalesOrder/SalesOrderPriceAdjustmentType" } ], "http://a.ml/vocabularies/core#name": [ @@ -6448,16 +7171,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderPriceAdjustmentType/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderPriceAdjustmentType/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPriceAdjustmentType/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrderPriceAdjustmentType/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -6474,7 +7197,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6483,16 +7206,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderPriceAdjustmentType/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderPriceAdjustmentType/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderPriceAdjustmentType/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderPriceAdjustmentType/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -6509,7 +7232,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6525,16 +7248,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/PriceAdjustmentMethod", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/PriceAdjustmentMethod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PriceAdjustmentMethod" + "@value": "cim/entity/SalesOrder/PriceAdjustmentMethod" } ], "http://a.ml/vocabularies/core#name": [ @@ -6544,16 +7267,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PriceAdjustmentMethod/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/PriceAdjustmentMethod/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PriceAdjustmentMethod/attr/name" + "@value": "cim/entity/SalesOrder/PriceAdjustmentMethod/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -6570,7 +7293,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6579,16 +7302,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/PriceAdjustmentMethod/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/PriceAdjustmentMethod/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/PriceAdjustmentMethod/attr/id" + "@value": "cim/entity/SalesOrder/PriceAdjustmentMethod/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -6605,7 +7328,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6621,16 +7344,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProductTax", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductTax", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductTax" + "@value": "cim/entity/SalesOrder/SalesOrderProductTax" } ], "http://a.ml/vocabularies/core#name": [ @@ -6640,16 +7363,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductTax/attr/salesOrderTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductTax/attr/salesOrderTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductTax/attr/salesOrderTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProductTax/attr/salesOrderTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -6661,7 +7384,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6670,16 +7393,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductTax/attr/taxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductTax/attr/taxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductTax/attr/taxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderProductTax/attr/taxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -6696,7 +7419,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6712,16 +7435,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderTax", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderTax", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderTax" + "@value": "cim/entity/SalesOrder/SalesOrderTax" } ], "http://a.ml/vocabularies/core#name": [ @@ -6731,16 +7454,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderTax/attr/salesOrderTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderTax/attr/salesOrderTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderTax/attr/salesOrderTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderTax/attr/salesOrderTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -6752,7 +7475,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6761,16 +7484,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderTax/attr/taxRatePercent", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderTax/attr/taxRatePercent", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderTax/attr/taxRatePercent" + "@value": "cim/entity/SalesOrder/SalesOrderTax/attr/taxRatePercent" } ], "http://a.ml/vocabularies/core#name": [ @@ -6787,7 +7510,7 @@ { "@id": "http://mulesoft.com/modeling/instances/integer", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", "http://a.ml/vocabularies/data-model#Integer", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6796,16 +7519,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderTax/attr/taxErrorMessageText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderTax/attr/taxErrorMessageText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderTax/attr/taxErrorMessageText" + "@value": "cim/entity/SalesOrder/SalesOrderTax/attr/taxErrorMessageText" } ], "http://a.ml/vocabularies/core#name": [ @@ -6817,7 +7540,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6826,16 +7549,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderTax/attr/taxAddressStreet2Text", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderTax/attr/taxAddressStreet2Text", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderTax/attr/taxAddressStreet2Text" + "@value": "cim/entity/SalesOrder/SalesOrderTax/attr/taxAddressStreet2Text" } ], "http://a.ml/vocabularies/core#name": [ @@ -6847,7 +7570,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6856,16 +7579,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderTax/attr/taxAddressStreet1Text", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderTax/attr/taxAddressStreet1Text", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderTax/attr/taxAddressStreet1Text" + "@value": "cim/entity/SalesOrder/SalesOrderTax/attr/taxAddressStreet1Text" } ], "http://a.ml/vocabularies/core#name": [ @@ -6877,7 +7600,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6886,16 +7609,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderTax/attr/taxAddressCityName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderTax/attr/taxAddressCityName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderTax/attr/taxAddressCityName" + "@value": "cim/entity/SalesOrder/SalesOrderTax/attr/taxAddressCityName" } ], "http://a.ml/vocabularies/core#name": [ @@ -6907,7 +7630,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6916,16 +7639,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderTax/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderTax/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderTax/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrderTax/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -6942,7 +7665,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6951,16 +7674,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderTax/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderTax/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderTax/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderTax/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -6977,7 +7700,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -6993,16 +7716,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderDeliveryGroup", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup" } ], "http://a.ml/vocabularies/core#name": [ @@ -7012,16 +7735,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/totalUnitPriceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalUnitPriceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/totalUnitPriceAmount" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalUnitPriceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -7038,7 +7761,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7047,16 +7770,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/totalTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/totalTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -7068,7 +7791,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7077,16 +7800,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/totalProductTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalProductTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/totalProductTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalProductTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -7098,7 +7821,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7107,16 +7830,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/totalPriceAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalPriceAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/totalPriceAmount" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalPriceAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -7133,7 +7856,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7142,16 +7865,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/totalDeliveryTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalDeliveryTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/totalDeliveryTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalDeliveryTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -7163,7 +7886,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7172,16 +7895,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/totalDeliveryChargeTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalDeliveryChargeTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/totalDeliveryChargeTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalDeliveryChargeTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -7193,7 +7916,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7202,16 +7925,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/totalDeliveryChargeAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalDeliveryChargeAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/totalDeliveryChargeAmount" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalDeliveryChargeAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -7223,7 +7946,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7232,16 +7955,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/totalDeliveryAdjustmentTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalDeliveryAdjustmentTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/totalDeliveryAdjustmentTaxAmount" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalDeliveryAdjustmentTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -7253,7 +7976,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7262,16 +7985,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/totalDeliveryAdjustmentAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalDeliveryAdjustmentAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/totalDeliveryAdjustmentAmount" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalDeliveryAdjustmentAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -7283,7 +8006,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7292,16 +8015,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/giftMessageText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/giftMessageText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/giftMessageText" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/giftMessageText" } ], "http://a.ml/vocabularies/core#name": [ @@ -7313,7 +8036,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7322,16 +8045,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/grandTotalDeliveryAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/grandTotalDeliveryAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/grandTotalDeliveryAmount" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/grandTotalDeliveryAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -7343,7 +8066,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7352,16 +8075,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/deliveryInstructionsText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/deliveryInstructionsText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/deliveryInstructionsText" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/deliveryInstructionsText" } ], "http://a.ml/vocabularies/core#name": [ @@ -7373,7 +8096,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7382,16 +8105,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/isGift", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/isGift", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/isGift" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/isGift" } ], "http://a.ml/vocabularies/core#name": [ @@ -7403,7 +8126,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7412,16 +8135,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/promisedDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/promisedDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/promisedDate" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/promisedDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -7433,7 +8156,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7442,16 +8165,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/desiredDeliveryDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/desiredDeliveryDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/desiredDeliveryDate" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/desiredDeliveryDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -7463,7 +8186,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7472,16 +8195,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/salesOrderDeliveryGroupNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/salesOrderDeliveryGroupNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/salesOrderDeliveryGroupNumber" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/salesOrderDeliveryGroupNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -7498,7 +8221,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7507,16 +8230,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/description" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -7533,7 +8256,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7542,16 +8265,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -7568,7 +8291,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7577,16 +8300,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -7603,7 +8326,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7614,9 +8337,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/salesOrder", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/salesOrder", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7628,7 +8351,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/salesOrder" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/salesOrder" } ], "http://a.ml/vocabularies/core#name": [ @@ -7643,14 +8366,2788 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Sales Order" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/developerStatusCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/developerStatusCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "developerStatusCode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderDiscount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderDiscount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderDiscount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderInsuranceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderInsuranceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderInsuranceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/taxRate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/taxRate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "taxRate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/iSOCulture", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/iSOCulture" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "iSOCulture" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/cancelDateType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/cancelDateType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "cancelDateType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isReductionOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isReductionOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isReductionOrder" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isGiftOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isGiftOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isGiftOrder" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/promiseFulfillmentDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/promiseFulfillmentDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "promiseFulfillmentDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/paidDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/paidDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paidDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/packedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/packedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "packedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/fulfilledDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/fulfilledDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "fulfilledDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/customerAuthorizedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/customerAuthorizedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "customerAuthorizedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/companyAuthorizedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/companyAuthorizedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "companyAuthorizedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/checkoutDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/checkoutDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "checkoutDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/cancelDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/cancelDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "cancelDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/activatedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/activatedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "activatedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/grandTotalAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/grandTotalAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "grandTotalAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/adjustedTotalProductAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/adjustedTotalProductAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "adjustedTotalProductAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/adjustedProductTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/adjustedProductTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "adjustedProductTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalProductTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalProductTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalProductTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalProductAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalProductAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalProductAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalPendingBillingAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalPendingBillingAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalPendingBillingAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryFeeAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryFeeAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalDeliveryFeeAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalDeliveryAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalCancelledBillingAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalCancelledBillingAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalCancelledBillingAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalBookingAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalBookingAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalBookingAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAdjustmentTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalAdjustedDeliveryTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalAdjustedDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAdjustedDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/renewalUpliftRate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/renewalUpliftRate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "renewalUpliftRate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billingDayOfTheMonth", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billingDayOfTheMonth" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billingDayOfTheMonth" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "purchaseOrderNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/priceCalculationStatusMessageText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/priceCalculationStatusMessageText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "priceCalculationStatusMessageText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/confirmationRecipientEmailText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/confirmationRecipientEmailText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "confirmationRecipientEmailText" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isTaxExempt", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isTaxExempt" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isTaxExempt" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isSuspended", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isSuspended" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSuspended" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isHistoricalOnly", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isHistoricalOnly" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isHistoricalOnly" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isContracted", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isContracted" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isContracted" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isClosed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isClosed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isClosed" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isAnonymous", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isAnonymous" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isAnonymous" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isAlerted", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isAlerted" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isAlerted" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/canBillNow", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/canBillNow" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "canBillNow" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/requestedStartDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/requestedStartDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requestedStartDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "purchaseOrderDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/promiseDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/promiseDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "promiseDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderStartDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderStartDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderStartDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderEndDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderEndDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderEndDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/filedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/filedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "filedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderSystemStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderSystemStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderSystemStatus" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/paymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/paymentMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentMethod" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/userDeviceSession", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/userDeviceSession" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "userDeviceSession" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/DeviceUserSession", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/DeviceUserSession" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/soldToCustomer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/soldToCustomer" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "soldToCustomer" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/Customer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/Customer" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/shipToEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/shipToEmail" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipToEmail" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/shipToContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/shipToContact" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipToContact" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/shipToAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/shipToAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipToAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/seller", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/seller" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "seller" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/Seller", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/Seller" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderType" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderStatus" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderConfirmationStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderConfirmationStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderConfirmationStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderConfirmationStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderConfirmationStatus" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesChannel" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesChannel" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Sales Channel" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/externalRecord", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/externalRecord" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalRecord" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/salesChannelNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/salesChannelNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesChannelNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/salesChannelType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/salesChannelType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesChannelType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannelType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannelType" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Which channel is used to sell goods e.g. Web Store, Retail Store, Street Faire" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/renewalTerm", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/renewalTerm" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "renewalTerm" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/RenewalTerm", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/RenewalTerm" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/originalOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/originalOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "originalOrder" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/internalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/InternalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/InternalBusinessUnit" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToPhoneNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToPhoneNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billToPhoneNumber" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToEmail" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billToEmail" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToContact" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billToContact" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billToAddress" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billToAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "An internal document generated by the seller, indicating that the customer is now ready to purchase products and services" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/salesOrderDeliveryStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/salesOrderDeliveryStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7662,7 +11159,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/salesOrderDeliveryStatus" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/salesOrderDeliveryStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -7677,14 +11174,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderDeliveryStatus" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryStatus" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/originalDeliveryGroup", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/originalDeliveryGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7696,7 +11204,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/originalDeliveryGroup" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/originalDeliveryGroup" } ], "http://a.ml/vocabularies/core#name": [ @@ -7706,14 +11214,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderDeliveryGroup" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/orderDeliveryMethod", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/orderDeliveryMethod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7725,7 +11244,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/orderDeliveryMethod" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/orderDeliveryMethod" } ], "http://a.ml/vocabularies/core#name": [ @@ -7740,14 +11259,189 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/OrderDeliveryMethod" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/OrderDeliveryMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/OrderDeliveryMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Order Delivery Method" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/OrderDeliveryMethod/attr/externalRecord", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/OrderDeliveryMethod/attr/externalRecord" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalRecord" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/OrderDeliveryMethod/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/OrderDeliveryMethod/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/OrderDeliveryMethod/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/OrderDeliveryMethod/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/OrderDeliveryMethod/attr/product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/OrderDeliveryMethod/attr/product" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "product" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Standardized methods for transferring purchased products or services to the destination of fulfillment. Delivery methods are characterized by the means of transportation used, and by the delivering organization or group." + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/contactPointAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/contactPointAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7759,7 +11453,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/contactPointAddress" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/contactPointAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -7774,14 +11468,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryGroup/attr/accountContact", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/accountContact", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7793,7 +11498,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryGroup/attr/accountContact" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/accountContact" } ], "http://a.ml/vocabularies/core#name": [ @@ -7808,7 +11513,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/AccountContact" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] } ] } @@ -7820,16 +11536,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderDeliveryStatus", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryStatus" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -7839,16 +11555,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryStatus/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryStatus/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryStatus/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryStatus/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -7865,7 +11581,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7874,16 +11590,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderDeliveryStatus/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderDeliveryStatus/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderDeliveryStatus/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryStatus/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -7900,7 +11616,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7916,16 +11632,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProductGroup", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductGroup" + "@value": "cim/entity/SalesOrder/SalesOrderProductGroup" } ], "http://a.ml/vocabularies/core#name": [ @@ -7935,16 +11651,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductGroup/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductGroup/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductGroup/attr/description" + "@value": "cim/entity/SalesOrder/SalesOrderProductGroup/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -7961,7 +11677,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -7970,16 +11686,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductGroup/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductGroup/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductGroup/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrderProductGroup/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -7996,7 +11712,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -8005,16 +11721,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductGroup/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductGroup/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductGroup/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderProductGroup/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -8031,7 +11747,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -8042,9 +11758,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductGroup/attr/salesOrderProductGroupType", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductGroup/attr/salesOrderProductGroupType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -8056,7 +11772,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductGroup/attr/salesOrderProductGroupType" + "@value": "cim/entity/SalesOrder/SalesOrderProductGroup/attr/salesOrderProductGroupType" } ], "http://a.ml/vocabularies/core#name": [ @@ -8071,7 +11787,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProductGroupType" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductGroupType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProductGroupType" + } + ] } ] } @@ -8083,16 +11810,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProductGroupType", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductGroupType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductGroupType" + "@value": "cim/entity/SalesOrder/SalesOrderProductGroupType" } ], "http://a.ml/vocabularies/core#name": [ @@ -8102,16 +11829,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductGroupType/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductGroupType/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductGroupType/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrderProductGroupType/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -8128,7 +11855,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -8137,16 +11864,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductGroupType/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductGroupType/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductGroupType/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderProductGroupType/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -8163,7 +11890,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -8179,16 +11906,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProductNote", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductNote", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductNote" + "@value": "cim/entity/SalesOrder/SalesOrderProductNote" } ], "http://a.ml/vocabularies/core#name": [ @@ -8198,16 +11925,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductNote/attr/noteText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductNote/attr/noteText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductNote/attr/noteText" + "@value": "cim/entity/SalesOrder/SalesOrderProductNote/attr/noteText" } ], "http://a.ml/vocabularies/core#name": [ @@ -8224,7 +11951,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -8233,16 +11960,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductNote/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductNote/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductNote/attr/description" + "@value": "cim/entity/SalesOrder/SalesOrderProductNote/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -8254,7 +11981,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -8263,16 +11990,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderProductNote/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProductNote/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderProductNote/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderProductNote/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -8289,7 +12016,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -8305,16 +12032,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderChangeLog", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderChangeLog", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderChangeLog" + "@value": "cim/entity/SalesOrder/SalesOrderChangeLog" } ], "http://a.ml/vocabularies/core#name": [ @@ -8324,16 +12051,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderChangeLog/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderChangeLog/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderChangeLog/attr/name" + "@value": "cim/entity/SalesOrder/SalesOrderChangeLog/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -8350,7 +12077,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -8359,16 +12086,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderChangeLog/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderChangeLog/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderChangeLog/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderChangeLog/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -8385,7 +12112,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -8396,9 +12123,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderChangeLog/attr/changeSalesOrder", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderChangeLog/attr/changeSalesOrder", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -8410,7 +12137,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderChangeLog/attr/changeSalesOrder" + "@value": "cim/entity/SalesOrder/SalesOrderChangeLog/attr/changeSalesOrder" } ], "http://a.ml/vocabularies/core#name": [ @@ -8425,14 +12152,2788 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Sales Order" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/developerStatusCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/developerStatusCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "developerStatusCode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderDiscount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderDiscount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderDiscount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderInsuranceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderInsuranceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderInsuranceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/taxRate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/taxRate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "taxRate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/iSOCulture", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/iSOCulture" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "iSOCulture" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/cancelDateType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/cancelDateType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "cancelDateType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isReductionOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isReductionOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isReductionOrder" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isGiftOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isGiftOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isGiftOrder" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/promiseFulfillmentDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/promiseFulfillmentDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "promiseFulfillmentDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/paidDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/paidDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paidDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/packedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/packedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "packedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/fulfilledDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/fulfilledDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "fulfilledDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/customerAuthorizedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/customerAuthorizedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "customerAuthorizedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/companyAuthorizedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/companyAuthorizedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "companyAuthorizedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/checkoutDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/checkoutDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "checkoutDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/cancelDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/cancelDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "cancelDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/activatedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/activatedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "activatedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/grandTotalAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/grandTotalAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "grandTotalAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/adjustedTotalProductAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/adjustedTotalProductAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "adjustedTotalProductAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/adjustedProductTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/adjustedProductTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "adjustedProductTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalProductTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalProductTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalProductTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalProductAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalProductAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalProductAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalPendingBillingAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalPendingBillingAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalPendingBillingAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryFeeAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryFeeAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalDeliveryFeeAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalDeliveryAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalCancelledBillingAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalCancelledBillingAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalCancelledBillingAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalBookingAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalBookingAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalBookingAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAdjustmentTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalAdjustedDeliveryTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalAdjustedDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAdjustedDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/renewalUpliftRate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/renewalUpliftRate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "renewalUpliftRate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billingDayOfTheMonth", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billingDayOfTheMonth" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billingDayOfTheMonth" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "purchaseOrderNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/priceCalculationStatusMessageText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/priceCalculationStatusMessageText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "priceCalculationStatusMessageText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/confirmationRecipientEmailText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/confirmationRecipientEmailText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "confirmationRecipientEmailText" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isTaxExempt", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isTaxExempt" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isTaxExempt" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isSuspended", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isSuspended" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSuspended" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isHistoricalOnly", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isHistoricalOnly" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isHistoricalOnly" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isContracted", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isContracted" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isContracted" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isClosed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isClosed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isClosed" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isAnonymous", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isAnonymous" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isAnonymous" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isAlerted", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isAlerted" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isAlerted" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/canBillNow", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/canBillNow" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "canBillNow" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/requestedStartDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/requestedStartDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requestedStartDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "purchaseOrderDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/promiseDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/promiseDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "promiseDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderStartDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderStartDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderStartDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderEndDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderEndDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderEndDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/filedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/filedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "filedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderSystemStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderSystemStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderSystemStatus" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/paymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/paymentMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentMethod" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/userDeviceSession", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/userDeviceSession" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "userDeviceSession" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/DeviceUserSession", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/DeviceUserSession" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/soldToCustomer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/soldToCustomer" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "soldToCustomer" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/Customer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/Customer" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/shipToEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/shipToEmail" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipToEmail" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/shipToContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/shipToContact" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipToContact" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/shipToAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/shipToAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipToAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/seller", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/seller" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "seller" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/Seller", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/Seller" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderType" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderStatus" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderConfirmationStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderConfirmationStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderConfirmationStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderConfirmationStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderConfirmationStatus" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesChannel" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesChannel" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Sales Channel" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/externalRecord", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/externalRecord" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalRecord" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/salesChannelNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/salesChannelNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesChannelNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/salesChannelType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/salesChannelType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesChannelType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannelType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannelType" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Which channel is used to sell goods e.g. Web Store, Retail Store, Street Faire" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/renewalTerm", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/renewalTerm" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "renewalTerm" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/RenewalTerm", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/RenewalTerm" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/originalOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/originalOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "originalOrder" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/internalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/InternalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/InternalBusinessUnit" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToPhoneNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToPhoneNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billToPhoneNumber" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToEmail" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billToEmail" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToContact" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billToContact" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billToAddress" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billToAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "An internal document generated by the seller, indicating that the customer is now ready to purchase products and services" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderChangeLog/attr/relatedSalesOrder", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderChangeLog/attr/relatedSalesOrder", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -8444,7 +14945,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderChangeLog/attr/relatedSalesOrder" + "@value": "cim/entity/SalesOrder/SalesOrderChangeLog/attr/relatedSalesOrder" } ], "http://a.ml/vocabularies/core#name": [ @@ -8459,14 +14960,2788 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Sales Order" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/developerStatusCode", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/developerStatusCode" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "developerStatusCode" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderDiscount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderDiscount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderDiscount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderInsuranceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderInsuranceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderInsuranceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/taxRate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/taxRate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "taxRate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/iSOCulture", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/iSOCulture" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "iSOCulture" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/cancelDateType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/cancelDateType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "cancelDateType" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isReductionOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isReductionOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isReductionOrder" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isGiftOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isGiftOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isGiftOrder" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/promiseFulfillmentDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/promiseFulfillmentDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "promiseFulfillmentDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/paidDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/paidDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paidDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/packedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/packedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "packedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/fulfilledDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/fulfilledDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "fulfilledDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/customerAuthorizedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/customerAuthorizedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "customerAuthorizedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/companyAuthorizedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/companyAuthorizedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "companyAuthorizedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/checkoutDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/checkoutDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "checkoutDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/cancelDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/cancelDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "cancelDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/activatedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/activatedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "activatedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/grandTotalAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/grandTotalAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "grandTotalAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/adjustedTotalProductAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/adjustedTotalProductAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "adjustedTotalProductAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/adjustedProductTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/adjustedProductTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "adjustedProductTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalProductTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalProductTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalProductTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalProductAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalProductAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalProductAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalPendingBillingAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalPendingBillingAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalPendingBillingAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryFeeAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryFeeAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalDeliveryFeeAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalDeliveryAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalCancelledBillingAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalCancelledBillingAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalCancelledBillingAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalBookingAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalBookingAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalBookingAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAdjustmentTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/totalAdjustedDeliveryTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/totalAdjustedDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAdjustedDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/renewalUpliftRate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/renewalUpliftRate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "renewalUpliftRate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billingDayOfTheMonth", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billingDayOfTheMonth" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billingDayOfTheMonth" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "purchaseOrderNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/priceCalculationStatusMessageText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/priceCalculationStatusMessageText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "priceCalculationStatusMessageText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/confirmationRecipientEmailText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/confirmationRecipientEmailText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "confirmationRecipientEmailText" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isTaxExempt", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isTaxExempt" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isTaxExempt" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isSuspended", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isSuspended" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isSuspended" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isHistoricalOnly", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isHistoricalOnly" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isHistoricalOnly" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isContracted", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isContracted" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isContracted" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isClosed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isClosed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isClosed" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isAnonymous", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isAnonymous" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isAnonymous" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/isAlerted", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/isAlerted" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isAlerted" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/canBillNow", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/canBillNow" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "canBillNow" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/requestedStartDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/requestedStartDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requestedStartDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "purchaseOrderDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/promiseDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/promiseDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "promiseDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderStartDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderStartDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderStartDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderEndDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderEndDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderEndDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/filedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/filedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "filedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderSystemStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderSystemStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderSystemStatus" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/orderNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/orderNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/paymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/paymentMethod" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "paymentMethod" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PaymentMethod/PaymentMethod" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/userDeviceSession", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/userDeviceSession" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "userDeviceSession" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/DeviceUserSession", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/DeviceUserSession" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/soldToCustomer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/soldToCustomer" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "soldToCustomer" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/Customer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/Customer" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/shipToEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/shipToEmail" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipToEmail" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/shipToContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/shipToContact" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipToContact" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/shipToAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/shipToAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipToAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/seller", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/seller" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "seller" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/PartyRole/Seller", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/PartyRole/Seller" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderType" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderStatus" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesOrderConfirmationStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesOrderConfirmationStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderConfirmationStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderConfirmationStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderConfirmationStatus" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/salesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/salesChannel" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesChannel" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannel", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Sales Channel" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/externalRecord", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/externalRecord" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "externalRecord" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/salesChannelNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/salesChannelNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesChannelNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/name", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/name" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "name" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesChannel/attr/salesChannelType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannel/attr/salesChannelType" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesChannelType" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannelType", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesChannelType" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "Which channel is used to sell goods e.g. Web Store, Retail Store, Street Faire" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/renewalTerm", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/renewalTerm" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "renewalTerm" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/RenewalTerm", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/RenewalTerm" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/originalOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/originalOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "originalOrder" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/internalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "internalBusinessUnit" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Party/InternalBusinessUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Party/InternalBusinessUnit" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToPhoneNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToPhoneNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billToPhoneNumber" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToEmail" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billToEmail" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToContact" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billToContact" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/AccountContact" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billToAddress" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrder/attr/billToAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder/attr/billToAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "billToAccount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "An internal document generated by the seller, indicating that the customer is now ready to purchase products and services" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderChangeLog/attr/relatedSalesOrderProduct", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderChangeLog/attr/relatedSalesOrderProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -8478,7 +17753,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderChangeLog/attr/relatedSalesOrderProduct" + "@value": "cim/entity/SalesOrder/SalesOrderChangeLog/attr/relatedSalesOrderProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -8493,14 +17768,2324 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProduct" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Sales Order Product" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/shippingTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/shippingTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/shippingCostAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/shippingCostAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingCostAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/handlingCostAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/handlingCostAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "handlingCostAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/discountAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/discountAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "discountAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/discountPercent", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/discountPercent" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "discountPercent" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/unitTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/unitTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "unitTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/cancelledQuantity", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/cancelledQuantity" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "cancelledQuantity" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/allocationPartitionName", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/allocationPartitionName" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allocationPartitionName" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/allocationGroupName", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/allocationGroupName" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allocationGroupName" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/endDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/endDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "endDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/unitPriceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/unitPriceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "unitPriceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalUnitPriceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalUnitPriceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalUnitPriceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalRecurringPriceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalRecurringPriceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalRecurringPriceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalProductTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalProductTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalProductTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalPriceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalPriceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalPriceAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalManualAdjustmentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalManualAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalManualAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalListPriceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalListPriceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalListPriceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalLineAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalLineAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalLineAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalLineAdjustmentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalLineAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalLineAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalDistributedTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedAdjustmentTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedAdjustmentTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalDistributedAdjustmentTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedAdjustmentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalDistributedAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalAdjustmentTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalAdjustmentTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAdjustmentTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalAdjustmentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductAdjustedTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductAdjustedTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderProductAdjustedTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/recurringPriceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/recurringPriceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "recurringPriceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/orderManualAdjustmentSubTotalAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/orderManualAdjustmentSubTotalAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderManualAdjustmentSubTotalAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/orderAdjustmentSubTotalAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/orderAdjustmentSubTotalAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderAdjustmentSubTotalAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "listPriceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/lineAdjustmentSubTotalAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/lineAdjustmentSubTotalAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "lineAdjustmentSubTotalAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/deliveryTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/deliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "deliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/adjustedDeliveryTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/adjustedDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "adjustedDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/segmentIndex", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/segmentIndex" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "segmentIndex" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/fulfilledQuantity", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/fulfilledQuantity" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "fulfilledQuantity" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionTermQuantity", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionTermQuantity" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "subscriptionTermQuantity" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionRenewalMonthQuantity", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionRenewalMonthQuantity" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "subscriptionRenewalMonthQuantity" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/segmentIndexNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/segmentIndexNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "segmentIndexNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/orderedQuantity", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/orderedQuantity" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderedQuantity" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/availableQuantity", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/availableQuantity" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "availableQuantity" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/allocatedQuantity", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/allocatedQuantity" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allocatedQuantity" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/giftRecipientTelephoneNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/giftRecipientTelephoneNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "giftRecipientTelephoneNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/giftOrderMessageText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/giftOrderMessageText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "giftOrderMessageText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/commentText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/commentText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "commentText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/isGift", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/isGift" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isGift" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/isBundleRoot", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/isBundleRoot" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isBundleRoot" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/isBonusProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/isBonusProduct" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isBonusProduct" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/isAutomaticallyRenewed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/isAutomaticallyRenewed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isAutomaticallyRenewed" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/requestedStartDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/requestedStartDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requestedStartDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/requestedEndDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/requestedEndDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requestedEndDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/provisioningDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/provisioningDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "provisioningDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/promisedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/promisedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "promisedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/quantityOrderedUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/quantityOrderedUOM" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityOrderedUOM" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceQuantityUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceQuantityUOM" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "listPriceQuantityUOM" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/orderProductNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/orderProductNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderProductNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/shippingPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/shippingPhone" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingPhone" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/shippingEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/shippingEmail" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingEmail" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/shippingAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/shippingAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceTermUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceTermUOM" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "listPriceTermUOM" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionTermUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionTermUnit" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "subscriptionTermUnit" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/priceBookEntry", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/priceBookEntry" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "priceBookEntry" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/PriceBookEntry", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/PriceBookEntry" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/sellerAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/sellerAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "sellerAccount" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderProductStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProductStatus" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductReason" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderProductReason" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProductReason" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderDeliveryGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderDeliveryGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderDeliveryGroup" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/product" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "product" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrder" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/originalOrderProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/originalOrderProduct" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "originalOrderProduct" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A component of a Sales Order that identifies a product or service that will be sold to the customer" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderChangeLog/attr/changeSalesOrderProduct", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderChangeLog/attr/changeSalesOrderProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -8512,7 +20097,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderChangeLog/attr/changeSalesOrderProduct" + "@value": "cim/entity/SalesOrder/SalesOrderChangeLog/attr/changeSalesOrderProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -8527,7 +20112,2317 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProduct" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Sales Order Product" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/shippingTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/shippingTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/shippingCostAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/shippingCostAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingCostAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/handlingCostAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/handlingCostAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "handlingCostAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/discountAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/discountAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "discountAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/discountPercent", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/discountPercent" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "discountPercent" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/unitTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/unitTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "unitTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/cancelledQuantity", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/cancelledQuantity" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "cancelledQuantity" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/allocationPartitionName", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/allocationPartitionName" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allocationPartitionName" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/allocationGroupName", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/allocationGroupName" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allocationGroupName" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/endDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/endDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "endDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/unitPriceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/unitPriceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "unitPriceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalUnitPriceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalUnitPriceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalUnitPriceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalRecurringPriceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalRecurringPriceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalRecurringPriceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalProductTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalProductTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalProductTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalPriceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalPriceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalPriceAmount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalManualAdjustmentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalManualAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalManualAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalListPriceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalListPriceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalListPriceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalLineAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalLineAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalLineAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalLineAdjustmentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalLineAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalLineAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalDistributedTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedAdjustmentTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedAdjustmentTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalDistributedAdjustmentTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedAdjustmentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalDistributedAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalAdjustmentTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalAdjustmentTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAdjustmentTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/totalAdjustmentAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/totalAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "totalAdjustmentAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductAdjustedTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductAdjustedTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderProductAdjustedTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/recurringPriceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/recurringPriceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "recurringPriceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/orderManualAdjustmentSubTotalAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/orderManualAdjustmentSubTotalAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderManualAdjustmentSubTotalAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/orderAdjustmentSubTotalAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/orderAdjustmentSubTotalAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderAdjustmentSubTotalAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "listPriceAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/lineAdjustmentSubTotalAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/lineAdjustmentSubTotalAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "lineAdjustmentSubTotalAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/deliveryTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/deliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "deliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/adjustedDeliveryTaxAmount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/adjustedDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "adjustedDeliveryTaxAmount" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/segmentIndex", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/segmentIndex" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "segmentIndex" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/fulfilledQuantity", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/fulfilledQuantity" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "fulfilledQuantity" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/integer", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Integer", + "http://a.ml/vocabularies/data-model#Integer", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionTermQuantity", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionTermQuantity" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "subscriptionTermQuantity" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionRenewalMonthQuantity", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionRenewalMonthQuantity" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "subscriptionRenewalMonthQuantity" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/segmentIndexNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/segmentIndexNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "segmentIndexNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/orderedQuantity", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/orderedQuantity" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderedQuantity" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/availableQuantity", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/availableQuantity" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "availableQuantity" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/allocatedQuantity", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/allocatedQuantity" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "allocatedQuantity" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/giftRecipientTelephoneNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/giftRecipientTelephoneNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "giftRecipientTelephoneNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/giftOrderMessageText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/giftOrderMessageText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "giftOrderMessageText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/commentText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/commentText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "commentText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/isGift", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/isGift" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isGift" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/isBundleRoot", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/isBundleRoot" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isBundleRoot" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/isBonusProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/isBonusProduct" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isBonusProduct" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/isAutomaticallyRenewed", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/isAutomaticallyRenewed" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isAutomaticallyRenewed" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/requestedStartDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/requestedStartDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requestedStartDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/requestedEndDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/requestedEndDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "requestedEndDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/provisioningDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/provisioningDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "provisioningDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/promisedDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/promisedDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "promisedDate" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/quantityOrderedUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/quantityOrderedUOM" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "quantityOrderedUOM" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceQuantityUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceQuantityUOM" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "listPriceQuantityUOM" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/orderProductNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/orderProductNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "orderProductNumber" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/description", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/description" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "description" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/shippingPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/shippingPhone" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingPhone" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointPhone" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/shippingEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/shippingEmail" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingEmail" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointEmail" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/shippingAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/shippingAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shippingAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceTermUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceTermUOM" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "listPriceTermUOM" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionTermUnit", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionTermUnit" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "subscriptionTermUnit" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/ProductValidityTimePeriodUOM" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/priceBookEntry", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/priceBookEntry" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "priceBookEntry" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/PriceBookEntry", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ProductAttribute/PriceBookEntry" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/sellerAccount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/sellerAccount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "sellerAccount" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Account/Account", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Account/Account" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderProductStatus" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProductStatus" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductReason" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderProductReason" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductReason", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProductReason" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderDeliveryGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderDeliveryGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderDeliveryGroup" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/product" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "product" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrder" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderProduct/attr/originalOrderProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct/attr/originalOrderProduct" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "originalOrderProduct" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A component of a Sales Order that identifies a product or service that will be sold to the customer" + } + ] } ] } @@ -8539,16 +22434,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderChangeType", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderChangeType", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderChangeType" + "@value": "cim/entity/SalesOrder/SalesOrderChangeType" } ], "http://a.ml/vocabularies/core#name": [ @@ -8558,16 +22453,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderChangeType/attr/salesOrderChangeTypeName", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderChangeType/attr/salesOrderChangeTypeName", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderChangeType/attr/salesOrderChangeTypeName" + "@value": "cim/entity/SalesOrder/SalesOrderChangeType/attr/salesOrderChangeTypeName" } ], "http://a.ml/vocabularies/core#name": [ @@ -8584,7 +22479,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -8593,16 +22488,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrderChangeType/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/SalesOrder/SalesOrderChangeType/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/SalesOrderChangeType/attr/id" + "@value": "cim/entity/SalesOrder/SalesOrderChangeType/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -8619,7 +22514,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" diff --git a/out/cim/data_models/SalesOrderEntityGroup.yaml b/out/cim/data_models/SalesOrderEntityGroup.yaml index 2162f92..e449c13 100644 --- a/out/cim/data_models/SalesOrderEntityGroup.yaml +++ b/out/cim/data_models/SalesOrderEntityGroup.yaml @@ -2,1211 +2,1211 @@ uuid: cim/entitygroup/SalesOrderEntityGroup name: Sales Order entities: - Sales Order Status: - uuid: cim/entity/SalesOrderStatus + Sales Order Product: + uuid: cim/entity/SalesOrder/SalesOrderProduct attributes: - name: - uuid: cim/entity/SalesOrderStatus/attr/name - required: true + unitPriceAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/unitPriceAmount range: type: string - id: - uuid: cim/entity/SalesOrderStatus/attr/id - required: true + totalManualAdjustmentAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/totalManualAdjustmentAmount range: type: string - description: The status of a Sales Order - Sales Order Tax: - uuid: cim/entity/SalesOrderTax - attributes: - taxAddressStreet1Text: - uuid: cim/entity/SalesOrderTax/attr/taxAddressStreet1Text + commentText: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/commentText range: type: string - taxErrorMessageText: - uuid: cim/entity/SalesOrderTax/attr/taxErrorMessageText + shippingCostAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/shippingCostAmount range: type: string - taxRatePercent: - uuid: cim/entity/SalesOrderTax/attr/taxRatePercent - required: true + shippingTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/shippingTaxAmount range: - type: integer + type: string + totalUnitPriceAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/totalUnitPriceAmount + range: + type: string + isGift: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/isGift + range: + type: string + allocatedQuantity: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/allocatedQuantity + range: + type: string + listPriceAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceAmount + range: + type: string id: - uuid: cim/entity/SalesOrderTax/attr/id + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/id required: true range: type: string - salesOrderTaxAmount: - uuid: cim/entity/SalesOrderTax/attr/salesOrderTaxAmount + discountPercent: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/discountPercent + range: + type: integer + isBundleRoot: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/isBundleRoot range: type: string - taxAddressCityName: - uuid: cim/entity/SalesOrderTax/attr/taxAddressCityName + lineAdjustmentSubTotalAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/lineAdjustmentSubTotalAmount range: type: string - name: - uuid: cim/entity/SalesOrderTax/attr/name - required: true + requestedStartDate: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/requestedStartDate range: type: string - taxAddressStreet2Text: - uuid: cim/entity/SalesOrderTax/attr/taxAddressStreet2Text + giftRecipientTelephoneNumber: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/giftRecipientTelephoneNumber range: type: string - description: "A charge that is imposed by a government entity for public purposes. Types are aligned to phases of the process: SalesOrderTax, FulfillmentProductTax and ShipmentProductTax" - Sales Order Product Reason Category: - uuid: cim/entity/SalesOrderProductReasonCategory - attributes: - name: - uuid: cim/entity/SalesOrderProductReasonCategory/attr/name - required: true + provisioningDate: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/provisioningDate range: type: string - id: - uuid: cim/entity/SalesOrderProductReasonCategory/attr/id + totalPriceAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/totalPriceAmount required: true range: type: string - description: Groupings of Sales Order Product Reasons, such as product related or service related - Sales Order Product Group Type: - uuid: cim/entity/SalesOrderProductGroupType - attributes: - name: - uuid: cim/entity/SalesOrderProductGroupType/attr/name - required: true + subscriptionRenewalMonthQuantity: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionRenewalMonthQuantity range: type: string - id: - uuid: cim/entity/SalesOrderProductGroupType/attr/id - required: true + cancelledQuantity: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/cancelledQuantity range: type: string - description: Reasons for grouping products together on sales orders, for example products that ship together. - Product Relationship Type: - uuid: cim/entity/ProductRelationshipType - attributes: - childProductRole: - uuid: cim/entity/ProductRelationshipType/attr/childProductRole - required: true + segmentIndex: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/segmentIndex + range: + type: integer + promisedDate: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/promisedDate range: type: string - parentProductRole: - uuid: cim/entity/ProductRelationshipType/attr/parentProductRole - required: true + orderManualAdjustmentSubTotalAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/orderManualAdjustmentSubTotalAmount range: type: string - id: - uuid: cim/entity/ProductRelationshipType/attr/id - required: true + totalRecurringPriceAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/totalRecurringPriceAmount range: type: string - description: What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of - Sales Channel Type: - uuid: cim/entity/SalesChannelType - attributes: - name: - uuid: cim/entity/SalesChannelType/attr/name - required: true + totalDistributedAdjustmentAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedAdjustmentAmount range: type: string - id: - uuid: cim/entity/SalesChannelType/attr/id + quantityOrderedUOM: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/quantityOrderedUOM required: true range: type: string - description: Standard ways of selling products such as web, retail, direct marketing, etc - Sales Order Product Reason: - uuid: cim/entity/SalesOrderProductReason - attributes: - name: - uuid: cim/entity/SalesOrderProductReason/attr/name - required: true + giftOrderMessageText: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/giftOrderMessageText range: type: string - id: - uuid: cim/entity/SalesOrderProductReason/attr/id - required: true + isAutomaticallyRenewed: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/isAutomaticallyRenewed range: type: string - associations: - salesOrderProductReasonCategory: - allowMultiple: true - uuid: cim/entity/SalesOrderProductReason/attr/salesOrderProductReasonCategory - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProductReasonCategory - description: The customer motive for ordering a product or service, such as replacement, new purchase, upgrade - Sales Order ChangeT ype: - uuid: cim/entity/SalesOrderChangeType - attributes: - salesOrderChangeTypeName: - uuid: cim/entity/SalesOrderChangeType/attr/salesOrderChangeTypeName - required: true + totalProductTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/totalProductTaxAmount range: type: string - id: - uuid: cim/entity/SalesOrderChangeType/attr/id - required: true + endDate: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/endDate range: type: string - description: The reason for a revision of an earlier sales order, e.g. quantity change, new distributed adjustment, new line adjustment, etc. - Sales Order Delivery Status: - uuid: cim/entity/SalesOrderDeliveryStatus - attributes: - name: - uuid: cim/entity/SalesOrderDeliveryStatus/attr/name + listPriceQuantityUOM: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceQuantityUOM required: true range: type: string - id: - uuid: cim/entity/SalesOrderDeliveryStatus/attr/id - required: true + totalAdjustmentTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/totalAdjustmentTaxAmount range: type: string - description: The progress of a delivery such as awaiting pickup, in progress or complete - Price Adjustment Method: - uuid: cim/entity/PriceAdjustmentMethod - attributes: - name: - uuid: cim/entity/PriceAdjustmentMethod/attr/name - required: true + fulfilledQuantity: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/fulfilledQuantity + range: + type: integer + totalTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/totalTaxAmount range: type: string - id: - uuid: cim/entity/PriceAdjustmentMethod/attr/id - required: true + handlingCostAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/handlingCostAmount range: type: string - description: "Defines how the adjustment will be calculated. Valid values used in Commerce Cloud are: percentage, fixed_price, amount, free, price_book_price, bonus, total_fixed_price, bonus_choice, percentage_off_options" - Sales Order Confirmation Status: - uuid: cim/entity/SalesOrderConfirmationStatus - attributes: - name: - uuid: cim/entity/SalesOrderConfirmationStatus/attr/name - required: true + recurringPriceAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/recurringPriceAmount range: type: string - id: - uuid: cim/entity/SalesOrderConfirmationStatus/attr/id - required: true + requestedEndDate: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/requestedEndDate range: type: string - description: Stages of customer approval and finalization of a Sales Order. - Sales Order Delivery Group: - uuid: cim/entity/SalesOrderDeliveryGroup - attributes: - totalDeliveryChargeTaxAmount: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/totalDeliveryChargeTaxAmount + unitTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/unitTaxAmount + range: + type: integer + allocationPartitionName: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/allocationPartitionName range: type: string - description: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/description + totalDistributedAdjustmentTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedAdjustmentTaxAmount + range: + type: string + orderProductNumber: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/orderProductNumber required: true range: type: string - promisedDate: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/promisedDate + adjustedDeliveryTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/adjustedDeliveryTaxAmount range: type: string - totalPriceAmount: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/totalPriceAmount - required: true + discountAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/discountAmount range: type: string - totalDeliveryChargeAmount: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/totalDeliveryChargeAmount + orderAdjustmentSubTotalAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/orderAdjustmentSubTotalAmount range: type: string - isGift: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/isGift + availableQuantity: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/availableQuantity range: type: string - totalDeliveryAdjustmentTaxAmount: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/totalDeliveryAdjustmentTaxAmount + totalAdjustmentAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/totalAdjustmentAmount range: type: string - totalDeliveryAdjustmentAmount: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/totalDeliveryAdjustmentAmount + totalLineAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/totalLineAmount range: type: string - totalDeliveryTaxAmount: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/totalDeliveryTaxAmount + orderedQuantity: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/orderedQuantity + required: true range: type: string - desiredDeliveryDate: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/desiredDeliveryDate + segmentIndexNumber: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/segmentIndexNumber range: type: string - deliveryInstructionsText: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/deliveryInstructionsText + salesOrderProductAdjustedTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductAdjustedTaxAmount range: type: string - id: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/id - required: true + totalListPriceAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/totalListPriceAmount range: type: string - totalProductTaxAmount: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/totalProductTaxAmount + totalDistributedTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/totalDistributedTaxAmount range: type: string - grandTotalDeliveryAmount: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/grandTotalDeliveryAmount + allocationGroupName: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/allocationGroupName range: type: string - totalUnitPriceAmount: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/totalUnitPriceAmount - required: true + subscriptionTermQuantity: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionTermQuantity range: type: string - name: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/name + description: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/description required: true range: type: string - giftMessageText: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/giftMessageText + deliveryTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/deliveryTaxAmount range: type: string - totalTaxAmount: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/totalTaxAmount + totalLineAdjustmentAmount: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/totalLineAdjustmentAmount range: type: string - salesOrderDeliveryGroupNumber: - uuid: cim/entity/SalesOrderDeliveryGroup/attr/salesOrderDeliveryGroupNumber - required: true + isBonusProduct: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/isBonusProduct range: type: string associations: - salesOrder: + listPriceTermUOM: allowMultiple: true - uuid: cim/entity/SalesOrderDeliveryGroup/attr/salesOrder - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder - originalDeliveryGroup: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/listPriceTermUOM + target: http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM + shippingAddress: allowMultiple: true - uuid: cim/entity/SalesOrderDeliveryGroup/attr/originalDeliveryGroup - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderDeliveryGroup - contactPointAddress: + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/shippingAddress + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress + subscriptionTermUnit: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/subscriptionTermUnit + target: http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/ProductValidityTimePeriodUOM + priceBookEntry: allowMultiple: true - uuid: cim/entity/SalesOrderDeliveryGroup/attr/contactPointAddress + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/priceBookEntry required: true - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress - salesOrderDeliveryStatus: + target: http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/PriceBookEntry + salesOrderProductStatus: allowMultiple: true - uuid: cim/entity/SalesOrderDeliveryGroup/attr/salesOrderDeliveryStatus + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductStatus required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderDeliveryStatus - orderDeliveryMethod: + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductStatus + salesOrder: allowMultiple: true - uuid: cim/entity/SalesOrderDeliveryGroup/attr/orderDeliveryMethod + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrder required: true - target: http://mulesoft.com/modeling/instances/cim/entity/OrderDeliveryMethod - accountContact: + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder + originalOrderProduct: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/originalOrderProduct + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct + shippingEmail: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/shippingEmail + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail + sellerAccount: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/sellerAccount + target: http://mulesoft.com/modeling/instances/cim/entity/Account/Account + salesOrderDeliveryGroup: allowMultiple: true - uuid: cim/entity/SalesOrderDeliveryGroup/attr/accountContact + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderDeliveryGroup + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryGroup + product: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/product required: true - target: http://mulesoft.com/modeling/instances/cim/entity/AccountContact - description: One or more Sales Order Products that share a common Sales Order Delivery Method, and Shipping Address - Sales Order Change Log: - uuid: cim/entity/SalesOrderChangeLog + target: http://mulesoft.com/modeling/instances/cim/entity/Product/Product + salesOrderProductReason: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/salesOrderProductReason + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductReason + shippingPhone: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderProduct/attr/shippingPhone + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone + description: A component of a Sales Order that identifies a product or service that will be sold to the customer + Price Adjustment Method: + uuid: cim/entity/SalesOrder/PriceAdjustmentMethod attributes: name: - uuid: cim/entity/SalesOrderChangeLog/attr/name + uuid: cim/entity/SalesOrder/PriceAdjustmentMethod/attr/name required: true range: type: string id: - uuid: cim/entity/SalesOrderChangeLog/attr/id + uuid: cim/entity/SalesOrder/PriceAdjustmentMethod/attr/id required: true range: type: string - associations: - changeSalesOrder: - allowMultiple: true - uuid: cim/entity/SalesOrderChangeLog/attr/changeSalesOrder - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder - relatedSalesOrder: - allowMultiple: true - uuid: cim/entity/SalesOrderChangeLog/attr/relatedSalesOrder - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder - relatedSalesOrderProduct: - allowMultiple: true - uuid: cim/entity/SalesOrderChangeLog/attr/relatedSalesOrderProduct + description: "Defines how the adjustment will be calculated. Valid values used in Commerce Cloud are: percentage, fixed_price, amount, free, price_book_price, bonus, total_fixed_price, bonus_choice, percentage_off_options" + Price Adjustment Group: + uuid: cim/entity/SalesOrder/PriceAdjustmentGroup + description: "Supertype of: Sales Order Price Adjustment, Sales Order Product Price Adjustment, and FulfillmentOrderProductPriceAdjustment" + Sales Order Product Status: + uuid: cim/entity/SalesOrder/SalesOrderProductStatus + attributes: + name: + uuid: cim/entity/SalesOrder/SalesOrderProductStatus/attr/name required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProduct - changeSalesOrderProduct: - allowMultiple: true - uuid: cim/entity/SalesOrderChangeLog/attr/changeSalesOrderProduct + range: + type: string + id: + uuid: cim/entity/SalesOrder/SalesOrderProductStatus/attr/id required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProduct - description: Change log for sales order - Order Delivery Method: - uuid: cim/entity/OrderDeliveryMethod + range: + type: string + description: The status of a line component of a Sales Order + Sales Order Price Adjustment: + uuid: cim/entity/SalesOrder/SalesOrderPriceAdjustment attributes: - externalRecord: - uuid: cim/entity/OrderDeliveryMethod/attr/externalRecord - required: true + totalAdjustmentTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderPriceAdjustment/attr/totalAdjustmentTaxAmount range: type: string + description: A change to the price of a Sales Order that is made before order fulfillment. A Sales Order Price Adjustment may be comprised of Sales Order Product Price Adjustments that allocate the overall adjustment amount to one or more of the products and services + Sales Order Confirmation Status: + uuid: cim/entity/SalesOrder/SalesOrderConfirmationStatus + attributes: name: - uuid: cim/entity/OrderDeliveryMethod/attr/name + uuid: cim/entity/SalesOrder/SalesOrderConfirmationStatus/attr/name required: true range: type: string id: - uuid: cim/entity/OrderDeliveryMethod/attr/id + uuid: cim/entity/SalesOrder/SalesOrderConfirmationStatus/attr/id required: true range: type: string - associations: - product: - allowMultiple: true - uuid: cim/entity/OrderDeliveryMethod/attr/product - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Product - description: Standardized methods for transferring purchased products or services to the destination of fulfillment. Delivery methods are characterized by the means of transportation used, and by the delivering organization or group. - Sales Channel: - uuid: cim/entity/SalesChannel + description: Stages of customer approval and finalization of a Sales Order. + Sales Order: + uuid: cim/entity/SalesOrder/SalesOrder attributes: - description: - uuid: cim/entity/SalesChannel/attr/description - required: true - range: - type: string - salesChannelNumber: - uuid: cim/entity/SalesChannel/attr/salesChannelNumber + orderNumber: + uuid: cim/entity/SalesOrder/SalesOrder/attr/orderNumber required: true range: type: string - name: - uuid: cim/entity/SalesChannel/attr/name - required: true + checkoutDate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/checkoutDate range: type: string - externalRecord: - uuid: cim/entity/SalesChannel/attr/externalRecord - required: true + totalPendingBillingAmount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/totalPendingBillingAmount range: type: string - id: - uuid: cim/entity/SalesChannel/attr/id - required: true + orderDiscount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/orderDiscount range: - type: string - associations: - salesChannelType: - allowMultiple: true - uuid: cim/entity/SalesChannel/attr/salesChannelType - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesChannelType - description: Which channel is used to sell goods e.g. Web Store, Retail Store, Street Faire - Sales Order Price Adjustment Type: - uuid: cim/entity/SalesOrderPriceAdjustmentType - attributes: - name: - uuid: cim/entity/SalesOrderPriceAdjustmentType/attr/name + type: integer + description: + uuid: cim/entity/SalesOrder/SalesOrder/attr/description required: true range: type: string - id: - uuid: cim/entity/SalesOrderPriceAdjustmentType/attr/id - required: true + customerAuthorizedDate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/customerAuthorizedDate range: type: string - description: Reasons for adjusting the price of an order such as promotional discount, or customer satisfaction issue - Sales Order Payment Summary: - uuid: cim/entity/SalesOrderPaymentSummary - attributes: - authorizationReversalAmount: - uuid: cim/entity/SalesOrderPaymentSummary/attr/authorizationReversalAmount + promiseFulfillmentDate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/promiseFulfillmentDate range: type: string - availableToApplyBalanceAmount: - uuid: cim/entity/SalesOrderPaymentSummary/attr/availableToApplyBalanceAmount + isContracted: + uuid: cim/entity/SalesOrder/SalesOrder/attr/isContracted range: type: string - paymentAmount: - uuid: cim/entity/SalesOrderPaymentSummary/attr/paymentAmount + adjustedProductTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/adjustedProductTaxAmount range: type: string - authorizationAmount: - uuid: cim/entity/SalesOrderPaymentSummary/attr/authorizationAmount + priceCalculationStatusMessageText: + uuid: cim/entity/SalesOrder/SalesOrder/attr/priceCalculationStatusMessageText range: type: string - unappliedAmount: - uuid: cim/entity/SalesOrderPaymentSummary/attr/unappliedAmount + isGiftOrder: + uuid: cim/entity/SalesOrder/SalesOrder/attr/isGiftOrder range: type: string - capturedAmount: - uuid: cim/entity/SalesOrderPaymentSummary/attr/capturedAmount + isTaxExempt: + uuid: cim/entity/SalesOrder/SalesOrder/attr/isTaxExempt range: type: string - id: - uuid: cim/entity/SalesOrderPaymentSummary/attr/id - required: true + promiseDate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/promiseDate range: type: string - appliedAmount: - uuid: cim/entity/SalesOrderPaymentSummary/attr/appliedAmount + totalCancelledBillingAmount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/totalCancelledBillingAmount range: type: string - name: - uuid: cim/entity/SalesOrderPaymentSummary/attr/name - required: true + isClosed: + uuid: cim/entity/SalesOrder/SalesOrder/attr/isClosed range: type: string - associations: - salesOrder: - allowMultiple: true - uuid: cim/entity/SalesOrderPaymentSummary/attr/salesOrder - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder - paymentMethod: - allowMultiple: true - uuid: cim/entity/SalesOrderPaymentSummary/attr/paymentMethod - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod - description: One or more Payments having the same Payment Method, that have been applied to a single Sales Order. - Sales Order Product: - uuid: cim/entity/SalesOrderProduct - attributes: - totalUnitPriceAmount: - uuid: cim/entity/SalesOrderProduct/attr/totalUnitPriceAmount + totalProductTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/totalProductTaxAmount range: type: string - totalAdjustmentAmount: - uuid: cim/entity/SalesOrderProduct/attr/totalAdjustmentAmount + purchaseOrderNumber: + uuid: cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderNumber range: type: string - totalRecurringPriceAmount: - uuid: cim/entity/SalesOrderProduct/attr/totalRecurringPriceAmount + totalDeliveryTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryTaxAmount range: type: string - allocatedQuantity: - uuid: cim/entity/SalesOrderProduct/attr/allocatedQuantity + taxRate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/taxRate range: type: string - endDate: - uuid: cim/entity/SalesOrderProduct/attr/endDate + paidDate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/paidDate range: type: string - commentText: - uuid: cim/entity/SalesOrderProduct/attr/commentText + totalAdjustedDeliveryTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/totalAdjustedDeliveryTaxAmount range: type: string - listPriceQuantityUOM: - uuid: cim/entity/SalesOrderProduct/attr/listPriceQuantityUOM - required: true + isAnonymous: + uuid: cim/entity/SalesOrder/SalesOrder/attr/isAnonymous range: type: string - orderAdjustmentSubTotalAmount: - uuid: cim/entity/SalesOrderProduct/attr/orderAdjustmentSubTotalAmount + totalTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/totalTaxAmount range: type: string - subscriptionTermQuantity: - uuid: cim/entity/SalesOrderProduct/attr/subscriptionTermQuantity + orderInsuranceAmount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/orderInsuranceAmount range: type: string - totalManualAdjustmentAmount: - uuid: cim/entity/SalesOrderProduct/attr/totalManualAdjustmentAmount + totalBookingAmount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/totalBookingAmount range: type: string - shippingCostAmount: - uuid: cim/entity/SalesOrderProduct/attr/shippingCostAmount + isAlerted: + uuid: cim/entity/SalesOrder/SalesOrder/attr/isAlerted range: type: string - totalLineAdjustmentAmount: - uuid: cim/entity/SalesOrderProduct/attr/totalLineAdjustmentAmount + companyAuthorizedDate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/companyAuthorizedDate range: type: string - isAutomaticallyRenewed: - uuid: cim/entity/SalesOrderProduct/attr/isAutomaticallyRenewed + cancelDateType: + uuid: cim/entity/SalesOrder/SalesOrder/attr/cancelDateType range: type: string - orderProductNumber: - uuid: cim/entity/SalesOrderProduct/attr/orderProductNumber - required: true + cancelDate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/cancelDate range: type: string - listPriceAmount: - uuid: cim/entity/SalesOrderProduct/attr/listPriceAmount + canBillNow: + uuid: cim/entity/SalesOrder/SalesOrder/attr/canBillNow range: type: string - giftRecipientTelephoneNumber: - uuid: cim/entity/SalesOrderProduct/attr/giftRecipientTelephoneNumber + adjustedTotalProductAmount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/adjustedTotalProductAmount range: type: string - segmentIndexNumber: - uuid: cim/entity/SalesOrderProduct/attr/segmentIndexNumber + grandTotalAmount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/grandTotalAmount range: type: string - salesOrderProductAdjustedTaxAmount: - uuid: cim/entity/SalesOrderProduct/attr/salesOrderProductAdjustedTaxAmount + billingDayOfTheMonth: + uuid: cim/entity/SalesOrder/SalesOrder/attr/billingDayOfTheMonth range: - type: string - discountAmount: - uuid: cim/entity/SalesOrderProduct/attr/discountAmount + type: integer + totalDeliveryFeeAmount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryFeeAmount range: type: string - totalProductTaxAmount: - uuid: cim/entity/SalesOrderProduct/attr/totalProductTaxAmount + isHistoricalOnly: + uuid: cim/entity/SalesOrder/SalesOrder/attr/isHistoricalOnly range: type: string - lineAdjustmentSubTotalAmount: - uuid: cim/entity/SalesOrderProduct/attr/lineAdjustmentSubTotalAmount + isReductionOrder: + uuid: cim/entity/SalesOrder/SalesOrder/attr/isReductionOrder range: type: string totalAdjustmentTaxAmount: - uuid: cim/entity/SalesOrderProduct/attr/totalAdjustmentTaxAmount - range: - type: string - totalListPriceAmount: - uuid: cim/entity/SalesOrderProduct/attr/totalListPriceAmount - range: - type: string - totalDistributedAdjustmentAmount: - uuid: cim/entity/SalesOrderProduct/attr/totalDistributedAdjustmentAmount - range: - type: string - isGift: - uuid: cim/entity/SalesOrderProduct/attr/isGift - range: - type: string - description: - uuid: cim/entity/SalesOrderProduct/attr/description - required: true + uuid: cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentTaxAmount range: type: string - id: - uuid: cim/entity/SalesOrderProduct/attr/id + developerStatusCode: + uuid: cim/entity/SalesOrder/SalesOrder/attr/developerStatusCode required: true range: type: string - totalDistributedTaxAmount: - uuid: cim/entity/SalesOrderProduct/attr/totalDistributedTaxAmount - range: - type: string - handlingCostAmount: - uuid: cim/entity/SalesOrderProduct/attr/handlingCostAmount - range: - type: string - orderManualAdjustmentSubTotalAmount: - uuid: cim/entity/SalesOrderProduct/attr/orderManualAdjustmentSubTotalAmount - range: - type: string - isBundleRoot: - uuid: cim/entity/SalesOrderProduct/attr/isBundleRoot + packedDate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/packedDate range: type: string - segmentIndex: - uuid: cim/entity/SalesOrderProduct/attr/segmentIndex - range: - type: integer - totalPriceAmount: - uuid: cim/entity/SalesOrderProduct/attr/totalPriceAmount + confirmationRecipientEmailText: + uuid: cim/entity/SalesOrder/SalesOrder/attr/confirmationRecipientEmailText required: true range: type: string - subscriptionRenewalMonthQuantity: - uuid: cim/entity/SalesOrderProduct/attr/subscriptionRenewalMonthQuantity - range: - type: string requestedStartDate: - uuid: cim/entity/SalesOrderProduct/attr/requestedStartDate - range: - type: string - unitPriceAmount: - uuid: cim/entity/SalesOrderProduct/attr/unitPriceAmount - range: - type: string - cancelledQuantity: - uuid: cim/entity/SalesOrderProduct/attr/cancelledQuantity - range: - type: string - unitTaxAmount: - uuid: cim/entity/SalesOrderProduct/attr/unitTaxAmount - range: - type: integer - isBonusProduct: - uuid: cim/entity/SalesOrderProduct/attr/isBonusProduct + uuid: cim/entity/SalesOrder/SalesOrder/attr/requestedStartDate + required: true range: type: string - promisedDate: - uuid: cim/entity/SalesOrderProduct/attr/promisedDate + totalDeliveryAmount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/totalDeliveryAmount range: type: string - discountPercent: - uuid: cim/entity/SalesOrderProduct/attr/discountPercent - range: - type: integer - recurringPriceAmount: - uuid: cim/entity/SalesOrderProduct/attr/recurringPriceAmount + isSuspended: + uuid: cim/entity/SalesOrder/SalesOrder/attr/isSuspended range: type: string - totalDistributedAdjustmentTaxAmount: - uuid: cim/entity/SalesOrderProduct/attr/totalDistributedAdjustmentTaxAmount + totalProductAmount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/totalProductAmount range: type: string - totalLineAmount: - uuid: cim/entity/SalesOrderProduct/attr/totalLineAmount + salesOrderSystemStatus: + uuid: cim/entity/SalesOrder/SalesOrder/attr/salesOrderSystemStatus range: type: string - allocationPartitionName: - uuid: cim/entity/SalesOrderProduct/attr/allocationPartitionName + filedDate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/filedDate range: type: string - shippingTaxAmount: - uuid: cim/entity/SalesOrderProduct/attr/shippingTaxAmount + totalAdjustmentAmount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/totalAdjustmentAmount range: type: string - adjustedDeliveryTaxAmount: - uuid: cim/entity/SalesOrderProduct/attr/adjustedDeliveryTaxAmount + iSOCulture: + uuid: cim/entity/SalesOrder/SalesOrder/attr/iSOCulture range: type: string - orderedQuantity: - uuid: cim/entity/SalesOrderProduct/attr/orderedQuantity + id: + uuid: cim/entity/SalesOrder/SalesOrder/attr/id required: true range: type: string - requestedEndDate: - uuid: cim/entity/SalesOrderProduct/attr/requestedEndDate - range: - type: string - totalTaxAmount: - uuid: cim/entity/SalesOrderProduct/attr/totalTaxAmount + orderStartDate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/orderStartDate range: type: string - deliveryTaxAmount: - uuid: cim/entity/SalesOrderProduct/attr/deliveryTaxAmount + activatedDate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/activatedDate range: type: string - provisioningDate: - uuid: cim/entity/SalesOrderProduct/attr/provisioningDate + purchaseOrderDate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/purchaseOrderDate range: type: string - availableQuantity: - uuid: cim/entity/SalesOrderProduct/attr/availableQuantity + renewalUpliftRate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/renewalUpliftRate range: - type: string - quantityOrderedUOM: - uuid: cim/entity/SalesOrderProduct/attr/quantityOrderedUOM + type: integer + name: + uuid: cim/entity/SalesOrder/SalesOrder/attr/name required: true range: type: string - allocationGroupName: - uuid: cim/entity/SalesOrderProduct/attr/allocationGroupName + orderEndDate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/orderEndDate range: type: string - fulfilledQuantity: - uuid: cim/entity/SalesOrderProduct/attr/fulfilledQuantity - range: - type: integer - giftOrderMessageText: - uuid: cim/entity/SalesOrderProduct/attr/giftOrderMessageText + fulfilledDate: + uuid: cim/entity/SalesOrder/SalesOrder/attr/fulfilledDate range: type: string associations: - product: + userDeviceSession: allowMultiple: true - uuid: cim/entity/SalesOrderProduct/attr/product + uuid: cim/entity/SalesOrder/SalesOrder/attr/userDeviceSession + target: http://mulesoft.com/modeling/instances/cim/entity/ProductAttribute/DeviceUserSession + billToContact: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrder/attr/billToContact required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Product - salesOrderProductReason: + target: http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact + seller: allowMultiple: true - uuid: cim/entity/SalesOrderProduct/attr/salesOrderProductReason - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProductReason - shippingEmail: + uuid: cim/entity/SalesOrder/SalesOrder/attr/seller + target: http://mulesoft.com/modeling/instances/cim/entity/PartyRole/Seller + soldToCustomer: allowMultiple: true - uuid: cim/entity/SalesOrderProduct/attr/shippingEmail - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointEmail - salesOrderProductStatus: + uuid: cim/entity/SalesOrder/SalesOrder/attr/soldToCustomer + target: http://mulesoft.com/modeling/instances/cim/entity/PartyRole/Customer + shipToAddress: allowMultiple: true - uuid: cim/entity/SalesOrderProduct/attr/salesOrderProductStatus + uuid: cim/entity/SalesOrder/SalesOrder/attr/shipToAddress + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress + billToEmail: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrder/attr/billToEmail + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail + salesChannel: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrder/attr/salesChannel required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProductStatus - shippingAddress: + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannel + shipToContact: allowMultiple: true - uuid: cim/entity/SalesOrderProduct/attr/shippingAddress - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress - listPriceTermUOM: + uuid: cim/entity/SalesOrder/SalesOrder/attr/shipToContact + target: http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact + billToAccount: allowMultiple: true - uuid: cim/entity/SalesOrderProduct/attr/listPriceTermUOM - target: http://mulesoft.com/modeling/instances/cim/entity/ProductValidityTimePeriodUOM - originalOrderProduct: + uuid: cim/entity/SalesOrder/SalesOrder/attr/billToAccount + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Account/Account + shipToEmail: allowMultiple: true - uuid: cim/entity/SalesOrderProduct/attr/originalOrderProduct - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProduct - shippingPhone: + uuid: cim/entity/SalesOrder/SalesOrder/attr/shipToEmail + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointEmail + billToPhoneNumber: allowMultiple: true - uuid: cim/entity/SalesOrderProduct/attr/shippingPhone - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone - salesOrder: + uuid: cim/entity/SalesOrder/SalesOrder/attr/billToPhoneNumber + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointPhone + renewalTerm: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrder/attr/renewalTerm + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/RenewalTerm + salesOrderConfirmationStatus: allowMultiple: true - uuid: cim/entity/SalesOrderProduct/attr/salesOrder + uuid: cim/entity/SalesOrder/SalesOrder/attr/salesOrderConfirmationStatus required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder - priceBookEntry: + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderConfirmationStatus + originalOrder: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrder/attr/originalOrder + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder + internalBusinessUnit: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrder/attr/internalBusinessUnit + target: http://mulesoft.com/modeling/instances/cim/entity/Party/InternalBusinessUnit + paymentMethod: allowMultiple: true - uuid: cim/entity/SalesOrderProduct/attr/priceBookEntry + uuid: cim/entity/SalesOrder/SalesOrder/attr/paymentMethod required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PriceBookEntry - salesOrderDeliveryGroup: + target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod + salesOrderType: allowMultiple: true - uuid: cim/entity/SalesOrderProduct/attr/salesOrderDeliveryGroup - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderDeliveryGroup - subscriptionTermUnit: + uuid: cim/entity/SalesOrder/SalesOrder/attr/salesOrderType + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderType + billToAddress: allowMultiple: true - uuid: cim/entity/SalesOrderProduct/attr/subscriptionTermUnit - target: http://mulesoft.com/modeling/instances/cim/entity/ProductValidityTimePeriodUOM - sellerAccount: + uuid: cim/entity/SalesOrder/SalesOrder/attr/billToAddress + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress + salesOrderStatus: allowMultiple: true - uuid: cim/entity/SalesOrderProduct/attr/sellerAccount - target: http://mulesoft.com/modeling/instances/cim/entity/Account - description: A component of a Sales Order that identifies a product or service that will be sold to the customer - Sales Order Price Adjustment: - uuid: cim/entity/SalesOrderPriceAdjustment + uuid: cim/entity/SalesOrder/SalesOrder/attr/salesOrderStatus + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderStatus + description: An internal document generated by the seller, indicating that the customer is now ready to purchase products and services + Sales Order ChangeT ype: + uuid: cim/entity/SalesOrder/SalesOrderChangeType attributes: - totalAdjustmentTaxAmount: - uuid: cim/entity/SalesOrderPriceAdjustment/attr/totalAdjustmentTaxAmount + salesOrderChangeTypeName: + uuid: cim/entity/SalesOrder/SalesOrderChangeType/attr/salesOrderChangeTypeName + required: true range: type: string - description: A change to the price of a Sales Order that is made before order fulfillment. A Sales Order Price Adjustment may be comprised of Sales Order Product Price Adjustments that allocate the overall adjustment amount to one or more of the products and services - Sales Order Segment: - uuid: cim/entity/SalesOrderSegment + id: + uuid: cim/entity/SalesOrder/SalesOrderChangeType/attr/id + required: true + range: + type: string + description: The reason for a revision of an earlier sales order, e.g. quantity change, new distributed adjustment, new line adjustment, etc. + Sales Channel: + uuid: cim/entity/SalesOrder/SalesChannel attributes: name: - uuid: cim/entity/SalesOrderSegment/attr/name + uuid: cim/entity/SalesOrder/SalesChannel/attr/name required: true range: type: string id: - uuid: cim/entity/SalesOrderSegment/attr/id + uuid: cim/entity/SalesOrder/SalesChannel/attr/id required: true range: type: string - description: A sub-period of an overall subscription which has pricing associated with it - Sales Order Product Note: - uuid: cim/entity/SalesOrderProductNote - attributes: - noteText: - uuid: cim/entity/SalesOrderProductNote/attr/noteText + externalRecord: + uuid: cim/entity/SalesOrder/SalesChannel/attr/externalRecord + required: true + range: + type: string + salesChannelNumber: + uuid: cim/entity/SalesOrder/SalesChannel/attr/salesChannelNumber required: true range: type: string description: - uuid: cim/entity/SalesOrderProductNote/attr/description + uuid: cim/entity/SalesOrder/SalesChannel/attr/description + required: true + range: + type: string + associations: + salesChannelType: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesChannel/attr/salesChannelType + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesChannelType + description: Which channel is used to sell goods e.g. Web Store, Retail Store, Street Faire + Sales Order Status: + uuid: cim/entity/SalesOrder/SalesOrderStatus + attributes: + name: + uuid: cim/entity/SalesOrder/SalesOrderStatus/attr/name + required: true range: type: string id: - uuid: cim/entity/SalesOrderProductNote/attr/id + uuid: cim/entity/SalesOrder/SalesOrderStatus/attr/id required: true range: type: string - description: A document accompanying a Sales Order that lists the description, quantity of the goods to be delivered or other information. - Sales Order Product Status: - uuid: cim/entity/SalesOrderProductStatus + description: The status of a Sales Order + Renewal Term: + uuid: cim/entity/SalesOrder/RenewalTerm attributes: name: - uuid: cim/entity/SalesOrderProductStatus/attr/name + uuid: cim/entity/SalesOrder/RenewalTerm/attr/name required: true range: type: string id: - uuid: cim/entity/SalesOrderProductStatus/attr/id + uuid: cim/entity/SalesOrder/RenewalTerm/attr/id required: true range: type: string - description: The status of a line component of a Sales Order - Price Adjustment Group: - uuid: cim/entity/PriceAdjustmentGroup - description: "Supertype of: Sales Order Price Adjustment, Sales Order Product Price Adjustment, and FulfillmentOrderProductPriceAdjustment" - Sales Order Product Group: - uuid: cim/entity/SalesOrderProductGroup + description: For renewal orders, the length of the renewal term + Order Delivery Method: + uuid: cim/entity/SalesOrder/OrderDeliveryMethod attributes: - description: - uuid: cim/entity/SalesOrderProductGroup/attr/description + externalRecord: + uuid: cim/entity/SalesOrder/OrderDeliveryMethod/attr/externalRecord required: true range: type: string name: - uuid: cim/entity/SalesOrderProductGroup/attr/name + uuid: cim/entity/SalesOrder/OrderDeliveryMethod/attr/name required: true range: type: string id: - uuid: cim/entity/SalesOrderProductGroup/attr/id + uuid: cim/entity/SalesOrder/OrderDeliveryMethod/attr/id required: true range: type: string associations: - salesOrderProductGroupType: + product: allowMultiple: true - uuid: cim/entity/SalesOrderProductGroup/attr/salesOrderProductGroupType + uuid: cim/entity/SalesOrder/OrderDeliveryMethod/attr/product required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProductGroupType - description: Products may be grouped together for various reasons, such as products that should be shipped together. Every product in a Sales Order Product Group is not required to be a Sales Order Product. - Renewal Term: - uuid: cim/entity/RenewalTerm + target: http://mulesoft.com/modeling/instances/cim/entity/Product/Product + description: Standardized methods for transferring purchased products or services to the destination of fulfillment. Delivery methods are characterized by the means of transportation used, and by the delivering organization or group. + Sales Order Segment: + uuid: cim/entity/SalesOrder/SalesOrderSegment attributes: name: - uuid: cim/entity/RenewalTerm/attr/name + uuid: cim/entity/SalesOrder/SalesOrderSegment/attr/name required: true range: type: string id: - uuid: cim/entity/RenewalTerm/attr/id + uuid: cim/entity/SalesOrder/SalesOrderSegment/attr/id required: true range: type: string - description: For renewal orders, the length of the renewal term + description: A sub-period of an overall subscription which has pricing associated with it + Sales Order Price Adjustment Type: + uuid: cim/entity/SalesOrder/SalesOrderPriceAdjustmentType + attributes: + name: + uuid: cim/entity/SalesOrder/SalesOrderPriceAdjustmentType/attr/name + required: true + range: + type: string + id: + uuid: cim/entity/SalesOrder/SalesOrderPriceAdjustmentType/attr/id + required: true + range: + type: string + description: Reasons for adjusting the price of an order such as promotional discount, or customer satisfaction issue + Sales Channel Type: + uuid: cim/entity/SalesOrder/SalesChannelType + attributes: + name: + uuid: cim/entity/SalesOrder/SalesChannelType/attr/name + required: true + range: + type: string + id: + uuid: cim/entity/SalesOrder/SalesChannelType/attr/id + required: true + range: + type: string + description: Standard ways of selling products such as web, retail, direct marketing, etc Sales Order Product Tax: - uuid: cim/entity/SalesOrderProductTax + uuid: cim/entity/SalesOrder/SalesOrderProductTax attributes: salesOrderTaxAmount: - uuid: cim/entity/SalesOrderProductTax/attr/salesOrderTaxAmount + uuid: cim/entity/SalesOrder/SalesOrderProductTax/attr/salesOrderTaxAmount range: type: string taxAmount: - uuid: cim/entity/SalesOrderProductTax/attr/taxAmount + uuid: cim/entity/SalesOrder/SalesOrderProductTax/attr/taxAmount required: true range: type: string description: A tax on the price of a Sales Order Product. - Sales Order: - uuid: cim/entity/SalesOrder + Sales Order Product Reason: + uuid: cim/entity/SalesOrder/SalesOrderProductReason attributes: - totalDeliveryAmount: - uuid: cim/entity/SalesOrder/attr/totalDeliveryAmount - range: - type: string - isAlerted: - uuid: cim/entity/SalesOrder/attr/isAlerted + name: + uuid: cim/entity/SalesOrder/SalesOrderProductReason/attr/name + required: true range: type: string - isGiftOrder: - uuid: cim/entity/SalesOrder/attr/isGiftOrder + id: + uuid: cim/entity/SalesOrder/SalesOrderProductReason/attr/id + required: true range: type: string - isClosed: - uuid: cim/entity/SalesOrder/attr/isClosed + associations: + salesOrderProductReasonCategory: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderProductReason/attr/salesOrderProductReasonCategory + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductReasonCategory + description: The customer motive for ordering a product or service, such as replacement, new purchase, upgrade + Product Relationship Type: + uuid: cim/entity/SalesOrder/ProductRelationshipType + attributes: + childProductRole: + uuid: cim/entity/SalesOrder/ProductRelationshipType/attr/childProductRole + required: true range: type: string - adjustedProductTaxAmount: - uuid: cim/entity/SalesOrder/attr/adjustedProductTaxAmount + parentProductRole: + uuid: cim/entity/SalesOrder/ProductRelationshipType/attr/parentProductRole + required: true range: type: string - cancelDateType: - uuid: cim/entity/SalesOrder/attr/cancelDateType + id: + uuid: cim/entity/SalesOrder/ProductRelationshipType/attr/id + required: true range: type: string - totalProductAmount: - uuid: cim/entity/SalesOrder/attr/totalProductAmount + description: What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of + Sales Order Type: + uuid: cim/entity/SalesOrder/SalesOrderType + attributes: + name: + uuid: cim/entity/SalesOrder/SalesOrderType/attr/name + required: true range: type: string - isTaxExempt: - uuid: cim/entity/SalesOrder/attr/isTaxExempt + id: + uuid: cim/entity/SalesOrder/SalesOrderType/attr/id + required: true range: type: string - isSuspended: - uuid: cim/entity/SalesOrder/attr/isSuspended + description: Classifies a Sales Order as a New, Renewal or Change order + Sales Order Change Log: + uuid: cim/entity/SalesOrder/SalesOrderChangeLog + attributes: + name: + uuid: cim/entity/SalesOrder/SalesOrderChangeLog/attr/name + required: true range: type: string - totalDeliveryTaxAmount: - uuid: cim/entity/SalesOrder/attr/totalDeliveryTaxAmount + id: + uuid: cim/entity/SalesOrder/SalesOrderChangeLog/attr/id + required: true range: type: string - totalAdjustmentAmount: - uuid: cim/entity/SalesOrder/attr/totalAdjustmentAmount + associations: + changeSalesOrder: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderChangeLog/attr/changeSalesOrder + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder + relatedSalesOrder: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderChangeLog/attr/relatedSalesOrder + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder + relatedSalesOrderProduct: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderChangeLog/attr/relatedSalesOrderProduct + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct + changeSalesOrderProduct: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderChangeLog/attr/changeSalesOrderProduct + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct + description: Change log for sales order + Sales Order Product Group: + uuid: cim/entity/SalesOrder/SalesOrderProductGroup + attributes: + description: + uuid: cim/entity/SalesOrder/SalesOrderProductGroup/attr/description + required: true range: type: string - adjustedTotalProductAmount: - uuid: cim/entity/SalesOrder/attr/adjustedTotalProductAmount + name: + uuid: cim/entity/SalesOrder/SalesOrderProductGroup/attr/name + required: true range: type: string id: - uuid: cim/entity/SalesOrder/attr/id + uuid: cim/entity/SalesOrder/SalesOrderProductGroup/attr/id required: true range: type: string - totalDeliveryFeeAmount: - uuid: cim/entity/SalesOrder/attr/totalDeliveryFeeAmount + associations: + salesOrderProductGroupType: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderProductGroup/attr/salesOrderProductGroupType + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProductGroupType + description: Products may be grouped together for various reasons, such as products that should be shipped together. Every product in a Sales Order Product Group is not required to be a Sales Order Product. + Sales Order Delivery Group: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup + attributes: + isGift: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/isGift range: type: string - orderEndDate: - uuid: cim/entity/SalesOrder/attr/orderEndDate + totalDeliveryChargeTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalDeliveryChargeTaxAmount range: type: string - purchaseOrderNumber: - uuid: cim/entity/SalesOrder/attr/purchaseOrderNumber + giftMessageText: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/giftMessageText range: type: string - orderNumber: - uuid: cim/entity/SalesOrder/attr/orderNumber + id: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/id required: true range: type: string - renewalUpliftRate: - uuid: cim/entity/SalesOrder/attr/renewalUpliftRate - range: - type: integer - taxRate: - uuid: cim/entity/SalesOrder/attr/taxRate + totalDeliveryAdjustmentAmount: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalDeliveryAdjustmentAmount range: type: string - orderInsuranceAmount: - uuid: cim/entity/SalesOrder/attr/orderInsuranceAmount + description: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/description + required: true range: type: string - totalAdjustedDeliveryTaxAmount: - uuid: cim/entity/SalesOrder/attr/totalAdjustedDeliveryTaxAmount + totalDeliveryTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalDeliveryTaxAmount range: type: string - companyAuthorizedDate: - uuid: cim/entity/SalesOrder/attr/companyAuthorizedDate + grandTotalDeliveryAmount: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/grandTotalDeliveryAmount range: type: string - packedDate: - uuid: cim/entity/SalesOrder/attr/packedDate + name: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/name + required: true range: type: string - description: - uuid: cim/entity/SalesOrder/attr/description + totalPriceAmount: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalPriceAmount required: true range: type: string - billingDayOfTheMonth: - uuid: cim/entity/SalesOrder/attr/billingDayOfTheMonth + totalDeliveryChargeAmount: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalDeliveryChargeAmount range: - type: integer - name: - uuid: cim/entity/SalesOrder/attr/name - required: true + type: string + desiredDeliveryDate: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/desiredDeliveryDate range: type: string - totalCancelledBillingAmount: - uuid: cim/entity/SalesOrder/attr/totalCancelledBillingAmount + deliveryInstructionsText: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/deliveryInstructionsText range: type: string - grandTotalAmount: - uuid: cim/entity/SalesOrder/attr/grandTotalAmount + totalProductTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalProductTaxAmount range: type: string - fulfilledDate: - uuid: cim/entity/SalesOrder/attr/fulfilledDate + totalTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalTaxAmount range: type: string - priceCalculationStatusMessageText: - uuid: cim/entity/SalesOrder/attr/priceCalculationStatusMessageText + totalUnitPriceAmount: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalUnitPriceAmount + required: true range: type: string - iSOCulture: - uuid: cim/entity/SalesOrder/attr/iSOCulture + promisedDate: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/promisedDate range: type: string - orderStartDate: - uuid: cim/entity/SalesOrder/attr/orderStartDate + salesOrderDeliveryGroupNumber: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/salesOrderDeliveryGroupNumber + required: true range: type: string - checkoutDate: - uuid: cim/entity/SalesOrder/attr/checkoutDate + totalDeliveryAdjustmentTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/totalDeliveryAdjustmentTaxAmount range: type: string - totalTaxAmount: - uuid: cim/entity/SalesOrder/attr/totalTaxAmount + associations: + salesOrder: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/salesOrder + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder + orderDeliveryMethod: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/orderDeliveryMethod + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/OrderDeliveryMethod + salesOrderDeliveryStatus: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/salesOrderDeliveryStatus + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryStatus + accountContact: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/accountContact + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Account/AccountContact + originalDeliveryGroup: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/originalDeliveryGroup + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryGroup + contactPointAddress: + allowMultiple: true + uuid: cim/entity/SalesOrder/SalesOrderDeliveryGroup/attr/contactPointAddress + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress + description: One or more Sales Order Products that share a common Sales Order Delivery Method, and Shipping Address + Sales Order Delivery Status: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryStatus + attributes: + name: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryStatus/attr/name + required: true range: type: string - promiseDate: - uuid: cim/entity/SalesOrder/attr/promiseDate + id: + uuid: cim/entity/SalesOrder/SalesOrderDeliveryStatus/attr/id + required: true range: type: string - totalPendingBillingAmount: - uuid: cim/entity/SalesOrder/attr/totalPendingBillingAmount + description: The progress of a delivery such as awaiting pickup, in progress or complete + Sales Order Product Reason Category: + uuid: cim/entity/SalesOrder/SalesOrderProductReasonCategory + attributes: + name: + uuid: cim/entity/SalesOrder/SalesOrderProductReasonCategory/attr/name + required: true range: type: string - paidDate: - uuid: cim/entity/SalesOrder/attr/paidDate + id: + uuid: cim/entity/SalesOrder/SalesOrderProductReasonCategory/attr/id + required: true range: type: string - cancelDate: - uuid: cim/entity/SalesOrder/attr/cancelDate + description: Groupings of Sales Order Product Reasons, such as product related or service related + Sales Order Tax: + uuid: cim/entity/SalesOrder/SalesOrderTax + attributes: + salesOrderTaxAmount: + uuid: cim/entity/SalesOrder/SalesOrderTax/attr/salesOrderTaxAmount range: type: string - filedDate: - uuid: cim/entity/SalesOrder/attr/filedDate + taxErrorMessageText: + uuid: cim/entity/SalesOrder/SalesOrderTax/attr/taxErrorMessageText range: type: string - isReductionOrder: - uuid: cim/entity/SalesOrder/attr/isReductionOrder + name: + uuid: cim/entity/SalesOrder/SalesOrderTax/attr/name + required: true range: type: string - orderDiscount: - uuid: cim/entity/SalesOrder/attr/orderDiscount + taxRatePercent: + uuid: cim/entity/SalesOrder/SalesOrderTax/attr/taxRatePercent + required: true range: type: integer - totalProductTaxAmount: - uuid: cim/entity/SalesOrder/attr/totalProductTaxAmount + id: + uuid: cim/entity/SalesOrder/SalesOrderTax/attr/id + required: true range: type: string - isAnonymous: - uuid: cim/entity/SalesOrder/attr/isAnonymous + taxAddressStreet1Text: + uuid: cim/entity/SalesOrder/SalesOrderTax/attr/taxAddressStreet1Text range: type: string - totalBookingAmount: - uuid: cim/entity/SalesOrder/attr/totalBookingAmount + taxAddressStreet2Text: + uuid: cim/entity/SalesOrder/SalesOrderTax/attr/taxAddressStreet2Text range: type: string - customerAuthorizedDate: - uuid: cim/entity/SalesOrder/attr/customerAuthorizedDate + taxAddressCityName: + uuid: cim/entity/SalesOrder/SalesOrderTax/attr/taxAddressCityName range: type: string - developerStatusCode: - uuid: cim/entity/SalesOrder/attr/developerStatusCode + description: "A charge that is imposed by a government entity for public purposes. Types are aligned to phases of the process: SalesOrderTax, FulfillmentProductTax and ShipmentProductTax" + Sales Order Product Group Type: + uuid: cim/entity/SalesOrder/SalesOrderProductGroupType + attributes: + name: + uuid: cim/entity/SalesOrder/SalesOrderProductGroupType/attr/name required: true range: type: string - promiseFulfillmentDate: - uuid: cim/entity/SalesOrder/attr/promiseFulfillmentDate + id: + uuid: cim/entity/SalesOrder/SalesOrderProductGroupType/attr/id + required: true range: type: string - confirmationRecipientEmailText: - uuid: cim/entity/SalesOrder/attr/confirmationRecipientEmailText - required: true + description: Reasons for grouping products together on sales orders, for example products that ship together. + Sales Order Payment Summary: + uuid: cim/entity/SalesOrder/SalesOrderPaymentSummary + attributes: + authorizationAmount: + uuid: cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/authorizationAmount range: type: string - canBillNow: - uuid: cim/entity/SalesOrder/attr/canBillNow + id: + uuid: cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/id + required: true range: type: string - salesOrderSystemStatus: - uuid: cim/entity/SalesOrder/attr/salesOrderSystemStatus + availableToApplyBalanceAmount: + uuid: cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/availableToApplyBalanceAmount range: type: string - requestedStartDate: - uuid: cim/entity/SalesOrder/attr/requestedStartDate - required: true + unappliedAmount: + uuid: cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/unappliedAmount range: type: string - isHistoricalOnly: - uuid: cim/entity/SalesOrder/attr/isHistoricalOnly + capturedAmount: + uuid: cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/capturedAmount range: type: string - purchaseOrderDate: - uuid: cim/entity/SalesOrder/attr/purchaseOrderDate + name: + uuid: cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/name + required: true range: type: string - isContracted: - uuid: cim/entity/SalesOrder/attr/isContracted + appliedAmount: + uuid: cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/appliedAmount range: type: string - activatedDate: - uuid: cim/entity/SalesOrder/attr/activatedDate + paymentAmount: + uuid: cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/paymentAmount range: type: string - totalAdjustmentTaxAmount: - uuid: cim/entity/SalesOrder/attr/totalAdjustmentTaxAmount + authorizationReversalAmount: + uuid: cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/authorizationReversalAmount range: type: string associations: - salesOrderType: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/salesOrderType - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderType - salesOrderConfirmationStatus: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/salesOrderConfirmationStatus - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderConfirmationStatus - billToContact: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/billToContact - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/AccountContact - billToEmail: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/billToEmail - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointEmail - renewalTerm: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/renewalTerm - target: http://mulesoft.com/modeling/instances/cim/entity/RenewalTerm - salesChannel: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/salesChannel - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesChannel - internalBusinessUnit: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/internalBusinessUnit - target: http://mulesoft.com/modeling/instances/cim/entity/InternalBusinessUnit - shipToContact: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/shipToContact - target: http://mulesoft.com/modeling/instances/cim/entity/AccountContact - shipToAddress: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/shipToAddress - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress - billToAccount: + salesOrder: allowMultiple: true - uuid: cim/entity/SalesOrder/attr/billToAccount + uuid: cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/salesOrder required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Account - seller: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/seller - target: http://mulesoft.com/modeling/instances/cim/entity/Seller - originalOrder: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/originalOrder - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder paymentMethod: allowMultiple: true - uuid: cim/entity/SalesOrder/attr/paymentMethod + uuid: cim/entity/SalesOrder/SalesOrderPaymentSummary/attr/paymentMethod required: true - target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod - billToAddress: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/billToAddress - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress - soldToCustomer: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/soldToCustomer - target: http://mulesoft.com/modeling/instances/cim/entity/Customer - salesOrderStatus: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/salesOrderStatus - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderStatus - shipToEmail: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/shipToEmail - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointEmail - userDeviceSession: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/userDeviceSession - target: http://mulesoft.com/modeling/instances/cim/entity/DeviceUserSession - billToPhoneNumber: - allowMultiple: true - uuid: cim/entity/SalesOrder/attr/billToPhoneNumber - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointPhone - description: An internal document generated by the seller, indicating that the customer is now ready to purchase products and services - Sales Order Type: - uuid: cim/entity/SalesOrderType + target: http://mulesoft.com/modeling/instances/cim/entity/PaymentMethod/PaymentMethod + description: One or more Payments having the same Payment Method, that have been applied to a single Sales Order. + Sales Order Product Note: + uuid: cim/entity/SalesOrder/SalesOrderProductNote attributes: - name: - uuid: cim/entity/SalesOrderType/attr/name + noteText: + uuid: cim/entity/SalesOrder/SalesOrderProductNote/attr/noteText required: true range: type: string + description: + uuid: cim/entity/SalesOrder/SalesOrderProductNote/attr/description + range: + type: string id: - uuid: cim/entity/SalesOrderType/attr/id + uuid: cim/entity/SalesOrder/SalesOrderProductNote/attr/id required: true range: type: string - description: Classifies a Sales Order as a New, Renewal or Change order + description: A document accompanying a Sales Order that lists the description, quantity of the goods to be delivered or other information. description: "Example Entities included: Sales Order, Opportunity, Payment Method" diff --git a/out/cim/data_models/ShipmentEntityGroup.jsonld b/out/cim/data_models/ShipmentEntityGroup.jsonld index 9a75332..f51859b 100644 --- a/out/cim/data_models/ShipmentEntityGroup.jsonld +++ b/out/cim/data_models/ShipmentEntityGroup.jsonld @@ -10,14 +10,14 @@ ], "http://a.ml/vocabularies/meta#definedBy": [ { - "@id": "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml" + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml" } ], "http://a.ml/vocabularies/document#encodes": [ { "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/ShipmentEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", "http://a.ml/vocabularies/data-model#DataModel", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -34,16 +34,16 @@ ], "http://a.ml/vocabularies/data-model#entities": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/Shipment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Shipment" + "@value": "cim/entity/Shipment/Shipment" } ], "http://a.ml/vocabularies/core#name": [ @@ -53,16 +53,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/attr/giftMessageText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/giftMessageText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Shipment/attr/giftMessageText" + "@value": "cim/entity/Shipment/Shipment/attr/giftMessageText" } ], "http://a.ml/vocabularies/core#name": [ @@ -74,7 +74,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -83,16 +83,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/attr/specialInstructionsText", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/specialInstructionsText", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Shipment/attr/specialInstructionsText" + "@value": "cim/entity/Shipment/Shipment/attr/specialInstructionsText" } ], "http://a.ml/vocabularies/core#name": [ @@ -104,7 +104,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -113,16 +113,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/attr/isGift", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/isGift", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Shipment/attr/isGift" + "@value": "cim/entity/Shipment/Shipment/attr/isGift" } ], "http://a.ml/vocabularies/core#name": [ @@ -134,7 +134,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -143,16 +143,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/attr/estimatedDeliveryDateTime", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/estimatedDeliveryDateTime", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Shipment/attr/estimatedDeliveryDateTime" + "@value": "cim/entity/Shipment/Shipment/attr/estimatedDeliveryDateTime" } ], "http://a.ml/vocabularies/core#name": [ @@ -164,7 +164,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -173,16 +173,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/attr/scheduledDeliveryDateTime", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/scheduledDeliveryDateTime", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Shipment/attr/scheduledDeliveryDateTime" + "@value": "cim/entity/Shipment/Shipment/attr/scheduledDeliveryDateTime" } ], "http://a.ml/vocabularies/core#name": [ @@ -194,7 +194,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -203,16 +203,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/attr/actualDeliveryDateTime", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/actualDeliveryDateTime", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Shipment/attr/actualDeliveryDateTime" + "@value": "cim/entity/Shipment/Shipment/attr/actualDeliveryDateTime" } ], "http://a.ml/vocabularies/core#name": [ @@ -224,7 +224,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -233,16 +233,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/attr/shipmentDate", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipmentDate", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Shipment/attr/shipmentDate" + "@value": "cim/entity/Shipment/Shipment/attr/shipmentDate" } ], "http://a.ml/vocabularies/core#name": [ @@ -259,7 +259,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -268,16 +268,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/attr/carrierTrackingNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/carrierTrackingNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Shipment/attr/carrierTrackingNumber" + "@value": "cim/entity/Shipment/Shipment/attr/carrierTrackingNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -289,7 +289,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -298,16 +298,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/attr/shipmentNumber", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipmentNumber", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Shipment/attr/shipmentNumber" + "@value": "cim/entity/Shipment/Shipment/attr/shipmentNumber" } ], "http://a.ml/vocabularies/core#name": [ @@ -319,7 +319,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -328,16 +328,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Shipment/attr/id" + "@value": "cim/entity/Shipment/Shipment/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -354,7 +354,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -365,9 +365,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/attr/shipToAddress", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipToAddress", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -379,7 +379,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Shipment/attr/shipToAddress" + "@value": "cim/entity/Shipment/Shipment/attr/shipToAddress" } ], "http://a.ml/vocabularies/core#name": [ @@ -389,14 +389,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/attr/shipmentStatus", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipmentStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -408,7 +419,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Shipment/attr/shipmentStatus" + "@value": "cim/entity/Shipment/Shipment/attr/shipmentStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -418,14 +429,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ShipmentStatus" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/ShipmentStatus" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/attr/salesOrderDeliveryGroup", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/salesOrderDeliveryGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -437,7 +459,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Shipment/attr/salesOrderDeliveryGroup" + "@value": "cim/entity/Shipment/Shipment/attr/salesOrderDeliveryGroup" } ], "http://a.ml/vocabularies/core#name": [ @@ -447,14 +469,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderDeliveryGroup" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/attr/salesOrder", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/salesOrder", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -466,7 +499,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/Shipment/attr/salesOrder" + "@value": "cim/entity/Shipment/Shipment/attr/salesOrder" } ], "http://a.ml/vocabularies/core#name": [ @@ -476,7 +509,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ] } ] } @@ -488,16 +532,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ShipmentStatus", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentStatus", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentStatus" + "@value": "cim/entity/Shipment/ShipmentStatus" } ], "http://a.ml/vocabularies/core#name": [ @@ -507,16 +551,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentStatus/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentStatus/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentStatus/attr/description" + "@value": "cim/entity/Shipment/ShipmentStatus/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -533,7 +577,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -542,16 +586,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentStatus/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentStatus/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentStatus/attr/name" + "@value": "cim/entity/Shipment/ShipmentStatus/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -568,7 +612,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -577,16 +621,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentStatus/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentStatus/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentStatus/attr/id" + "@value": "cim/entity/Shipment/ShipmentStatus/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -603,7 +647,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -619,16 +663,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ShippingMethod", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShippingMethod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShippingMethod" + "@value": "cim/entity/Shipment/ShippingMethod" } ], "http://a.ml/vocabularies/core#name": [ @@ -638,16 +682,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShippingMethod/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShippingMethod/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShippingMethod/attr/description" + "@value": "cim/entity/Shipment/ShippingMethod/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -664,7 +708,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -673,16 +717,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShippingMethod/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShippingMethod/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShippingMethod/attr/name" + "@value": "cim/entity/Shipment/ShippingMethod/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -699,7 +743,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -708,16 +752,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShippingMethod/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShippingMethod/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShippingMethod/attr/id" + "@value": "cim/entity/Shipment/ShippingMethod/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -734,7 +778,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -745,9 +789,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShippingMethod/attr/product", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShippingMethod/attr/product", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -759,7 +803,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShippingMethod/attr/product" + "@value": "cim/entity/Shipment/ShippingMethod/attr/product" } ], "http://a.ml/vocabularies/core#name": [ @@ -774,7 +818,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] } ] } @@ -786,16 +841,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ShipmentProduct", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProduct" + "@value": "cim/entity/Shipment/ShipmentProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -805,16 +860,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentProduct/attr/shipmentProductCount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProduct/attr/shipmentProductCount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProduct/attr/shipmentProductCount" + "@value": "cim/entity/Shipment/ShipmentProduct/attr/shipmentProductCount" } ], "http://a.ml/vocabularies/core#name": [ @@ -831,7 +886,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -840,16 +895,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentProduct/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProduct/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProduct/attr/id" + "@value": "cim/entity/Shipment/ShipmentProduct/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -866,7 +921,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -877,9 +932,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentProduct/attr/shipment", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProduct/attr/shipment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -891,7 +946,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProduct/attr/shipment" + "@value": "cim/entity/Shipment/ShipmentProduct/attr/shipment" } ], "http://a.ml/vocabularies/core#name": [ @@ -906,14 +961,509 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/Shipment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Shipment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/giftMessageText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/giftMessageText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "giftMessageText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/specialInstructionsText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/specialInstructionsText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "specialInstructionsText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/isGift", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/isGift" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isGift" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/estimatedDeliveryDateTime", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/estimatedDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "estimatedDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/scheduledDeliveryDateTime", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/scheduledDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "scheduledDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/actualDeliveryDateTime", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/actualDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "actualDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipmentDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipmentDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipmentDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/carrierTrackingNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/carrierTrackingNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "carrierTrackingNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipmentNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipmentNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipmentNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipToAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipToAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipToAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipmentStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipmentStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipmentStatus" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/ShipmentStatus" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/salesOrderDeliveryGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/salesOrderDeliveryGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderDeliveryGroup" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/salesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/salesOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrder" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A quantity of goods sent together to a place, or the act of sending them" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentProduct/attr/product", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProduct/attr/product", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -925,7 +1475,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProduct/attr/product" + "@value": "cim/entity/Shipment/ShipmentProduct/attr/product" } ], "http://a.ml/vocabularies/core#name": [ @@ -940,14 +1490,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentProduct/attr/shipmentPackage", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProduct/attr/shipmentPackage", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -959,7 +1520,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProduct/attr/shipmentPackage" + "@value": "cim/entity/Shipment/ShipmentProduct/attr/shipmentPackage" } ], "http://a.ml/vocabularies/core#name": [ @@ -974,14 +1535,25 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ShipmentPackage" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentPackage", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/ShipmentPackage" + } + ] } ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentProduct/attr/salesOrderProduct", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProduct/attr/salesOrderProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -993,7 +1565,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProduct/attr/salesOrderProduct" + "@value": "cim/entity/Shipment/ShipmentProduct/attr/salesOrderProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -1008,7 +1580,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProduct" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct" + } + ] } ] } @@ -1020,16 +1603,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ShipmentDocument", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentDocument", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentDocument" + "@value": "cim/entity/Shipment/ShipmentDocument" } ], "http://a.ml/vocabularies/core#name": [ @@ -1039,16 +1622,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentDocument/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentDocument/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentDocument/attr/id" + "@value": "cim/entity/Shipment/ShipmentDocument/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1065,7 +1648,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1076,9 +1659,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentDocument/attr/shipment", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentDocument/attr/shipment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1090,7 +1673,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentDocument/attr/shipment" + "@value": "cim/entity/Shipment/ShipmentDocument/attr/shipment" } ], "http://a.ml/vocabularies/core#name": [ @@ -1105,7 +1688,502 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/Shipment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Shipment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/giftMessageText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/giftMessageText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "giftMessageText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/specialInstructionsText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/specialInstructionsText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "specialInstructionsText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/isGift", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/isGift" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isGift" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/estimatedDeliveryDateTime", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/estimatedDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "estimatedDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/scheduledDeliveryDateTime", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/scheduledDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "scheduledDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/actualDeliveryDateTime", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/actualDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "actualDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipmentDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipmentDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipmentDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/carrierTrackingNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/carrierTrackingNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "carrierTrackingNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipmentNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipmentNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipmentNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipToAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipToAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipToAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipmentStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipmentStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipmentStatus" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/ShipmentStatus" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/salesOrderDeliveryGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/salesOrderDeliveryGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderDeliveryGroup" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/salesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/salesOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrder" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A quantity of goods sent together to a place, or the act of sending them" + } + ] } ] } @@ -1117,16 +2195,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ShipmentPackage", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentPackage", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentPackage" + "@value": "cim/entity/Shipment/ShipmentPackage" } ], "http://a.ml/vocabularies/core#name": [ @@ -1136,16 +2214,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentPackage/attr/shipmentProductCount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentPackage/attr/shipmentProductCount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentPackage/attr/shipmentProductCount" + "@value": "cim/entity/Shipment/ShipmentPackage/attr/shipmentProductCount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1162,7 +2240,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1171,16 +2249,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentPackage/attr/shipmentProductDescription", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentPackage/attr/shipmentProductDescription", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentPackage/attr/shipmentProductDescription" + "@value": "cim/entity/Shipment/ShipmentPackage/attr/shipmentProductDescription" } ], "http://a.ml/vocabularies/core#name": [ @@ -1197,7 +2275,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1206,16 +2284,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentPackage/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentPackage/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentPackage/attr/id" + "@value": "cim/entity/Shipment/ShipmentPackage/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1232,7 +2310,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1243,9 +2321,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentPackage/attr/shipment", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentPackage/attr/shipment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1257,7 +2335,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentPackage/attr/shipment" + "@value": "cim/entity/Shipment/ShipmentPackage/attr/shipment" } ], "http://a.ml/vocabularies/core#name": [ @@ -1272,7 +2350,502 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/Shipment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Shipment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/giftMessageText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/giftMessageText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "giftMessageText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/specialInstructionsText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/specialInstructionsText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "specialInstructionsText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/isGift", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/isGift" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isGift" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/estimatedDeliveryDateTime", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/estimatedDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "estimatedDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/scheduledDeliveryDateTime", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/scheduledDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "scheduledDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/actualDeliveryDateTime", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/actualDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "actualDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipmentDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipmentDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipmentDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/carrierTrackingNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/carrierTrackingNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "carrierTrackingNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipmentNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipmentNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipmentNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipToAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipToAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipToAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipmentStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipmentStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipmentStatus" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/ShipmentStatus" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/salesOrderDeliveryGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/salesOrderDeliveryGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderDeliveryGroup" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/salesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/salesOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrder" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A quantity of goods sent together to a place, or the act of sending them" + } + ] } ] } @@ -1284,16 +2857,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ShipmentProductPriceAdjustmentTax", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentProductPriceAdjustmentTax", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProductPriceAdjustmentTax" + "@value": "cim/entity/Shipment/ShipmentProductPriceAdjustmentTax" } ], "http://a.ml/vocabularies/core#name": [ @@ -1303,16 +2876,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentProductPriceAdjustmentTax/attr/name", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProductPriceAdjustmentTax/attr/name", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProductPriceAdjustmentTax/attr/name" + "@value": "cim/entity/Shipment/ShipmentProductPriceAdjustmentTax/attr/name" } ], "http://a.ml/vocabularies/core#name": [ @@ -1329,7 +2902,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1338,16 +2911,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentProductPriceAdjustmentTax/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProductPriceAdjustmentTax/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProductPriceAdjustmentTax/attr/id" + "@value": "cim/entity/Shipment/ShipmentProductPriceAdjustmentTax/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1364,7 +2937,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1375,9 +2948,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentProductPriceAdjustmentTax/attr/shipmentProductPriceAdjustment", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProductPriceAdjustmentTax/attr/shipmentProductPriceAdjustment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1389,7 +2962,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProductPriceAdjustmentTax/attr/shipmentProductPriceAdjustment" + "@value": "cim/entity/Shipment/ShipmentProductPriceAdjustmentTax/attr/shipmentProductPriceAdjustment" } ], "http://a.ml/vocabularies/core#name": [ @@ -1404,7 +2977,18 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ShipmentProductPriceAdjustment" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentProductPriceAdjustment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/ShipmentProductPriceAdjustment" + } + ] } ] } @@ -1416,16 +3000,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ShipmentProductPriceAdjustment", + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentProductPriceAdjustment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", "http://a.ml/vocabularies/data-model#Entity", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProductPriceAdjustment" + "@value": "cim/entity/Shipment/ShipmentProductPriceAdjustment" } ], "http://a.ml/vocabularies/core#name": [ @@ -1435,16 +3019,16 @@ ], "http://a.ml/vocabularies/data-model#attributes": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentProductPriceAdjustment/attr/adjustmentAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/adjustmentAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProductPriceAdjustment/attr/adjustmentAmount" + "@value": "cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/adjustmentAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1461,7 +3045,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1470,16 +3054,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentProductPriceAdjustment/attr/adjustmentTaxAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/adjustmentTaxAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProductPriceAdjustment/attr/adjustmentTaxAmount" + "@value": "cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/adjustmentTaxAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1491,7 +3075,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1500,16 +3084,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentProductPriceAdjustment/attr/shipmentProductPriceAdjustmentAmount", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/shipmentProductPriceAdjustmentAmount", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProductPriceAdjustment/attr/shipmentProductPriceAdjustmentAmount" + "@value": "cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/shipmentProductPriceAdjustmentAmount" } ], "http://a.ml/vocabularies/core#name": [ @@ -1521,7 +3105,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1530,16 +3114,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentProductPriceAdjustment/attr/description", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/description", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProductPriceAdjustment/attr/description" + "@value": "cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/description" } ], "http://a.ml/vocabularies/core#name": [ @@ -1556,7 +3140,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1565,16 +3149,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentProductPriceAdjustment/attr/id", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/id", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", "http://a.ml/vocabularies/data-model#AttributeProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProductPriceAdjustment/attr/id" + "@value": "cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/id" } ], "http://a.ml/vocabularies/core#name": [ @@ -1591,7 +3175,7 @@ { "@id": "http://mulesoft.com/modeling/instances/string", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", "http://a.ml/vocabularies/data-model#String", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1602,9 +3186,9 @@ ], "http://a.ml/vocabularies/data-model#associations": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/ShipmentProductPriceAdjustment/attr/shipmentProduct", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/shipmentProduct", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Association", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", "http://a.ml/vocabularies/data-model#AssociationProperty", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -1616,7 +3200,7 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/entity/ShipmentProductPriceAdjustment/attr/shipmentProduct" + "@value": "cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/shipmentProduct" } ], "http://a.ml/vocabularies/core#name": [ @@ -1631,7 +3215,766 @@ ], "http://a.ml/vocabularies/data-model#target": [ { - "@id": "http://mulesoft.com/modeling/instances/cim/entity/ShipmentProduct" + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/ShipmentProduct" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Shipment Product" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProduct/attr/shipmentProductCount", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/ShipmentProduct/attr/shipmentProductCount" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipmentProductCount" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProduct/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/ShipmentProduct/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProduct/attr/shipment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/ShipmentProduct/attr/shipment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipment" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/Shipment", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "Shipment" + } + ], + "http://a.ml/vocabularies/data-model#attributes": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/giftMessageText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/giftMessageText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "giftMessageText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/specialInstructionsText", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/specialInstructionsText" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "specialInstructionsText" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/isGift", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/isGift" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "isGift" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/estimatedDeliveryDateTime", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/estimatedDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "estimatedDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/scheduledDeliveryDateTime", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/scheduledDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "scheduledDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/actualDeliveryDateTime", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/actualDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "actualDeliveryDateTime" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipmentDate", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipmentDate" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipmentDate" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/carrierTrackingNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/carrierTrackingNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "carrierTrackingNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipmentNumber", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipmentNumber" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipmentNumber" + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/id", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Attribute", + "http://a.ml/vocabularies/data-model#AttributeProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/id" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "id" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#range": [ + { + "@id": "http://mulesoft.com/modeling/instances/string", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/String", + "http://a.ml/vocabularies/data-model#String", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ] + } + ] + } + ], + "http://a.ml/vocabularies/data-model#associations": [ + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipToAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipToAddress" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipToAddress" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/ContactPoint/ContactPointAddress" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/shipmentStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/shipmentStatus" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipmentStatus" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentStatus", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/ShipmentStatus" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/salesOrderDeliveryGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/salesOrderDeliveryGroup" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderDeliveryGroup" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryGroup", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderDeliveryGroup" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/Shipment/attr/salesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/Shipment/attr/salesOrder" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrder" + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrder" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "A quantity of goods sent together to a place, or the act of sending them" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProduct/attr/product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/ShipmentProduct/attr/product" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "product" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Product/Product", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Product/Product" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProduct/attr/shipmentPackage", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/ShipmentProduct/attr/shipmentPackage" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "shipmentPackage" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentPackage", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/ShipmentPackage" + } + ] + } + ] + }, + { + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Shipment/ShipmentProduct/attr/salesOrderProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Association", + "http://a.ml/vocabularies/data-model#AssociationProperty", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data-model#allowMultiple": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/Shipment/ShipmentProduct/attr/salesOrderProduct" + } + ], + "http://a.ml/vocabularies/core#name": [ + { + "@value": "salesOrderProduct" + } + ], + "http://a.ml/vocabularies/data-model#required": [ + { + "@value": true + } + ], + "http://a.ml/vocabularies/data-model#target": [ + { + "@id": "http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct", + "@type": [ + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelingLibrary.yaml#/declarations/Entity", + "http://a.ml/vocabularies/data-model#Entity", + "http://a.ml/vocabularies/meta#DialectDomainElement", + "http://a.ml/vocabularies/document#DomainElement" + ], + "http://a.ml/vocabularies/data#uuid": [ + { + "@value": "cim/entity/SalesOrder/SalesOrderProduct" + } + ] + } + ] + } + ], + "http://a.ml/vocabularies/core#description": [ + { + "@value": "An item on a list of one or more that comprises a shipment." + } + ] } ] } diff --git a/out/cim/data_models/ShipmentEntityGroup.yaml b/out/cim/data_models/ShipmentEntityGroup.yaml index 4ae3fa7..3660159 100644 --- a/out/cim/data_models/ShipmentEntityGroup.yaml +++ b/out/cim/data_models/ShipmentEntityGroup.yaml @@ -3,238 +3,238 @@ uuid: cim/entitygroup/ShipmentEntityGroup name: Shipment entities: Shipment Product: - uuid: cim/entity/ShipmentProduct + uuid: cim/entity/Shipment/ShipmentProduct attributes: shipmentProductCount: - uuid: cim/entity/ShipmentProduct/attr/shipmentProductCount + uuid: cim/entity/Shipment/ShipmentProduct/attr/shipmentProductCount required: true range: type: string id: - uuid: cim/entity/ShipmentProduct/attr/id + uuid: cim/entity/Shipment/ShipmentProduct/attr/id required: true range: type: string associations: shipment: allowMultiple: true - uuid: cim/entity/ShipmentProduct/attr/shipment + uuid: cim/entity/Shipment/ShipmentProduct/attr/shipment required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Shipment + target: http://mulesoft.com/modeling/instances/cim/entity/Shipment/Shipment product: allowMultiple: true - uuid: cim/entity/ShipmentProduct/attr/product + uuid: cim/entity/Shipment/ShipmentProduct/attr/product required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Product + target: http://mulesoft.com/modeling/instances/cim/entity/Product/Product shipmentPackage: allowMultiple: true - uuid: cim/entity/ShipmentProduct/attr/shipmentPackage + uuid: cim/entity/Shipment/ShipmentProduct/attr/shipmentPackage required: true - target: http://mulesoft.com/modeling/instances/cim/entity/ShipmentPackage + target: http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentPackage salesOrderProduct: allowMultiple: true - uuid: cim/entity/ShipmentProduct/attr/salesOrderProduct + uuid: cim/entity/Shipment/ShipmentProduct/attr/salesOrderProduct required: true - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderProduct + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderProduct description: An item on a list of one or more that comprises a shipment. - Shipment Product Price Adjustment: - uuid: cim/entity/ShipmentProductPriceAdjustment + Shipment Package: + uuid: cim/entity/Shipment/ShipmentPackage attributes: - adjustmentTaxAmount: - uuid: cim/entity/ShipmentProductPriceAdjustment/attr/adjustmentTaxAmount + shipmentProductCount: + uuid: cim/entity/Shipment/ShipmentPackage/attr/shipmentProductCount + required: true + range: + type: string + shipmentProductDescription: + uuid: cim/entity/Shipment/ShipmentPackage/attr/shipmentProductDescription + required: true range: type: string id: - uuid: cim/entity/ShipmentProductPriceAdjustment/attr/id + uuid: cim/entity/Shipment/ShipmentPackage/attr/id required: true range: type: string + associations: + shipment: + allowMultiple: true + uuid: cim/entity/Shipment/ShipmentPackage/attr/shipment + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Shipment/Shipment + description: A parcel of one or more items bundled together, so that they arrive at the customer's address as a single unit. + Shipping Method: + uuid: cim/entity/Shipment/ShippingMethod + attributes: description: - uuid: cim/entity/ShipmentProductPriceAdjustment/attr/description + uuid: cim/entity/Shipment/ShippingMethod/attr/description required: true range: type: string - adjustmentAmount: - uuid: cim/entity/ShipmentProductPriceAdjustment/attr/adjustmentAmount + name: + uuid: cim/entity/Shipment/ShippingMethod/attr/name required: true range: type: string - shipmentProductPriceAdjustmentAmount: - uuid: cim/entity/ShipmentProductPriceAdjustment/attr/shipmentProductPriceAdjustmentAmount + id: + uuid: cim/entity/Shipment/ShippingMethod/attr/id + required: true range: type: string associations: - shipmentProduct: + product: allowMultiple: true - uuid: cim/entity/ShipmentProductPriceAdjustment/attr/shipmentProduct + uuid: cim/entity/Shipment/ShippingMethod/attr/product required: true - target: http://mulesoft.com/modeling/instances/cim/entity/ShipmentProduct - description: A change to the price of an ordered product or service that is made after Fulfillment. - Shipment: - uuid: cim/entity/Shipment + target: http://mulesoft.com/modeling/instances/cim/entity/Product/Product + description: A parcel of one or more items bundled together, so that they arrive at the customer's address as a single unit. + Shipment Status: + uuid: cim/entity/Shipment/ShipmentStatus attributes: - scheduledDeliveryDateTime: - uuid: cim/entity/Shipment/attr/scheduledDeliveryDateTime - range: - type: string - id: - uuid: cim/entity/Shipment/attr/id + description: + uuid: cim/entity/Shipment/ShipmentStatus/attr/description required: true range: type: string - shipmentNumber: - uuid: cim/entity/Shipment/attr/shipmentNumber - range: - type: string - giftMessageText: - uuid: cim/entity/Shipment/attr/giftMessageText + name: + uuid: cim/entity/Shipment/ShipmentStatus/attr/name + required: true range: type: string - actualDeliveryDateTime: - uuid: cim/entity/Shipment/attr/actualDeliveryDateTime + id: + uuid: cim/entity/Shipment/ShipmentStatus/attr/id + required: true range: type: string - isGift: - uuid: cim/entity/Shipment/attr/isGift + description: The stage of a shipment. Possible values could be pre-transit, in transit, delayed, delivered + Shipment Product Price Adjustment: + uuid: cim/entity/Shipment/ShipmentProductPriceAdjustment + attributes: + description: + uuid: cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/description + required: true range: type: string - specialInstructionsText: - uuid: cim/entity/Shipment/attr/specialInstructionsText + id: + uuid: cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/id + required: true range: type: string - carrierTrackingNumber: - uuid: cim/entity/Shipment/attr/carrierTrackingNumber + adjustmentTaxAmount: + uuid: cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/adjustmentTaxAmount range: type: string - shipmentDate: - uuid: cim/entity/Shipment/attr/shipmentDate + adjustmentAmount: + uuid: cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/adjustmentAmount required: true range: type: string - estimatedDeliveryDateTime: - uuid: cim/entity/Shipment/attr/estimatedDeliveryDateTime + shipmentProductPriceAdjustmentAmount: + uuid: cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/shipmentProductPriceAdjustmentAmount range: type: string associations: - shipToAddress: - allowMultiple: true - uuid: cim/entity/Shipment/attr/shipToAddress - target: http://mulesoft.com/modeling/instances/cim/entity/ContactPointAddress - shipmentStatus: - allowMultiple: true - uuid: cim/entity/Shipment/attr/shipmentStatus - target: http://mulesoft.com/modeling/instances/cim/entity/ShipmentStatus - salesOrderDeliveryGroup: - allowMultiple: true - uuid: cim/entity/Shipment/attr/salesOrderDeliveryGroup - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrderDeliveryGroup - salesOrder: + shipmentProduct: allowMultiple: true - uuid: cim/entity/Shipment/attr/salesOrder - target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder - description: A quantity of goods sent together to a place, or the act of sending them + uuid: cim/entity/Shipment/ShipmentProductPriceAdjustment/attr/shipmentProduct + required: true + target: http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentProduct + description: A change to the price of an ordered product or service that is made after Fulfillment. Shipment Product Price Adjustment Tax: - uuid: cim/entity/ShipmentProductPriceAdjustmentTax + uuid: cim/entity/Shipment/ShipmentProductPriceAdjustmentTax attributes: name: - uuid: cim/entity/ShipmentProductPriceAdjustmentTax/attr/name + uuid: cim/entity/Shipment/ShipmentProductPriceAdjustmentTax/attr/name required: true range: type: string id: - uuid: cim/entity/ShipmentProductPriceAdjustmentTax/attr/id + uuid: cim/entity/Shipment/ShipmentProductPriceAdjustmentTax/attr/id required: true range: type: string associations: shipmentProductPriceAdjustment: allowMultiple: true - uuid: cim/entity/ShipmentProductPriceAdjustmentTax/attr/shipmentProductPriceAdjustment + uuid: cim/entity/Shipment/ShipmentProductPriceAdjustmentTax/attr/shipmentProductPriceAdjustment required: true - target: http://mulesoft.com/modeling/instances/cim/entity/ShipmentProductPriceAdjustment + target: http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentProductPriceAdjustment description: A tax on the price of a Sales Order Product. - Shipping Method: - uuid: cim/entity/ShippingMethod + Shipment: + uuid: cim/entity/Shipment/Shipment attributes: - description: - uuid: cim/entity/ShippingMethod/attr/description - required: true + estimatedDeliveryDateTime: + uuid: cim/entity/Shipment/Shipment/attr/estimatedDeliveryDateTime range: type: string - name: - uuid: cim/entity/ShippingMethod/attr/name + id: + uuid: cim/entity/Shipment/Shipment/attr/id required: true range: type: string - id: - uuid: cim/entity/ShippingMethod/attr/id - required: true + shipmentNumber: + uuid: cim/entity/Shipment/Shipment/attr/shipmentNumber range: type: string - associations: - product: - allowMultiple: true - uuid: cim/entity/ShippingMethod/attr/product - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Product - description: A parcel of one or more items bundled together, so that they arrive at the customer's address as a single unit. - Shipment Status: - uuid: cim/entity/ShipmentStatus - attributes: - description: - uuid: cim/entity/ShipmentStatus/attr/description + shipmentDate: + uuid: cim/entity/Shipment/Shipment/attr/shipmentDate required: true range: type: string - name: - uuid: cim/entity/ShipmentStatus/attr/name - required: true + scheduledDeliveryDateTime: + uuid: cim/entity/Shipment/Shipment/attr/scheduledDeliveryDateTime range: type: string - id: - uuid: cim/entity/ShipmentStatus/attr/id - required: true + carrierTrackingNumber: + uuid: cim/entity/Shipment/Shipment/attr/carrierTrackingNumber range: type: string - description: The stage of a shipment. Possible values could be pre-transit, in transit, delayed, delivered - Shipment Package: - uuid: cim/entity/ShipmentPackage - attributes: - shipmentProductCount: - uuid: cim/entity/ShipmentPackage/attr/shipmentProductCount - required: true + actualDeliveryDateTime: + uuid: cim/entity/Shipment/Shipment/attr/actualDeliveryDateTime range: type: string - shipmentProductDescription: - uuid: cim/entity/ShipmentPackage/attr/shipmentProductDescription - required: true + specialInstructionsText: + uuid: cim/entity/Shipment/Shipment/attr/specialInstructionsText range: type: string - id: - uuid: cim/entity/ShipmentPackage/attr/id - required: true + isGift: + uuid: cim/entity/Shipment/Shipment/attr/isGift + range: + type: string + giftMessageText: + uuid: cim/entity/Shipment/Shipment/attr/giftMessageText range: type: string associations: - shipment: + shipToAddress: allowMultiple: true - uuid: cim/entity/ShipmentPackage/attr/shipment - required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Shipment - description: A parcel of one or more items bundled together, so that they arrive at the customer's address as a single unit. + uuid: cim/entity/Shipment/Shipment/attr/shipToAddress + target: http://mulesoft.com/modeling/instances/cim/entity/ContactPoint/ContactPointAddress + shipmentStatus: + allowMultiple: true + uuid: cim/entity/Shipment/Shipment/attr/shipmentStatus + target: http://mulesoft.com/modeling/instances/cim/entity/Shipment/ShipmentStatus + salesOrderDeliveryGroup: + allowMultiple: true + uuid: cim/entity/Shipment/Shipment/attr/salesOrderDeliveryGroup + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrderDeliveryGroup + salesOrder: + allowMultiple: true + uuid: cim/entity/Shipment/Shipment/attr/salesOrder + target: http://mulesoft.com/modeling/instances/cim/entity/SalesOrder/SalesOrder + description: A quantity of goods sent together to a place, or the act of sending them Shipment Document: - uuid: cim/entity/ShipmentDocument + uuid: cim/entity/Shipment/ShipmentDocument attributes: id: - uuid: cim/entity/ShipmentDocument/attr/id + uuid: cim/entity/Shipment/ShipmentDocument/attr/id required: true range: type: string associations: shipment: allowMultiple: true - uuid: cim/entity/ShipmentDocument/attr/shipment + uuid: cim/entity/Shipment/ShipmentDocument/attr/shipment required: true - target: http://mulesoft.com/modeling/instances/cim/entity/Shipment + target: http://mulesoft.com/modeling/instances/cim/entity/Shipment/Shipment description: A receipt, bill of lading or other document that is delivered with the shipment to explain the purchase or shipment contents. description: "Example Entities included: Shipment, Shipment Package, Shipment Document, Shipment Product" diff --git a/out/cim/modules.jsonld b/out/cim/modules.jsonld index d270330..c0f4a94 100644 --- a/out/cim/modules.jsonld +++ b/out/cim/modules.jsonld @@ -10,14 +10,14 @@ ], "http://a.ml/vocabularies/meta#definedBy": [ { - "@id": "file:///home/agarrote/Development/api-modeling/metadata/model/modularity/schema/modularDialect.yaml" + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml" } ], "http://a.ml/vocabularies/document#encodes": [ { "@id": "http://mulesoft.com/modeling/instances/uuid/cim_distribution", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", "http://a.ml/vocabularies/modularity#Module", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -36,7 +36,7 @@ { "@id": "http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Party", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", "http://a.ml/vocabularies/modularity#Module", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -77,7 +77,7 @@ { "@id": "http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Payment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", "http://a.ml/vocabularies/modularity#Module", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -104,16 +104,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Payment_Method", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/PaymentMethod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", "http://a.ml/vocabularies/modularity#Module", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/subjectarea/Payment_Method" + "@value": "cim/subjectarea/PaymentMethod" } ], "http://a.ml/vocabularies/core#name": [ @@ -135,7 +135,7 @@ { "@id": "http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Product", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", "http://a.ml/vocabularies/modularity#Module", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -168,16 +168,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Sales_Order", + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/SalesOrder", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", "http://a.ml/vocabularies/modularity#Module", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/subjectarea/Sales_Order" + "@value": "cim/subjectarea/SalesOrder" } ], "http://a.ml/vocabularies/core#name": [ @@ -199,7 +199,7 @@ { "@id": "http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Shipment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", "http://a.ml/vocabularies/modularity#Module", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" diff --git a/out/cim/modules.yaml b/out/cim/modules.yaml index cb53d0f..7aa04e9 100644 --- a/out/cim/modules.yaml +++ b/out/cim/modules.yaml @@ -2,24 +2,6 @@ uuid: cim_distribution name: CIM Distribution nested: - - - uuid: cim/subjectarea/Sales_Order - name: Sales Order - description: A document generated by a seller to indicate the specific products/services a buyer will be receive during a sale. - dataModels: - - http://mulesoft.com/modeling/instances/cim/entitygroup/SalesOrderEntityGroup - - - uuid: cim/subjectarea/Payment_Method - name: Payment Method - description: A method of paying for a product or service, like a credit card or check. - dataModels: - - http://mulesoft.com/modeling/instances/cim/entitygroup/PaymentMethodEntityGroup - - - uuid: cim/subjectarea/Payment - name: Payment - description: A submitted payment. Includes information about whether a submitted payment was successfully processed or not. - dataModels: - - http://mulesoft.com/modeling/instances/cim/entitygroup/PaymentEntityGroup - uuid: cim/subjectarea/Shipment name: Shipment @@ -36,6 +18,12 @@ nested: - http://mulesoft.com/modeling/instances/cim/entitygroup/PartyRoleEntityGroup - http://mulesoft.com/modeling/instances/cim/entitygroup/LeadEntityGroup - http://mulesoft.com/modeling/instances/cim/entitygroup/PartyEntityGroup + - + uuid: cim/subjectarea/PaymentMethod + name: Payment Method + description: A method of paying for a product or service, like a credit card or check. + dataModels: + - http://mulesoft.com/modeling/instances/cim/entitygroup/PaymentMethodEntityGroup - uuid: cim/subjectarea/Product name: Product @@ -44,3 +32,15 @@ nested: - http://mulesoft.com/modeling/instances/cim/entitygroup/ProductEntityGroup - http://mulesoft.com/modeling/instances/cim/entitygroup/ProductAttributeEntityGroup - http://mulesoft.com/modeling/instances/cim/entitygroup/ProductCatalogEntityGroup + - + uuid: cim/subjectarea/Payment + name: Payment + description: A submitted payment. Includes information about whether a submitted payment was successfully processed or not. + dataModels: + - http://mulesoft.com/modeling/instances/cim/entitygroup/PaymentEntityGroup + - + uuid: cim/subjectarea/SalesOrder + name: Sales Order + description: A document generated by a seller to indicate the specific products/services a buyer will be receive during a sale. + dataModels: + - http://mulesoft.com/modeling/instances/cim/entitygroup/SalesOrderEntityGroup diff --git a/out/cim/modules_bindings.jsonld b/out/cim/modules_bindings.jsonld index c8a7c28..38d4724 100644 --- a/out/cim/modules_bindings.jsonld +++ b/out/cim/modules_bindings.jsonld @@ -10,14 +10,14 @@ ], "http://a.ml/vocabularies/meta#definedBy": [ { - "@id": "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml" + "@id": "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml" } ], "http://a.ml/vocabularies/document#encodes": [ { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/modules", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/BindingsModel", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/BindingsModel", "http://a.ml/vocabularies/bindings#BindingModel", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -26,7 +26,7 @@ { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/subjectArea/Party", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -50,7 +50,7 @@ { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/subjectArea/Payment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -72,16 +72,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/subjectArea/Payment_Method", + "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/subjectArea/PaymentMethod", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/bindings#bindingSource": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Payment_Method" + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/PaymentMethod" } ], "http://a.ml/vocabularies/bindings#bindingDeclarationSource": [ @@ -91,14 +91,14 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/bindings/subjectArea/Payment_Method" + "@value": "cim/bindings/subjectArea/PaymentMethod" } ] }, { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/subjectArea/Product", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -120,16 +120,16 @@ ] }, { - "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/subjectArea/Sales_Order", + "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/subjectArea/SalesOrder", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" ], "http://a.ml/vocabularies/bindings#bindingSource": [ { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Sales_Order" + "@id": "http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/SalesOrder" } ], "http://a.ml/vocabularies/bindings#bindingDeclarationSource": [ @@ -139,14 +139,14 @@ ], "http://a.ml/vocabularies/data#uuid": [ { - "@value": "cim/bindings/subjectArea/Sales_Order" + "@value": "cim/bindings/subjectArea/SalesOrder" } ] }, { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/subjectArea/Shipment", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -170,7 +170,7 @@ { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/entityGroup/AccountEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -194,7 +194,7 @@ { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/entityGroup/ContactPointEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -218,7 +218,7 @@ { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/entityGroup/PartyRoleEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -242,7 +242,7 @@ { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/entityGroup/LeadEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -266,7 +266,7 @@ { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/entityGroup/PartyEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -290,7 +290,7 @@ { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/entityGroup/PaymentEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -314,7 +314,7 @@ { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/entityGroup/PaymentMethodEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -338,7 +338,7 @@ { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/entityGroup/ProductEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -362,7 +362,7 @@ { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/entityGroup/ProductAttributeEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -386,7 +386,7 @@ { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/entityGroup/ProductCatalogEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -410,7 +410,7 @@ { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/entityGroup/SalesOrderEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" @@ -434,7 +434,7 @@ { "@id": "http://mulesoft.com/modeling/bindings/cim/bindings/entityGroup/ShipmentEntityGroup", "@type": [ - "file:///home/agarrote/Development/api-modeling/metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", + "file:///home/agarrote/Development/api-modeling/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding", "http://a.ml/vocabularies/bindings#Binding", "http://a.ml/vocabularies/meta#DialectDomainElement", "http://a.ml/vocabularies/document#DomainElement" diff --git a/out/cim/modules_bindings.yaml b/out/cim/modules_bindings.yaml index 94f9671..cd305b3 100644 --- a/out/cim/modules_bindings.yaml +++ b/out/cim/modules_bindings.yaml @@ -4,74 +4,74 @@ uuid: cim/bindings/modules declaration: http://mulesoft.com/modeling/instances/bindings/cim bindings: - - source: http://mulesoft.com/modeling/instances/cim/entitygroup/ContactPointEntityGroup - uuid: cim/bindings/entityGroup/ContactPointEntityGroup + source: http://mulesoft.com/modeling/instances/cim/entitygroup/PaymentMethodEntityGroup + uuid: cim/bindings/entityGroup/PaymentMethodEntityGroup declaration: http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding - - source: http://mulesoft.com/modeling/instances/cim/entitygroup/SalesOrderEntityGroup - uuid: cim/bindings/entityGroup/SalesOrderEntityGroup + source: http://mulesoft.com/modeling/instances/cim/entitygroup/ProductCatalogEntityGroup + uuid: cim/bindings/entityGroup/ProductCatalogEntityGroup declaration: http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding + - + source: http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/PaymentMethod + uuid: cim/bindings/subjectArea/PaymentMethod + declaration: http://mulesoft.com/modeling/instances/bindings/cim/SubjectAreaBinding - source: http://mulesoft.com/modeling/instances/cim/entitygroup/ProductAttributeEntityGroup uuid: cim/bindings/entityGroup/ProductAttributeEntityGroup declaration: http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding - - source: http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Payment - uuid: cim/bindings/subjectArea/Payment - declaration: http://mulesoft.com/modeling/instances/bindings/cim/SubjectAreaBinding - - - source: http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Product - uuid: cim/bindings/subjectArea/Product - declaration: http://mulesoft.com/modeling/instances/bindings/cim/SubjectAreaBinding + source: http://mulesoft.com/modeling/instances/cim/entitygroup/LeadEntityGroup + uuid: cim/bindings/entityGroup/LeadEntityGroup + declaration: http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding - source: http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Shipment uuid: cim/bindings/subjectArea/Shipment declaration: http://mulesoft.com/modeling/instances/bindings/cim/SubjectAreaBinding - - source: http://mulesoft.com/modeling/instances/cim/entitygroup/ProductCatalogEntityGroup - uuid: cim/bindings/entityGroup/ProductCatalogEntityGroup + source: http://mulesoft.com/modeling/instances/cim/entitygroup/ShipmentEntityGroup + uuid: cim/bindings/entityGroup/ShipmentEntityGroup declaration: http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding - - source: http://mulesoft.com/modeling/instances/cim/entitygroup/AccountEntityGroup - uuid: cim/bindings/entityGroup/AccountEntityGroup + source: http://mulesoft.com/modeling/instances/cim/entitygroup/SalesOrderEntityGroup + uuid: cim/bindings/entityGroup/SalesOrderEntityGroup declaration: http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding - - source: http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Payment_Method - uuid: cim/bindings/subjectArea/Payment_Method - declaration: http://mulesoft.com/modeling/instances/bindings/cim/SubjectAreaBinding + source: http://mulesoft.com/modeling/instances/cim/entitygroup/ContactPointEntityGroup + uuid: cim/bindings/entityGroup/ContactPointEntityGroup + declaration: http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding - source: http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Party uuid: cim/bindings/subjectArea/Party declaration: http://mulesoft.com/modeling/instances/bindings/cim/SubjectAreaBinding - - source: http://mulesoft.com/modeling/instances/cim/entitygroup/PartyRoleEntityGroup - uuid: cim/bindings/entityGroup/PartyRoleEntityGroup + source: http://mulesoft.com/modeling/instances/cim/entitygroup/AccountEntityGroup + uuid: cim/bindings/entityGroup/AccountEntityGroup declaration: http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding - - source: http://mulesoft.com/modeling/instances/cim/entitygroup/PaymentMethodEntityGroup - uuid: cim/bindings/entityGroup/PaymentMethodEntityGroup - declaration: http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding + source: http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/SalesOrder + uuid: cim/bindings/subjectArea/SalesOrder + declaration: http://mulesoft.com/modeling/instances/bindings/cim/SubjectAreaBinding - - source: http://mulesoft.com/modeling/instances/cim/entitygroup/ShipmentEntityGroup - uuid: cim/bindings/entityGroup/ShipmentEntityGroup + source: http://mulesoft.com/modeling/instances/cim/entitygroup/PartyEntityGroup + uuid: cim/bindings/entityGroup/PartyEntityGroup declaration: http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding - source: http://mulesoft.com/modeling/instances/cim/entitygroup/PaymentEntityGroup uuid: cim/bindings/entityGroup/PaymentEntityGroup declaration: http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding - - source: http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Sales_Order - uuid: cim/bindings/subjectArea/Sales_Order + source: http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Product + uuid: cim/bindings/subjectArea/Product declaration: http://mulesoft.com/modeling/instances/bindings/cim/SubjectAreaBinding - - source: http://mulesoft.com/modeling/instances/cim/entitygroup/PartyEntityGroup - uuid: cim/bindings/entityGroup/PartyEntityGroup + source: http://mulesoft.com/modeling/instances/cim/entitygroup/ProductEntityGroup + uuid: cim/bindings/entityGroup/ProductEntityGroup declaration: http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding - - source: http://mulesoft.com/modeling/instances/cim/entitygroup/LeadEntityGroup - uuid: cim/bindings/entityGroup/LeadEntityGroup + source: http://mulesoft.com/modeling/instances/cim/entitygroup/PartyRoleEntityGroup + uuid: cim/bindings/entityGroup/PartyRoleEntityGroup declaration: http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding - - source: http://mulesoft.com/modeling/instances/cim/entitygroup/ProductEntityGroup - uuid: cim/bindings/entityGroup/ProductEntityGroup - declaration: http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding + source: http://mulesoft.com/modeling/instances/uuid/cim/subjectarea/Payment + uuid: cim/bindings/subjectArea/Payment + declaration: http://mulesoft.com/modeling/instances/bindings/cim/SubjectAreaBinding diff --git a/src/main/bindings/CIMBindingsPlugin.ts b/src/main/bindings/CIMBindingsPlugin.ts index 3a3a924..f7d8a6f 100644 --- a/src/main/bindings/CIMBindingsPlugin.ts +++ b/src/main/bindings/CIMBindingsPlugin.ts @@ -43,8 +43,13 @@ export class CIMBindingsPlugin extends BindingsPlugin { // Data Models + const entityMap: {[name: string]: string} = {}; + entityGroupsDataModels.forEach((dm) => { + // @ts-ignore + dm.entities?.forEach((e) => entityMap[e['@id']] = e.uuid) + }) const dataModels: DataModel[] = entityGroupsDataModels.map((entityGroup) => { - const entities = this.parseEntityGroup(store, entityGroup); + const entities = this.parseEntityGroup(store, entityGroup, entityMap); entityGroup.entities = entities; return entityGroup; }); diff --git a/src/main/bindings/cim/exporter.ts b/src/main/bindings/cim/exporter.ts index 2515fab..efb2770 100644 --- a/src/main/bindings/cim/exporter.ts +++ b/src/main/bindings/cim/exporter.ts @@ -120,6 +120,7 @@ export class CIMExporter { let id = this.toId(entity.name); // @todo we need a binding for this if (entity.uuid.indexOf("cim/entity/") > -1) { id = entity.uuid.split("cim/entity/").pop()!; + id = id.split("/").pop()!; // we are concatenating entity group name and entitiy name } return id; } diff --git a/src/main/bindings/cim/importer.ts b/src/main/bindings/cim/importer.ts index a09340b..b089482 100644 --- a/src/main/bindings/cim/importer.ts +++ b/src/main/bindings/cim/importer.ts @@ -101,6 +101,20 @@ export class CIMImporter { subjectArea.dataModels!.push(dataModel.id()); // @ts-ignore dataModel['_source'] = id.value; + + + // let's pre-populate the entities + const entityIds = store.getObjects(id.value, VOCAB.CIM_CLASSES, null); + const entities = entityIds.map((entityId) => { + const entityName = store.getObjects(entityId, VOCAB.RDFS_LABEL, null)[0]; + const entity = new Entity(entityName.value); + entity.uuid = `cim/entity/${dataModel.name}/${entityId.value.split("/").pop()}`.replace(" ", ""); + // @ts-ignore + entity['@id'] = entityId.value + return entity + }); + dataModel.entities = entities; + acc.push(dataModel); }) }); @@ -127,16 +141,16 @@ export class CIMImporter { * Parses all the entities in a CIM entity group and returns the generated modeling entities * @param store * @param entityGroup + * @param entityMap */ - protected parseEntityGroup(store: n3.Store, entityGroup: DataModel): Entity[] { + protected parseEntityGroup(store: n3.Store, entityGroup: DataModel, entityMap: {[id: string]: string}): Entity[] { // @ts-ignore const entityGroupId = entityGroup['_source']; const source = $rdf.namedNode(entityGroupId); const entityIds = store.getObjects(source, VOCAB.CIM_CLASSES, null); - return entityIds.map((entityId) => { - const name = store.getObjects(entityId, VOCAB.RDFS_LABEL, null)[0]; - const entity = new Entity(name.value); - entity.uuid = `cim/entity/${entityId.value.split("/").pop()}`; + return (entityGroup.entities||[]).map((entity:Entity) => { + // @ts-ignore + const entityId = entity['@id']; const description = store.getObjects(entityId, VOCAB.RDFS_COMMENT, null)[0]; entity.description = description.value; @@ -181,9 +195,7 @@ export class CIMImporter { this.genUUID(association, entity, path); this.fillPropertyData(association, minCount, maxCount, description, displayName); const targetEntity = new Entity(""); - const inter = node.value.split("/").pop() - const toReplace = inter ? inter.replace(' ','') : inter - targetEntity.uuid = `cim/entity/${toReplace}`; + targetEntity.uuid = entityMap[node.value] association.target = targetEntity; associations.push(association) } diff --git a/src/test/resources/model.json b/src/test/resources/model.json index d9f31b0..e9da7e4 100644 --- a/src/test/resources/model.json +++ b/src/test/resources/model.json @@ -81,31 +81,31 @@ "description": "Example Entities included: Account, Account Contact, Bill Frequency", "classConcepts": [ { - "@id": "Account", + "@id": "Account/Account", "name": "Account", "@type": "Class", "description": "How the party want to interact with your enterprise e.g. have multiple billing accounts" }, { - "@id": "AccountContact", + "@id": "Account/AccountContact", "name": "Account Contact", "@type": "Class", "description": "An individual who has a role specific to an Account." }, { - "@id": "AccountContactRole", + "@id": "Account/AccountContactRole", "name": "Account Contact Role", "@type": "Class", "description": "What role does a contact play on an account e.g. decision maker, influencer" }, { - "@id": "AccountPartner", + "@id": "Account/AccountPartner", "name": "Account Partner", "@type": "Class", "description": "State what partner (account) is related to/have access to another account" }, { - "@id": "BillingFrequency", + "@id": "Account/BillingFrequency", "name": "Billing Frequency", "@type": "Class", "description": "Describes a period of time used for recurring bills e.g. monthly or semi-monthly" @@ -915,55 +915,55 @@ "description": "Example Entities included: Contact Point, Contact Consent, Contact Channel", "classConcepts": [ { - "@id": "ContactPointAddress", + "@id": "ContactPoint/ContactPointAddress", "name": "Contact Point Address", "@type": "Class", "description": "Mailing address for a party e.g. 123 Main St, Big City, CA12345, USA" }, { - "@id": "ContactPointEmail", + "@id": "ContactPoint/ContactPointEmail", "name": "Contact Point Email", "@type": "Class", "description": "Email address for a party e.g. email info@northerntrailoutfitters.com" }, { - "@id": "ContactPointPhone", + "@id": "ContactPoint/ContactPointPhone", "name": "Contact Point Phone", "@type": "Class", "description": "Phone number for a party e.g. phone 123-4567" }, { - "@id": "ContactPoint", + "@id": "ContactPoint/ContactPoint", "name": "Contact Point", "@type": "Class", "description": "All contact points for a party e.g. phone 123-4567, email info@northerntrailoutfitters.com" }, { - "@id": "PartyWebAddress", + "@id": "ContactPoint/PartyWebAddress", "name": "Party Web Address", "@type": "Class", "description": "What is the Web URL for the Party" }, { - "@id": "ContactPointType", + "@id": "ContactPoint/ContactPointType", "name": "Contact Point Type", "@type": "Class", "description": "Contain the fixed list of types a contact point can be of e.g. phone, email" }, { - "@id": "ContactPointSocial", + "@id": "ContactPoint/ContactPointSocial", "name": "Contact Point Social", "@type": "Class", "description": "Social handle for a party e.g. trustednews at twitter" }, { - "@id": "ContactPointLocation", + "@id": "ContactPoint/ContactPointLocation", "name": "Contact Point Location", "@type": "Class", "description": "Physical location for a party e.g. party Northern Trail Outfitters at Standford Shopping Mall" }, { - "@id": "ContactPointApp", + "@id": "ContactPoint/ContactPointApp", "name": "Contact Point App", "@type": "Class", "description": "Software Application for a party and optionally on a specific device e.g. John Doe have Strava App on device iPhone123" @@ -1374,37 +1374,37 @@ "description": "Example Entities included: Party Role, Buyer Role, Actor Role, Customer Role", "classConcepts": [ { - "@id": "PartyRole", + "@id": "PartyRole/PartyRole", "name": "Party Role", "@type": "Class", "description": "Trading roles a party may play at the same time i.e. Customer, Supplier, Seller, Competitor, Worker" }, { - "@id": "Customer", + "@id": "PartyRole/Customer", "name": "Customer", "@type": "Class", "description": "Information about a party playing role of customer e.g. life time value, life cycle status" }, { - "@id": "Seller", + "@id": "PartyRole/Seller", "name": "Seller", "@type": "Class", "description": "Information about a party playing role of seller e.g. customer satisfaction score" }, { - "@id": "Supplier", + "@id": "PartyRole/Supplier", "name": "Supplier", "@type": "Class", "description": "Information about a party playing role of supplier e.g. vendor ranking" }, { - "@id": "Competitor", + "@id": "PartyRole/Competitor", "name": "Competitor", "@type": "Class", "description": "Information about a party playing role of competitor e.g. strength (in products), weaknesses (in offerings), opportunities (to overtake), threats (to our business)" }, { - "@id": "CustomerStatusHistory", + "@id": "PartyRole/CustomerStatusHistory", "name": "Customer Status History", "@type": "Class", "description": "History of when customer changed frome one status to another" @@ -1617,7 +1617,7 @@ "description": "Example Entities included: Lead, Lead Status, Lead Source", "classConcepts": [ { - "@id": "Lead", + "@id": "Lead/Lead", "name": "Lead", "@type": "Class", "description": "A person or company that showed interest in the company's products" @@ -1999,79 +1999,79 @@ "description": "Example Entities included: Organization, Individual, Affiliate Group, Uncategorized", "classConcepts": [ { - "@id": "Party", + "@id": "Party/Party", "name": "Party", "@type": "Class", "description": "A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group." }, { - "@id": "Individual", + "@id": "Party/Individual", "name": "Individual", "@type": "Class", "description": "Represent the person you are, or will be, dealing with using the system" }, { - "@id": "Household", + "@id": "Party/Household", "name": "Household", "@type": "Class", "description": "A combination of people, normally recorded in the system for marketing or service purposes" }, { - "@id": "InternalBusinessUnit", + "@id": "Party/InternalBusinessUnit", "name": "Internal Business Unit", "@type": "Class", "description": "Defining a part of your own internal organization. May be anything from a holding company, a line of business, a country division, a department and for which you may want to track e.g. if it is a legal entity, default GL Code, profit-and-loss etc against." }, { - "@id": "UncategorizedParty", + "@id": "Party/UncategorizedParty", "name": "Uncategorized Party", "@type": "Class", "description": "A party we may be, or will be, dealing with but we do not know who they are yet e.g. Social Handle 'TrustedNews' which we do not yet know if a person or a business but complain about our company so we want to log a case to investigate further. E.g. an ord" }, { - "@id": "PartyAdditionalName", + "@id": "Party/PartyAdditionalName", "name": "Party Additional Name", "@type": "Class", "description": "Under what name is a person also known as( AKA), under what alternate name is a business doing business as (DBA)" }, { - "@id": "PersonLanguage", + "@id": "Party/PersonLanguage", "name": "Person Language", "@type": "Class", "description": "Languages a person can comprehend and level of comprehension" }, { - "@id": "PartyRelatedParty", + "@id": "Party/PartyRelatedParty", "name": "Party Related Party", "@type": "Class", "description": "Relates any two parties together e.g. Jane and John Doe part of The Doe Household" }, { - "@id": "PartyRelationshipType", + "@id": "Party/PartyRelationshipType", "name": "Party Relationship Type", "@type": "Class", "description": "Define name of a relationship and how to read the relationship both ways e.g. household for / household member of" }, { - "@id": "PartyIdentification", + "@id": "Party/PartyIdentification", "name": "Party Identification", "@type": "Class", "description": "Set of ways to identify a party e.g. driving license, birth certificate" }, { - "@id": "PersonEmployment", + "@id": "Party/PersonEmployment", "name": "Person Employment", "@type": "Class", "description": "Information about an employee" }, { - "@id": "PersonLifeEvent", + "@id": "Party/PersonLifeEvent", "name": "Person Life Event", "@type": "Class", "description": "Major events a person had in their lives e.g. graudation date, marriage date" }, { - "@id": "PersonEducation", + "@id": "Party/PersonEducation", "name": "Person Education", "@type": "Class", "description": "Education a person has e.g. Phd, High School" @@ -2928,157 +2928,157 @@ "description": "Example Entities included: Payment, Payment Group, Payment Authorization, Payment Gateway", "classConcepts": [ { - "@id": "Payment", + "@id": "Payment/Payment", "name": "Payment", "@type": "Class", "description": "An amount of currency paid." }, { - "@id": "CapturePayment", + "@id": "Payment/CapturePayment", "name": "Capture Payment", "@type": "Class", "description": "The transfer of money from the customer's account to the merchant's account." }, { - "@id": "RefundPayment", + "@id": "Payment/RefundPayment", "name": "Refund Payment", "@type": "Class", "description": "Represents a repayment made, typically to a customer who isn’t satisfied with the goods or services purchased. Refunds are typically made after a payment has already been received from customers" }, { - "@id": "PaymentPolicy", + "@id": "Payment/PaymentPolicy", "name": "Payment Policy", "@type": "Class", "description": "This entity stores policy information for an org or an account which can be used to automate the process of payment application to invoice based on business needs." }, { - "@id": "RefundCreditMemoAllocation", + "@id": "Payment/RefundCreditMemoAllocation", "name": "Refund Credit Memo Allocation", "@type": "Class", "description": "Facilitates applying/unapplying refund balance to a credit memo." }, { - "@id": "RefundAllocation", + "@id": "Payment/RefundAllocation", "name": "Refund Allocation", "@type": "Class", "description": "Facilitates applying/unapplying a capture payment, or a credit memo to a Refund Payment." }, { - "@id": "PaymentGroup", + "@id": "Payment/PaymentGroup", "name": "Payment Group", "@type": "Class", "description": "Payment Group provides a way to associate payments and payment gateway events, where the payment is not associated with a Sales Order." }, { - "@id": "PaymentTreatmentMethod", + "@id": "Payment/PaymentTreatmentMethod", "name": "Payment Treatment Method", "@type": "Class", "description": "Represents a specific algorithm or method to apply. For example - pay for taxes first, pay for charges first, pay for oldest due invoice first etc. It can also point to a rule based on which application can be done. Treatment has a method." }, { - "@id": "PaymentTreatment", + "@id": "Payment/PaymentTreatment", "name": "Payment Treatment", "@type": "Class", "description": "This entity has the information which controls the way in which payment can be applied based on a legal entity or workflow. A policy has multiple treatments associated." }, { - "@id": "PaymentAuthorization", + "@id": "Payment/PaymentAuthorization", "name": "Payment Authorization", "@type": "Class", "description": "An approval from the issuer of a payment instrument (usually a card), that the customer has sufficient funds to cover the cost of the transaction." }, { - "@id": "PaymentGatewayAuthReversalLog", + "@id": "Payment/PaymentGatewayAuthReversalLog", "name": "Payment Gateway Authorization Reversal Log", "@type": "Class", "description": "A log record of all requests made to financial institutions, made via the payment gateway, to cancel payment authorizations." }, { - "@id": "PaymentGatewayInteractionLog", + "@id": "Payment/PaymentGatewayInteractionLog", "name": "Payment Gateway Interaction Log", "@type": "Class", "description": "A log record of all messages exchanged with merchants made via the payment gateway, for authorizations and payments." }, { - "@id": "PaymentGatewayPaymentLog", + "@id": "Payment/PaymentGatewayPaymentLog", "name": "Payment Gateway Payment Log", "@type": "Class", "description": "A log record of all messages originating with financial institutions that previously provided payment authorizations, that payments have been deducted from customers' accounts." }, { - "@id": "PaymentGatewayAuthorizationLog", + "@id": "Payment/PaymentGatewayAuthorizationLog", "name": "Payment Gateway Authorization Log", "@type": "Class", "description": "A log record of all requests made to financial institutions, made via the payment gateway, to authorize payments." }, { - "@id": "PaymentGatewayInteractionType", + "@id": "Payment/PaymentGatewayInteractionType", "name": "Payment Gateway Interaction Type", "@type": "Class", "description": "Reasons for accessing the Payment Gateway, including authorization, Sale and Void." }, { - "@id": "PaymentGateway", + "@id": "Payment/PaymentGateway", "name": "Payment Gateway", "@type": "Class", "description": "Holds the payment gateway merchant details which are used to interact external payment systems." }, { - "@id": "PaymentGatewayProvider", + "@id": "Payment/PaymentGatewayProvider", "name": "Payment Gateway Provider", "@type": "Class", "description": "Stores class details needed for maintaining Apex adapter." }, { - "@id": "PaymentGatewayResultCode", + "@id": "Payment/PaymentGatewayResultCode", "name": "Payment Gateway Result Code", "@type": "Class", "description": "The response from the Payment Gateway." }, { - "@id": "PaymentApplication", + "@id": "Payment/PaymentApplication", "name": "Payment Application", "@type": "Class", "description": "The designation of part or all of a Payment to satisfy a claim on the payment funds." }, { - "@id": "PaymentInvoiceApplication", + "@id": "Payment/PaymentInvoiceApplication", "name": "Payment Invoice Application", "@type": "Class", "description": "Facilitates applying/unapplying payment balance to an Invoice." }, { - "@id": "PaymentAllocation", + "@id": "Payment/PaymentAllocation", "name": "Payment Allocation", "@type": "Class", "description": "A Payment Application may be further broken down, to allocate payment funds to one or more line items within an Invoice or Credit Memo" }, { - "@id": "PaymentCreditMemoApplication", + "@id": "Payment/PaymentCreditMemoApplication", "name": "Payment Credit Memo Application", "@type": "Class", "description": "Facilitates applying/unapplying payment balance to a credit memo." }, { - "@id": "PaymentCreditMemoAllocation", + "@id": "Payment/PaymentCreditMemoAllocation", "name": "Payment Credit Memo Allocation", "@type": "Class", "description": "Facilitates applying a Payment Application to the line items of a Credit Memo." }, { - "@id": "PaymentInvoiceAllocation", + "@id": "Payment/PaymentInvoiceAllocation", "name": "Payment Invoice Allocation", "@type": "Class", "description": "Facilitates applying a Payment Application to the line items of an Invoice." }, { - "@id": "RefundPaymentAllocation", + "@id": "Payment/RefundPaymentAllocation", "name": "Refund Payment Allocation", "@type": "Class", "description": "Facilitates applying/unapplying refund balance to a payment." }, { - "@id": "PaymentAuthorizationReversal", + "@id": "Payment/PaymentAuthorizationReversal", "name": "Payment Authorization Reversal", "@type": "Class", "description": "An authorization reversal is a message that alerts the issuer that part or all of a sale has been cancelled and the authorization hold should be rescinded." @@ -5086,31 +5086,31 @@ "description": "Example Entities included: Payment Method Type, Payment Card Tender, Digital Wallet Tender", "classConcepts": [ { - "@id": "PaymentMethod", + "@id": "PaymentMethod/PaymentMethod", "name": "Payment Method", "@type": "Class", "description": "A means by which a buyer compensates a seller for a purchased good or service." }, { - "@id": "PaymentMethodType", + "@id": "PaymentMethod/PaymentMethodType", "name": "Payment Method Type", "@type": "Class", "description": "The category of payment method, such as payment card, check or digital wallet." }, { - "@id": "PaymentCard", + "@id": "PaymentMethod/PaymentCard", "name": "Payment Card", "@type": "Class", "description": "A payment system issued by a financial institution to a customer that allows its owner (the cardholder) to access funds in designated bank accounts" }, { - "@id": "Coupon", + "@id": "PaymentMethod/Coupon", "name": "Coupon", "@type": "Class", "description": "Payment in the form of a voucher entitling the holder to a discount for a particular product." }, { - "@id": "CreditTender", + "@id": "PaymentMethod/CreditTender", "name": "Credit Tender", "@type": "Class", "description": "Payment to the seller that results in an agreement to pay at a later date, usually via a credit account." @@ -5369,61 +5369,61 @@ "description": "Example Entities included: Product Type, Product Item, Product Attribute, Product Relation", "classConcepts": [ { - "@id": "Product", + "@id": "Product/Product", "name": "Product", "@type": "Class", "description": "What is intended to be sold e.g. goods, services, bundles, made to order products." }, { - "@id": "GoodsProduct", + "@id": "Product/GoodsProduct", "name": "Goods Product", "@type": "Class", "description": "Products you can touch e.g. cart of milk, pallet of coffee, mobile phone x model 1" }, { - "@id": "ServiceProduct", + "@id": "Product/ServiceProduct", "name": "Service Product", "@type": "Class", "description": "Products that are intangible e.g. labor, software subscription" }, { - "@id": "BundleProduct", + "@id": "Product/BundleProduct", "name": "Bundle Product", "@type": "Class", "description": "Product groups e.g. mobile phone package include phone, call plan and charger" }, { - "@id": "ProductTranslation", + "@id": "Product/ProductTranslation", "name": "Product Translation", "@type": "Class", "description": "Translated attributes for a product" }, { - "@id": "ProductRelatedProduct", + "@id": "Product/ProductRelatedProduct", "name": "Product Related Product", "@type": "Class", "description": "A grouping of products such as a product bundle" }, { - "@id": "ProductRelationshipType", + "@id": "Product/ProductRelationshipType", "name": "Product Relationship Type", "@type": "Class", "description": "What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of" }, { - "@id": "ProductImage", + "@id": "Product/ProductImage", "name": "Product Image", "@type": "Class", "description": "Images of a product" }, { - "@id": "ProductImageTranslation", + "@id": "Product/ProductImageTranslation", "name": "Product Image Translation", "@type": "Class", "description": "Translated attributes for a product image" }, { - "@id": "Brand", + "@id": "Product/Brand", "name": "Brand", "@type": "Class", "description": "What is the brand of the product e.g. Snike shoes" @@ -6687,61 +6687,61 @@ "description": "Example Entities included: Attribute Set, Attribute Set Attribute", "classConcepts": [ { - "@id": "ProductValidityTimePeriodUOM", + "@id": "ProductAttribute/ProductValidityTimePeriodUOM", "name": "Product Validity Time Period UOM", "@type": "Class", "description": "Standard units of measure for time, for example minute, second, hour and day" }, { - "@id": "ProductCollateral", + "@id": "ProductAttribute/ProductCollateral", "name": "Product Collateral", "@type": "Class", "description": "Collateral for a product e.g. link to brochure one" }, { - "@id": "AttributeSetTranslation", + "@id": "ProductAttribute/AttributeSetTranslation", "name": "Attribute Set Translation", "@type": "Class", "description": "Translated attributes for an attribute set" }, { - "@id": "AttributeTranslation", + "@id": "ProductAttribute/AttributeTranslation", "name": "Attribute Translation", "@type": "Class", "description": "Translated attributes for an attribute" }, { - "@id": "AttributeValue", + "@id": "ProductAttribute/AttributeValue", "name": "Attribute Value", "@type": "Class", "description": "A predefine set of values for a product attribute e.g. shoe lace length 10, 12, 14 centimeter" }, { - "@id": "AttributeValueTranslation", + "@id": "ProductAttribute/AttributeValueTranslation", "name": "Attribute Value Translation", "@type": "Class", "description": "Translated attributes for an attribute value" }, { - "@id": "ProductAttributeValue", + "@id": "ProductAttribute/ProductAttributeValue", "name": "Product Attribute Value", "@type": "Class", "description": "Assignment of an attribute value to a product e.g. shoe lace" }, { - "@id": "ProductAttributeSet", + "@id": "ProductAttribute/ProductAttributeSet", "name": "Product Attribute Set", "@type": "Class", "description": "A set of attributes e.g. shoe attributes that are assigned to a particular instance of Product" }, { - "@id": "PriceBookEntry", + "@id": "ProductAttribute/PriceBookEntry", "name": "Price Book Entry", "@type": "Class", "description": "A list of products and their prices." }, { - "@id": "DeviceUserSession", + "@id": "ProductAttribute/DeviceUserSession", "name": "Device User Session", "@type": "Class", "description": "A time-bound period when a person used a website or other service, also known as a Visit" @@ -7173,37 +7173,37 @@ "description": "Example Entities included: Product Catalog, Product Catalog Category, Product Catalog Assignment", "classConcepts": [ { - "@id": "ProductCategory", + "@id": "ProductCatalog/ProductCategory", "name": "Product Category", "@type": "Class", "description": "A product may consist of many categories e.g. shoes, tshirts" }, { - "@id": "ProductCatalog", + "@id": "ProductCatalog/ProductCatalog", "name": "Product Catalog", "@type": "Class", "description": "A catalog used for a certain business process e.g. inventory, merchandizing" }, { - "@id": "ProductCatalogTranslation", + "@id": "ProductCatalog/ProductCatalogTranslation", "name": "Product Catalog Translation", "@type": "Class", "description": "Translated attributes for a product catalog" }, { - "@id": "ProductCategoryTranslation", + "@id": "ProductCatalog/ProductCategoryTranslation", "name": "Product Category Translation", "@type": "Class", "description": "Translated attributes for a product category" }, { - "@id": "ProductCategoryProduct", + "@id": "ProductCatalog/ProductCategoryProduct", "name": "Product Category Product", "@type": "Class", "description": "Assignment of product to categories e.g. the Nikedas shoe assigned to shoe and running categories" }, { - "@id": "ProductCategoryAttributeSet", + "@id": "ProductCatalog/ProductCategoryAttributeSet", "name": "Product Category Attribute Set", "@type": "Class", "description": "Assignment of an Attribute Set to a Product Category e.g. the Shoe attribute set assigned to the Shoes category" @@ -7502,169 +7502,169 @@ "description": "Example Entities included: Sales Order, Opportunity, Payment Method", "classConcepts": [ { - "@id": "OrderDeliveryMethod", + "@id": "SalesOrder/OrderDeliveryMethod", "name": "Order Delivery Method", "@type": "Class", "description": "Standardized methods for transferring purchased products or services to the destination of fulfillment. Delivery methods are characterized by the means of transportation used, and by the delivering organization or group." }, { - "@id": "SalesOrderPaymentSummary", + "@id": "SalesOrder/SalesOrderPaymentSummary", "name": "Sales Order Payment Summary", "@type": "Class", "description": "One or more Payments having the same Payment Method, that have been applied to a single Sales Order." }, { - "@id": "ProductRelationshipType", + "@id": "SalesOrder/ProductRelationshipType", "name": "Product Relationship Type", "@type": "Class", "description": "What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of" }, { - "@id": "SalesChannel", + "@id": "SalesOrder/SalesChannel", "name": "Sales Channel", "@type": "Class", "description": "Which channel is used to sell goods e.g. Web Store, Retail Store, Street Faire" }, { - "@id": "SalesOrderProduct", + "@id": "SalesOrder/SalesOrderProduct", "name": "Sales Order Product", "@type": "Class", "description": "A component of a Sales Order that identifies a product or service that will be sold to the customer" }, { - "@id": "SalesChannelType", + "@id": "SalesOrder/SalesChannelType", "name": "Sales Channel Type", "@type": "Class", "description": "Standard ways of selling products such as web, retail, direct marketing, etc" }, { - "@id": "SalesOrder", + "@id": "SalesOrder/SalesOrder", "name": "Sales Order", "@type": "Class", "description": "An internal document generated by the seller, indicating that the customer is now ready to purchase products and services" }, { - "@id": "SalesOrderStatus", + "@id": "SalesOrder/SalesOrderStatus", "name": "Sales Order Status", "@type": "Class", "description": "The status of a Sales Order" }, { - "@id": "SalesOrderSegment", + "@id": "SalesOrder/SalesOrderSegment", "name": "Sales Order Segment", "@type": "Class", "description": "A sub-period of an overall subscription which has pricing associated with it" }, { - "@id": "SalesOrderConfirmationStatus", + "@id": "SalesOrder/SalesOrderConfirmationStatus", "name": "Sales Order Confirmation Status", "@type": "Class", "description": "Stages of customer approval and finalization of a Sales Order." }, { - "@id": "SalesOrderType", + "@id": "SalesOrder/SalesOrderType", "name": "Sales Order Type", "@type": "Class", "description": "Classifies a Sales Order as a New, Renewal or Change order" }, { - "@id": "RenewalTerm", + "@id": "SalesOrder/RenewalTerm", "name": "Renewal Term", "@type": "Class", "description": "For renewal orders, the length of the renewal term" }, { - "@id": "SalesOrderProductStatus", + "@id": "SalesOrder/SalesOrderProductStatus", "name": "Sales Order Product Status", "@type": "Class", "description": "The status of a line component of a Sales Order" }, { - "@id": "SalesOrderProductReasonCategory", + "@id": "SalesOrder/SalesOrderProductReasonCategory", "name": "Sales Order Product Reason Category", "@type": "Class", "description": "Groupings of Sales Order Product Reasons, such as product related or service related" }, { - "@id": "SalesOrderProductReason", + "@id": "SalesOrder/SalesOrderProductReason", "name": "Sales Order Product Reason", "@type": "Class", "description": "The customer motive for ordering a product or service, such as replacement, new purchase, upgrade" }, { - "@id": "SalesOrderPriceAdjustment", + "@id": "SalesOrder/SalesOrderPriceAdjustment", "name": "Sales Order Price Adjustment", "@type": "Class", "description": "A change to the price of a Sales Order that is made before order fulfillment. A Sales Order Price Adjustment may be comprised of Sales Order Product Price Adjustments that allocate the overall adjustment amount to one or more of the products and services" }, { - "@id": "PriceAdjustmentGroup", + "@id": "SalesOrder/PriceAdjustmentGroup", "name": "Price Adjustment Group", "@type": "Class", "description": "Supertype of: Sales Order Price Adjustment, Sales Order Product Price Adjustment, and FulfillmentOrderProductPriceAdjustment" }, { - "@id": "SalesOrderPriceAdjustmentType", + "@id": "SalesOrder/SalesOrderPriceAdjustmentType", "name": "Sales Order Price Adjustment Type", "@type": "Class", "description": "Reasons for adjusting the price of an order such as promotional discount, or customer satisfaction issue" }, { - "@id": "PriceAdjustmentMethod", + "@id": "SalesOrder/PriceAdjustmentMethod", "name": "Price Adjustment Method", "@type": "Class", "description": "Defines how the adjustment will be calculated. Valid values used in Commerce Cloud are: percentage, fixed_price, amount, free, price_book_price, bonus, total_fixed_price, bonus_choice, percentage_off_options" }, { - "@id": "SalesOrderProductTax", + "@id": "SalesOrder/SalesOrderProductTax", "name": "Sales Order Product Tax", "@type": "Class", "description": "A tax on the price of a Sales Order Product." }, { - "@id": "SalesOrderTax", + "@id": "SalesOrder/SalesOrderTax", "name": "Sales Order Tax", "@type": "Class", "description": "A charge that is imposed by a government entity for public purposes. Types are aligned to phases of the process: SalesOrderTax, FulfillmentProductTax and ShipmentProductTax" }, { - "@id": "SalesOrderDeliveryGroup", + "@id": "SalesOrder/SalesOrderDeliveryGroup", "name": "Sales Order Delivery Group", "@type": "Class", "description": "One or more Sales Order Products that share a common Sales Order Delivery Method, and Shipping Address" }, { - "@id": "SalesOrderDeliveryStatus", + "@id": "SalesOrder/SalesOrderDeliveryStatus", "name": "Sales Order Delivery Status", "@type": "Class", "description": "The progress of a delivery such as awaiting pickup, in progress or complete" }, { - "@id": "SalesOrderProductGroup", + "@id": "SalesOrder/SalesOrderProductGroup", "name": "Sales Order Product Group", "@type": "Class", "description": "Products may be grouped together for various reasons, such as products that should be shipped together. Every product in a Sales Order Product Group is not required to be a Sales Order Product." }, { - "@id": "SalesOrderProductGroupType", + "@id": "SalesOrder/SalesOrderProductGroupType", "name": "Sales Order Product Group Type", "@type": "Class", "description": "Reasons for grouping products together on sales orders, for example products that ship together." }, { - "@id": "SalesOrderProductNote", + "@id": "SalesOrder/SalesOrderProductNote", "name": "Sales Order Product Note", "@type": "Class", "description": "A document accompanying a Sales Order that lists the description, quantity of the goods to be delivered or other information." }, { - "@id": "SalesOrderChangeLog", + "@id": "SalesOrder/SalesOrderChangeLog", "name": "Sales Order Change Log", "@type": "Class", "description": "Change log for sales order" }, { - "@id": "SalesOrderChangeType", + "@id": "SalesOrder/SalesOrderChangeType", "name": "Sales Order ChangeT ype", "@type": "Class", "description": "The reason for a revision of an earlier sales order, e.g. quantity change, new distributed adjustment, new line adjustment, etc." @@ -10472,49 +10472,49 @@ "description": "Example Entities included: Shipment, Shipment Package, Shipment Document, Shipment Product", "classConcepts": [ { - "@id": "Shipment", + "@id": "Shipment/Shipment", "name": "Shipment", "@type": "Class", "description": "A quantity of goods sent together to a place, or the act of sending them" }, { - "@id": "ShipmentStatus", + "@id": "Shipment/ShipmentStatus", "name": "Shipment Status", "@type": "Class", "description": "The stage of a shipment. Possible values could be pre-transit, in transit, delayed, delivered" }, { - "@id": "ShippingMethod", + "@id": "Shipment/ShippingMethod", "name": "Shipping Method", "@type": "Class", "description": "A parcel of one or more items bundled together, so that they arrive at the customer's address as a single unit." }, { - "@id": "ShipmentProduct", + "@id": "Shipment/ShipmentProduct", "name": "Shipment Product", "@type": "Class", "description": "An item on a list of one or more that comprises a shipment." }, { - "@id": "ShipmentDocument", + "@id": "Shipment/ShipmentDocument", "name": "Shipment Document", "@type": "Class", "description": "A receipt, bill of lading or other document that is delivered with the shipment to explain the purchase or shipment contents." }, { - "@id": "ShipmentPackage", + "@id": "Shipment/ShipmentPackage", "name": "Shipment Package", "@type": "Class", "description": "A parcel of one or more items bundled together, so that they arrive at the customer's address as a single unit." }, { - "@id": "ShipmentProductPriceAdjustmentTax", + "@id": "Shipment/ShipmentProductPriceAdjustmentTax", "name": "Shipment Product Price Adjustment Tax", "@type": "Class", "description": "A tax on the price of a Sales Order Product." }, { - "@id": "ShipmentProductPriceAdjustment", + "@id": "Shipment/ShipmentProductPriceAdjustment", "name": "Shipment Product Price Adjustment", "@type": "Class", "description": "A change to the price of an ordered product or service that is made after Fulfillment." From 24cbf3ce7220425840e8d7b3edc02c7e0a1257cb Mon Sep 17 00:00:00 2001 From: mattdfuchs Date: Wed, 2 Sep 2020 17:21:56 -0700 Subject: [PATCH 09/12] sped up export - still some minor inconsistencies for CIM --- src/main/bindings/BindingsPlugin.ts | 31 + src/main/bindings/CIMBindingsPlugin.ts | 49 + src/main/bindings/cim/exporter.ts | 6 +- src/test/resources/model.json | 5871 +++++++++++++++++++----- 4 files changed, 4924 insertions(+), 1033 deletions(-) diff --git a/src/main/bindings/BindingsPlugin.ts b/src/main/bindings/BindingsPlugin.ts index f0c6fae..4e38b0e 100644 --- a/src/main/bindings/BindingsPlugin.ts +++ b/src/main/bindings/BindingsPlugin.ts @@ -34,4 +34,35 @@ export abstract class BindingsPlugin { * @param graphs */ abstract async export(configuration: ConfigurationParameter[], graphs: meta.DialectWrapper[]): Promise + + abstract updateBindings(bindName : string): void + abstract initBindings(bindUuid: string): string + + private bindName = namedNode(schPref.bind + 'Binding') + private uuidName = namedNode(schPref.amldata + 'uuid') + private bdsName = namedNode(schPref.bind + 'bindingDeclarationSource') + private bsName = namedNode(schPref.bind + 'bindingSource') + private bbName = namedNode(schPref.bind + 'boundBy') + private bName = namedNode(schPref.bind + 'binding') + protected dde = namedNode('http://a.ml/vocabularies/meta#DialectDomainElement') + protected de = namedNode('http://a.ml/vocabularies/document#DomainElement') + + createBinding(regime: string, bindingDeclSrc: string, source : string){ + let uuid = uuidv4() + let bindName = 'http://mulesoft.com/modeling/bindings/' + uuid + let bindNode = namedNode(bindName) + let sourceNode = namedNode('http://mulesoft.com/modeling/instances/uuid/'+source) + let graph = namedNode(regime) + let bindingDeclarationSource = namedNode(bindingDeclSrc) + let stupid = `file://${process.cwd()}/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding` + store.addQuad(bindNode, rdfType, bindName,graph) + store.addQuad(bindNode, rdfType, this.dde,graph) + store.addQuad(bindNode, rdfType, this.de,graph) + store.addQuad(bindNode, rdfType, namedNode(stupid), graph) + store.addQuad(bindNode,this.uuidName, literal(uuid), graph) + store.addQuad(bindNode, this.bsName, sourceNode, graph) + store.addQuad(bindNode, this.bdsName, namedNode(bindingDeclSrc), graph) + return bindName + } + } \ No newline at end of file diff --git a/src/main/bindings/CIMBindingsPlugin.ts b/src/main/bindings/CIMBindingsPlugin.ts index f7d8a6f..787922d 100644 --- a/src/main/bindings/CIMBindingsPlugin.ts +++ b/src/main/bindings/CIMBindingsPlugin.ts @@ -174,6 +174,55 @@ export class CIMBindingsPlugin extends BindingsPlugin { protected async parseGlobalFile(resource: Resource, store?: n3.Store): Promise { return await graph.loadGraph(resource.text ? resource.text : '', store); } + private modName : NamedNode = namedNode(schPref.amlm + 'Module') + private boundName = namedNode(schPref.bind + "boundBy") + private dmName = namedNode(schPref.amldm + 'DataModel') + private uuidNN = namedNode(schPref.amldata+'uuid') + private binding = namedNode('http://a.ml/vocabularies/bindings#binding') + + updateBindings(bindName : string):void{ + //finding who doesn't have a binding + // get all Modules not "boundBy" bindName + const rootBind = namedNode(bindName) + let modsToAnnotate = store.getSubjects(rdfType,this.modName). + filter((m : any) => store.getObjects(m, this.boundName). + filter((o : any) => store.countQuads(o,rdfType,null,rootBind) > 0).length === 0) + modsToAnnotate.forEach((mta : NamedNode) => { + let uuid = store.getObjects(mta,this.uuidNN)[0].value + let bindingName = this.createBinding(bindName, 'http://mulesoft.com/modeling/instances/bindings/cim/SubjectAreaBinding', uuid) + store.addQuad(rootBind, this.binding, namedNode(bindingName), rootBind) + }) + // get all DataModels not "boundBy" bindname + let dmsToAnnotate : NamedNode[] = store.getSubjects(rdfType,this.dmName). + filter((m : NamedNode) => store.getObjects(m, this.boundName). + filter((o : NamedNode) => store.countQuads(o,rdfType,null,rootBind) > 0).length === 0) + dmsToAnnotate.forEach((mta : NamedNode) => { + let uuid = store.getObjects(mta,this.uuidNN)[0].value + let bindingName = this.createBinding(bindName, 'http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding', uuid) + store.addQuad(rootBind, this.binding, namedNode(bindingName), rootBind) + }) + + } + private bindingModel = namedNode('http://a.ml/vocabularies/bindings#BindingModel') + //private dde = namedNode('http://a.ml/vocabularies/meta#DialectDomainElement') + //private de = namedNode('http://a.ml/vocabularies/document#DomainElement') + private bd = namedNode('http://a.ml/vocabularies/bindings#bindingDeclaration') + private cimNN = namedNode('http://mulesoft.com/modeling/instances/bindings/cim') + private bs = namedNode('http://a.ml/vocabularies/bindings#bindingSource') + private cimd = namedNode('http://mulesoft.com/modeling/instances/uuid/cim_distribution') + initBindings(bindUuid: string): string { + let bn = namedNode('http://mulesoft.com/modeling/bindings/'+bindUuid) + store.addQuad(bn, this.uuidNN,bindUuid,bn) + store.addQuad(bn, rdfType, this.bindingModel,bn) + let stupid = `file://${process.cwd()}/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/BindingsModel` + store.addQuad(bn, rdfType, this.dde,bn) + store.addQuad(bn, rdfType, this.de,bn) + store.addQuad(bn, rdfType, namedNode(stupid), bn) + store.addQuad(bn, this.bd, this.cimNN) + store.addQuad(bn, this.bs, this.cimd) + return 'http://mulesoft.com/modeling/bindings/'+bindUuid + } + } diff --git a/src/main/bindings/cim/exporter.ts b/src/main/bindings/cim/exporter.ts index efb2770..27f79b5 100644 --- a/src/main/bindings/cim/exporter.ts +++ b/src/main/bindings/cim/exporter.ts @@ -235,6 +235,10 @@ export class CIMExporter { } protected toId(name: string) { - return name.replace(/\s+/, "").replace("_", "") + try { + return name.replace(/\s+/, "").replace("_", "") + } catch(e){ + return "" + } } } \ No newline at end of file diff --git a/src/test/resources/model.json b/src/test/resources/model.json index e9da7e4..8b91420 100644 --- a/src/test/resources/model.json +++ b/src/test/resources/model.json @@ -918,18 +918,21 @@ "@id": "ContactPoint/ContactPointAddress", "name": "Contact Point Address", "@type": "Class", + "subClassOf": "ContactPoint", "description": "Mailing address for a party e.g. 123 Main St, Big City, CA12345, USA" }, { "@id": "ContactPoint/ContactPointEmail", "name": "Contact Point Email", "@type": "Class", + "subClassOf": "ContactPoint", "description": "Email address for a party e.g. email info@northerntrailoutfitters.com" }, { "@id": "ContactPoint/ContactPointPhone", "name": "Contact Point Phone", "@type": "Class", + "subClassOf": "ContactPoint", "description": "Phone number for a party e.g. phone 123-4567" }, { @@ -942,6 +945,7 @@ "@id": "ContactPoint/PartyWebAddress", "name": "Party Web Address", "@type": "Class", + "subClassOf": "ContactPoint", "description": "What is the Web URL for the Party" }, { @@ -954,24 +958,119 @@ "@id": "ContactPoint/ContactPointSocial", "name": "Contact Point Social", "@type": "Class", + "subClassOf": "ContactPoint", "description": "Social handle for a party e.g. trustednews at twitter" }, { "@id": "ContactPoint/ContactPointLocation", "name": "Contact Point Location", "@type": "Class", + "subClassOf": "ContactPoint", "description": "Physical location for a party e.g. party Northern Trail Outfitters at Standford Shopping Mall" }, { "@id": "ContactPoint/ContactPointApp", "name": "Contact Point App", "@type": "Class", + "subClassOf": "ContactPoint", "description": "Software Application for a party and optionally on a specific device e.g. John Doe have Strava App on device iPhone123" } ], "propertyConcepts": [ { - "@id": "forBusinessUse", + "@id": "countryName", + "@type": "Property", + "domain": [ + "ContactPointAddress", + "ContactPointPhone" + ] + }, + { + "@id": "stateProvinceName", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "postalCodeText", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "cityName", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "addressLine4", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "addressLine3", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "addressLine2", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "addressLine1", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "geoAccuracy", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "geoLatitude", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "geoLongitude", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "isUsedForBilling", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "isUsedForShipping", + "@type": "Property", + "domain": [ + "ContactPointAddress" + ] + }, + { + "@id": "id", "@type": "Property", "domain": [ "ContactPointAddress", @@ -979,6 +1078,7 @@ "ContactPointPhone", "ContactPoint", "PartyWebAddress", + "ContactPointType", "ContactPointSocial", "ContactPointLocation", "ContactPointApp" @@ -998,6 +1098,34 @@ "ContactPointEmail" ] }, + { + "@id": "emailLatestBounceDateTime", + "@type": "Property", + "domain": [ + "ContactPointEmail" + ] + }, + { + "@id": "emailDomain", + "@type": "Property", + "domain": [ + "ContactPointEmail" + ] + }, + { + "@id": "emailMailBox", + "@type": "Property", + "domain": [ + "ContactPointEmail" + ] + }, + { + "@id": "emailAddress", + "@type": "Property", + "domain": [ + "ContactPointEmail" + ] + }, { "@id": "isFaxCapable", "@type": "Property", @@ -1005,6 +1133,83 @@ "ContactPointPhone" ] }, + { + "@id": "isSMSCapable", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "primaryPhoneType", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "formattedNationalPhoneNumber", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "formattedE164PhoneNumber", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "formattedInternationalPhoneNumber", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "extensionNumber", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "telephoneNumber", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "shortCode", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "areaCode", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "phoneCountryCode", + "@type": "Property", + "domain": [ + "ContactPointPhone" + ] + }, + { + "@id": "forBusinessUse", + "@type": "Property", + "domain": [ + "ContactPoint" + ] + }, { "@id": "forPersonalUse", "@type": "Property", @@ -1068,15 +1273,6 @@ "ContactPoint" ] }, - { - "@id": "id", - "@type": "Property", - "domain": [ - "ContactPoint", - "ContactPointType", - "ContactPointLocation" - ] - }, { "@id": "contactPointType", "@type": "Property", @@ -1095,7 +1291,8 @@ "@id": "party", "@type": "Property", "domain": [ - "ContactPoint" + "ContactPoint", + "PartyWebAddress" ] }, { @@ -1126,6 +1323,41 @@ "ContactPointSocial" ] }, + { + "@id": "socialFanStatus", + "@type": "Property", + "domain": [ + "ContactPointSocial" + ] + }, + { + "@id": "followersCount", + "@type": "Property", + "domain": [ + "ContactPointSocial" + ] + }, + { + "@id": "profilePictureURL", + "@type": "Property", + "domain": [ + "ContactPointSocial" + ] + }, + { + "@id": "socialHandleName", + "@type": "Property", + "domain": [ + "ContactPointSocial" + ] + }, + { + "@id": "socialHandle", + "@type": "Property", + "domain": [ + "ContactPointSocial" + ] + }, { "@id": "applicationLogin", "@type": "Property", @@ -1138,52 +1370,222 @@ { "@type": "Shape", "@id": "ContactPointAddress", - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "contactPhone", - "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + "and": [ + { + "@id": "ContactPoint" + }, + { + "properties": [ + { + "path": "countryName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "stateProvinceName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "postalCodeText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "cityName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "addressLine4", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "addressLine3", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "addressLine2", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "addressLine1", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "geoAccuracy", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "geoLatitude", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "geoLongitude", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isUsedForBilling", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isUsedForShipping", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contactPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + } + ] } ] }, { "@type": "Shape", "@id": "ContactPointEmail", - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "emailLatestBounceReasonText", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "ContactPoint" + }, + { + "properties": [ + { + "path": "emailLatestBounceReasonText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "emailLatestBounceDateTime", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "emailDomain", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "emailMailBox", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "emailAddress", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "ContactPointPhone", - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isFaxCapable", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "ContactPoint" + }, + { + "properties": [ + { + "path": "isFaxCapable", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isSMSCapable", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "primaryPhoneType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "formattedNationalPhoneNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "formattedE164PhoneNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "formattedInternationalPhoneNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "extensionNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "telephoneNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shortCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "areaCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "phoneCountryCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "countryName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, @@ -1269,33 +1671,45 @@ { "@type": "Shape", "@id": "PartyWebAddress", + "and": [ + { + "@id": "ContactPoint" + }, + { + "properties": [ + { + "path": "webSiteURL", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } + ] + }, + { + "@type": "Shape", + "@id": "ContactPointType", "properties": [ { - "path": "forBusinessUse", + "path": "optInPriority", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 }, { - "path": "webSiteURL", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "ContactPointType", - "properties": [ - { - "path": "optInPriority", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "name", + "path": "name", "datatype": "http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/shacl#minCount": 1, "http://www.w3.org/ns/shacl#maxCount": 1 @@ -1311,53 +1725,98 @@ { "@type": "Shape", "@id": "ContactPointSocial", - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "socialNetworkProvider", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "ContactPoint" + }, + { + "properties": [ + { + "path": "socialNetworkProvider", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "socialFanStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "followersCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "profilePictureURL", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "socialHandleName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "socialHandle", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "ContactPointLocation", - "properties": [ + "and": [ { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "@id": "ContactPoint" }, { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "ContactPointApp", - "properties": [ - { - "path": "forBusinessUse", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "applicationLogin", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "ContactPoint" + }, + { + "properties": [ + { + "path": "applicationLogin", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] } @@ -1383,24 +1842,28 @@ "@id": "PartyRole/Customer", "name": "Customer", "@type": "Class", + "subClassOf": "PartyRole", "description": "Information about a party playing role of customer e.g. life time value, life cycle status" }, { "@id": "PartyRole/Seller", "name": "Seller", "@type": "Class", + "subClassOf": "PartyRole", "description": "Information about a party playing role of seller e.g. customer satisfaction score" }, { "@id": "PartyRole/Supplier", "name": "Supplier", "@type": "Class", + "subClassOf": "PartyRole", "description": "Information about a party playing role of supplier e.g. vendor ranking" }, { "@id": "PartyRole/Competitor", "name": "Competitor", "@type": "Class", + "subClassOf": "PartyRole", "description": "Information about a party playing role of competitor e.g. strength (in products), weaknesses (in offerings), opportunities (to overtake), threats (to our business)" }, { @@ -1416,6 +1879,10 @@ "@type": "Property", "domain": [ "PartyRole", + "Customer", + "Seller", + "Supplier", + "Competitor", "CustomerStatusHistory" ] }, @@ -1423,720 +1890,2306 @@ "@id": "party", "@type": "Property", "domain": [ - "PartyRole", - "Customer", - "Seller", - "Supplier", - "Competitor" + "PartyRole" ] }, { "@id": "customerSatisfactionScore", "@type": "Property", "domain": [ - "Customer" + "Customer", + "Seller" ] }, { - "@id": "newCustomerAcquisitionCount", + "@id": "churnScore", "@type": "Property", "domain": [ - "Seller" + "Customer" ] }, { - "@id": "competitiveMarketingRank", + "@id": "netPromoterScore", "@type": "Property", "domain": [ - "Supplier" + "Customer" ] }, { - "@id": "assetTurnoverRatio", + "@id": "last12MonthsSupportCallCount", "@type": "Property", "domain": [ - "Competitor" + "Customer" ] }, { - "@id": "endDateTIme", + "@id": "last24MonthsNewRevenueAmount", "@type": "Property", "domain": [ - "CustomerStatusHistory" + "Customer" ] }, { - "@id": "startDateTime", + "@id": "last12MonthsNewRevenueAmount", "@type": "Property", "domain": [ - "CustomerStatusHistory" + "Customer" ] }, { - "@id": "partyRoleStatus", + "@id": "totalProfitContributionAmount", "@type": "Property", "domain": [ - "CustomerStatusHistory" + "Customer" ] }, { - "@id": "partyRole", + "@id": "totalContractedAmount", "@type": "Property", "domain": [ - "CustomerStatusHistory" - ] - } - ], - "schemas": [ - { - "@type": "Shape", - "@id": "PartyRole", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "Customer" ] }, { - "@type": "Shape", - "@id": "Customer", - "properties": [ - { - "path": "customerSatisfactionScore", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "totalBookingsAmount", + "@type": "Property", + "domain": [ + "Customer" ] }, { - "@type": "Shape", - "@id": "Seller", - "properties": [ - { - "path": "newCustomerAcquisitionCount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "totalLifeTimeValue", + "@type": "Property", + "domain": [ + "Customer" ] }, { - "@type": "Shape", - "@id": "Supplier", - "properties": [ - { - "path": "competitiveMarketingRank", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "marketingEmailResponseRate", + "@type": "Property", + "domain": [ + "Customer" ] }, { - "@type": "Shape", - "@id": "Competitor", - "properties": [ - { - "path": "assetTurnoverRatio", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "party", - "http://www.w3.org/ns/shacl#node": "Party", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "originatingCustomerSource", + "@type": "Property", + "domain": [ + "Customer" ] }, { - "@type": "Shape", - "@id": "CustomerStatusHistory", - "properties": [ - { - "path": "endDateTIme", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "startDateTime", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "partyRoleStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "partyRole", - "http://www.w3.org/ns/shacl#node": "PartyRole", - "http://www.w3.org/ns/shacl#minCount": 1 - } - ] - } - ] - }, - { - "@id": "LeadEntityGroup", - "name": "Lead", - "@type": "EntityGroup", - "version": "0.2", - "subjectArea": { - "@id": "Party" - }, - "description": "Example Entities included: Lead, Lead Status, Lead Source", - "classConcepts": [ - { - "@id": "Lead/Lead", - "name": "Lead", - "@type": "Class", - "description": "A person or company that showed interest in the company's products" - } - ], - "propertyConcepts": [ - { - "@id": "geoCodeAccuracy", + "@id": "prospectRating", "@type": "Property", "domain": [ - "Lead" + "Customer" ] }, { - "@id": "geoCodeLongitude", + "@id": "customerStatus", "@type": "Property", "domain": [ - "Lead" + "Customer" ] }, { - "@id": "geoCodeLatitude", + "@id": "customerNumber", "@type": "Property", "domain": [ - "Lead" + "Customer" ] }, { - "@id": "website", + "@id": "newCustomerAcquisitionCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "leadScore", + "@id": "estimatedPartnerGrossMargin", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "leadRating", + "@id": "opportunityWinRate", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "photoURL", + "@id": "opportunityInvolvementCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "lastActivityDate", + "@id": "demonstrationsGivenCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "companyName", + "@id": "averageConvertedLeadAmount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "annualRevenue", + "@id": "leadGenerationCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "countryName", + "@id": "creditRating", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "stateProvinceName", + "@id": "majorPostSaleSupportNeeded", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "streetName", + "@id": "productReturnRate", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "emailBouncedReason", + "@id": "inventoryValueAmount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "emailBouncedDate", + "@id": "marketingDevelopmentAmount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "convertedDate", + "@id": "jointBusinessPlanExist", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "isConverted", + "@id": "systemLoginCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "description", + "@id": "documentationDownloadCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "leadStatus", + "@id": "eventParticipationCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "leadSource", + "@id": "trainingCertificationCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "id", + "@id": "trainingParticipationCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "partnerAccount", + "@id": "trialParticipationCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "faxContactPhone", + "@id": "communityParticipationCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "mobileContactPhone", + "@id": "successStoryCount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "phoneContactPoint", + "@id": "satisfactionScore", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "contactPointEmail", + "@id": "salesAmount", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "contactAddress", + "@id": "sellerType", "@type": "Property", "domain": [ - "Lead" + "Seller" ] }, { - "@id": "convertedToAccountContact", + "@id": "activeToDate", "@type": "Property", "domain": [ - "Lead" + "Seller", + "Supplier" ] }, { - "@id": "convertedToAccount", + "@id": "activeFromDate", "@type": "Property", "domain": [ - "Lead" + "Seller", + "Supplier" ] }, { - "@id": "partyRole", + "@id": "competitiveMarketingRank", "@type": "Property", "domain": [ - "Lead" + "Supplier" ] - } - ], - "schemas": [ + }, { - "@type": "Shape", - "@id": "Lead", - "properties": [ - { - "path": "geoCodeAccuracy", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "geoCodeLongitude", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "geoCodeLatitude", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "website", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadScore", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadRating", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "photoURL", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "lastActivityDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "companyName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "annualRevenue", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "countryName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "stateProvinceName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "streetName", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "emailBouncedReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "emailBouncedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "convertedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "isConverted", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "description", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadStatus", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "leadSource", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "partnerAccount", - "http://www.w3.org/ns/shacl#node": "Account" - }, - { - "path": "faxContactPhone", - "http://www.w3.org/ns/shacl#node": "ContactPointPhone" - }, - { - "path": "mobileContactPhone", - "http://www.w3.org/ns/shacl#node": "ContactPointPhone" - }, - { - "path": "phoneContactPoint", - "http://www.w3.org/ns/shacl#node": "ContactPointPhone" - }, - { - "path": "contactPointEmail", - "http://www.w3.org/ns/shacl#node": "ContactPointEmail" - }, - { - "path": "contactAddress", - "http://www.w3.org/ns/shacl#node": "ContactPointAddress" - }, - { - "path": "convertedToAccountContact", - "http://www.w3.org/ns/shacl#node": "AccountContact" - }, - { - "path": "convertedToAccount", - "http://www.w3.org/ns/shacl#node": "Account" - }, - { - "path": "partyRole", - "http://www.w3.org/ns/shacl#node": "PartyRole", - "http://www.w3.org/ns/shacl#minCount": 1 - } + "@id": "competitiveWarrantyRank", + "@type": "Property", + "domain": [ + "Supplier" ] - } - ] - }, - { - "@id": "PartyEntityGroup", - "name": "Party", - "@type": "EntityGroup", - "version": "0.2", - "subjectArea": { - "@id": "Party" - }, - "description": "Example Entities included: Organization, Individual, Affiliate Group, Uncategorized", - "classConcepts": [ + }, { - "@id": "Party/Party", - "name": "Party", - "@type": "Class", - "description": "A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group." + "@id": "competitiveCostAvoidanceRank", + "@type": "Property", + "domain": [ + "Supplier" + ] }, { - "@id": "Party/Individual", - "name": "Individual", - "@type": "Class", - "description": "Represent the person you are, or will be, dealing with using the system" + "@id": "competitiveProductPriceRank", + "@type": "Property", + "domain": [ + "Supplier" + ] }, { - "@id": "Party/Household", - "name": "Household", - "@type": "Class", - "description": "A combination of people, normally recorded in the system for marketing or service purposes" + "@id": "satisfactionEthicsRank", + "@type": "Property", + "domain": [ + "Supplier" + ] }, { - "@id": "Party/InternalBusinessUnit", - "name": "Internal Business Unit", - "@type": "Class", - "description": "Defining a part of your own internal organization. May be anything from a holding company, a line of business, a country division, a department and for which you may want to track e.g. if it is a legal entity, default GL Code, profit-and-loss etc against." + "@id": "satisfactionTechnicalSupportRank", + "@type": "Property", + "domain": [ + "Supplier" + ] }, { - "@id": "Party/UncategorizedParty", - "name": "Uncategorized Party", - "@type": "Class", - "description": "A party we may be, or will be, dealing with but we do not know who they are yet e.g. Social Handle 'TrustedNews' which we do not yet know if a person or a business but complain about our company so we want to log a case to investigate further. E.g. an ord" + "@id": "satisfactionCustomerServiceRank", + "@type": "Property", + "domain": [ + "Supplier" + ] }, { - "@id": "Party/PartyAdditionalName", + "@id": "contractInvoiceAccuracyRate", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractSLAIssueRate", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractBudgetCostRate", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractProductReturnRate", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractProductQualityRate", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractDeliveryCorrectnessRate", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractOnTimeDeliveryRate", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractSourcingCycleDays", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "competitiveWeightScore", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "competitiveWeightPercent", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "satisfactionWeightScore", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "satisfactionWeightPercent", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractWeightScore", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "contractWeightPercent", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "isCarrier", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "supplierScore", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "supplierSpend", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "supplierType", + "@type": "Property", + "domain": [ + "Supplier" + ] + }, + { + "@id": "assetTurnoverRatio", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "assetReturnRatio", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "currentRatio", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "cashFlowGrowth", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "netProfitMargin", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "ptoENumber", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "adKeywords", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "pressMentionsRate", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "socialMediaPostRate", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "adReachRate", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "competitorThreats", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "competitorLeverageOpportunities", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "competitorWeaknesses", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "competitorStrengths", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "competitorObjectives", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "competitorToDate", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "competitorFromDate", + "@type": "Property", + "domain": [ + "Competitor" + ] + }, + { + "@id": "endDateTIme", + "@type": "Property", + "domain": [ + "CustomerStatusHistory" + ] + }, + { + "@id": "startDateTime", + "@type": "Property", + "domain": [ + "CustomerStatusHistory" + ] + }, + { + "@id": "partyRoleStatus", + "@type": "Property", + "domain": [ + "CustomerStatusHistory" + ] + }, + { + "@id": "partyRole", + "@type": "Property", + "domain": [ + "CustomerStatusHistory" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "PartyRole", + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "party", + "http://www.w3.org/ns/shacl#node": "Party", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "Customer", + "and": [ + { + "@id": "PartyRole" + }, + { + "properties": [ + { + "path": "customerSatisfactionScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "churnScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "netPromoterScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "last12MonthsSupportCallCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "last24MonthsNewRevenueAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "last12MonthsNewRevenueAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalProfitContributionAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalContractedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalBookingsAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "totalLifeTimeValue", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "marketingEmailResponseRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "originatingCustomerSource", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "prospectRating", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "customerStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "customerNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } + ] + }, + { + "@type": "Shape", + "@id": "Seller", + "and": [ + { + "@id": "PartyRole" + }, + { + "properties": [ + { + "path": "newCustomerAcquisitionCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "estimatedPartnerGrossMargin", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "opportunityWinRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "opportunityInvolvementCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "demonstrationsGivenCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "averageConvertedLeadAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadGenerationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "creditRating", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "majorPostSaleSupportNeeded", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "productReturnRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "inventoryValueAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "marketingDevelopmentAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "jointBusinessPlanExist", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "systemLoginCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "documentationDownloadCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "eventParticipationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "trainingCertificationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "trainingParticipationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "trialParticipationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "communityParticipationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "successStoryCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "customerSatisfactionScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "satisfactionScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "sellerType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "activeToDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "activeFromDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } + ] + }, + { + "@type": "Shape", + "@id": "Supplier", + "and": [ + { + "@id": "PartyRole" + }, + { + "properties": [ + { + "path": "competitiveMarketingRank", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitiveWarrantyRank", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitiveCostAvoidanceRank", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitiveProductPriceRank", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "satisfactionEthicsRank", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "satisfactionTechnicalSupportRank", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "satisfactionCustomerServiceRank", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractInvoiceAccuracyRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractSLAIssueRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractBudgetCostRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractProductReturnRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractProductQualityRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractDeliveryCorrectnessRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractOnTimeDeliveryRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractSourcingCycleDays", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitiveWeightScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitiveWeightPercent", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "satisfactionWeightScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "satisfactionWeightPercent", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractWeightScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "contractWeightPercent", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isCarrier", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "supplierScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "supplierSpend", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "supplierType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "activeToDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "activeFromDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } + ] + }, + { + "@type": "Shape", + "@id": "Competitor", + "and": [ + { + "@id": "PartyRole" + }, + { + "properties": [ + { + "path": "assetTurnoverRatio", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "assetReturnRatio", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "currentRatio", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "cashFlowGrowth", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "netProfitMargin", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "ptoENumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "adKeywords", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "pressMentionsRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "socialMediaPostRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "adReachRate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitorThreats", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitorLeverageOpportunities", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitorWeaknesses", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitorStrengths", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitorObjectives", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitorToDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "competitorFromDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + } + ] + }, + { + "@type": "Shape", + "@id": "CustomerStatusHistory", + "properties": [ + { + "path": "endDateTIme", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "startDateTime", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyRoleStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partyRole", + "http://www.w3.org/ns/shacl#node": "PartyRole", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } + ] + }, + { + "@id": "LeadEntityGroup", + "name": "Lead", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "Party" + }, + "description": "Example Entities included: Lead, Lead Status, Lead Source", + "classConcepts": [ + { + "@id": "Lead", + "name": "Lead", + "@type": "Class", + "description": "A person or company that showed interest in the company's products" + } + ], + "propertyConcepts": [ + { + "@id": "geoCodeAccuracy", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "geoCodeLongitude", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "geoCodeLatitude", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "website", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "leadScore", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "leadRating", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "photoURL", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "lastActivityDate", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "companyName", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "annualRevenue", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "countryName", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "stateProvinceName", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "streetName", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "emailBouncedReason", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "emailBouncedDate", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "convertedDate", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "isConverted", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "description", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "leadStatus", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "leadSource", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "id", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "partnerAccount", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "faxContactPhone", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "mobileContactPhone", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "phoneContactPoint", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "contactPointEmail", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "contactAddress", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "convertedToAccountContact", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "convertedToAccount", + "@type": "Property", + "domain": [ + "Lead" + ] + }, + { + "@id": "partyRole", + "@type": "Property", + "domain": [ + "Lead" + ] + } + ], + "schemas": [ + { + "@type": "Shape", + "@id": "Lead", + "properties": [ + { + "path": "geoCodeAccuracy", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "geoCodeLongitude", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "geoCodeLatitude", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "website", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadRating", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "photoURL", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "lastActivityDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "companyName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "annualRevenue", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "countryName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "stateProvinceName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "streetName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "emailBouncedReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "emailBouncedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "convertedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isConverted", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "leadSource", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "partnerAccount", + "http://www.w3.org/ns/shacl#node": "Account" + }, + { + "path": "faxContactPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "mobileContactPhone", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "phoneContactPoint", + "http://www.w3.org/ns/shacl#node": "ContactPointPhone" + }, + { + "path": "contactPointEmail", + "http://www.w3.org/ns/shacl#node": "ContactPointEmail" + }, + { + "path": "contactAddress", + "http://www.w3.org/ns/shacl#node": "ContactPointAddress" + }, + { + "path": "convertedToAccountContact", + "http://www.w3.org/ns/shacl#node": "AccountContact" + }, + { + "path": "convertedToAccount", + "http://www.w3.org/ns/shacl#node": "Account" + }, + { + "path": "partyRole", + "http://www.w3.org/ns/shacl#node": "PartyRole", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] + } + ] + }, + { + "@id": "PartyEntityGroup", + "name": "Party", + "@type": "EntityGroup", + "version": "0.2", + "subjectArea": { + "@id": "Party" + }, + "description": "Example Entities included: Organization, Individual, Affiliate Group, Uncategorized", + "classConcepts": [ + { + "@id": "Party", + "name": "Party", + "@type": "Class", + "description": "A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group." + }, + { + "@id": "Individual", + "name": "Individual", + "@type": "Class", + "subClassOf": "Party", + "description": "Represent the person you are, or will be, dealing with using the system" + }, + { + "@id": "Household", + "name": "Household", + "@type": "Class", + "subClassOf": "Party", + "description": "A combination of people, normally recorded in the system for marketing or service purposes" + }, + { + "@id": "InternalBusinessUnit", + "name": "Internal Business Unit", + "@type": "Class", + "subClassOf": "Party", + "description": "Defining a part of your own internal organization. May be anything from a holding company, a line of business, a country division, a department and for which you may want to track e.g. if it is a legal entity, default GL Code, profit-and-loss etc against." + }, + { + "@id": "UncategorizedParty", + "name": "Uncategorized Party", + "@type": "Class", + "subClassOf": "Party", + "description": "A party we may be, or will be, dealing with but we do not know who they are yet e.g. Social Handle 'TrustedNews' which we do not yet know if a person or a business but complain about our company so we want to log a case to investigate further. E.g. an ord" + }, + { + "@id": "PartyAdditionalName", "name": "Party Additional Name", "@type": "Class", "description": "Under what name is a person also known as( AKA), under what alternate name is a business doing business as (DBA)" }, { - "@id": "Party/PersonLanguage", - "name": "Person Language", - "@type": "Class", - "description": "Languages a person can comprehend and level of comprehension" + "@id": "PersonLanguage", + "name": "Person Language", + "@type": "Class", + "description": "Languages a person can comprehend and level of comprehension" + }, + { + "@id": "PartyRelatedParty", + "name": "Party Related Party", + "@type": "Class", + "description": "Relates any two parties together e.g. Jane and John Doe part of The Doe Household" + }, + { + "@id": "PartyRelationshipType", + "name": "Party Relationship Type", + "@type": "Class", + "description": "Define name of a relationship and how to read the relationship both ways e.g. household for / household member of" + }, + { + "@id": "PartyIdentification", + "name": "Party Identification", + "@type": "Class", + "description": "Set of ways to identify a party e.g. driving license, birth certificate" + }, + { + "@id": "PersonEmployment", + "name": "Person Employment", + "@type": "Class", + "description": "Information about an employee" + }, + { + "@id": "PersonLifeEvent", + "name": "Person Life Event", + "@type": "Class", + "description": "Major events a person had in their lives e.g. graudation date, marriage date" + }, + { + "@id": "PersonEducation", + "name": "Person Education", + "@type": "Class", + "description": "Education a person has e.g. Phd, High School" + } + ], + "propertyConcepts": [ + { + "@id": "noMergeReason", + "@type": "Property", + "domain": [ + "Party" + ] + }, + { + "@id": "partyType", + "@type": "Property", + "domain": [ + "Party" + ] + }, + { + "@id": "globalParty", + "@type": "Property", + "domain": [ + "Party" + ] + }, + { + "@id": "id", + "@type": "Property", + "domain": [ + "Party", + "Individual", + "Household", + "InternalBusinessUnit", + "UncategorizedParty", + "PartyAdditionalName", + "PersonLanguage", + "PartyRelatedParty", + "PartyRelationshipType", + "PartyIdentification", + "PersonEmployment", + "PersonLifeEvent", + "PersonEducation" + ] + }, + { + "@id": "primaryAccount", + "@type": "Property", + "domain": [ + "Party" + ] + }, + { + "@id": "convictionsCount", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isGoodStudent", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isGoodDriver", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "highestEducationLevel", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "weddingAnniversaryDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "webSiteURL", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isHighRiskHobby", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "primaryHobby", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "occupation", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "militaryStatus", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "militaryService", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isHighRiskOccupation", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "occupationType", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "childrenCount", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isHomeOwner", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "religion", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "gender", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "deathDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "ethnicity", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "personLifeStage", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "maritalStatus", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "employedSinceDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "currentEmployerName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "deathPlace", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "birthPlace", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "minorCitationCount", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "majorCitationCount", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "surgeriesLast5YearsCount", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "hospitalizationsLast5YearsCount", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isTobaccoConsume", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "hasDrugAbuseHistory", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isDrugConsumer", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "hasAlcoholAbuseHistory", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "isAlcoholConsumer", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "personWeightUnitOfMeasure", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "personWeight", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "Party/PartyRelatedParty", - "name": "Party Related Party", - "@type": "Class", - "description": "Relates any two parties together e.g. Jane and John Doe part of The Doe Household" + "@id": "personHeightUnitOfMeasure", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "Party/PartyRelationshipType", - "name": "Party Relationship Type", - "@type": "Class", - "description": "Define name of a relationship and how to read the relationship both ways e.g. household for / household member of" + "@id": "personHeight", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "Party/PartyIdentification", - "name": "Party Identification", - "@type": "Class", - "description": "Set of ways to identify a party e.g. driving license, birth certificate" + "@id": "mainDisabilityType", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "Party/PersonEmployment", - "name": "Person Employment", - "@type": "Class", - "description": "Information about an employee" + "@id": "mainDietaryHabitType", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "mainLifeAttitudeType", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "mainLifeStyleType", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "mainPersonalValueType", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "mainPersonalityType", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "taxBracketRange", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "dependentCount", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "consumerCreditScoreProviderName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "consumerCreditScore", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "yearlyIncomeRange", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "yearlyIncome", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "netWorth", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "influencerRating", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "overAgeNumber", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "birthDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doExtractMyDataUpdateDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "sendIndividualData", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doForgetMeFromUpdateDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "shouldForget", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doNotProcessReason", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doNotProcessFromUpdateDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doNotProfileFromUpdateDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doNotMarketFromUpdateDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doNotTrackLocationUpdateDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "doNotTrackUpdateDate", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "residenceCaptureMethod", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "residenceCountryName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "mothersMaidenName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "preferredName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "orderingName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "mailingName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "officialName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "nameSuffix", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "secondLastName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "lastName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "middleName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "firstName", + "@type": "Property", + "domain": [ + "Individual" + ] + }, + { + "@id": "salutation", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "Party/PersonLifeEvent", - "name": "Person Life Event", - "@type": "Class", - "description": "Major events a person had in their lives e.g. graudation date, marriage date" + "@id": "personName", + "@type": "Property", + "domain": [ + "Individual" + ] }, { - "@id": "Party/PersonEducation", - "name": "Person Education", - "@type": "Class", - "description": "Education a person has e.g. Phd, High School" - } - ], - "propertyConcepts": [ - { - "@id": "noMergeReason", + "@id": "photoURL", "@type": "Property", "domain": [ - "Party", - "Individual", - "Household", - "InternalBusinessUnit", - "UncategorizedParty" + "Individual" ] }, { - "@id": "partyType", + "@id": "primaryHousehold", "@type": "Property", "domain": [ - "Party" + "Individual" ] }, { - "@id": "globalParty", + "@id": "householdDissolvedDate", "@type": "Property", "domain": [ - "Party" + "Household" ] }, { - "@id": "id", + "@id": "householdFormedDate", "@type": "Property", "domain": [ - "Party", - "PartyAdditionalName", - "PersonLanguage", - "PartyRelatedParty", - "PartyRelationshipType", - "PartyIdentification", - "PersonEmployment", - "PersonLifeEvent", - "PersonEducation" + "Household" ] }, { - "@id": "primaryAccount", + "@id": "householdMemberCount", "@type": "Property", "domain": [ - "Party" + "Household" ] }, { - "@id": "convictionsCount", + "@id": "name", "@type": "Property", "domain": [ - "Individual" + "Household", + "InternalBusinessUnit", + "PartyAdditionalName", + "PartyIdentification" ] }, { - "@id": "householdDissolvedDate", + "@id": "businessUnitType", "@type": "Property", "domain": [ - "Household" + "InternalBusinessUnit" ] }, { @@ -2154,18 +4207,31 @@ ] }, { - "@id": "additionalNameType", + "@id": "originalSourceRecord", "@type": "Property", "domain": [ - "PartyAdditionalName" + "UncategorizedParty" ] }, { - "@id": "name", + "@id": "originalSourceSystem", "@type": "Property", "domain": [ - "PartyAdditionalName", - "PartyIdentification" + "UncategorizedParty" + ] + }, + { + "@id": "uncategorizedPartyLabel", + "@type": "Property", + "domain": [ + "UncategorizedParty" + ] + }, + { + "@id": "additionalNameType", + "@type": "Property", + "domain": [ + "PartyAdditionalName" ] }, { @@ -2484,63 +4550,534 @@ { "@type": "Shape", "@id": "Individual", - "properties": [ - { - "path": "noMergeReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "convictionsCount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "Party" + }, + { + "properties": [ + { + "path": "convictionsCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isGoodStudent", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isGoodDriver", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "highestEducationLevel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "weddingAnniversaryDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "webSiteURL", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isHighRiskHobby", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "primaryHobby", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "occupation", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "militaryStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "militaryService", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isHighRiskOccupation", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "occupationType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "childrenCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isHomeOwner", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "religion", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "gender", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "deathDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "ethnicity", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personLifeStage", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "maritalStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "employedSinceDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "currentEmployerName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "deathPlace", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "birthPlace", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "minorCitationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "majorCitationCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "surgeriesLast5YearsCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "hospitalizationsLast5YearsCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isTobaccoConsume", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "hasDrugAbuseHistory", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isDrugConsumer", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "hasAlcoholAbuseHistory", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isAlcoholConsumer", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personWeightUnitOfMeasure", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personWeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personHeightUnitOfMeasure", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personHeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainDisabilityType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainDietaryHabitType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainLifeAttitudeType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainLifeStyleType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainPersonalValueType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mainPersonalityType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "taxBracketRange", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "dependentCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "consumerCreditScoreProviderName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "consumerCreditScore", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "yearlyIncomeRange", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "yearlyIncome", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "netWorth", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "influencerRating", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "overAgeNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "birthDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doExtractMyDataUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "sendIndividualData", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doForgetMeFromUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shouldForget", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotProcessReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotProcessFromUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotProfileFromUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotMarketFromUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotTrackLocationUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "doNotTrackUpdateDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "residenceCaptureMethod", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "residenceCountryName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mothersMaidenName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "preferredName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "orderingName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "mailingName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "officialName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "nameSuffix", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "secondLastName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "lastName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "middleName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "firstName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salutation", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "personName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "photoURL", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "primaryHousehold", + "http://www.w3.org/ns/shacl#node": "Household" + } + ] } ] }, { "@type": "Shape", "@id": "Household", - "properties": [ - { - "path": "noMergeReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "householdDissolvedDate", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "Party" + }, + { + "properties": [ + { + "path": "householdDissolvedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "householdFormedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "householdMemberCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "InternalBusinessUnit", - "properties": [ - { - "path": "noMergeReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "parentInternalBusinessUnit", - "http://www.w3.org/ns/shacl#node": "InternalBusinessUnit" + "and": [ + { + "@id": "Party" + }, + { + "properties": [ + { + "path": "businessUnitType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "parentInternalBusinessUnit", + "http://www.w3.org/ns/shacl#node": "InternalBusinessUnit" + } + ] } ] }, { "@type": "Shape", "@id": "UncategorizedParty", - "properties": [ - { - "path": "noMergeReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "creationReason", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "Party" + }, + { + "properties": [ + { + "path": "creationReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "originalSourceRecord", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "originalSourceSystem", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "uncategorizedPartyLabel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, @@ -2937,12 +5474,14 @@ "@id": "Payment/CapturePayment", "name": "Capture Payment", "@type": "Class", + "subClassOf": "Payment", "description": "The transfer of money from the customer's account to the merchant's account." }, { "@id": "Payment/RefundPayment", "name": "Refund Payment", "@type": "Class", + "subClassOf": "Payment", "description": "Represents a repayment made, typically to a customer who isn’t satisfied with the goods or services purchased. Refunds are typically made after a payment has already been received from customers" }, { @@ -2955,6 +5494,7 @@ "@id": "Payment/RefundCreditMemoAllocation", "name": "Refund Credit Memo Allocation", "@type": "Class", + "subClassOf": "RefundAllocation", "description": "Facilitates applying/unapplying refund balance to a credit memo." }, { @@ -2991,6 +5531,7 @@ "@id": "Payment/PaymentGatewayAuthReversalLog", "name": "Payment Gateway Authorization Reversal Log", "@type": "Class", + "subClassOf": "PaymentGateway Interaction Log", "description": "A log record of all requests made to financial institutions, made via the payment gateway, to cancel payment authorizations." }, { @@ -3003,12 +5544,14 @@ "@id": "Payment/PaymentGatewayPaymentLog", "name": "Payment Gateway Payment Log", "@type": "Class", + "subClassOf": "PaymentGateway Interaction Log", "description": "A log record of all messages originating with financial institutions that previously provided payment authorizations, that payments have been deducted from customers' accounts." }, { "@id": "Payment/PaymentGatewayAuthorizationLog", "name": "Payment Gateway Authorization Log", "@type": "Class", + "subClassOf": "PaymentGateway Interaction Log", "description": "A log record of all requests made to financial institutions, made via the payment gateway, to authorize payments." }, { @@ -3045,6 +5588,7 @@ "@id": "Payment/PaymentInvoiceApplication", "name": "Payment Invoice Application", "@type": "Class", + "subClassOf": "PaymentApplication", "description": "Facilitates applying/unapplying payment balance to an Invoice." }, { @@ -3057,24 +5601,28 @@ "@id": "Payment/PaymentCreditMemoApplication", "name": "Payment Credit Memo Application", "@type": "Class", + "subClassOf": "PaymentApplication", "description": "Facilitates applying/unapplying payment balance to a credit memo." }, { "@id": "Payment/PaymentCreditMemoAllocation", "name": "Payment Credit Memo Allocation", "@type": "Class", + "subClassOf": "PaymentAllocation", "description": "Facilitates applying a Payment Application to the line items of a Credit Memo." }, { "@id": "Payment/PaymentInvoiceAllocation", "name": "Payment Invoice Allocation", "@type": "Class", + "subClassOf": "PaymentAllocation", "description": "Facilitates applying a Payment Application to the line items of an Invoice." }, { "@id": "Payment/RefundPaymentAllocation", "name": "Refund Payment Allocation", "@type": "Class", + "subClassOf": "RefundAllocation", "description": "Facilitates applying/unapplying refund balance to a payment." }, { @@ -3118,6 +5666,7 @@ "@type": "Property", "domain": [ "Payment", + "CapturePayment", "RefundPayment", "PaymentPolicy", "RefundCreditMemoAllocation", @@ -3126,15 +5675,21 @@ "PaymentTreatmentMethod", "PaymentTreatment", "PaymentAuthorization", + "PaymentGatewayAuthReversalLog", "PaymentGatewayInteractionLog", + "PaymentGatewayPaymentLog", + "PaymentGatewayAuthorizationLog", "PaymentGatewayInteractionType", "PaymentGateway", "PaymentGatewayProvider", "PaymentGatewayResultCode", "PaymentApplication", + "PaymentInvoiceApplication", "PaymentAllocation", "PaymentCreditMemoApplication", "PaymentCreditMemoAllocation", + "PaymentInvoiceAllocation", + "RefundPaymentAllocation", "PaymentAuthorizationReversal" ] }, @@ -3157,11 +5712,19 @@ "@type": "Property", "domain": [ "Payment", + "CapturePayment", + "RefundPayment", "PaymentPolicy", + "RefundCreditMemoAllocation", + "PaymentGatewayAuthReversalLog", + "PaymentGatewayPaymentLog", + "PaymentGatewayAuthorizationLog", "PaymentGatewayInteractionType", "PaymentGateway", "PaymentGatewayResultCode", - "PaymentApplication" + "PaymentApplication", + "PaymentCreditMemoApplication", + "PaymentCreditMemoAllocation" ] }, { @@ -3265,6 +5828,7 @@ "@type": "Property", "domain": [ "Payment", + "RefundPayment", "RefundAllocation", "PaymentAuthorization", "PaymentApplication", @@ -3291,8 +5855,6 @@ "@type": "Property", "domain": [ "Payment", - "CapturePayment", - "RefundPayment", "PaymentAuthorization" ] }, @@ -3347,6 +5909,27 @@ "Payment" ] }, + { + "@id": "capturePaymentType", + "@type": "Property", + "domain": [ + "CapturePayment" + ] + }, + { + "@id": "handlingFeeAmount", + "@type": "Property", + "domain": [ + "CapturePayment" + ] + }, + { + "@id": "isFinalCapture", + "@type": "Property", + "domain": [ + "CapturePayment" + ] + }, { "@id": "paymentAuthorization", "@type": "Property", @@ -3379,15 +5962,6 @@ "PaymentGatewayResultCode" ] }, - { - "@id": "refundPayment", - "@type": "Property", - "domain": [ - "RefundCreditMemoAllocation", - "RefundAllocation", - "RefundPaymentAllocation" - ] - }, { "@id": "refundAllocationType", "@type": "Property", @@ -3448,6 +6022,13 @@ "PaymentApplication" ] }, + { + "@id": "refundPayment", + "@type": "Property", + "domain": [ + "RefundAllocation" + ] + }, { "@id": "relatedRefundAllocation", "@type": "Property", @@ -3677,10 +6258,7 @@ "@type": "Property", "domain": [ "PaymentAuthorization", - "PaymentGatewayAuthReversalLog", "PaymentGatewayInteractionLog", - "PaymentGatewayPaymentLog", - "PaymentGatewayAuthorizationLog", "PaymentAuthorizationReversal" ] }, @@ -3752,9 +6330,7 @@ "@type": "Property", "domain": [ "PaymentGatewayPaymentLog", - "PaymentApplication", - "PaymentInvoiceApplication", - "PaymentCreditMemoApplication" + "PaymentApplication" ] }, { @@ -3831,14 +6407,17 @@ "@id": "appliedAmount", "@type": "Property", "domain": [ - "PaymentApplication" + "PaymentApplication", + "PaymentCreditMemoAllocation", + "PaymentInvoiceAllocation" ] }, { "@id": "paymentBalanceAmount", "@type": "Property", "domain": [ - "PaymentApplication" + "PaymentApplication", + "RefundPaymentAllocation" ] }, { @@ -3848,6 +6427,21 @@ "PaymentInvoiceApplication" ] }, + { + "@id": "paymentInvoiceApplicationName", + "@type": "Property", + "domain": [ + "PaymentInvoiceApplication" + ] + }, + { + "@id": "invoiceBalanceAmount", + "@type": "Property", + "domain": [ + "PaymentInvoiceApplication", + "PaymentInvoiceAllocation" + ] + }, { "@id": "paymentAllocationName", "@type": "Property", @@ -3859,8 +6453,13 @@ "@id": "relatedPaymentAllocation", "@type": "Property", "domain": [ - "PaymentAllocation", - "PaymentCreditMemoAllocation", + "PaymentAllocation" + ] + }, + { + "@id": "paymentInvoiceAllocationName", + "@type": "Property", + "domain": [ "PaymentInvoiceAllocation" ] }, @@ -3871,6 +6470,34 @@ "PaymentInvoiceAllocation" ] }, + { + "@id": "refundPaymentAllocationName", + "@type": "Property", + "domain": [ + "RefundPaymentAllocation" + ] + }, + { + "@id": "refundAllocationCommentText", + "@type": "Property", + "domain": [ + "RefundPaymentAllocation" + ] + }, + { + "@id": "creditMemoBalanceAmount", + "@type": "Property", + "domain": [ + "RefundPaymentAllocation" + ] + }, + { + "@id": "refundAllocationCommentsDate", + "@type": "Property", + "domain": [ + "RefundPaymentAllocation" + ] + }, { "@id": "capturePayment", "@type": "Property", @@ -4110,33 +6737,75 @@ { "@type": "Shape", "@id": "CapturePayment", - "properties": [ - { - "path": "salesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentAuthorization", - "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "Payment" + }, + { + "properties": [ + { + "path": "capturePaymentType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "handlingFeeAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isFinalCapture", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorization", + "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "RefundPayment", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "salesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#node": "SalesOrderPaymentSummary", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "Payment" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "externalCreatedDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, @@ -4171,25 +6840,32 @@ { "path": "description", "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - }, - { - "@type": "Shape", - "@id": "RefundCreditMemoAllocation", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "refundPayment", - "http://www.w3.org/ns/shacl#node": "RefundPayment", - "http://www.w3.org/ns/shacl#minCount": 1 + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, + { + "@type": "Shape", + "@id": "RefundCreditMemoAllocation", + "and": [ + { + "@id": "RefundAllocation" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, @@ -4526,15 +7202,28 @@ { "@type": "Shape", "@id": "PaymentGatewayAuthReversalLog", - "properties": [ - { - "path": "paymentGatewayResult", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentAuthorizationReversal", - "http://www.w3.org/ns/shacl#node": "PaymentAuthorizationReversal" + "and": [ + { + "@id": "PaymentGateway Interaction Log" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorizationReversal", + "http://www.w3.org/ns/shacl#node": "PaymentAuthorizationReversal" + } + ] } ] }, @@ -4616,32 +7305,58 @@ { "@type": "Shape", "@id": "PaymentGatewayPaymentLog", - "properties": [ - { - "path": "paymentGatewayResult", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "payment", - "http://www.w3.org/ns/shacl#node": "Payment", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "PaymentGateway Interaction Log" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "payment", + "http://www.w3.org/ns/shacl#node": "Payment", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "PaymentGatewayAuthorizationLog", - "properties": [ - { - "path": "paymentGatewayResult", - "http://www.w3.org/ns/shacl#node": "PaymentGatewayResultCode", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentAuthorization", - "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "PaymentGateway Interaction Log" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentAuthorization", + "http://www.w3.org/ns/shacl#node": "PaymentAuthorization", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] } ] }, @@ -4851,16 +7566,35 @@ { "@type": "Shape", "@id": "PaymentInvoiceApplication", - "properties": [ - { - "path": "paymentInvoiceApplicationType", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "payment", - "http://www.w3.org/ns/shacl#node": "Payment", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "PaymentApplication" + }, + { + "properties": [ + { + "path": "paymentInvoiceApplicationType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentInvoiceApplicationName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "invoiceBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, @@ -4895,65 +7629,146 @@ { "@type": "Shape", "@id": "PaymentCreditMemoApplication", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "payment", - "http://www.w3.org/ns/shacl#node": "Payment", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "PaymentApplication" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "PaymentCreditMemoAllocation", - "properties": [ - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "relatedPaymentAllocation", - "http://www.w3.org/ns/shacl#node": "PaymentAllocation", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "PaymentAllocation" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "appliedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "PaymentInvoiceAllocation", - "properties": [ - { - "path": "relatedPaymentAllocation", - "http://www.w3.org/ns/shacl#node": "PaymentAllocation", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "paymentInvoiceApplication", - "http://www.w3.org/ns/shacl#node": "PaymentInvoiceApplication" + "and": [ + { + "@id": "PaymentAllocation" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentInvoiceAllocationName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "appliedAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "invoiceBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentInvoiceApplication", + "http://www.w3.org/ns/shacl#node": "PaymentInvoiceApplication" + } + ] } ] }, { "@type": "Shape", "@id": "RefundPaymentAllocation", - "properties": [ - { - "path": "refundPayment", - "http://www.w3.org/ns/shacl#node": "RefundPayment", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "capturePayment", - "http://www.w3.org/ns/shacl#node": "CapturePayment", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "RefundAllocation" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "refundPaymentAllocationName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "refundAllocationCommentText", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "creditMemoBalanceAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "refundAllocationCommentsDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "capturePayment", + "http://www.w3.org/ns/shacl#node": "CapturePayment", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] } ] }, @@ -5101,18 +7916,21 @@ "@id": "PaymentMethod/PaymentCard", "name": "Payment Card", "@type": "Class", + "subClassOf": "PaymentMethod", "description": "A payment system issued by a financial institution to a customer that allows its owner (the cardholder) to access funds in designated bank accounts" }, { "@id": "PaymentMethod/Coupon", "name": "Coupon", "@type": "Class", + "subClassOf": "PaymentMethod", "description": "Payment in the form of a voucher entitling the holder to a discount for a particular product." }, { "@id": "PaymentMethod/CreditTender", "name": "Credit Tender", "@type": "Class", + "subClassOf": "PaymentMethod", "description": "Payment to the seller that results in an agreement to pay at a later date, usually via a credit account." } ], @@ -5129,84 +7947,274 @@ "@type": "Property", "domain": [ "PaymentMethod", + "PaymentMethodType", + "PaymentCard", + "Coupon", + "CreditTender" + ] + }, + { + "@id": "paymentMethodType", + "@type": "Property", + "domain": [ + "PaymentMethod" + ] + }, + { + "@id": "maxTransactionAmount", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "maxPerPeriodAmount", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "useMinimumAgeYear", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "maxPerPeriodTransactionCount", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "typeRequiredIdentification", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "mediaType", + "@type": "Property", + "domain": [ + "PaymentMethodType" + ] + }, + { + "@id": "typeDescription", + "@type": "Property", + "domain": [ "PaymentMethodType" ] }, { - "@id": "paymentMethodType", + "@id": "name", + "@type": "Property", + "domain": [ + "PaymentMethodType", + "PaymentCard" + ] + }, + { + "@id": "expirationMonth", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "expirationYear", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "cardHolderName", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "maskedNumber", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "numberLastDigits", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "cardToken", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "issueNumber", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "billToCity", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "billToStreet2", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "billToStreet", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "billToLastName", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "billToFirstName", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "companyName", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "derivedCardTypeCode", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "creditCardExpired", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "paymentCardType", + "@type": "Property", + "domain": [ + "PaymentCard" + ] + }, + { + "@id": "discountAmount", + "@type": "Property", + "domain": [ + "Coupon" + ] + }, + { + "@id": "discountPercentage", + "@type": "Property", + "domain": [ + "Coupon" + ] + }, + { + "@id": "scanCode", "@type": "Property", "domain": [ - "PaymentMethod", - "PaymentCard", - "Coupon", - "CreditTender" + "Coupon" ] }, { - "@id": "maxTransactionAmount", + "@id": "couponCode", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "maxPerPeriodAmount", + "@id": "primaryScanCodeLabel", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "useMinimumAgeYear", + "@id": "secondaryScanCodeLabel", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "maxPerPeriodTransactionCount", + "@id": "returnCouponReason", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "typeRequiredIdentification", + "@id": "couponCount", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "mediaType", + "@id": "isValid", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "typeDescription", + "@id": "isReturnCoupon", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "name", + "@id": "expirationDate", "@type": "Property", "domain": [ - "PaymentMethodType" + "Coupon" ] }, { - "@id": "expirationMonth", + "@id": "couponStatus", "@type": "Property", "domain": [ - "PaymentCard" + "Coupon" ] }, { - "@id": "discountAmount", + "@id": "manufacturer", "@type": "Property", "domain": [ "Coupon" @@ -5299,48 +8307,220 @@ { "@type": "Shape", "@id": "PaymentCard", - "properties": [ - { - "path": "expirationMonth", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentMethodType", - "http://www.w3.org/ns/shacl#node": "PaymentMethodType", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "PaymentMethod" + }, + { + "properties": [ + { + "path": "expirationMonth", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "expirationYear", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "cardHolderName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "maskedNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "numberLastDigits", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "cardToken", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "issueNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billToCity", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billToStreet2", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billToStreet", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billToLastName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "billToFirstName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "companyName", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "derivedCardTypeCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "creditCardExpired", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "paymentCardType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "Coupon", - "properties": [ - { - "path": "discountAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "paymentMethodType", - "http://www.w3.org/ns/shacl#node": "PaymentMethodType", - "http://www.w3.org/ns/shacl#minCount": 1 + "and": [ + { + "@id": "PaymentMethod" + }, + { + "properties": [ + { + "path": "discountAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "discountPercentage", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "scanCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "couponCode", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "primaryScanCodeLabel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "secondaryScanCodeLabel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "returnCouponReason", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "couponCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isValid", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isReturnCoupon", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "expirationDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "couponStatus", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "manufacturer", + "http://www.w3.org/ns/shacl#node": "Party" + } + ] } ] }, { "@type": "Shape", "@id": "CreditTender", - "properties": [ - { - "path": "paymentMethodType", - "http://www.w3.org/ns/shacl#node": "PaymentMethodType", - "http://www.w3.org/ns/shacl#minCount": 1 - }, - { - "path": "account", - "http://www.w3.org/ns/shacl#node": "Account" + "and": [ + { + "@id": "PaymentMethod" + }, + { + "properties": [ + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "account", + "http://www.w3.org/ns/shacl#node": "Account" + } + ] } ] } @@ -5378,572 +8558,871 @@ "@id": "Product/GoodsProduct", "name": "Goods Product", "@type": "Class", + "subClassOf": "Product", "description": "Products you can touch e.g. cart of milk, pallet of coffee, mobile phone x model 1" }, { "@id": "Product/ServiceProduct", "name": "Service Product", "@type": "Class", + "subClassOf": "Product", "description": "Products that are intangible e.g. labor, software subscription" }, { "@id": "Product/BundleProduct", "name": "Bundle Product", "@type": "Class", + "subClassOf": "Product", "description": "Product groups e.g. mobile phone package include phone, call plan and charger" }, { - "@id": "Product/ProductTranslation", - "name": "Product Translation", - "@type": "Class", - "description": "Translated attributes for a product" + "@id": "ProductTranslation", + "name": "Product Translation", + "@type": "Class", + "description": "Translated attributes for a product" + }, + { + "@id": "ProductRelatedProduct", + "name": "Product Related Product", + "@type": "Class", + "description": "A grouping of products such as a product bundle" + }, + { + "@id": "ProductRelationshipType", + "name": "Product Relationship Type", + "@type": "Class", + "description": "What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of" + }, + { + "@id": "ProductImage", + "name": "Product Image", + "@type": "Class", + "description": "Images of a product" + }, + { + "@id": "ProductImageTranslation", + "name": "Product Image Translation", + "@type": "Class", + "description": "Translated attributes for a product image" + }, + { + "@id": "Brand", + "name": "Brand", + "@type": "Class", + "description": "What is the brand of the product e.g. Snike shoes" + } + ], + "propertyConcepts": [ + { + "@id": "type", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "brandGrade", + "@type": "Property", + "domain": [ + "Product", + "Brand" + ] + }, + { + "@id": "name", + "@type": "Property", + "domain": [ + "Product", + "ProductTranslation", + "ProductRelatedProduct", + "Brand" + ] + }, + { + "@id": "description", + "@type": "Property", + "domain": [ + "Product", + "ProductTranslation" + ] + }, + { + "@id": "longDescription", + "@type": "Property", + "domain": [ + "Product", + "ProductTranslation" + ] + }, + { + "@id": "displayUrl", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "isDynamicBundle", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "revenueInstallmentCount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "revenueInstallmentPeriod", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "revenueScheduleType", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "canUseRevenueSchedule", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "quantityInstallmentCount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "quantityInstallmentPeriod", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "quantityScheduleType", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "canUseQuantitySchedule", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "disposalType", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "allowPartialRefund", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "allowCustomerReturn", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "validForPeriodCount", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "validToDate", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "validFromDate", + "@type": "Property", + "domain": [ + "Product" + ] + }, + { + "@id": "standardWarrantyLengthMonth", + "@type": "Property", + "domain": [ + "Product" + ] }, { - "@id": "Product/ProductRelatedProduct", - "name": "Product Related Product", - "@type": "Class", - "description": "A grouping of products such as a product bundle" + "@id": "isAutoProvisionable", + "@type": "Property", + "domain": [ + "Product" + ] }, { - "@id": "Product/ProductRelationshipType", - "name": "Product Relationship Type", - "@type": "Class", - "description": "What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of" + "@id": "isInstallable", + "@type": "Property", + "domain": [ + "Product" + ] }, { - "@id": "Product/ProductImage", - "name": "Product Image", - "@type": "Class", - "description": "Images of a product" + "@id": "isQualityVerificationRequired", + "@type": "Property", + "domain": [ + "Product" + ] }, { - "@id": "Product/ProductImageTranslation", - "name": "Product Image Translation", - "@type": "Class", - "description": "Translated attributes for a product image" + "@id": "isQuantityEntryRequired", + "@type": "Property", + "domain": [ + "Product" + ] }, { - "@id": "Product/Brand", - "name": "Brand", - "@type": "Class", - "description": "What is the brand of the product e.g. Snike shoes" - } - ], - "propertyConcepts": [ - { - "@id": "type", + "@id": "isWeightEntryRequired", "@type": "Property", "domain": [ - "Product", - "GoodsProduct", - "ServiceProduct", - "BundleProduct" + "Product" ] }, { - "@id": "brandGrade", + "@id": "isManualPriceEntryRequired", "@type": "Property", "domain": [ - "Product", - "Brand" + "Product" ] }, { - "@id": "name", + "@id": "rewardProgramPointsCount", "@type": "Property", "domain": [ - "Product", - "ProductTranslation", - "ProductRelatedProduct", - "Brand" + "Product" ] }, { - "@id": "description", + "@id": "isFoodstampPaymentAllowed", "@type": "Property", "domain": [ - "Product", - "ProductTranslation" + "Product" ] }, { - "@id": "longDescription", + "@id": "isPartnerDiscountAllowed", "@type": "Property", "domain": [ - "Product", - "ProductTranslation" + "Product" ] }, { - "@id": "displayUrl", + "@id": "isWorkerDiscountAllowed", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isDynamicBundle", + "@id": "isCustomerDiscountAllowed", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "revenueInstallmentCount", + "@id": "isMultipleCouponsAllowed", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "revenueInstallmentPeriod", + "@id": "isCouponRedemptionAllowed", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "revenueScheduleType", + "@id": "requiredDepositPercentage", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "canUseRevenueSchedule", + "@id": "requiredDepositAmount", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "quantityInstallmentCount", + "@id": "isRainCheckAllowed", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "quantityInstallmentPeriod", + "@id": "maximumOrderQuantityCount", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "quantityScheduleType", + "@id": "minimumOrderQuantityCount", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "canUseQuantitySchedule", + "@id": "requiresInvididualUnitPricing", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "disposalType", + "@id": "priceChargeType", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "allowPartialRefund", + "@id": "minimumAdvertisementAmountStartDate", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "allowCustomerReturn", + "@id": "minimumAdvertisementAmount", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "validForPeriodCount", + "@id": "mSRPAmount", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "validToDate", + "@id": "isBackOrdered", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "validFromDate", + "@id": "isReturnable", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "standardWarrantyLengthMonth", + "@id": "isSellableWithoutPrice", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isAutoProvisionable", + "@id": "isSellableIndependently", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isInstallable", + "@id": "isSellable", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isQualityVerificationRequired", + "@id": "isPreOrderable", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isQuantityEntryRequired", + "@id": "productStatus", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isWeightEntryRequired", + "@id": "isIntellectualPropertyProtected", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isManualPriceEntryRequired", + "@id": "externalSourceRecord", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "rewardProgramPointsCount", + "@id": "lotIdentifier", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isFoodstampPaymentAllowed", + "@id": "stockLedgerValuationAmount", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isPartnerDiscountAllowed", + "@id": "glAccountCode", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isWorkerDiscountAllowed", + "@id": "isSerialized", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isCustomerDiscountAllowed", + "@id": "versionNumber", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isMultipleCouponsAllowed", + "@id": "modelNumber", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isCouponRedemptionAllowed", + "@id": "modelYear", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "requiredDepositPercentage", + "@id": "manufacturerName", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "requiredDepositAmount", + "@id": "productSKU", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "isRainCheckAllowed", + "@id": "id", + "@type": "Property", + "domain": [ + "Product", + "GoodsProduct", + "ServiceProduct", + "BundleProduct", + "ProductTranslation", + "ProductRelatedProduct", + "ProductRelationshipType", + "ProductImage", + "ProductImageTranslation", + "Brand" + ] + }, + { + "@id": "validForPeriodUOM", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "maximumOrderQuantityCount", + "@id": "primarySalesChannel", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "minimumOrderQuantityCount", + "@id": "primaryProductCategory", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "requiresInvididualUnitPricing", + "@id": "brand", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "priceChargeType", + "@id": "masterProduct", "@type": "Property", "domain": [ "Product" ] }, { - "@id": "minimumAdvertisementAmountStartDate", + "@id": "requiresUnitPriceLabel", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "maxHoldingDayCount", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "shelfFacingUnitCount", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "isPerishable", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "isMadeToOrder", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "requiredCleanupProcess", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "requiredHumidityPercentage", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "requiredTemperatureUOM", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "requiredTemperatureHighestNumber", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "requiredTemperatureLowestNumber", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "environmentRequirement", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "productSecurityRequirement", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "age", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "gender", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "season", + "@type": "Property", + "domain": [ + "GoodsProduct" + ] + }, + { + "@id": "pattern", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "minimumAdvertisementAmount", + "@id": "fabric", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "mSRPAmount", + "@id": "style", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isBackOrdered", + "@id": "color", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isReturnable", + "@id": "weightUOM", "@type": "Property", "domain": [ - "Product" + "GoodsProduct", + "BundleProduct" ] }, { - "@id": "isSellableWithoutPrice", + "@id": "tareWeight", "@type": "Property", "domain": [ - "Product" + "GoodsProduct", + "BundleProduct" ] }, { - "@id": "isSellableIndependently", + "@id": "drainedWeight", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isSellable", + "@id": "netWeight", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isPreOrderable", + "@id": "grossWeight", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "productStatus", + "@id": "productMayExpand", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isIntellectualPropertyProtected", + "@id": "sizeUOM", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "externalSourceRecord", + "@id": "diameter", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "lotIdentifier", + "@id": "height", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "stockLedgerValuationAmount", + "@id": "width", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "glAccountCode", + "@id": "depth", "@type": "Property", "domain": [ - "Product" + "GoodsProduct" ] }, { - "@id": "isSerialized", + "@id": "evergreenContractEstimatedChargeAmount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "versionNumber", + "@id": "evergreenContractEstimatedMonthCount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "modelNumber", + "@id": "rentalCleanupFeeAmount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "modelYear", + "@id": "rentalTermViolationPenaltyAmount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "manufacturerName", + "@id": "servicePeriodUOM", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "productSKU", + "@id": "servicePeriodCount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "id", + "@id": "serviceType", "@type": "Property", "domain": [ - "Product", - "ProductTranslation", - "ProductRelatedProduct", - "ProductRelationshipType", - "ProductImage", - "ProductImageTranslation", - "Brand" + "ServiceProduct" ] }, { - "@id": "validForPeriodUOM", + "@id": "serviceProviderAccount", "@type": "Property", "domain": [ - "Product" + "ServiceProduct" ] }, { - "@id": "primarySalesChannel", + "@id": "expectedWasteCount", "@type": "Property", "domain": [ - "Product" + "BundleProduct" ] }, { - "@id": "primaryProductCategory", + "@id": "quantityUnitOfMeasure", "@type": "Property", "domain": [ - "Product" + "BundleProduct" ] }, { - "@id": "brand", + "@id": "quantityCount", "@type": "Property", "domain": [ - "Product" + "BundleProduct" ] }, { - "@id": "masterProduct", + "@id": "bundledProductsDecidedAtUse", "@type": "Property", "domain": [ - "Product" + "BundleProduct" ] }, { - "@id": "requiresUnitPriceLabel", + "@id": "bundledProductsDecidesAvailability", "@type": "Property", "domain": [ - "GoodsProduct" + "BundleProduct" ] }, { - "@id": "evergreenContractEstimatedChargeAmount", + "@id": "bundledProductsSubstitutional", "@type": "Property", "domain": [ - "ServiceProduct" + "BundleProduct" ] }, { - "@id": "weightUOM", + "@id": "bundledProductsSoldTogether", "@type": "Property", "domain": [ "BundleProduct" @@ -6436,49 +9915,298 @@ { "@type": "Shape", "@id": "GoodsProduct", - "properties": [ - { - "path": "type", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "requiresUnitPriceLabel", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "Product" + }, + { + "properties": [ + { + "path": "requiresUnitPriceLabel", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "maxHoldingDayCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "shelfFacingUnitCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isPerishable", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "isMadeToOrder", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requiredCleanupProcess", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requiredHumidityPercentage", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requiredTemperatureUOM", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requiredTemperatureHighestNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "requiredTemperatureLowestNumber", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "environmentRequirement", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "productSecurityRequirement", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "age", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "gender", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "season", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "pattern", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "fabric", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "style", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "color", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "weightUOM", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "tareWeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "drainedWeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "netWeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "grossWeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "productMayExpand", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "sizeUOM", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "diameter", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "height", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "width", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "depth", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, { "@type": "Shape", "@id": "ServiceProduct", - "properties": [ - { - "path": "type", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "evergreenContractEstimatedChargeAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "Product" + }, + { + "properties": [ + { + "path": "evergreenContractEstimatedChargeAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "evergreenContractEstimatedMonthCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "rentalCleanupFeeAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "rentalTermViolationPenaltyAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "servicePeriodUOM", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "servicePeriodCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "serviceType", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "serviceProviderAccount", + "http://www.w3.org/ns/shacl#node": "Account" + } + ] } ] }, { "@type": "Shape", "@id": "BundleProduct", - "properties": [ - { - "path": "type", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "weightUOM", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "Product" + }, + { + "properties": [ + { + "path": "weightUOM", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "tareWeight", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "expectedWasteCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "quantityUnitOfMeasure", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "quantityCount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "bundledProductsDecidedAtUse", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "bundledProductsDecidesAvailability", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "bundledProductsSubstitutional", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "bundledProductsSoldTogether", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] } ] }, @@ -7514,13 +11242,7 @@ "description": "One or more Payments having the same Payment Method, that have been applied to a single Sales Order." }, { - "@id": "SalesOrder/ProductRelationshipType", - "name": "Product Relationship Type", - "@type": "Class", - "description": "What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of" - }, - { - "@id": "SalesOrder/SalesChannel", + "@id": "SalesChannel", "name": "Sales Channel", "@type": "Class", "description": "Which channel is used to sell goods e.g. Web Store, Retail Store, Street Faire" @@ -7595,6 +11317,7 @@ "@id": "SalesOrder/SalesOrderPriceAdjustment", "name": "Sales Order Price Adjustment", "@type": "Class", + "subClassOf": "PriceAdjustment Group", "description": "A change to the price of a Sales Order that is made before order fulfillment. A Sales Order Price Adjustment may be comprised of Sales Order Product Price Adjustments that allocate the overall adjustment amount to one or more of the products and services" }, { @@ -7619,6 +11342,7 @@ "@id": "SalesOrder/SalesOrderProductTax", "name": "Sales Order Product Tax", "@type": "Class", + "subClassOf": "SalesOrder Tax", "description": "A tax on the price of a Sales Order Product." }, { @@ -7640,7 +11364,13 @@ "description": "The progress of a delivery such as awaiting pickup, in progress or complete" }, { - "@id": "SalesOrder/SalesOrderProductGroup", + "@id": "ProductRelationshipType2", + "name": "Sales Order Product Relationship Type", + "@type": "Class", + "description": "Reasons why products are related such as bundle, option or covering" + }, + { + "@id": "SalesOrderProductGroup", "name": "Sales Order Product Group", "@type": "Class", "description": "Products may be grouped together for various reasons, such as products that should be shipped together. Every product in a Sales Order Product Group is not required to be a Sales Order Product." @@ -7698,6 +11428,7 @@ "SalesOrderProductReason", "SalesOrderPriceAdjustmentType", "PriceAdjustmentMethod", + "SalesOrderProductTax", "SalesOrderTax", "SalesOrderDeliveryGroup", "SalesOrderDeliveryStatus", @@ -7712,7 +11443,6 @@ "domain": [ "OrderDeliveryMethod", "SalesOrderPaymentSummary", - "ProductRelationshipType", "SalesChannel", "SalesOrderProduct", "SalesChannelType", @@ -7725,11 +11455,14 @@ "SalesOrderProductStatus", "SalesOrderProductReasonCategory", "SalesOrderProductReason", + "SalesOrderPriceAdjustment", "SalesOrderPriceAdjustmentType", "PriceAdjustmentMethod", + "SalesOrderProductTax", "SalesOrderTax", "SalesOrderDeliveryGroup", "SalesOrderDeliveryStatus", + "ProductRelationshipType2", "SalesOrderProductGroup", "SalesOrderProductGroupType", "SalesOrderProductNote", @@ -7800,6 +11533,7 @@ "domain": [ "SalesOrderPaymentSummary", "SalesOrderProduct", + "SalesOrderPriceAdjustment", "SalesOrderDeliveryGroup" ] }, @@ -7811,20 +11545,6 @@ "SalesOrder" ] }, - { - "@id": "childProductRole", - "@type": "Property", - "domain": [ - "ProductRelationshipType" - ] - }, - { - "@id": "parentProductRole", - "@type": "Property", - "domain": [ - "ProductRelationshipType" - ] - }, { "@id": "salesChannelNumber", "@type": "Property", @@ -7839,6 +11559,7 @@ "SalesChannel", "SalesOrderProduct", "SalesOrder", + "SalesOrderProductTax", "SalesOrderDeliveryGroup", "SalesOrderProductGroup", "SalesOrderProductNote" @@ -8796,20 +12517,40 @@ ] }, { - "@id": "salesOrderTaxAmount", + "@id": "taxAmount", "@type": "Property", "domain": [ - "SalesOrderProductTax", - "SalesOrderTax" + "SalesOrderProductTax" ] }, { - "@id": "taxAmount", + "@id": "taxEffectiveDate", + "@type": "Property", + "domain": [ + "SalesOrderProductTax" + ] + }, + { + "@id": "salesOrderProduct", + "@type": "Property", + "domain": [ + "SalesOrderProductTax" + ] + }, + { + "@id": "originalSalesOrderProductTax", "@type": "Property", "domain": [ "SalesOrderProductTax" ] }, + { + "@id": "salesOrderTaxAmount", + "@type": "Property", + "domain": [ + "SalesOrderTax" + ] + }, { "@id": "taxRatePercent", "@type": "Property", @@ -8943,6 +12684,20 @@ "SalesOrderDeliveryGroup" ] }, + { + "@id": "childProductRole", + "@type": "Property", + "domain": [ + "ProductRelationshipType2" + ] + }, + { + "@id": "parentProductRole", + "@type": "Property", + "domain": [ + "ProductRelationshipType2" + ] + }, { "@id": "salesOrderProductGroupType", "@type": "Property", @@ -9086,30 +12841,6 @@ } ] }, - { - "@type": "Shape", - "@id": "ProductRelationshipType", - "properties": [ - { - "path": "childProductRole", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "parentProductRole", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "id", - "datatype": "http://cloudinformationmodel.org/model/id", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 - } - ] - }, { "@type": "Shape", "@id": "SalesChannel", @@ -10052,11 +13783,29 @@ { "@type": "Shape", "@id": "SalesOrderPriceAdjustment", - "properties": [ - { - "path": "totalAdjustmentTaxAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "PriceAdjustment Group" + }, + { + "properties": [ + { + "path": "totalAdjustmentTaxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesOrder", + "http://www.w3.org/ns/shacl#node": "SalesOrder", + "http://www.w3.org/ns/shacl#minCount": 1 + } + ] } ] }, @@ -10104,17 +13853,51 @@ { "@type": "Shape", "@id": "SalesOrderProductTax", - "properties": [ - { - "path": "salesOrderTaxAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#maxCount": 1 - }, - { - "path": "taxAmount", - "datatype": "http://www.w3.org/2001/XMLSchema#string", - "http://www.w3.org/ns/shacl#minCount": 1, - "http://www.w3.org/ns/shacl#maxCount": 1 + "and": [ + { + "@id": "SalesOrder Tax" + }, + { + "properties": [ + { + "path": "taxAmount", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "taxEffectiveDate", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "description", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "name", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "salesOrderProduct", + "http://www.w3.org/ns/shacl#node": "SalesOrderProduct", + "http://www.w3.org/ns/shacl#minCount": 1 + }, + { + "path": "originalSalesOrderProductTax", + "http://www.w3.org/ns/shacl#node": "SalesOrderProductTax" + } + ] } ] }, @@ -10321,6 +14104,30 @@ } ] }, + { + "@type": "Shape", + "@id": "ProductRelationshipType2", + "properties": [ + { + "path": "childProductRole", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "parentProductRole", + "datatype": "http://www.w3.org/2001/XMLSchema#string", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + }, + { + "path": "id", + "datatype": "http://cloudinformationmodel.org/model/id", + "http://www.w3.org/ns/shacl#minCount": 1, + "http://www.w3.org/ns/shacl#maxCount": 1 + } + ] + }, { "@type": "Shape", "@id": "SalesOrderProductGroup", From efc0ceadc3e83d16a375a344853021006dda0b76 Mon Sep 17 00:00:00 2001 From: mattdfuchs Date: Thu, 3 Sep 2020 10:13:23 -0700 Subject: [PATCH 10/12] changes for merge with master --- src/main/bindings/AMLBindingsPlugin.ts | 8 +++++++- src/test/resources/model.json | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main/bindings/AMLBindingsPlugin.ts b/src/main/bindings/AMLBindingsPlugin.ts index bb8daf6..007f05f 100644 --- a/src/main/bindings/AMLBindingsPlugin.ts +++ b/src/main/bindings/AMLBindingsPlugin.ts @@ -26,7 +26,7 @@ export class AMLBindingsPlugin extends BindingsPlugin { try { const resource = resources[0]; - const parser = new AmlParser(resource.url, resource.text); + const parser = new AmlParser(resource.url, resource.text || ''); let baseUnit = await parser.parse(); const name = baseUnit.id.split("/").pop(); const module = new meta.Module("Imported spec " + name); @@ -62,6 +62,12 @@ export class AMLBindingsPlugin extends BindingsPlugin { throw e; } } + updateBindings(bindName : string): void { + + } + initBindings(bindUuid: string): string { + return '' + } } diff --git a/src/test/resources/model.json b/src/test/resources/model.json index 8b91420..17ff1a5 100644 --- a/src/test/resources/model.json +++ b/src/test/resources/model.json @@ -3479,6 +3479,7 @@ { "@id": "Household", "name": "Household", + "@type": "Class", "subClassOf": "Party", "description": "A combination of people, normally recorded in the system for marketing or service purposes" @@ -4140,6 +4141,7 @@ "Individual" ] }, + { "@id": "photoURL", "@type": "Property", From 0adde57782ceeb40b1666f2b82536f06af1d25e4 Mon Sep 17 00:00:00 2001 From: mattdfuchs Date: Wed, 7 Oct 2020 11:37:51 -0700 Subject: [PATCH 11/12] trying to integrate api's into store --- src/main/bindings/AMLBindingsPlugin.ts | 1 + .../bindings/APIContractBindingsPlugin.ts | 10 + src/main/bindings/BindingsPlugin.ts | 22 +- src/main/bindings/CIMBindingsPlugin.ts | 46 +- src/main/bindings/api_contract/importer.ts | 4 +- src/main/bindings/cim/importer.ts | 2 +- src/main/index.ts | 492 +++--------------- 7 files changed, 121 insertions(+), 456 deletions(-) diff --git a/src/main/bindings/AMLBindingsPlugin.ts b/src/main/bindings/AMLBindingsPlugin.ts index 007f05f..f9f5cd8 100644 --- a/src/main/bindings/AMLBindingsPlugin.ts +++ b/src/main/bindings/AMLBindingsPlugin.ts @@ -59,6 +59,7 @@ export class AMLBindingsPlugin extends BindingsPlugin { } catch (e) { console.log("ERROR:" + e.message) + console.log(e.stack) throw e; } } diff --git a/src/main/bindings/APIContractBindingsPlugin.ts b/src/main/bindings/APIContractBindingsPlugin.ts index 9aa542f..efe66db 100644 --- a/src/main/bindings/APIContractBindingsPlugin.ts +++ b/src/main/bindings/APIContractBindingsPlugin.ts @@ -10,11 +10,20 @@ import {VOCAB} from "./api_contract/constants"; import {APIContractExporter} from "./api_contract/exporter"; import {ApiGenerator} from "./utils/apiGenerator"; +import { NamedNode,DataFactory } from 'n3'; +const { namedNode } = DataFactory; +import { schPref } from '@api-modeling/metadata-store' + +const rdfType : NamedNode = namedNode(schPref.rdf + 'type') + + const SUPPORTED_FORMATS = [ApiParser.RAML1, ApiParser.OAS3 + ".0", ApiParser.OAS2, ApiParser.AMF_GRAPH, ApiParser.JSON_SCHEMA]; const SUPPORTED_SYNTAXES = [ApiParser.YAML, ApiParser.JSONLD, ApiParser.JSON] export class APIContractBindingsPlugin extends BindingsPlugin { + updateBindings(bindName : string):void{} + initBindings(bindUuid: string): string { return '' } async export(configuration: ConfigurationParameter[], graphs: meta.DialectWrapper[]): Promise { const bindings: meta.ModelBindingsDialect[] = []; @@ -125,6 +134,7 @@ export class APIContractBindingsPlugin extends BindingsPlugin { return Promise.resolve(allWrappers); } catch (e) { console.log("ERROR:" + e.message) + console.log(e.stack) throw e; } } diff --git a/src/main/bindings/BindingsPlugin.ts b/src/main/bindings/BindingsPlugin.ts index 4e38b0e..79c7010 100644 --- a/src/main/bindings/BindingsPlugin.ts +++ b/src/main/bindings/BindingsPlugin.ts @@ -1,4 +1,12 @@ import * as meta from "@api-modeling/api-modeling-metadata"; +import { schPref, DataStore } from '@api-modeling/metadata-store' + +import { v4 as uuidv4 } from 'uuid'; +import { NamedNode,DataFactory } from 'n3'; +const { namedNode, literal } = DataFactory; + +const rdfType : NamedNode = namedNode(schPref.rdf + 'type') +const df : DataStore = DataStore.getDataStore() /** * Some external resource plugins will work with. Just a URL identifying the resource and the text of the resource. @@ -55,13 +63,13 @@ export abstract class BindingsPlugin { let graph = namedNode(regime) let bindingDeclarationSource = namedNode(bindingDeclSrc) let stupid = `file://${process.cwd()}/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/Binding` - store.addQuad(bindNode, rdfType, bindName,graph) - store.addQuad(bindNode, rdfType, this.dde,graph) - store.addQuad(bindNode, rdfType, this.de,graph) - store.addQuad(bindNode, rdfType, namedNode(stupid), graph) - store.addQuad(bindNode,this.uuidName, literal(uuid), graph) - store.addQuad(bindNode, this.bsName, sourceNode, graph) - store.addQuad(bindNode, this.bdsName, namedNode(bindingDeclSrc), graph) + df.store.addQuad(bindNode, rdfType, namedNode(bindName),graph) + df.store.addQuad(bindNode, rdfType, this.dde,graph) + df.store.addQuad(bindNode, rdfType, this.de,graph) + df.store.addQuad(bindNode, rdfType, namedNode(stupid), graph) + df.store.addQuad(bindNode,this.uuidName, literal(uuid), graph) + df.store.addQuad(bindNode, this.bsName, sourceNode, graph) + df.store.addQuad(bindNode, this.bdsName, namedNode(bindingDeclSrc), graph) return bindName } diff --git a/src/main/bindings/CIMBindingsPlugin.ts b/src/main/bindings/CIMBindingsPlugin.ts index 787922d..087d910 100644 --- a/src/main/bindings/CIMBindingsPlugin.ts +++ b/src/main/bindings/CIMBindingsPlugin.ts @@ -1,4 +1,10 @@ import {BindingsPlugin, ConfigurationParameter, Resource} from "./BindingsPlugin"; +import { NamedNode,DataFactory } from 'n3'; +const { namedNode } = DataFactory; +import { DataStore, schPref } from '@api-modeling/metadata-store' + +const rdfType : NamedNode = namedNode(schPref.rdf + 'type') + import { DialectWrapper, ModularityDialect, @@ -16,8 +22,8 @@ import {CIMExporter} from "./cim/exporter"; import {applyMixins} from "./utils/mixins"; import {VOCAB} from "./cim/constants"; +const df = DataStore.getDataStore() export class CIMBindingsPlugin extends BindingsPlugin { - constructor() { super(); } @@ -184,22 +190,22 @@ export class CIMBindingsPlugin extends BindingsPlugin { //finding who doesn't have a binding // get all Modules not "boundBy" bindName const rootBind = namedNode(bindName) - let modsToAnnotate = store.getSubjects(rdfType,this.modName). - filter((m : any) => store.getObjects(m, this.boundName). - filter((o : any) => store.countQuads(o,rdfType,null,rootBind) > 0).length === 0) - modsToAnnotate.forEach((mta : NamedNode) => { - let uuid = store.getObjects(mta,this.uuidNN)[0].value + let modsToAnnotate = df.store.getSubjects(rdfType,this.modName,null). + filter((m : any) => df.store.getObjects(m, this.boundName,null). + filter((o : any) => df.store.countQuads(o,rdfType,null,rootBind) > 0).length === 0) + modsToAnnotate.forEach((mta) => { + let uuid = df.store.getObjects(mta,this.uuidNN,null)[0].value let bindingName = this.createBinding(bindName, 'http://mulesoft.com/modeling/instances/bindings/cim/SubjectAreaBinding', uuid) - store.addQuad(rootBind, this.binding, namedNode(bindingName), rootBind) + df.store.addQuad(rootBind, this.binding, namedNode(bindingName), rootBind) }) // get all DataModels not "boundBy" bindname - let dmsToAnnotate : NamedNode[] = store.getSubjects(rdfType,this.dmName). - filter((m : NamedNode) => store.getObjects(m, this.boundName). - filter((o : NamedNode) => store.countQuads(o,rdfType,null,rootBind) > 0).length === 0) - dmsToAnnotate.forEach((mta : NamedNode) => { - let uuid = store.getObjects(mta,this.uuidNN)[0].value + let dmsToAnnotate = df.store.getSubjects(rdfType,this.dmName,null). + filter((m) => df.store.getObjects(m, this.boundName,null). + filter((o) => df.store.countQuads(o,rdfType,null,rootBind) > 0).length === 0) + dmsToAnnotate.forEach((mta) => { + let uuid = df.store.getObjects(mta,this.uuidNN,null)[0].value let bindingName = this.createBinding(bindName, 'http://mulesoft.com/modeling/instances/bindings/cim/EntityGroupBinding', uuid) - store.addQuad(rootBind, this.binding, namedNode(bindingName), rootBind) + df.store.addQuad(rootBind, this.binding, namedNode(bindingName), rootBind) }) } @@ -212,14 +218,14 @@ export class CIMBindingsPlugin extends BindingsPlugin { private cimd = namedNode('http://mulesoft.com/modeling/instances/uuid/cim_distribution') initBindings(bindUuid: string): string { let bn = namedNode('http://mulesoft.com/modeling/bindings/'+bindUuid) - store.addQuad(bn, this.uuidNN,bindUuid,bn) - store.addQuad(bn, rdfType, this.bindingModel,bn) + df.store.addQuad(bn, this.uuidNN,namedNode(bindUuid),bn) + df.store.addQuad(bn, rdfType, this.bindingModel,bn) let stupid = `file://${process.cwd()}/node_modules/@api-modeling/api-modeling-metadata/model/bindings/schema/modelBindingsDialect.yaml#/declarations/BindingsModel` - store.addQuad(bn, rdfType, this.dde,bn) - store.addQuad(bn, rdfType, this.de,bn) - store.addQuad(bn, rdfType, namedNode(stupid), bn) - store.addQuad(bn, this.bd, this.cimNN) - store.addQuad(bn, this.bs, this.cimd) + df.store.addQuad(bn, rdfType, this.dde,bn) + df.store.addQuad(bn, rdfType, this.de,bn) + df.store.addQuad(bn, rdfType, namedNode(stupid), bn) + df.store.addQuad(bn, this.bd, this.cimNN) + df.store.addQuad(bn, this.bs, this.cimd) return 'http://mulesoft.com/modeling/bindings/'+bindUuid } diff --git a/src/main/bindings/api_contract/importer.ts b/src/main/bindings/api_contract/importer.ts index b894168..006ba93 100644 --- a/src/main/bindings/api_contract/importer.ts +++ b/src/main/bindings/api_contract/importer.ts @@ -292,7 +292,7 @@ export class APIContractImporter { } private parseGetOperation(newPathParams: amf.model.domain.Parameter[], apiOperation: amf.model.domain.Operation, acc: meta.Entity[], entityMap: {[id: string]: string}): meta.Operation { - const operation = new meta.Operation(); + const operation = new meta.ReadOperation(); operation.uuid = Md5.hashStr(apiOperation.id).toString(); operation.isMutation = false; @@ -308,7 +308,7 @@ export class APIContractImporter { } private parseMutableOperation(newPathParams: amf.model.domain.Parameter[], apiOperation: amf.model.domain.Operation, acc: meta.Entity[], entityMap: {[id: string]: string}): meta.Operation { - const operation = new meta.Operation(); + const operation = new meta.UpdateOperation(); operation.uuid = Md5.hashStr(apiOperation.id).toString(); operation.isMutation = true; diff --git a/src/main/bindings/cim/importer.ts b/src/main/bindings/cim/importer.ts index b089482..bc6d407 100644 --- a/src/main/bindings/cim/importer.ts +++ b/src/main/bindings/cim/importer.ts @@ -195,7 +195,7 @@ export class CIMImporter { this.genUUID(association, entity, path); this.fillPropertyData(association, minCount, maxCount, description, displayName); const targetEntity = new Entity(""); - targetEntity.uuid = entityMap[node.value] + targetEntity.uuid = entityMap[node.value].uuid association.target = targetEntity; associations.push(association) } diff --git a/src/main/index.ts b/src/main/index.ts index bb352d3..f35557f 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -1,11 +1,10 @@ -import { ConfigurationParameter, Resource, BindingsPlugin } from './bindings/BindingsPlugin'; -import { CIMBindingsPlugin } from './bindings/CIMBindingsPlugin' -import { APIContractBindingsPlugin } from './bindings/APIContractBindingsPlugin' -import * as fs from 'fs'; -import {DialectWrapper, ModularityDialect, Module, Entity, Attribute, Association, IntegerScalar, StringScalar, DataModel, DataModelDialect, ModelBindingsDialect, BindingsModel, Binding, BindingArrayValue} from "@api-modeling/api-modeling-metadata"; -import { startup, post, store, transitiveGet, get, schPref } from '@api-modeling/metadata-store' +//import {DialectWrapper, ModularityDialect, Module, Entity, Attribute, Association, IntegerScalar, StringScalar, DataModel, DataModelDialect, ModelBindingsDialect, BindingsModel, Binding, BindingArrayValue} from "@api-modeling/api-modeling-metadata"; import {ApiParser} from "./bindings/utils/apiParser"; -import { postBinding } from '@api-modeling/metadata-store/dist/esm/postGet'; +import { ApiGenerator } from "./bindings/utils/apiGenerator"; +import { PluginController } from './bindings/PluginController' +const Writer = require('n3').Writer; + +const deepEqual = require('deep-equal') const DataFactory = require('n3').DataFactory; const { namedNode } = DataFactory; var FileAPI = require('file-api') @@ -19,432 +18,73 @@ type PlugInMap = { 'gorp' : Error } -type GetCon = RecordBindingsPlugin> -let pim : GetCon = { - 'cim' : () => { - return new CIMBindingsPlugin() - }, - 'api' : () => { - return new APIContractBindingsPlugin(); - } -} +const N3Store = require('n3').Store; +const N3Parser = require('n3').Parser; -async function loadFile(fname: string){ +//import * as fs from 'fs'; +import * as jsonld from 'jsonld' -} -async function pluginExport(plugInName : string, parameters : ConfigurationParameter[], graphs: DialectWrapper[]): Promise { - const somePlugin = pim[plugInName]() - let something = await somePlugin.export(parameters,graphs) - return something -} +import {JsonLdParser} from "jsonld-streaming-parser"; +import { NamedNode, Store, Quad, BlankNode, Term } from 'n3'; +import { DataStore } from '@api-modeling/metadata-store' -async function pluginImport(plugInName : string, parameters : ConfigurationParameter[], resourceLocs: Resource[]) : Promise{ - const somePlugin = pim[plugInName](); - let allResources = resourceLocs.map(loc => { - return (async () => { - if (loc.text) return loc - if (loc.url.startsWith('file://')){ - const textData = fs.readFileSync(loc.url.substring(7)).toString(); - //console.log("here?") - loc.text = textData - return loc - } else { - return loc - } - })() - }) - let resourceList = (await Promise.all(allResources)).map(z => z) - const parsed = await somePlugin.import(parameters, resourceList ); - return parsed; -} +console.log("abot to create datastore") +const df = DataStore.getDataStore() +console.log("about to startup") -function makeBaseUnit(dialoc: any, base: string){ - let filer = dialoc['@type'].filter((f : string) => f.startsWith("file:///"))[0] - //let start = base.indexOf('file:///') - let end = filer.indexOf('#',8) - let rebase = filer.substring(0,end)//base.replace(base.substring(start,end),dialoc) - //console.log("NEW BASE IS : "+JSON.stringify(JSON.parse(rebase),null,2)) - let baseUnit = `[ - { - "@id": "file://src/main/resources/test/cim/test/association.yaml", - "@type": [ - "http://a.ml/vocabularies/meta#DialectInstance", - "http://a.ml/vocabularies/document#Document", - "http://a.ml/vocabularies/document#Fragment", - "http://a.ml/vocabularies/document#Module", - "http://a.ml/vocabularies/document#Unit" - ], - "http://a.ml/vocabularies/meta#definedBy": [ - { - "@id": "${rebase}" - } - ], - "http://a.ml/vocabularies/document#encodes": ${base}, - "http://a.ml/vocabularies/document#version": [ - { - "@value": "2.1.0" - } - ], - "http://a.ml/vocabularies/document#root": [ - { - "@value": true - } - ] - } -]` -//console.log("BaseUnit is\n"+baseUnit) -return baseUnit -} - -let project = `[ - { - "@id": "http://yaddayaddadingdong.com", - "@type": [ - "http://a.ml/vocabularies/meta#DialectInstance", - "http://a.ml/vocabularies/document#Document", - "http://a.ml/vocabularies/document#Fragment", - "http://a.ml/vocabularies/document#Module", - "http://a.ml/vocabularies/document#Unit" - ], - "http://a.ml/vocabularies/meta#definedBy": [ - { - "@id": "http://yaddayaddadingdong.com" - } - ], - "http://a.ml/vocabularies/document#encodes": [ - { - "@id": "projUUID0", - "@type": [ - "http://a.ml/vocabularies/project#Project", - "https://raw.githubusercontent.com/api-modeling/metadata/storage/model/project/schema/projectDialect.yaml#/declarations/Project", - "http://a.ml/vocabularies/meta#DialectDomainElement", - "http://a.ml/vocabularies/document#DomainElement" - ], - "http://a.ml/vocabularies/project#owner": [ - { - "@value": "John Smith" - } - ], - "http://a.ml/vocabularies/project#uuid": [ - { - "@value": "projUUID0" - } - ], - "http://a.ml/vocabularies/core#displayName": [ - { - "@value": "Project 1" - } - ] - } - ], - "http://a.ml/vocabularies/document#version": [ - { - "@value": "2.1.0" - } - ], - "http://a.ml/vocabularies/document#root": [ - { - "@value": true - } - ] +df.startup().then(async () => { + console.log("started") + // create project + //let apiParser = new ApiParser('file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings-pre/src/test/resources/api3.raml',ApiParser.RAML1,ApiParser.YAML) + let apiParser = new ApiParser('file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings-pre/src/test/resources/raml3-2.jsonld',ApiParser.AMF_GRAPH,ApiParser.JSONLD) + console.log("HERE") + try { + let result = await apiParser.parse() + let foo = await new ApiGenerator(result, ApiParser.RAML1, ApiParser.JSONLD).generate() + let bar = JSON.parse(foo) + const myParser = new JsonLdParser() + + let inputStore = new N3Store() + myParser + .on('data', (q) => { + //console.log("had data") + inputStore.addQuad(q) + }) + .on('error', console.error) + .on('end', async () => { + console.log('All triples were parsed!'); + let doc = await rdfToJson(inputStore) + let forFile = JSON.stringify(doc,null,2) + console.log("doc is "+doc) + }); + + myParser.write(foo) + myParser.end() + + //let toRamlParse = new ApiParser(foo,ApiParser.RAML1,ApiParser.JSONLD) + //let result2 = await toRamlParse.parse() + //let baz = await new ApiGenerator(result, ApiParser.RAML1, ApiParser.YAML).generate() + //console.log(JSON.stringify(foo, null, 2)) + } catch (error) { + console.log("blew up "+error) } -]` - -async function loadCim(projId : string, parsed : DialectWrapper[]){ - const modules = parsed.filter((parsed) => parsed instanceof ModularityDialect) - const dataModels = parsed.filter((parsed) => parsed instanceof DataModelDialect) - const bindingsModels = parsed.filter((parsed) => parsed instanceof ModelBindingsDialect) - let json = await modules[0].toJsonLd() - let jsonld = JSON.parse(json.toString()) - let astore = store - let nn = namedNode - let cimModule = await post(jsonld, projId) - let bindName = ''; - let dataPromises = dataModels.map(dm => { - return (async () => { - let jsonString = await dm.toJsonLd() - let jsonld = JSON.parse(jsonString.toString()) - - let modelId = jsonld[0]['http://a.ml/vocabularies/document#encodes'][0]['@id'] - let astore = store - let nn = namedNode - let module = store.getSubjects(namedNode('http://a.ml/vocabularies/modularity#dataModels'),namedNode(modelId))[0] - await post(jsonld, module.value) - })() - }) - await Promise.all(dataPromises) - // storing bindings! + console.log("THERE") +}) - let bindingPromises = bindingsModels.map(bm => { - return (async () => { - let jsonString = await bm.toJsonLd() - let jsonld = JSON.parse(jsonString.toString()) - bindName = await postBinding(jsonld, projId) - })() +function rdfToJson(pieces : Store, removeGraph = false) : Promise { + return new Promise((resolve,reject) => { + var writer1 = new Writer({ format : 'N-Triples' }); + let quadNo = 0 + pieces.getQuads(null,null,null,null).forEach(quad => { + writer1.addQuad(quad) + }); + writer1.end(function (error : any, result : any) { + jsonld.fromRDF(result, {format: 'application/n-quads'}).then((doc) =>{ + //peeling off json-ld graph stuff for pawel + resolve(doc) + }); + }) }) - await Promise.all(bindingPromises) - return [bindName,cimModule] -} - -let newModule = -{ - "@id": "http://mulesoft.com/uuid/cim/subjectArea/MatthewsSubjectArea", - "@type": [ - "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modularity/schema/modularDialect.yaml#/declarations/Module", - "http://a.ml/vocabularies/modularity#Module", - "http://a.ml/vocabularies/meta#DialectDomainElement", - "http://a.ml/vocabularies/document#DomainElement" - ], - "http://a.ml/vocabularies/data#uuid": [ - { - "@value": "uuid/cim/subjectArea/MatthewsSubjectArea" - } - ], - "http://a.ml/vocabularies/core#description": [ - { - "@value": "Example Entities included: Category Theory, Microrecursive script" - } - ], - "http://a.ml/vocabularies/data#name": [ - { - "@value": "Matthews" - } - ] } -let newDataModel = { - "@id": "http://mulesoft.com/modeling/instances/cim/entitygroup/MatthewsEntityGroup/dataModel", - "@type": [ - "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/DataModel", - "http://a.ml/vocabularies/data-model#DataModel", - "http://a.ml/vocabularies/meta#DialectDomainElement", - "http://a.ml/vocabularies/document#DomainElement" - ], - "http://a.ml/vocabularies/data#uuid": [ - { - "@value": "cim/entitygroup/MatthewsEntityGroup/dataModel" - } - ], - "http://a.ml/vocabularies/core#name": [ - { - "@value": "Matthews data model" - } - ] -} - -let newEntity = -{ - "@id": "http://mulesoft.com/modeling/instances/cim/entity/Matthew", - "@type": [ - "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Entity", - "http://a.ml/vocabularies/data-model#Entity", - "http://a.ml/vocabularies/meta#DialectDomainElement", - "http://a.ml/vocabularies/document#DomainElement" - ], - "http://a.ml/vocabularies/data#uuid": [ - { - "@value": "cim/entity/Matthew" - } - ], - "http://a.ml/vocabularies/core#name": [ - { - "@value": "Matthew" - } - ], - "http://a.ml/vocabularies/data-model#attributes": [ - { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Individual/attr/noMatthewReason", - "@type": [ - "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", - "http://a.ml/vocabularies/data-model#AttributeProperty", - "http://a.ml/vocabularies/meta#DialectDomainElement", - "http://a.ml/vocabularies/document#DomainElement" - ], - "http://a.ml/vocabularies/core#name": [ - { - "@value": "noMatthewReason" - } - ], - "http://a.ml/vocabularies/data-model#uuid": [ - { - "@value": "cim/entity/Individual/attr/noMatthewReason" - } - ], - "http://a.ml/vocabularies/data-model#range": [ - { - "@id": "http://mulesoft.com/modeling/instances/uuid/string", - "@type": [ - "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling-tooling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/String", - "http://a.ml/vocabularies/data-model#String", - "http://a.ml/vocabularies/meta#DialectDomainElement", - "http://a.ml/vocabularies/document#DomainElement" - ] - } - ] - }, - { - "@id": "http://mulesoft.com/modeling/instances/uuid/cim/entity/Individual/attr/exceptionsCount", - "@type": [ - "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Attribute", - "http://a.ml/vocabularies/data-model#AttributeProperty", - "http://a.ml/vocabularies/meta#DialectDomainElement", - "http://a.ml/vocabularies/document#DomainElement" - ], - "http://a.ml/vocabularies/core#name": [ - { - "@value": "exceptionsCount" - } - ], - "http://a.ml/vocabularies/data-model#uuid": [ - { - "@value": "cim/entity/Individual/attr/exceptionsCount" - } - ], - "http://a.ml/vocabularies/data-model#range": [ - { - "@id": "http://mulesoft.com/modeling/instances/uuid/integer", - "@type": [ - "file:///Users/mfuchs/Documents/webspace/api-mod-grp/model-bindings/node_modules/@api-modeling-tooling/api-modeling-metadata/model/modeling/schema/dataModelDialect.yaml#/declarations/Integer", - "http://a.ml/vocabularies/data-model#Integer", - "http://a.ml/vocabularies/meta#DialectDomainElement", - "http://a.ml/vocabularies/document#DomainElement" - ] - } - ] - } - ], - "http://a.ml/vocabularies/core#description": [ - { - "@value": "Represent the person you are, or will be, dealing with using the system" - } - ] -} - -function retrieveByType(typeName : string):any[] { - return store.getSubjects(namedNode(schPref.rdf + 'type'),namedNode(typeName)) -} -function createBinding(source : string, regime: string){ - store.addQuad() -} - -startup().then(async () => { - // create project - let projId = await post(JSON.parse(project)) - let apiParameters = [{name: "format", value: ApiParser.RAML1}, {name: "syntax", value: ApiParser.YAML}] - - pluginImport("cim",[],[{url: "file://src/test/resources/model.jsonld"}]). - //pluginImport('api', - // apiParameters - // ,[{url: 'file://src/test/resources/library.raml'}]). - then(async (parsed) =>{ - let vals = await loadCim(projId, parsed) - let bindName = vals[0] - let cimModule = vals[1] - // at this point, it's all been stored - - // add a new subjectarea - let newModName = await post(newModule, cimModule) - // add a new datamodel - let newDMName = await post(newDataModel, newModName) - // add a new entity - let newEntityName = await post(newEntity, newDMName) - - //finding who doesn't have a binding - // get all Modules and filter to who is "boundBy" bindName - let modsToAnnotate = retrieveByType(schPref.amlm + 'Module'). - filter((m : any) => store.getObjects(m, namedNode(schPref.bind + "boundBy")). - filter((o : any) => store.countQuads(o,namedNode(schPref.rdf + 'type'),null,namedNode(bindName)) > 0).length === 0) - let dmsToAnnotate = retrieveByType(schPref.amldm + 'DataModel'). - filter((m : any) => store.getObjects(m, namedNode(schPref.bind + "boundBy")). - filter((o : any) => store.countQuads(o,namedNode(schPref.rdf + 'type'),null,namedNode(bindName)) > 0).length === 0) - - - // time to resuscitate the jsonld - let astore = store - let bindingJson = await get(bindName, false) - let basis = ((bindingJson)[0]['@graph']).filter(u => u['@id'] === bindName)[0] - let items = ((bindingJson)[0]['@graph']) - let pos = 0 - while (items[pos]['@id'] != bindName) pos++ - let root = items[pos] - items.splice(pos,1) - let im : { [index : string] : any} = {} - items.forEach(i => im[i['@id']] = i) - let newer = root['http://a.ml/vocabularies/bindings#binding'].map((i : any) => im[i['@id']]) - root['http://a.ml/vocabularies/bindings#binding'] = newer - - //items.unshift(root) - let bu = makeBaseUnit(basis, JSON.stringify([root], null, 2)) - let bmd = new ModelBindingsDialect() - await bmd.fromJsonLd(bindName, bu) - - let megaJson : any[] = await transitiveGet(cimModule) - const dataModelListList : string [][] = megaJson.map(m => m['http://a.ml/vocabularies/modularity#dataModels'] ? - m['http://a.ml/vocabularies/modularity#dataModels'].map((x : any) => x['@id']) : []) - let dataModelList : string [] = [] - dataModelListList.forEach(l => { dataModelList = dataModelList.concat(l) }) - - const moduleDialecti : DialectWrapper[] = await Promise.all(megaJson.map((dm : any) => { - return (async () => { - //let json = await transitiveGet(dm) - //console.log("Module name: "+dm['@id']) - let dmd = new ModularityDialect() - await dmd.fromJsonLd(dm['@id'], makeBaseUnit(dm, JSON.stringify([dm],null, 2))) - return dmd - })() - })) - - const dataModelDialecti = await Promise.all(dataModelList.map((dm : string) => { - return (async () => { - let json : any[] = await transitiveGet(dm) - let texted = JSON.stringify(json,null,2) - const redo = toTree(json) - //console.log("DataModel name: "+dm) - //console.log("TREE:\n"+JSON.stringify(redo,null,2)) - let dmd = new DataModelDialect() - //console.log("DM is\n"+JSON.stringify(json,null, 2)) - let baseUnit = makeBaseUnit(json[0], JSON.stringify([json[0]],null, 2)) - await dmd.fromJsonLd(dm, baseUnit) - return dmd - })() - })) - //let allDialects : DialectWrapper[] = bindingsModels.concat(moduleDialecti).concat(dataModelDialecti) - let allDialects : DialectWrapper[] = [bmd] - let finalDialects = allDialects.concat(moduleDialecti).concat(dataModelDialecti) - const generated = await pluginExport('cim', - [{name:'cimVersion', value:'0.1.0'},{name:'outputFile',value: 'cimfoobar.json'}], - finalDialects) - - console.log("done:\n"+generated[0].text) - }) -}) - -function toTree(json : any[]){ - let idMap : { [key : string]: any}= {} - json.forEach(node => idMap[node['@id']] = node) - return walk(json[0],idMap) -} - -function walk(json : any, idMap : { [key : string]: any}): object { - let keys = Object.keys(json) - if (keys.length === 1 && keys[0] === '@value') - return json - if (keys.length === 1 && keys[0] === '@id'){ - if (idMap[json['@id']]){ - return walk(idMap[json['@id']], idMap) - } else return json - } - keys.forEach(key => { - if (key === 'http://a.ml/vocabularies/data-model#entities' || - key === 'http://a.ml/vocabularies/data-model#associations' || - key === 'http://a.ml/vocabularies/data-model#attributes'){ - try { - json[key] = json[key].map((v : any) => walk(v,idMap)) - } catch (error) { - console.log("error is "+error) - } - } - }) - return json -} From a29ce2e3b05150533a885ad0247dd89199c21f3a Mon Sep 17 00:00:00 2001 From: mattdfuchs Date: Mon, 19 Oct 2020 10:23:33 -0700 Subject: [PATCH 12/12] stashing changes because their not in master yet to pull antonio's updates --- package.json | 1 + src/main/bindings/CIMBindingsPlugin.ts | 14 ++++-- src/main/bindings/cim/importer.ts | 11 +++-- src/main/bindings/utils/N3Graph.ts | 15 ++++--- src/main/index.ts | 2 + src/test/bindings/CIMBindingsPlugin.test.ts | 2 +- src/test/resources/model.json | 48 ++++++++++----------- 7 files changed, 56 insertions(+), 37 deletions(-) diff --git a/package.json b/package.json index 899a9b8..25e0d33 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "@types/n3": "^1.4.3", "@types/uuid": "^7.0.2", "cross-fetch": "^3.0.4", + "deep-equal": "^2.0.4", "file-api": "^0.10.4", "filereader": "^0.10.3", "jsonld-streaming-parser": "^2.0.0", diff --git a/src/main/bindings/CIMBindingsPlugin.ts b/src/main/bindings/CIMBindingsPlugin.ts index 087d910..8d047da 100644 --- a/src/main/bindings/CIMBindingsPlugin.ts +++ b/src/main/bindings/CIMBindingsPlugin.ts @@ -49,13 +49,21 @@ export class CIMBindingsPlugin extends BindingsPlugin { // Data Models - const entityMap: {[name: string]: string} = {}; + const entityMap: {[name: string]: Entity} = {}; entityGroupsDataModels.forEach((dm) => { // @ts-ignore - dm.entities?.forEach((e) => entityMap[e['@id']] = e.uuid) + dm.entities?.forEach((e) => entityMap[e['@id']] = e) }) const dataModels: DataModel[] = entityGroupsDataModels.map((entityGroup) => { - const entities = this.parseEntityGroup(store, entityGroup, entityMap); + //const entityMap : { [key: string] : Entity} = {} + const extendsMap : { [key: string] : string } = {} + const entities = this.parseEntityGroup(store, entityGroup, entityMap, extendsMap); + + Object.entries(extendsMap).forEach(ex => { + entityMap[ex[0]].extends = entityMap[ex[1]] + }) + + //const entities = this.parseEntityGroup(store, entityGroup, entityMap); entityGroup.entities = entities; return entityGroup; }); diff --git a/src/main/bindings/cim/importer.ts b/src/main/bindings/cim/importer.ts index bc6d407..b899aa3 100644 --- a/src/main/bindings/cim/importer.ts +++ b/src/main/bindings/cim/importer.ts @@ -143,7 +143,9 @@ export class CIMImporter { * @param entityGroup * @param entityMap */ - protected parseEntityGroup(store: n3.Store, entityGroup: DataModel, entityMap: {[id: string]: string}): Entity[] { + //protected parseEntityGroup(store: n3.Store, entityGroup: DataModel, entityMap: {[id: string]: string}): Entity[] { + protected parseEntityGroup(store: n3.Store, entityGroup: DataModel, + entityMap: { [key: string] : Entity }, extendsMap: { [key: string] : string }): Entity[] { // @ts-ignore const entityGroupId = entityGroup['_source']; const source = $rdf.namedNode(entityGroupId); @@ -151,12 +153,15 @@ export class CIMImporter { return (entityGroup.entities||[]).map((entity:Entity) => { // @ts-ignore const entityId = entity['@id']; - const description = store.getObjects(entityId, VOCAB.RDFS_COMMENT, null)[0]; entity.description = description.value; let properties = store.getObjects(entityId, VOCAB.SH_PROPERTY, null); - let parentProperties = findPath(store, entityId, [VOCAB.SH_AND, VOCAB.RDF_FIRST, VOCAB.SH_PROPERTY]) || []; + let parent = findPath(store, entityId, [VOCAB.SH_AND, VOCAB.RDF_FIRST])[0] || null; + if (parent){ + extendsMap[entityId] = parent.id; + } + let parentProperties : n3.Quad_Object[] = []//findPath(store, entityId, [VOCAB.SH_AND, VOCAB.RDF_FIRST, VOCAB.SH_PROPERTY]) || []; let extendedProperties = findPath(store, entityId, [VOCAB.SH_AND, VOCAB.RDF_REST, VOCAB.RDF_FIRST, VOCAB.SH_PROPERTY]) || []; const attributes: Attribute[] = []; diff --git a/src/main/bindings/utils/N3Graph.ts b/src/main/bindings/utils/N3Graph.ts index 75adf28..395abb8 100644 --- a/src/main/bindings/utils/N3Graph.ts +++ b/src/main/bindings/utils/N3Graph.ts @@ -71,16 +71,21 @@ export function loadGraph(str: string, existingStore?: n3.Store): Promise 0) { if (path.length === 0) { return nextSubject; } else { - return findPath(store, nextSubject, path); + let maps = nextSubject.map(ns => { + return findPath(store, ns, path) + }) + let reducer : n3.Quad_Object[] = [] + maps.forEach(m => reducer = reducer.concat(m)) + return reducer; } } else { - return null; + return []; } } \ No newline at end of file diff --git a/src/main/index.ts b/src/main/index.ts index f35557f..971743f 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -2,6 +2,8 @@ import {ApiParser} from "./bindings/utils/apiParser"; import { ApiGenerator } from "./bindings/utils/apiGenerator"; import { PluginController } from './bindings/PluginController' +import { CIMBindingsPlugin } from './bindings/CIMBindingsPlugin' +import { APIContractBindingsPlugin } from './bindings/APIContractBindingsPlugin' const Writer = require('n3').Writer; const deepEqual = require('deep-equal') diff --git a/src/test/bindings/CIMBindingsPlugin.test.ts b/src/test/bindings/CIMBindingsPlugin.test.ts index 9c436fb..93c6ab1 100644 --- a/src/test/bindings/CIMBindingsPlugin.test.ts +++ b/src/test/bindings/CIMBindingsPlugin.test.ts @@ -41,7 +41,7 @@ describe('CIMBindingsPlugin', function() { await graph.loadGraph(textData, store); const storeParsed = graph.store(); - await graph.loadGraph(generated[0].text, storeParsed); + await graph.loadGraph(generated[0].text ? generated[0].text : '', storeParsed); fs.writeFileSync(textUrl.replace(".jsonld", ".json"), generated[0].text); diff --git a/src/test/resources/model.json b/src/test/resources/model.json index 17ff1a5..45ecbfc 100644 --- a/src/test/resources/model.json +++ b/src/test/resources/model.json @@ -3082,7 +3082,7 @@ "description": "Example Entities included: Lead, Lead Status, Lead Source", "classConcepts": [ { - "@id": "Lead", + "@id": "Lead/Lead", "name": "Lead", "@type": "Class", "description": "A person or company that showed interest in the company's products" @@ -3464,84 +3464,83 @@ "description": "Example Entities included: Organization, Individual, Affiliate Group, Uncategorized", "classConcepts": [ { - "@id": "Party", + "@id": "Party/Party", "name": "Party", "@type": "Class", "description": "A unified, in system, definition of who you are dealing with e.g. John Doe, Northern Trail Outfitters and can be of different types e.g. individual, business, affiliation group." }, { - "@id": "Individual", + "@id": "Party/Individual", "name": "Individual", "@type": "Class", "subClassOf": "Party", "description": "Represent the person you are, or will be, dealing with using the system" }, { - "@id": "Household", + "@id": "Party/Household", "name": "Household", - "@type": "Class", "subClassOf": "Party", "description": "A combination of people, normally recorded in the system for marketing or service purposes" }, { - "@id": "InternalBusinessUnit", + "@id": "Party/InternalBusinessUnit", "name": "Internal Business Unit", "@type": "Class", "subClassOf": "Party", "description": "Defining a part of your own internal organization. May be anything from a holding company, a line of business, a country division, a department and for which you may want to track e.g. if it is a legal entity, default GL Code, profit-and-loss etc against." }, { - "@id": "UncategorizedParty", + "@id": "Party/UncategorizedParty", "name": "Uncategorized Party", "@type": "Class", "subClassOf": "Party", "description": "A party we may be, or will be, dealing with but we do not know who they are yet e.g. Social Handle 'TrustedNews' which we do not yet know if a person or a business but complain about our company so we want to log a case to investigate further. E.g. an ord" }, { - "@id": "PartyAdditionalName", + "@id": "Party/PartyAdditionalName", "name": "Party Additional Name", "@type": "Class", "description": "Under what name is a person also known as( AKA), under what alternate name is a business doing business as (DBA)" }, { - "@id": "PersonLanguage", + "@id": "Party/PersonLanguage", "name": "Person Language", "@type": "Class", "description": "Languages a person can comprehend and level of comprehension" }, { - "@id": "PartyRelatedParty", + "@id": "Party/PartyRelatedParty", "name": "Party Related Party", "@type": "Class", "description": "Relates any two parties together e.g. Jane and John Doe part of The Doe Household" }, { - "@id": "PartyRelationshipType", + "@id": "Party/PartyRelationshipType", "name": "Party Relationship Type", "@type": "Class", "description": "Define name of a relationship and how to read the relationship both ways e.g. household for / household member of" }, { - "@id": "PartyIdentification", + "@id": "Party/PartyIdentification", "name": "Party Identification", "@type": "Class", "description": "Set of ways to identify a party e.g. driving license, birth certificate" }, { - "@id": "PersonEmployment", + "@id": "Party/PersonEmployment", "name": "Person Employment", "@type": "Class", "description": "Information about an employee" }, { - "@id": "PersonLifeEvent", + "@id": "Party/PersonLifeEvent", "name": "Person Life Event", "@type": "Class", "description": "Major events a person had in their lives e.g. graudation date, marriage date" }, { - "@id": "PersonEducation", + "@id": "Party/PersonEducation", "name": "Person Education", "@type": "Class", "description": "Education a person has e.g. Phd, High School" @@ -4141,7 +4140,6 @@ "Individual" ] }, - { "@id": "photoURL", "@type": "Property", @@ -8578,37 +8576,37 @@ "description": "Product groups e.g. mobile phone package include phone, call plan and charger" }, { - "@id": "ProductTranslation", + "@id": "Product/ProductTranslation", "name": "Product Translation", "@type": "Class", "description": "Translated attributes for a product" }, { - "@id": "ProductRelatedProduct", + "@id": "Product/ProductRelatedProduct", "name": "Product Related Product", "@type": "Class", "description": "A grouping of products such as a product bundle" }, { - "@id": "ProductRelationshipType", + "@id": "Product/ProductRelationshipType", "name": "Product Relationship Type", "@type": "Class", "description": "What are the types of relationships available e.g. bundled with/bundled in, substitute for/substitute of" }, { - "@id": "ProductImage", + "@id": "Product/ProductImage", "name": "Product Image", "@type": "Class", "description": "Images of a product" }, { - "@id": "ProductImageTranslation", + "@id": "Product/ProductImageTranslation", "name": "Product Image Translation", "@type": "Class", "description": "Translated attributes for a product image" }, { - "@id": "Brand", + "@id": "Product/Brand", "name": "Brand", "@type": "Class", "description": "What is the brand of the product e.g. Snike shoes" @@ -11244,7 +11242,7 @@ "description": "One or more Payments having the same Payment Method, that have been applied to a single Sales Order." }, { - "@id": "SalesChannel", + "@id": "SalesOrder/SalesChannel", "name": "Sales Channel", "@type": "Class", "description": "Which channel is used to sell goods e.g. Web Store, Retail Store, Street Faire" @@ -11366,13 +11364,13 @@ "description": "The progress of a delivery such as awaiting pickup, in progress or complete" }, { - "@id": "ProductRelationshipType2", + "@id": "SalesOrder/ProductRelationshipType2", "name": "Sales Order Product Relationship Type", "@type": "Class", "description": "Reasons why products are related such as bundle, option or covering" }, { - "@id": "SalesOrderProductGroup", + "@id": "SalesOrder/SalesOrderProductGroup", "name": "Sales Order Product Group", "@type": "Class", "description": "Products may be grouped together for various reasons, such as products that should be shipped together. Every product in a Sales Order Product Group is not required to be a Sales Order Product."